AUTHORS updates.
[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 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
35         Log: Implement IV/UV/NV/long double pack/unpack with
36              template letters j/J/F/D (the latter two have been
37              undocumented aliases of f/d).
38      Branch: perl
39            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
40 ____________________________________________________________________________
41 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
42         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
43              From: Nicholas Clark <nick@unfortu.net>
44              Date: Fri, 22 Feb 2002 14:01:25 +0000
45              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
46      Branch: perl
47            ! ext/Encode/compile
48 ____________________________________________________________________________
49 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
50         Log: NetWare change from Ananth Kesari.
51      Branch: perl
52            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
53            ! MANIFEST
54 ____________________________________________________________________________
55 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
56         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
57              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58              Date: Fri, 22 Feb 2002 03:55:13 -0500
59              Message-ID: <20020222035513.A894@math.ohio-state.edu>
60      Branch: perl
61            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
62 ____________________________________________________________________________
63 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
64         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
65      Branch: perl
66            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
67 ____________________________________________________________________________
68 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
69         Log: Make measure_struct a file static.
70      Branch: perl
71            ! pp_pack.c
72 ____________________________________________________________________________
73 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
74         Log: EBCDIC: someone who knows what they are doing
75              and whether it is possible at all in the first
76              place needs to figure these tests out on EBCDIC.
77              The CJK encodings heavily abuse their knowledge
78              of ASCII and that may require a translation layer
79              or four to survive UTF-EBCDIC.
80      Branch: perl
81            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
82 ____________________________________________________________________________
83 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
84         Log: croak() needs context.
85      Branch: perl
86            ! pp_pack.c
87 ____________________________________________________________________________
88 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
89         Log: Subject: [PATCH @14577] pack with a human face: the sequel
90              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
91              Date: Thu, 21 Feb 2002 21:33:37 -0500
92              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
93      Branch: perl
94            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
95            ! proto.h t/op/pack.t
96 ____________________________________________________________________________
97 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
98         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
99              From: Nicholas Clark <nick@unfortu.net> 
100              Date: Fri, 22 Feb 2002 00:49:44 +0000
101              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
102      Branch: perl
103            ! ext/Encode/compile
104 ____________________________________________________________________________
105 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
106         Log: Test for #14795.
107      Branch: perl
108            ! t/op/pat.t
109 ____________________________________________________________________________
110 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
111         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
112      Branch: perl
113            ! t/op/pat.t
114 ____________________________________________________________________________
115 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
116         Log: Subject: [PATCH] next batch of bugfixes
117              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
118              Date: Thu, 21 Feb 2002 23:54:41 +0100
119              Message-ID: <20020221235441.A17260@rafael>
120      Branch: perl
121            ! ext/B/B/Deparse.pm
122 ____________________________________________________________________________
123 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
124         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
125              From: chromatic <chromatic@rmci.net>
126              Date: Thu, 21 Feb 2002 14:17:35 -0700
127              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
128      Branch: perl
129            ! lib/File/stat.pm lib/File/stat.t
130 ____________________________________________________________________________
131 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
132         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
133      Branch: perl
134            ! ext/re/re.xs
135 ____________________________________________________________________________
136 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
137         Log: Upgrade to Math::BigInt 1.51.
138      Branch: perl
139            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
140            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
141            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
142            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
143            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
144            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
145            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
146            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
147            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
148            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
149            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
150            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
151 ____________________________________________________________________________
152 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
153         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
154              From: "Gerrit P. Haase" <gp@familiehaase.de>
155              Date: Thu, 21 Feb 2002 21:20:25 +0100
156              Message-ID: <69510538936.20020221212025@familiehaase.de>
157      Branch: perl
158            ! Makefile.SH
159 ____________________________________________________________________________
160 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
161         Log: Subject: [PATCH @14577] grouping in pack/unpack
162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
163              Date: Thu, 21 Feb 2002 06:06:14 -0500
164              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
165      Branch: perl
166            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
167            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
168 ____________________________________________________________________________
169 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
170         Log: Subject: [PATCH propose] question about fs.t
171              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
172              Date: Thu, 21 Feb 2002 15:10:21 +0100
173              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
174      Branch: perl
175            ! t/io/fs.t
176 ____________________________________________________________________________
177 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
178         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
179              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
180              Date: Thu, 21 Feb 2002 09:54:28 +0100
181              Message-ID: <13576559576.20020221095428@familiehaase.de>     
182      Branch: perl
183            ! Makefile.SH
184 ____________________________________________________________________________
185 [ 14812] By: ams                                   on 2002/02/21  14:59:09
186         Log: Subject: typo correction
187              From: mjd@plover.com
188              Date: 21 Feb 2002 15:43:49 -0000
189              Message-Id: <20020221154349.22772.qmail@plover.com>
190      Branch: perl
191            ! pod/perldebug.pod
192 ____________________________________________________________________________
193 [ 14811] By: ams                                   on 2002/02/21  14:02:12
194         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
195              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
196              Date: Thu, 21 Feb 2002 15:22:22 +0100
197              Message-Id: <20020221152222.A15095@rafael>
198      Branch: perl
199            ! op.h toke.c
200 ____________________________________________________________________________
201 [ 14810] By: ams                                   on 2002/02/21  12:45:28
202         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
204              Date: Thu, 21 Feb 2002 06:02:48 -0500
205              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
206      Branch: perl
207            ! lib/ExtUtils/Mksymlists.pm makedef.pl
208 ____________________________________________________________________________
209 [ 14809] By: nick                                  on 2002/02/21  09:31:08
210         Log: Integrate mainline
211      Branch: perlio
212           +> lib/Pod/t/Select.t
213           !> (integrate 37 files)
214 ____________________________________________________________________________
215 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
216         Log: metaconfig unit change for #14807.
217      Branch: metaconfig
218            ! U/modified/Signal.U
219 ____________________________________________________________________________
220 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
221         Log: Revert #14805, didn't quite work.
222      Branch: perl
223            ! Configure config_h.SH
224 ____________________________________________________________________________
225 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
226         Log: metaconfig changes for #14805.
227      Branch: metaconfig
228            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
229 ____________________________________________________________________________
230 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
231         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
232              From: Paul Eggert <eggert@twinsun.com>
233              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
234              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
235      Branch: perl
236            ! Configure config_h.SH
237 ____________________________________________________________________________
238 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
239         Log: More advice.
240      Branch: perl
241            ! README.os390
242 ____________________________________________________________________________
243 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
244         Log: Missing MANIFESTation.
245      Branch: perl
246            ! MANIFEST
247 ____________________________________________________________________________
248 [ 14802] By: ams                                   on 2002/02/20  22:55:25
249         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
250              From: Autrijus Tang <autrijus@autrijus.org>
251              Date: Thu, 21 Feb 2002 07:13:12 +0800
252              Message-Id: <20020220231312.GA775@not.autrijus.org>
253      Branch: perl
254            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
255 ____________________________________________________________________________
256 [ 14801] By: ams                                   on 2002/02/20  22:27:20
257         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
258              From: Abe Timmerman <abe@ztreet.demon.nl>
259              Date: Thu, 21 Feb 2002 00:20:40 +0100
260              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
261      Branch: perl
262            + lib/Pod/t/Select.t
263 ____________________________________________________________________________
264 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
265         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
266              twice, causing the loop to skip every other character.
267      Branch: perl
268            ! utf8.c
269 ____________________________________________________________________________
270 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
271         Log: Better debugging info.
272      Branch: perl
273            ! t/uni/case.pl
274 ____________________________________________________________________________
275 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
276         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
277              From: Nicholas Clark <nick@unfortu.net>
278              Date: Wed, 20 Feb 2002 22:13:05 +0000
279              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
280      Branch: perl
281            ! ext/Encode/compile
282 ____________________________________________________________________________
283 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
284         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
285              From: Paul Eggert <eggert@twinsun.com>
286              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
287              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
288      Branch: perl
289            ! pod/perlhack.pod
290 ____________________________________________________________________________
291 [ 14796] By: nick                                  on 2002/02/20  18:15:00
292         Log: Integrate mainline
293      Branch: perlio
294           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
295           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
296           +> lib/Locale/Country.pod lib/Locale/Currency.pod
297           +> lib/Locale/Language.pod lib/Locale/Script.pm
298           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
299           +> t/uni/title.t t/uni/upper.t
300           !> (integrate 41 files)
301 ____________________________________________________________________________
302 [ 14795] By: ams                                   on 2002/02/20  17:08:38
303         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
305              Date: Wed, 20 Feb 2002 18:06:59 +0000
306              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
307      Branch: perl
308            ! pp_ctl.c
309 ____________________________________________________________________________
310 [ 14794] By: ams                                   on 2002/02/20  16:41:56
311         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
312              From: Paul_GreenVOS@vos.stratus.com
313              Date: Wed, 20 Feb 02 12:21 est
314              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
315      Branch: perl
316            ! Makefile.SH
317 ____________________________________________________________________________
318 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
319         Log: Forgot from #14790.
320      Branch: perl
321            ! pp_pack.c
322 ____________________________________________________________________________
323 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
324         Log: Update Changes.
325      Branch: perl
326            ! Changes patchlevel.h
327 ____________________________________________________________________________
328 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
329         Log: Integrate change #14778 from maintperl.
330      Branch: perl
331            ! t/lib/strict/subs
332           !> op.c
333 ____________________________________________________________________________
334 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
335         Log: Subject: Re: [ID 20020220.001] pack w with objects
336              From: Ulrich Pfeifer <upf@de.uu.net>
337              Date: 20 Feb 2002 11:21:15 +0100
338              Message-ID: <p5g03wcv38.fsf@de.uu.net>
339      Branch: perl
340            ! t/op/pack.t
341 ____________________________________________________________________________
342 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
343         Log: Subject: Re: [PATCH] go faster for Encode's compile
344              From: Nicholas Clark <nick@unfortu.net> 
345              Date: Tue, 19 Feb 2002 23:38:36 +0000
346              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
347      Branch: perl
348            ! ext/Encode/compile
349 ____________________________________________________________________________
350 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
351         Log: Regen Glossary.
352      Branch: perl
353            ! Porting/Glossary Porting/config.sh Porting/config_H
354 ____________________________________________________________________________
355 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
356         Log: metaconfig unit change for #14786 (not visible yet,
357              since Glossary needs regenerating)
358      Branch: metaconfig
359            ! U/compline/d_gconvert.U
360 ____________________________________________________________________________
361 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
362         Log: Subject: d_Gconvert hints and Glossary
363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
364              Date: Tue, 19 Feb 2002 11:55:36 -0800
365              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
366      Branch: perl
367            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
368            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
369            ! hints/svr5.sh
370 ____________________________________________________________________________
371 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
372         Log: metaconfig unit changes for #14784.
373      Branch: metaconfig
374            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
375 ____________________________________________________________________________
376 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
377         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
378              From: Paul Eggert <eggert@twinsun.com>              
379              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
380              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
381      Branch: perl
382            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
383            ! pod/perlhack.pod
384 ____________________________________________________________________________
385 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
386         Log: metaconfig unit change for #14782.
387      Branch: metaconfig/U/perl
388            ! Mksymlinks.U
389 ____________________________________________________________________________
390 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
391         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
392              From: "Gerrit P. Haase" <gp@familiehaase.de>
393              Date: Wed, 20 Feb 2002 00:23:29 +0100
394              Message-ID: <70348722516.20020220002329@familiehaase.de>
395      Branch: perl
396            ! Configure
397 ____________________________________________________________________________
398 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
399         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
400              From: Nicholas Clark <nick@unfortu.net> 
401              Date: Tue, 19 Feb 2002 19:27:42 +0000
402              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
403              
404              (with modifications)
405      Branch: perl
406            ! pod/perlsub.pod
407 ____________________________________________________________________________
408 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
409         Log: NetWare tweak from Ananth Kesari.
410      Branch: perl
411            ! lib/ExtUtils/MakeMaker.pm
412 ____________________________________________________________________________
413 [ 14779] By: ams                                   on 2002/02/20  06:51:55
414         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
415      Branch: perl
416            ! pod/perlfaq4.pod
417 ____________________________________________________________________________
418 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
419         Log: constant folding on the range operator had the effect of disabling
420              peephole optimizations in all the siblings of the range OP; the
421              effect of this was that barewords could escape strictures when
422              they were hiding in such places
423      Branch: maint-5.6/perl
424            ! op.c t/pragma/strict-subs
425 ____________________________________________________________________________
426 [ 14777] By: ams                                   on 2002/02/20  00:56:21
427         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
428              From: Graham Barr <gbarr@pobox.com>
429              Date: Tue, 19 Feb 2002 23:08:47 +0000
430              Message-Id: <20020219230847.G66560@pobox.com>
431      Branch: perl
432            ! lib/Time/Local.pm
433 ____________________________________________________________________________
434 [ 14776] By: ams                                   on 2002/02/19  17:20:28
435         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
436              From: Nicholas Clark <nick@unfortu.net>
437              Date: Tue, 19 Feb 2002 16:23:22 +0000
438              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
439      Branch: perl
440            ! lib/Tie/Hash.pm
441 ____________________________________________________________________________
442 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
443         Log: Regen doc, regen toc.
444      Branch: perl
445            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
446 ____________________________________________________________________________
447 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
448         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
449              From: Dave Mitchell <davem@fdgroup.co.uk>
450              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
451              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
452      Branch: perl
453            ! pod/perlsub.pod
454 ____________________________________________________________________________
455 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
456         Log: Detypo.
457      Branch: perl
458            ! lib/Tie/Memoize.pm
459 ____________________________________________________________________________
460 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
461         Log: UTF-8 C API doc tweaks.
462      Branch: perl
463            ! pod/perlunicode.pod
464 ____________________________________________________________________________
465 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
466         Log: Mention that the case-switchers know about Unicode, too.
467      Branch: perl
468            ! pod/perlop.pod
469 ____________________________________________________________________________
470 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
471         Log: Upgrade to Locale::Codes 2.01.
472      Branch: perl
473            + lib/Locale/Constants.pod lib/Locale/Country.pod
474            + lib/Locale/Currency.pod lib/Locale/Language.pod
475            + lib/Locale/Script.pod
476            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
477            ! lib/Locale/Constants.pm lib/Locale/Country.pm
478            ! lib/Locale/Currency.pm lib/Locale/Language.pm
479            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
480 ____________________________________________________________________________
481 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
482         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
483              From: Dave Mitchell <davem@fdgroup.co.uk>
484              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
485              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
486      Branch: perl
487            ! pod/perlsub.pod
488 ____________________________________________________________________________
489 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
490         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
491              From: Sam Tregar <sam@tregar.com> 
492              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
493              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
494      Branch: perl
495            ! sv.h
496 ____________________________________________________________________________
497 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
498         Log: The test requires perlio.
499      Branch: perl
500            ! ext/Encode/t/JP.t
501 ____________________________________________________________________________
502 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
503         Log: Misplaced block end.
504      Branch: perl
505            ! utf8.c
506 ____________________________________________________________________________
507 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
508         Log: The POSIX extensions are deadly.
509      Branch: perl
510            ! regcomp.c
511 ____________________________________________________________________________
512 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
513         Log: Let's not overdo the growth.
514      Branch: perl
515            ! pp.c
516 ____________________________________________________________________________
517 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
518         Log: Third time makes the charm.
519      Branch: perl
520            ! README.os390
521 ____________________________________________________________________________
522 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
523         Log: Oops.
524      Branch: perl
525            ! utf8.c
526 ____________________________________________________________________________
527 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
528         Log: Add back the new casing tests.
529      Branch: perl
530            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
531            ! MANIFEST
532 ____________________________________________________________________________
533 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
534         Log: Prefer special case mappings.
535      Branch: perl
536            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
537            ! lib/unicore/To/Upper.pl lib/unicore/mktables
538 ____________________________________________________________________________
539 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
540         Log: Try special casing first.
541      Branch: perl
542            ! utf8.c
543 ____________________________________________________________________________
544 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
545         Log: Not extending enough.
546      Branch: perl
547            ! pp.c utf8.h
548 ____________________________________________________________________________
549 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
550         Log: No need to store identity mappings.
551      Branch: perl
552            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
553            ! lib/unicore/mktables
554 ____________________________________________________________________________
555 [ 14756] By: ams                                   on 2002/02/18  20:21:17
556         Log: Forward port #14704 from maint-5.6.
557      Branch: perl
558            ! doio.c
559 ____________________________________________________________________________
560 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
561         Log: Regen Changes.
562      Branch: perl
563            ! Changes
564 ____________________________________________________________________________
565 [ 14754] By: ams                                   on 2002/02/18  19:01:09
566         Log: Subject: [PATCH] VMS cando_by_name and current process privs
567              From: "Craig A. Berry" <craigberry@mac.com>
568              Date: Mon, 18 Feb 2002 14:03:30 -0600
569              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
570      Branch: perl
571            ! vms/vms.c
572 ____________________________________________________________________________
573 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
574         Log: Update Changes.
575      Branch: perl
576            ! Changes patchlevel.h
577 ____________________________________________________________________________
578 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
579         Log: What do you know; these tests unearthed nasty problems.
580              Will resolve those first.
581      Branch: perl
582            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
583            ! MANIFEST
584 ____________________________________________________________________________
585 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
586         Log: Update Changes.
587      Branch: perl
588            ! Changes patchlevel.h
589 ____________________________________________________________________________
590 [ 14750] By: ams                                   on 2002/02/18  17:36:05
591         Log: Subject: Re: IO::Poll: Removing Handles
592              From: Matthew Sachs <matthewg@zevils.com>
593              Date: Mon, 18 Feb 2002 13:19:01 -0500
594              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
595      Branch: perl
596            ! ext/IO/lib/IO/t/io_poll.t
597 ____________________________________________________________________________
598 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
599         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
600              From: "Craig A. Berry" <craigberry@mac.com>
601              Date: Mon, 18 Feb 2002 11:52:21 -0600
602              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
603      Branch: perl
604            ! t/op/alarm.t t/op/glob.t
605 ____________________________________________________________________________
606 [ 14748] By: ams                                   on 2002/02/18  15:53:36
607         Log: s/load_module/Perl_load_module/
608      Branch: perl
609            ! gv.c
610 ____________________________________________________________________________
611 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
612         Log: Unused in ASCII, used in EBCDIC.
613      Branch: perl
614            ! utf8.c
615 ____________________________________________________________________________
616 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
617         Log: Upgrade to Locale::Codes 2.00.
618      Branch: perl
619            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
620            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
621            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
622            ! lib/Locale/Constants.pm lib/Locale/Country.pm
623            ! lib/Locale/Currency.pm lib/Locale/Language.pm
624 ____________________________________________________________________________
625 [ 14745] By: ams                                   on 2002/02/18  15:20:44
626         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
627              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
628              Date: Sat, 16 Feb 2002 00:06:01 +0100
629              Message-Id: <20020216000601.A17249@rafael>
630      Branch: perl
631            ! gv.c
632 ____________________________________________________________________________
633 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
634         Log: More Unicode casing checks.
635      Branch: perl
636            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
637            ! MANIFEST
638 ____________________________________________________________________________
639 [ 14743] By: ams                                   on 2002/02/18  14:35:38
640         Log: Subject: IO::Poll: Removing Handles
641              From: Matthew Sachs <matthewg@zevils.com>
642              Date: Sun, 17 Feb 2002 04:49:46 -0500
643              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
644      Branch: perl
645            ! ext/IO/lib/IO/Poll.pm
646 ____________________________________________________________________________
647 [ 14741] By: ams                                   on 2002/02/18  13:59:48
648         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
650              Date: Mon, 18 Feb 2002 15:41:26 +0100
651              Message-Id: <20020218154126.A692@rafael>
652      Branch: perl
653            ! pp_ctl.c t/op/do.t
654 ____________________________________________________________________________
655 [ 14740] By: nick                                  on 2002/02/18  09:09:23
656         Log: Integrate mainline
657      Branch: perlio
658           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
659           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
660           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
661           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
662           +> ext/Encode/lib/Encode/JP/Constants.pm
663           +> ext/Encode/lib/Encode/JP/H2Z.pm
664           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
665           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
666           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
667           +> os2/OS2/Process/t/os2_process.t
668           +> os2/OS2/Process/t/os2_process_kid.t
669           +> os2/OS2/Process/t/os2_process_text.t
670            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
671            - ext/Encode/t/Japanese.t
672           !> (integrate 47 files)
673 ____________________________________________________________________________
674 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
675         Log: EBCDIC: now the worst seems to be over for
676              the "Malformed" warnings.  Still a few of them,
677              and plenty of test failures, but getting better.
678      Branch: perl
679            ! regcomp.c utf8.c
680 ____________________________________________________________________________
681 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
682         Log: Upgrade to Net::Ping 2.12.
683      Branch: perl
684            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
685            ! lib/Net/Ping/t/110_icmp_inst.t
686 ____________________________________________________________________________
687 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
688         Log: After much rewriting we are now pretty much
689              back to where we started.
690      Branch: perl
691            ! utf8.c
692 ____________________________________________________________________________
693 [ 14736] By: ams                                   on 2002/02/18  01:23:00
694         Log: Subject: [PATCH B::Deparse] two fixes
695              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
696              Date: Sun, 17 Feb 2002 23:58:59 +0100
697              Message-Id: <20020217235859.A32513@rafael>
698      Branch: perl
699            ! ext/B/B/Deparse.pm
700 ____________________________________________________________________________
701 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
702         Log: Buglet.
703      Branch: perl
704            ! ext/Encode/lib/Encode/JP/JIS.pm
705 ____________________________________________________________________________
706 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
707         Log: Clearing up to_utf8_case() continues: this time use
708              a single return, and EBCDICification for all paths.
709      Branch: perl
710            ! utf8.c
711 ____________________________________________________________________________
712 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
713         Log: Small tweaks to get the test running (fix @INC and
714              do not overwrite the table.utf8 and table.rnd).
715      Branch: perl
716            ! ext/Encode/t/JP.t
717 ____________________________________________________________________________
718 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
719         Log: Tiny tweak.
720      Branch: perl
721            ! utf8.c
722 ____________________________________________________________________________
723 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
724         Log: Redundant casts.
725      Branch: perl
726            ! utf8.c
727 ____________________________________________________________________________
728 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
729         Log: More filename portability tips.
730      Branch: perl
731            ! pod/perlport.pod
732 ____________________________________________________________________________
733 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
734         Log: FAQ sync.
735      Branch: perl
736            ! pod/perlfaq3.pod pod/perlfaq5.pod
737 ____________________________________________________________________________
738 [ 14728] By: ams                                   on 2002/02/17  16:15:09
739         Log: Subject: podlators 1.21 released
740              From: Russ Allbery <rra@stanford.edu>
741              Date: Sat, 16 Feb 2002 21:42:56 -0800
742              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
743      Branch: perl
744            ! lib/Pod/Text/Overstrike.pm
745 ____________________________________________________________________________
746 [ 14727] By: sky                                   on 2002/02/17  11:36:52
747         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
748              From: Autrijus Tang <autrijus@autrijus.org>
749              Date: Sun, 17 Feb 2002 19:46:47 +0800
750              Message-ID: <20020217194647.A1410@not.autrijus.org>
751      Branch: perl
752            ! pp_ctl.c t/op/tiehandle.t util.c
753 ____________________________________________________________________________
754 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
755         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
756              input in native code points, not Unicode.
757      Branch: perl
758            ! utf8.c
759 ____________________________________________________________________________
760 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
761         Log: Regen Glossary.
762      Branch: perl
763            ! Porting/Glossary Porting/config.sh Porting/config_H
764 ____________________________________________________________________________
765 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
766         Log: The #14715 and #14716 were okay: they just revealed
767              a bug in the EXACTF matching.
768      Branch: perl
769            ! regexec.c utf8.c
770 ____________________________________________________________________________
771 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
772         Log: Retreat, retreat! (retract #14715 and #14716)
773      Branch: perl
774            ! utf8.c
775 ____________________________________________________________________________
776 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
777         Log: Encode 0.40, from Dan Kogai.
778      Branch: perl
779            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
780            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
781            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
782            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
783            + ext/Encode/lib/Encode/JP/Constants.pm
784            + ext/Encode/lib/Encode/JP/H2Z.pm
785            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
786            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
787            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
788            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
789            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
790            - ext/Encode/t/Japanese.t
791            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
792            ! ext/Encode/t/Encode.t
793 ____________________________________________________________________________
794 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
795         Log: metaconfig unit change for #14720.
796      Branch: perl
797            ! Configure
798 ____________________________________________________________________________
799 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
800         Log: Regenerate Configure (small tweaks on Yitzchak's,
801              main difference being that the preference variables are
802              called gconvert_...).
803      Branch: metaconfig
804            ! U/compline/d_gconvert.U
805 ____________________________________________________________________________
806 [ 14719] By: ams                                   on 2002/02/16  14:11:01
807         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
808              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
809              Date: Thu, 14 Feb 2002 22:27:33 -0800
810              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
811              (Applied by hand.)
812      Branch: perl
813            ! Configure
814 ____________________________________________________________________________
815 [ 14718] By: ams                                   on 2002/02/16  13:45:28
816         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
817              From: Philip Newton <Philip.Newton@gmx.net>
818              Date: Sat, 16 Feb 2002 10:05:05 +0100
819              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
820              (Applied by hand.)
821      Branch: perl
822            ! pod/perlport.pod
823 ____________________________________________________________________________
824 [ 14717] By: ams                                   on 2002/02/16  04:30:23
825         Log: Remove dubious test.
826      Branch: perl
827            ! t/io/open.t
828 ____________________________________________________________________________
829 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
830         Log: Tiny tweak.
831      Branch: perl
832            ! utf8.c
833 ____________________________________________________________________________
834 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
835         Log: Restructure to_utf8_case() for simpler execution paths.
836      Branch: perl
837            ! utf8.c
838 ____________________________________________________________________________
839 [ 14714] By: ams                                   on 2002/02/16  02:43:59
840         Log: Absorb #14701 by Sarathy from maint-5.6.
841      Branch: perl
842            ! doio.c t/io/open.t
843 ____________________________________________________________________________
844 [ 14713] By: ams                                   on 2002/02/16  01:51:27
845         Log: Subject: [PATCH] VOS patches for perl 5.8
846              From: Paul_GreenVOS@vos.stratus.com
847              Date: Fri, 15 Feb 02 17:41 est
848              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
849      Branch: perl
850            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
851            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
852            ! vos/install_perl.cm
853 ____________________________________________________________________________
854 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
855         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
857              Date: Fri, 15 Feb 2002 23:05:44 +0100
858              Message-ID: <20020215230544.A690@rafael>
859      Branch: perl
860            ! ext/B/B/Deparse.pm
861 ____________________________________________________________________________
862 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
863         Log: Add $VERSION.
864      Branch: perl
865            ! lib/Tie/Memoize.pm
866 ____________________________________________________________________________
867 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
868         Log: Update Changes.
869      Branch: perl
870            ! Changes patchlevel.h
871 ____________________________________________________________________________
872 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
873         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
874              From: Robin Barker <rmb1@cise.npl.co.uk>
875              Date: Thu, 14 Feb 2002 19:07:40 GMT
876              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
877              
878              (the hints part only)
879      Branch: perl
880            ! hints/solaris_2.sh
881 ____________________________________________________________________________
882 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
883         Log: metaconfig unit changes for #14707.
884      Branch: metaconfig
885            ! U/modified/cc.U
886      Branch: metaconfig/U/perl
887            ! Checkcc.U
888 ____________________________________________________________________________
889 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
890         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
891              From: Robin Barker <rmb1@cise.npl.co.uk>
892              Date: Fri, 15 Feb 2002 12:14:39 GMT
893              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
894              
895              Split checking-for-gcc and checking-for-cc.
896      Branch: perl
897            ! Configure
898 ____________________________________________________________________________
899 [ 14706] By: ams                                   on 2002/02/15  13:57:15
900         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
901              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
902              Date: 15 Feb 2002 10:53:06 +0200
903              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
904      Branch: perl
905            ! lib/Pod/Html.pm
906 ____________________________________________________________________________
907 [ 14705] By: ams                                   on 2002/02/15  08:42:55
908         Log: Subject: [PATCH @14577] OS/2 tests and more
909              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
910              Date: Fri, 15 Feb 2002 03:56:24 -0500
911              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
912      Branch: perl
913            + os2/OS2/Process/t/os2_process.t
914            + os2/OS2/Process/t/os2_process_kid.t
915            + os2/OS2/Process/t/os2_process_text.t
916            ! MANIFEST configpm hints/os2.sh makedef.pl
917            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
918            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
919            ! os2/os2ish.h
920 ____________________________________________________________________________
921 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
922         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
923              avoid wasteful PL_fdpid fiddling where that is not warranted;
924              mostly whitespace fixes
925              
926              these were longstanding todo items from:
927              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
928      Branch: maint-5.6/perl
929            ! doio.c
930 ____________________________________________________________________________
931 [ 14702] By: nick                                  on 2002/02/15  08:31:41
932         Log: Integrate mainline
933      Branch: perlio
934           +> lib/if.pm lib/if.t
935           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
936           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
937           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
938           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
939           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
940           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
941           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
942           !> t/lib/warnings/pp_sys
943 ____________________________________________________________________________
944 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
945         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
946              (and also dies quickly on Windows); this bug crept in as
947              change#610, a.k.a change#646
948      Branch: maint-5.6/perl
949            ! doio.c t/io/open.t
950 ____________________________________________________________________________
951 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
952         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
953              From: Ville "Skyttä" <ville.skytta@iki.fi>
954              Date: Wed, 13 Feb 2002 22:29:39 +0200
955              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
956      Branch: perl
957            ! lib/Pod/Html.pm
958 ____________________________________________________________________________
959 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
960         Log: Document and test the C0 and C1.
961      Branch: perl
962            ! lib/charnames.pm lib/charnames.t
963 ____________________________________________________________________________
964 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
965         Log: metaconfig unit change for #14697.
966      Branch: metaconfig
967            ! U/modified/Init.U
968 ____________________________________________________________________________
969 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
970         Log: Also OS/2 seems to need exe set early.
971      Branch: perl
972            ! Configure
973 ____________________________________________________________________________
974 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
975         Log: Document pack U0U.
976      Branch: perl
977            ! pod/perluniintro.pod
978 ____________________________________________________________________________
979 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
980         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
981              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
982              Date: Thu, 14 Feb 2002 23:58:00 +0100
983              Message-ID: <20020214235800.A12901@rafael>
984      Branch: perl
985            ! pp_sys.c t/lib/warnings/pp_sys
986 ____________________________________________________________________________
987 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
988         Log: Subject: [PATCH @13746] conditional pragmas
989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
990              Date: Mon, 31 Dec 2001 18:18:09 -0500
991              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
992      Branch: perl
993            + lib/if.pm lib/if.t
994            ! MANIFEST
995 ____________________________________________________________________________
996 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
997         Log: Deparse bug introduced by #14615: the fix is just a workaround,
998              I suspect there to be another deeper bug, must distill simpler
999              test case.
1000      Branch: perl
1001            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
1002 ____________________________________________________________________________
1003 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
1004         Log: Integrate perlio; 
1005              
1006              Make dependencies more precise (for nmake)
1007      Branch: perl
1008           !> ext/Encode/EUC_JP/Makefile.PL
1009 ____________________________________________________________________________
1010 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
1011         Log: Just a guess.
1012      Branch: perl
1013            ! lib/Tie/Handle.pm
1014 ____________________________________________________________________________
1015 [ 14690] By: nick                                  on 2002/02/14  16:30:56
1016         Log: Integrate mainline
1017      Branch: perlio
1018           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
1019           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
1020           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
1021           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
1022           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
1023           !> utf8.c
1024 ____________________________________________________________________________
1025 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
1026         Log: Upgrade to Net::Ping 2.11.
1027      Branch: perl
1028            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1029            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1030            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1031            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1032 ____________________________________________________________________________
1033 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
1034         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
1035              From: Robin Barker <rmb1@cise.npl.co.uk>
1036              Date: Wed, 13 Feb 2002 17:37:07 GMT
1037              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
1038              
1039              (updated version of the above)
1040      Branch: perl
1041            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
1042 ____________________________________________________________________________
1043 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
1044         Log: Excise inexact blather.
1045      Branch: perl
1046            ! utf8.c
1047 ____________________________________________________________________________
1048 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
1049         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
1050              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1051              Date: Mon, 31 Dec 2001 20:28:46 -0500
1052              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
1053      Branch: perl
1054            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
1055            ! MANIFEST
1056 ____________________________________________________________________________
1057 [ 14685] By: nick                                  on 2002/02/14  14:20:20
1058         Log: Make dependencies more precise (for nmake)
1059      Branch: perlio
1060            ! ext/Encode/EUC_JP/Makefile.PL
1061 ____________________________________________________________________________
1062 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
1063         Log: Subject: [PATCH @13746] tied hashes
1064              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
1065              Date: Mon, 31 Dec 2001 19:15:39 -0500
1066              Message-ID: <20011231191539.A46@math.ohio-state.edu>
1067      Branch: perl
1068            ! lib/Tie/Hash.pm pod/perltie.pod
1069 ____________________________________________________________________________
1070 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
1071         Log: Subject: Re: [PATCH] Configure followed by make minitest
1072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1073              Date: Sun, 10 Feb 2002 23:22:05 -0800
1074              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
1075      Branch: perl
1076            ! Makefile.SH
1077 ____________________________________________________________________________
1078 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
1079         Log: Subject: Re: perl@14647
1080              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1081              Date: Mon, 11 Feb 2002 19:30:36 +0100
1082              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
1083      Branch: perl
1084            ! t/op/groups.t
1085 ____________________________________________________________________________
1086 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
1087         Log: Update Changes.
1088      Branch: perl
1089            ! Changes patchlevel.h
1090 ____________________________________________________________________________
1091 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
1092         Log: Integrate perlio;
1093              
1094              Do not lc() the file names before doing dirname() or they don't match.
1095      Branch: perl
1096           !> lib/ExtUtils/t/Installed.t
1097 ____________________________________________________________________________
1098 [ 14679] By: sky                                   on 2002/02/13  12:56:13
1099         Log: rename mutex to make a bit more sense
1100      Branch: perl
1101            ! ext/threads/threads.xs
1102 ____________________________________________________________________________
1103 [ 14678] By: sky                                   on 2002/02/13  12:46:11
1104         Log: Track active threads....
1105      Branch: perl
1106            ! ext/threads/threads.pm ext/threads/threads.xs
1107 ____________________________________________________________________________
1108 [ 14677] By: nick                                  on 2002/02/13  09:30:42
1109         Log: Do not lc() the file names before doing dirname() or they don't match.
1110      Branch: perlio
1111            ! lib/ExtUtils/t/Installed.t
1112 ____________________________________________________________________________
1113 [ 14676] By: sky                                   on 2002/02/13  09:03:37
1114         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
1115              From: Michael G Schwern <schwern@pobox.com>
1116              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
1117              Message-Id: <20020213100017.GA6288@blackrider>
1118      Branch: perl
1119            ! lib/File/Spec/t/rel2abs2rel.t
1120 ____________________________________________________________________________
1121 [ 14675] By: sky                                   on 2002/02/13  09:00:24
1122         Log: Do not propagate END blocks to child threads, test.
1123      Branch: perl
1124            + ext/threads/t/end.t
1125            ! MANIFEST ext/threads/threads.xs
1126 ____________________________________________________________________________
1127 [ 14674] By: nick                                  on 2002/02/13  08:34:55
1128         Log: Integrate mainline
1129      Branch: perlio
1130           +> ext/threads/t/join.t
1131           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
1132           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
1133           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
1134 ____________________________________________________________________________
1135 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
1136         Log: metaconfig unit change for #14672.
1137      Branch: metaconfig
1138            ! U/modified/lns.U
1139 ____________________________________________________________________________
1140 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
1141         Log: $ln is supposed to be already set to $ln + executable suffix
1142              on platforms that need it, from Paul Green.
1143      Branch: perl
1144            ! Configure
1145 ____________________________________________________________________________
1146 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
1147         Log: Subject: New command syntax for 'x' command
1148              From: Mark-Jason Dominus <mjd@plover.com>
1149              Date: Tue, 12 Feb 2002 20:54:01 -0500
1150              Message-ID: <20020213015401.25685.qmail@plover.com>
1151      Branch: perl
1152            ! lib/perl5db.pl pod/perldebug.pod
1153 ____________________________________________________________________________
1154 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
1155         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
1156              From: Mark-Jason Dominus <mjd@plover.com>
1157              Date: Tue, 12 Feb 2002 20:20:42 -0500
1158              Message-ID: <20020213012042.25245.qmail@plover.com>
1159      Branch: perl
1160            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
1161 ____________________________________________________________________________
1162 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
1163         Log: Iteration continues.
1164      Branch: perl
1165            ! utf8.c
1166 ____________________________________________________________________________
1167 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
1168         Log: Duh.
1169      Branch: perl
1170            ! pp_pack.c t/op/length.t
1171 ____________________________________________________________________________
1172 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
1173         Log: Retract #14666.
1174      Branch: perl
1175            ! t/op/lc.t
1176 ____________________________________________________________________________
1177 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
1178         Log: (retracted by #14667)
1179      Branch: perl
1180            ! t/op/lc.t
1181 ____________________________________________________________________________
1182 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
1183         Log: Tiny test script tweaks.
1184      Branch: perl
1185            ! t/uni/fold.t
1186 ____________________________________________________________________________
1187 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
1188         Log: Rewrite the "special mapping" part of to_utf8_case(),
1189              this time with fewer bugs.  (See: The Law of Cybernetic
1190              Entymology.)
1191      Branch: perl
1192            ! utf8.c
1193 ____________________________________________________________________________
1194 [ 14663] By: sky                                   on 2002/02/12  18:26:16
1195         Log: Stop failures if you pass an object, sv_dup might not be the right 
1196              thing to use since I have a feeling we end up cloning far too much. 
1197              (Like the stash for example).... Maybe we need a lightweight sv_dup 
1198              that searches the target for things....
1199              Real fix is another option to perl_clone which controls if you should 
1200              save stashes.
1201      Branch: perl
1202            ! ext/threads/threads.xs
1203 ____________________________________________________________________________
1204 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
1205         Log: Retract #14661.
1206      Branch: perl
1207            ! hints/solaris_2.sh
1208 ____________________________________________________________________________
1209 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
1210         Log: (retracted by #14662)
1211      Branch: perl
1212            ! hints/solaris_2.sh
1213 ____________________________________________________________________________
1214 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
1215         Log: EBCDIC: another "can't happen".
1216      Branch: perl
1217            ! utf8.c
1218 ____________________________________________________________________________
1219 [ 14659] By: sky                                   on 2002/02/12  14:38:21
1220         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
1221      Branch: perl
1222            + ext/threads/t/join.t
1223            ! MANIFEST ext/threads/threads.xs
1224 ____________________________________________________________________________
1225 [ 14658] By: nick                                  on 2002/02/12  13:54:06
1226         Log: Integrate mainline
1227      Branch: perlio
1228           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
1229           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
1230           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
1231 ____________________________________________________________________________
1232 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
1233         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
1234              From: Jan Dubois <JanD@ActiveState.com> 
1235              Date: Tue, 12 Feb 2002 00:56:31 -0800
1236              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
1237      Branch: perl
1238            ! lib/Win32.pod win32/win32.c win32/win32.h
1239 ____________________________________________________________________________
1240 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
1241         Log: Subject: [PATCH] Re: 14654 introduced a bug 
1242              From: Michael G Schwern <schwern@pobox.com> 
1243              Date: Tue, 12 Feb 2002 05:37:36 -0500
1244              Message-ID: <20020212103736.GC14327@blackrider>
1245      Branch: perl
1246            ! lib/File/Spec/t/rel2abs2rel.t
1247 ____________________________________________________________________________
1248 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
1249         Log: More unset installman[13]dir tweaks from chromatic.
1250      Branch: perl
1251            ! lib/ExtUtils/Installed.pm
1252 ____________________________________________________________________________
1253 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
1254         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
1255              From: Michael G Schwern <schwern@pobox.com>
1256              Date: Mon, 11 Feb 2002 12:23:02 -0500
1257              Message-ID: <20020211172302.GD9556@blackrider>
1258      Branch: perl
1259            ! lib/File/Spec/t/rel2abs2rel.t
1260 ____________________________________________________________________________
1261 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
1262         Log: Use `` instead of -| to be a little bit more portable,
1263              from Michael Schwern.
1264      Branch: perl
1265            ! lib/ExtUtils/t/Embed.t
1266 ____________________________________________________________________________
1267 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
1268         Log: EBCDIC: this change for \N{} in particular is now
1269              unnecessary because of the recent more general
1270              pack U change.
1271      Branch: perl
1272            ! toke.c
1273 ____________________________________________________________________________
1274 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
1275         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
1276              From: "Craig A. Berry" <craigberry@mac.com>
1277              Date: Mon, 11 Feb 2002 17:13:47 -0600
1278              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
1279      Branch: perl
1280            ! t/test.pl
1281 ____________________________________________________________________________
1282 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
1283         Log: EBCDIC: pack U bytes change.
1284      Branch: perl
1285            ! t/op/length.t
1286 ____________________________________________________________________________
1287 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
1288         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
1289      Branch: perl
1290            ! t/op/each.t
1291 ____________________________________________________________________________
1292 [ 14648] By: nick                                  on 2002/02/11  16:14:50
1293         Log: Integrate mainline
1294      Branch: perlio
1295           !> Changes Configure Makefile.SH autodoc.pl
1296           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
1297           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
1298           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
1299 ____________________________________________________________________________
1300 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
1301         Log: Update Changes.
1302      Branch: perl
1303            ! Changes patchlevel.h
1304 ____________________________________________________________________________
1305 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
1306         Log: Regen toc.
1307      Branch: perl
1308            ! pod/perltoc.pod
1309 ____________________________________________________________________________
1310 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
1311         Log: Forgot from #14641.
1312      Branch: perl
1313            ! lib/ExtUtils/t/Embed.t
1314 ____________________________________________________________________________
1315 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
1316         Log: A forgotten metaconfig unit.
1317      Branch: metaconfig/U/perl
1318            + i_features.U
1319 ____________________________________________________________________________
1320 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
1321         Log: metaconfig unit changes for #14642.
1322      Branch: metaconfig
1323            + U/modified/lns.U
1324      Branch: metaconfig/U/perl
1325            ! issymlink.U
1326 ____________________________________________________________________________
1327 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
1328         Log: -Dmksymlinks was broken by #14628.
1329      Branch: perl
1330            ! Configure
1331 ____________________________________________________________________________
1332 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
1333         Log: Subject: [PATCH @14577] OS/2 build
1334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1335              Date: Mon, 11 Feb 2002 06:56:41 -0500
1336              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
1337              
1338              (sans the Configure, perlio.sym, and t/op/stat.t parts)
1339      Branch: perl
1340            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
1341            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
1342            ! os2/os2ish.h
1343 ____________________________________________________________________________
1344 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
1345         Log: Integrate perlio;
1346              
1347              Re-structure Japanese encodings - part 1
1348              
1349              Split Japanese encodings - part 2
1350              - build separate .c files with separate 'compile' steps
1351              - overall Japanese.xs / Japanese.pm which loads them
1352              
1353              Add test for Japanese encoding (well euc-jp anyway).
1354              Fix one bug shown by above
1355              Skip test which does not pass yet.
1356              
1357              Patch up the failing multi-byte write case, and un-skip
1358              the test.
1359      Branch: perl
1360           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
1361           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
1362            - ext/Encode/EUC_JP/EUC_JP.pm
1363           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
1364 ____________________________________________________________________________
1365 [ 14639] By: nick                                  on 2002/02/11  11:59:18
1366         Log: Patch up the failing multi-byte write case, and un-skip
1367              the test.
1368      Branch: perlio
1369            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
1370 ____________________________________________________________________________
1371 [ 14638] By: nick                                  on 2002/02/11  10:55:39
1372         Log: Add test for Japanese encoding (well euc-jp anyway).
1373              Fix one bug shown by above
1374              Skip test which does not pass yet.
1375      Branch: perlio
1376            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
1377            + ext/Encode/t/table.ref
1378            ! MANIFEST ext/Encode/Encode.xs
1379 ____________________________________________________________________________
1380 [ 14637] By: nick                                  on 2002/02/11  09:07:04
1381         Log: Split Japanese encodings - part 2
1382              - build separate .c files with separate 'compile' steps
1383              - overall Japanese.xs / Japanese.pm which loads them
1384      Branch: perlio
1385            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
1386 ____________________________________________________________________________
1387 [ 14636] By: nick                                  on 2002/02/11  08:15:42
1388         Log: Re-structure Japanese encodings - part 1
1389      Branch: perlio
1390           +> ext/Encode/EUC_JP/Japanese.pm
1391            - ext/Encode/EUC_JP/EUC_JP.pm
1392            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
1393 ____________________________________________________________________________
1394 [ 14635] By: nick                                  on 2002/02/11  08:05:12
1395         Log: Integrate mainline
1396      Branch: perlio
1397           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
1398           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
1399           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
1400 ____________________________________________________________________________
1401 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
1402         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
1403              From: Mike Guy <mjtg@cam.ac.uk>
1404              Date: Mon, 11 Feb 2002 02:50:42 +0000
1405              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
1406      Branch: perl
1407            ! t/op/arith.t
1408 ____________________________________________________________________________
1409 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
1410         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
1411              Stepping backward in the string would be majorly bad.
1412      Branch: perl
1413            ! regcomp.c
1414 ____________________________________________________________________________
1415 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
1416         Log: The debugger part of
1417              
1418              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
1419              From: Michael G Schwern <schwern@pobox.com> 
1420              Date: Wed, 6 Feb 2002 17:32:12 -0500
1421              Message-ID: <20020206223212.GG1346@blackrider>
1422      Branch: perl
1423            ! lib/perl5db.pl
1424 ____________________________________________________________________________
1425 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
1426         Log: Integrate perlio;
1427              
1428              Borland/Win32 tuning
1429              
1430              Move PerlIO_perlio to layer_syms where it belongs?
1431      Branch: perl
1432           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
1433 ____________________________________________________________________________
1434 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
1435         Log: EBCDIC: the low 256 needs to be shuffled also
1436              in pack/unpack U (this breaks the equivalence
1437              of pack U and v-strings, but I think if someone
1438              has to give, v-strings are a good victim)
1439      Branch: perl
1440            ! pp_pack.c t/op/pack.t
1441 ____________________________________________________________________________
1442 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
1443         Log: metaconfig unit changes for #14628.
1444      Branch: metaconfig/U/perl
1445            ! d_u32align.U issymlink.U
1446 ____________________________________________________________________________
1447 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
1448         Log: Two Configure tweaks; the u32align test was trying
1449              to write into a string literal, the ln -s test was
1450              failing in VOS.
1451      Branch: perl
1452            ! Configure
1453 ____________________________________________________________________________
1454 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
1455         Log: DJGPP tweaks from Laszlo Molnar.
1456      Branch: perl
1457            ! djgpp/djgpp.c lib/File/Spec.pm
1458 ____________________________________________________________________________
1459 [ 14626] By: nick                                  on 2002/02/10  18:36:47
1460         Log: Move PerlIO_perlio to layer_syms where it belongs?
1461      Branch: perlio
1462            ! makedef.pl
1463 ____________________________________________________________________________
1464 [ 14625] By: nick                                  on 2002/02/10  18:02:21
1465         Log: Borland/Win32 tuning
1466      Branch: perlio
1467            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
1468 ____________________________________________________________________________
1469 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
1470         Log: Additional explanation for the [:...:] failure.
1471      Branch: perl
1472            ! pod/perldiag.pod
1473 ____________________________________________________________________________
1474 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
1475         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
1476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1477              Date: Sun, 10 Feb 2002 13:32:48 +0100
1478              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
1479      Branch: perl
1480            ! makedef.pl
1481 ____________________________________________________________________________
1482 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
1483         Log: Test tweaks from chromatic for cases where there
1484              are no installman1dir or installman3dir.
1485      Branch: perl
1486            ! lib/ExtUtils/t/Installed.t
1487 ____________________________________________________________________________
1488 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
1489         Log: Integrate perlio;
1490              
1491              Nick Clark's tweaks to Encode compile process
1492              1. Use decimal constants to unit string arrays rather than
1493              very long string litterals (latter having possible "\0"
1494              on end issues, and needing ANSI C line splicing).
1495              2. Replace tail-recursion during insert process with itteration.
1496              Nick C sees 12% speedup from these.
1497      Branch: perl
1498           !> ext/Encode/Encode.pm ext/Encode/compile
1499 ____________________________________________________________________________
1500 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
1501         Log: Portability notes: filename characters, character sets.
1502      Branch: perl
1503            ! pod/perlport.pod
1504 ____________________________________________________________________________
1505 [ 14619] By: nick                                  on 2002/02/10  11:06:05
1506         Log: Integrate mainline
1507      Branch: perlio
1508            ! ext/Encode/Encode.pm
1509           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
1510           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
1511           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
1512           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
1513           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
1514 ____________________________________________________________________________
1515 [ 14618] By: nick                                  on 2002/02/10  10:48:15
1516         Log: Nick Clark's tweaks to Encode compile process
1517              1. Use decimal constants to unit string arrays rather than
1518              very long string litterals (latter having possible "\0"
1519              on end issues, and needing ANSI C line splicing).
1520              2. Replace tail-recursion during insert process with itteration.
1521              Nick C sees 12% speedup from these.
1522      Branch: perlio
1523            ! ext/Encode/compile
1524 ____________________________________________________________________________
1525 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
1526         Log: Use the "Unicode 1.0" name field for control characters,
1527              as suggested by Mark Davis.  Note that Unicode 3.2 will
1528              require some more legwork on this because of certain
1529              alternative names.
1530      Branch: perl
1531            ! lib/unicore/Name.pl lib/unicore/mktables
1532 ____________________________________________________________________________
1533 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
1534         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
1535      Branch: perl
1536            ! hints/os390.sh
1537 ____________________________________________________________________________
1538 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
1539         Log: EBCDIC: the non-printable characters are different.
1540      Branch: perl
1541            ! ext/B/B/Deparse.pm
1542 ____________________________________________________________________________
1543 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
1544         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
1545              From: Nicholas Clark <nick@unfortu.net> 
1546              Date: Sat, 9 Feb 2002 22:31:29 +0000
1547              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
1548      Branch: perl
1549            ! t/lib/warnings/pp_hot
1550 ____________________________________________________________________________
1551 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
1552         Log: Subject: [PATCH] Re: Modulus operator inconsistency
1553              From: Nicholas Clark <nick@unfortu.net>
1554              Date: Sat, 9 Feb 2002 21:00:13 +0000
1555              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
1556      Branch: perl
1557            ! op.c t/op/arith.t
1558 ____________________________________________________________________________
1559 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
1560         Log: Use the same escaping mechanism for all the *flags.
1561      Branch: perl
1562            ! lib/ExtUtils/Embed.pm
1563 ____________________________________________________________________________
1564 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
1565         Log: Protect possible parentheses in ccflags, ccdlflags, and
1566              ldflags.  (In OS/390 there are parentheses in ccflags.)
1567      Branch: perl
1568            ! lib/ExtUtils/Embed.pm
1569 ____________________________________________________________________________
1570 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
1571         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
1572              From: Peter Scott <Peter@PSDT.com>
1573              Date: Fri, 08 Feb 2002 19:20:19 -0800
1574              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
1575      Branch: perl
1576            ! lib/perl5db.pl
1577 ____________________________________________________________________________
1578 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
1579         Log: FAQ sync.
1580      Branch: perl
1581            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
1582 ____________________________________________________________________________
1583 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
1584         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
1585              From: Chris Nandor <pudge@pobox.com>
1586              Date: Fri, 08 Feb 2002 16:31:41 -0500
1587              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
1588      Branch: perl
1589            ! cop.h deb.c pp_ctl.c toke.c util.c
1590 ____________________________________________________________________________
1591 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
1592         Log: Redo CopFILE / MacPerl_MPWFIleName patch
1593      Branch: maint-5.6/macperl
1594            ! cop.h deb.c pp_ctl.c toke.c util.c
1595 ____________________________________________________________________________
1596 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
1597         Log: The metaconfig unit change to go with #14605.
1598      Branch: metaconfig/U/perl
1599            ! libperl.U
1600 ____________________________________________________________________________
1601 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
1602         Log: The Configure change to go with #14604.
1603      Branch: perl
1604            ! Configure
1605 ____________________________________________________________________________
1606 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
1607         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
1608              From: Andy Dougherty <doughera@lafayette.edu>
1609              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
1610              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
1611      Branch: perl
1612            ! hints/bsdos.sh
1613 ____________________________________________________________________________
1614 [ 14603] By: nick                                  on 2002/02/08  18:16:09
1615         Log: Integrate mainline
1616      Branch: perlio
1617           +> ext/threads/t/libc.t
1618           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
1619           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
1620 ____________________________________________________________________________
1621 [ 14602] By: sky                                   on 2002/02/08  15:19:15
1622         Log: Start testing for safe localtime functions, TODO, test more functions.
1623      Branch: perl
1624            + ext/threads/t/libc.t
1625            ! MANIFEST
1626 ____________________________________________________________________________
1627 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
1628         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
1629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1630              Date: Fri, 8 Feb 2002 00:21:07 +0100
1631              Message-ID: <20020208002107.E763@rafael>
1632      Branch: perl
1633            ! doio.c pp_sys.c t/io/argv.t
1634 ____________________________________________________________________________
1635 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
1636         Log: Subject: [PATCH] Configure followed by make minitest
1637              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1638              Date: Wed, 06 Feb 2002 21:35:20 -0800
1639              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
1640      Branch: perl
1641            ! t/op/taint.t t/run/fresh_perl.t
1642 ____________________________________________________________________________
1643 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
1644         Log: Integrate perlio;
1645              
1646              Extract something from yesterdays effort - convert my mail on pad
1647              data structures (incoporating Sarathy's corrections/clarifications)
1648              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
1649      Branch: perl
1650           !> cv.h pod/perlapi.pod pod/perlintern.pod
1651 ____________________________________________________________________________
1652 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
1653         Log: metaconfig unit changes for #14597.
1654      Branch: metaconfig
1655            ! U/modified/Loc.U
1656      Branch: metaconfig/U/perl
1657            ! libperl.U
1658 ____________________________________________________________________________
1659 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
1660         Log: Configure DJGPP tweak from Laszlo Molnar.
1661      Branch: perl
1662            ! Configure
1663 ____________________________________________________________________________
1664 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
1665         Log: DJGPP tweaks from Laszlo Molnar.
1666      Branch: perl
1667            ! djgpp/djgppsed.sh perl.c
1668 ____________________________________________________________________________
1669 [ 14595] By: nick                                  on 2002/02/08  09:19:29
1670         Log: Extract something from yesterdays effort - convert my mail on pad
1671              data structures (incoporating Sarathy's corrections/clarifications)
1672              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
1673      Branch: perlio
1674            ! cv.h pod/perlapi.pod pod/perlintern.pod
1675 ____________________________________________________________________________
1676 [ 14594] By: nick                                  on 2002/02/08  08:34:49
1677         Log: Integrate mainline
1678      Branch: perlio
1679           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
1680           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
1681           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
1682           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
1683           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
1684           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
1685 ____________________________________________________________________________
1686 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
1687         Log: To really skip the test an exit() is needed.
1688      Branch: perl
1689            ! lib/encoding.t
1690 ____________________________________________________________________________
1691 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
1692         Log: More diagnostics from Nicholas Clark.
1693      Branch: perl
1694            ! lib/Benchmark.t
1695 ____________________________________________________________________________
1696 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
1697         Log: In case of failure be more verbose.
1698      Branch: perl
1699            ! t/base/num.t
1700 ____________________________________________________________________________
1701 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
1702         Log: Update Changes
1703      Branch: maint-5.6/macperl
1704            ! macos/Changes
1705 ____________________________________________________________________________
1706 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
1707         Log: Merge AEGizmos library into PPC binary
1708      Branch: maint-5.6/macperl
1709            ! macos/Makefile.mk
1710 ____________________________________________________________________________
1711 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
1712         Log: Add -ansifor for MrCpp options
1713      Branch: maint-5.6/macperl
1714            ! macos/BuildRules.mk
1715 ____________________________________________________________________________
1716 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
1717         Log: Check ownership of CatInfos (MacPerl Bug #494482)
1718      Branch: maint-5.6/macperl
1719            ! macos/ext/Mac/Files/Files.xs
1720 ____________________________________________________________________________
1721 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
1722         Log: Resource updates
1723      Branch: maint-5.6/macperl
1724            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
1725 ____________________________________________________________________________
1726 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
1727         Log: Empty path is ENOENT (MacPerl Bug #512351)
1728      Branch: maint-5.6/macperl
1729            ! macos/macperl/MPAppleEvents.c
1730 ____________________________________________________________________________
1731 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
1732         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
1733      Branch: maint-5.6/macperl
1734            ! macos/macperl/MPAEVTStream.cp
1735 ____________________________________________________________________________
1736 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
1737         Log: macify(ABSTRACT_FROM)
1738      Branch: maint-5.6/macperl
1739            ! macos/lib/ExtUtils/MM_MacOS.pm
1740 ____________________________________________________________________________
1741 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
1742         Log: Use correct Mac filenames in error messages, caller()
1743      Branch: maint-5.6/macperl
1744            ! deb.c pp_ctl.c toke.c util.c
1745 ____________________________________________________________________________
1746 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
1747         Log: Sanity checks to see that the IV/NV and the PV of numeric
1748              scalars stay in sync (unearthed this via the OS/390 gcvt()
1749              brokenness)
1750      Branch: perl
1751            + t/base/num.t
1752            ! MANIFEST
1753 ____________________________________________________________________________
1754 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
1755         Log: Retract the anon leak subpatch of #14418 and #14431
1756              (the latter came into bleadperl as part of #14433).
1757      Branch: perl
1758            ! op.c t/run/fresh_perl.t
1759 ____________________________________________________________________________
1760 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
1761         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
1762              mangles 0.1 to "10".  sprintf() seems more well-behaved.
1763      Branch: perl
1764            ! hints/os390.sh
1765 ____________________________________________________________________________
1766 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
1767         Log: Subject: [PATCH @14557] another Encode fix for VMS
1768              From: "Craig A. Berry" <craigberry@mac.com>
1769              Date: Wed, 06 Feb 2002 14:44:20 -0600
1770              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
1771      Branch: perl
1772            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
1773 ____________________________________________________________________________
1774 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
1775         Log: Integrate perlio;
1776              
1777              One way to avoid OS390 winge about #line directives.
1778      Branch: perl
1779           !> ext/Encode/EUC_JP/Makefile.PL
1780 ____________________________________________________________________________
1781 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
1782         Log: Update Changes.
1783      Branch: perl
1784            ! Changes patchlevel.h
1785 ____________________________________________________________________________
1786 [ 14575] By: nick                                  on 2002/02/06  15:23:24
1787         Log: One way to avoid OS390 winge about #line directives.
1788      Branch: perlio
1789            ! ext/Encode/EUC_JP/Makefile.PL
1790 ____________________________________________________________________________
1791 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
1792         Log: s/Netware/NetWare/
1793      Branch: perl
1794            ! MANIFEST
1795 ____________________________________________________________________________
1796 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
1797         Log: New Netware scripts.
1798      Branch: perl
1799            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
1800            + NetWare/t/NWScripts-Exist.pl
1801            ! MANIFEST
1802 ____________________________________________________________________________
1803 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
1804         Log: EBCDIC: the encoding pragma would need some rethinking,
1805              probably a pass of EBCDIC->Unicode mapping.  For now,
1806              disable it on EBCDIC.
1807      Branch: perl
1808            ! lib/encoding.pm lib/encoding.t
1809 ____________________________________________________________________________
1810 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
1811         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
1812              for the low 256.  Now tweaked the tests, but maybe it's
1813              the module that needs few NATIVE_TO_UNI()s somewhere?
1814      Branch: perl
1815            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
1816 ____________________________________________________________________________
1817 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
1818         Log: Subject: [PATCH utf8.c] format problem
1819              From: Robin Barker <rmb1@cise.npl.co.uk>
1820              Date: Wed, 6 Feb 2002 14:01:43 GMT
1821              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
1822      Branch: perl
1823            ! utf8.c
1824 ____________________________________________________________________________
1825 [ 14569] By: nick                                  on 2002/02/06  09:52:23
1826         Log: Integrate mainline
1827      Branch: perlio
1828           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
1829           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
1830           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
1831           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
1832           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
1833           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
1834 ____________________________________________________________________________
1835 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
1836         Log: EBCDIC: 0x41 is not cricket.
1837      Branch: perl
1838            ! ext/Encode/t/Encode.t
1839 ____________________________________________________________________________
1840 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
1841         Log: NetWare update from Ananth Kesari.
1842      Branch: perl
1843            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
1844            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
1845            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
1846            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
1847            ! NetWare/t/NWScripts.pl makedef.pl
1848 ____________________________________________________________________________
1849 [ 14566] By: sky                                   on 2002/02/05  18:39:13
1850         Log: Subject: Re: File::Spec::rel2abs2rel (?)
1851              From: Michael G Schwern <schwern@pobox.com>
1852              Date: Tue, 5 Feb 2002 13:47:39 -0500
1853              Message-ID: <20020205184739.GB17375@blackrider>
1854      Branch: perl
1855            ! lib/File/Spec/t/rel2abs2rel.t
1856 ____________________________________________________________________________
1857 [ 14565] By: nick                                  on 2002/02/05  17:31:24
1858         Log: Integrate mainline
1859      Branch: perlio
1860           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
1861           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
1862           !> utf8.h
1863 ____________________________________________________________________________
1864 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
1865         Log: Integrate perlio;
1866              
1867              More Encode tweaks:
1868              - make expensive and marginal substring search optional (-O)
1869              - enable -O for ASCII-oid encodings (search space is small)
1870              - add ASCII-oid jis0201 to basic Encode.so
1871              - add some other Japanese encodings to EUC_JP bundle (without -O)
1872      Branch: perl
1873           +> ext/Encode/Encode/jis0201.ucm
1874           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
1875           !> ext/Encode/compile
1876 ____________________________________________________________________________
1877 [ 14563] By: nick                                  on 2002/02/05  16:01:15
1878         Log: More Encode tweaks:
1879              - make expensive and marginal substring search optional (-O)
1880              - enable -O for ASCII-oid encodings (search space is small)
1881              - add ASCII-oid jis0201 to basic Encode.so
1882              - add some other Japanese encodings to EUC_JP bundle (without -O)
1883      Branch: perlio
1884            + ext/Encode/Encode/jis0201.ucm
1885            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
1886            ! ext/Encode/compile
1887 ____________________________________________________________________________
1888 [ 14562] By: sky                                   on 2002/02/05  14:50:36
1889         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
1890      Branch: perl
1891            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
1892 ____________________________________________________________________________
1893 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
1894         Log: EBCDIC: SHARP S is different.
1895      Branch: perl
1896            ! regexec.c utf8.h
1897 ____________________________________________________________________________
1898 [ 14560] By: sky                                   on 2002/02/05  13:49:40
1899         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
1900      Branch: perl
1901            ! t/op/filetest.t
1902 ____________________________________________________________________________
1903 [ 14559] By: sky                                   on 2002/02/05  11:39:24
1904         Log: Add . first to the PATH environment to test that we really
1905              get ./perl and not some other older perl.
1906      Branch: perl
1907            ! lib/File/Spec/t/rel2abs2rel.t
1908 ____________________________________________________________________________
1909 [ 14558] By: sky                                   on 2002/02/05  11:20:21
1910         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
1911      Branch: perl
1912            ! ext/POSIX/t/posix.t
1913 ____________________________________________________________________________
1914 [ 14557] By: sky                                   on 2002/02/05  10:30:58
1915         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
1916      Branch: perl
1917            ! hints/darwin.sh perl.h
1918 ____________________________________________________________________________
1919 [ 14556] By: nick                                  on 2002/02/05  06:58:52
1920         Log: Integrate mainline
1921      Branch: perlio
1922           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
1923           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
1924           !> lib/File/Find/t/taint.t
1925 ____________________________________________________________________________
1926 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
1927         Log: Integrate change #14439 from maintperl
1928      Branch: maint-5.6/macperl
1929           !> op.c
1930 ____________________________________________________________________________
1931 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
1932         Log: Subject: [PATCH] File::Find tests not cleaning up properly
1933              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1934              Date: Mon, 4 Feb 2002 22:09:07 +0100
1935              Message-ID: <20020204220907.A8288@rafael>
1936      Branch: perl
1937            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1938 ____________________________________________________________________________
1939 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
1940         Log: Signedness mumblings from Tru64.
1941      Branch: perl
1942            ! ext/Encode/Encode.xs
1943 ____________________________________________________________________________
1944 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
1945         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
1946              From: "Craig A. Berry" <craigberry@mac.com>
1947              Date: Mon, 04 Feb 2002 17:16:00 -0600
1948              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
1949      Branch: perl
1950            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
1951            ! ext/Encode/Encode.xs
1952 ____________________________________________________________________________
1953 [ 14551] By: nick                                  on 2002/02/04  16:00:31
1954         Log: Integrate mainline
1955      Branch: perlio
1956           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
1957           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
1958           !> regcomp.c
1959 ____________________________________________________________________________
1960 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
1961         Log: Update Changes.
1962      Branch: perl
1963            ! Changes patchlevel.h
1964 ____________________________________________________________________________
1965 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
1966         Log: Comment microtweaks.
1967      Branch: perl
1968            ! lib/locale.t
1969 ____________________________________________________________________________
1970 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
1971         Log: Subject: trivial docu patch
1972              From: andreas.koenig@anima.de (Andreas J. Koenig)
1973              Date: 04 Feb 2002 08:15:19 +0100
1974              Message-ID: <m3pu3l7m60.fsf@anima.de>
1975      Branch: perl
1976            ! pod/perluniintro.pod
1977 ____________________________________________________________________________
1978 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
1979         Log: Subject: [PATCH] (??{ }) anomaly
1980              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1981              Date: Sun, 03 Feb 2002 20:21:45 -0800
1982              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
1983      Branch: perl
1984            ! regcomp.c
1985 ____________________________________________________________________________
1986 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
1987         Log: Integrate perlio.
1988              
1989              Carry on where we left off if we have to grow destination
1990              SV during XS encode/decode
1991              
1992              Remove debugging warning, be consistent about API fails.
1993      Branch: perl
1994           !> ext/Encode/Encode.xs
1995 ____________________________________________________________________________
1996 [ 14545] By: nick                                  on 2002/02/03  20:03:38
1997         Log: Remove debugging warning, be consistent about API fails.
1998      Branch: perlio
1999            ! ext/Encode/Encode.xs
2000 ____________________________________________________________________________
2001 [ 14544] By: nick                                  on 2002/02/03  19:47:48
2002         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
2003      Branch: perlio
2004            ! ext/Encode/Encode.xs
2005 ____________________________________________________________________________
2006 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
2007         Log: Subject: PATCH CPAN.pm
2008              From: Mark-Jason Dominus <mjd@plover.com>
2009              Date: Sun, 03 Feb 2002 12:36:36 -0500
2010              Message-ID: <20020203173636.27451.qmail@plover.com>
2011      Branch: perl
2012            ! lib/CPAN.pm
2013 ____________________________________________________________________________
2014 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
2015         Log: Must search further back.
2016      Branch: perl
2017            ! lib/h2xs.t
2018 ____________________________________________________________________________
2019 [ 14541] By: nick                                  on 2002/02/03  18:52:09
2020         Log: Integrate mainline
2021      Branch: perlio
2022           !> (integrate 29 files)
2023 ____________________________________________________________________________
2024 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
2025         Log: EBCDIC: more natification.
2026      Branch: perl
2027            ! regcomp.c
2028 ____________________________________________________________________________
2029 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
2030         Log: Debug noise.
2031      Branch: perl
2032            ! ext/Encode/Encode.xs
2033 ____________________________________________________________________________
2034 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
2035         Log: Integrate perlio;
2036              
2037              Stable intermediate point in Encode cleanup.
2038              :encode(euc-jp) works on Dan's table.euc
2039              Much buffer copying and other silliness remains.
2040      Branch: perl
2041           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2042           !> ext/Encode/lib/Encode/Encoding.pm
2043 ____________________________________________________________________________
2044 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
2045         Log: Prettify.
2046      Branch: perl
2047            ! lib/unicore/mktables
2048 ____________________________________________________________________________
2049 [ 14536] By: nick                                  on 2002/02/03  17:32:03
2050         Log: Stable intermediate point in Encode cleanup.
2051              :encode(euc-jp) works on Dan's table.euc
2052              Much buffer copying and other silliness remains.
2053      Branch: perlio
2054            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2055            ! ext/Encode/lib/Encode/Encoding.pm
2056 ____________________________________________________________________________
2057 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
2058         Log: EBCDIC: it's much nicer to compare Unicode code points
2059              to Unicode code points.
2060      Branch: perl
2061            ! regexec.c
2062 ____________________________________________________________________________
2063 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
2064         Log: EBCDIC: character classes must remap the low 256.
2065      Branch: perl
2066            ! regcomp.c
2067 ____________________________________________________________________________
2068 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
2069         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
2070      Branch: perl
2071            ! lib/I18N/LangTags/List.pm
2072 ____________________________________________________________________________
2073 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
2074         Log: FAQ sync.
2075      Branch: perl
2076            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
2077            ! pod/perlfaq6.pod pod/perlfaq7.pod
2078 ____________________________________________________________________________
2079 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
2080         Log: Integrate perlio;
2081              
2082              Re-indent Encode.xs
2083              
2084              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
2085              (Mis-feature discovered by Encode.)
2086      Branch: perl
2087           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
2088 ____________________________________________________________________________
2089 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
2090         Log: Subject: [PATCH] lstat FH and -l FH warnings
2091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2092              Date: Sat, 2 Feb 2002 22:24:54 +0100           
2093              Message-ID: <20020202222454.A11608@rafael>       
2094      Branch: perl
2095            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
2096            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
2097 ____________________________________________________________________________
2098 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
2099         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
2100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2101              Date: Sat, 2 Feb 2002 13:11:01 +0100           
2102              Message-ID: <20020202131101.A722@rafael>               
2103              
2104              Subject: [PATCH t/op/ver.t] another false positive
2105              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2106              Date: Sat, 2 Feb 2002 13:38:22 +0100           
2107              Message-ID: <20020202133822.E722@rafael>         
2108              
2109              Subject: [PATCH] t/test.pl:ok() doesn't work
2110              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
2111              Date: Sun, 03 Feb 2002 00:02:38 -0800          
2112              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
2113      Branch: perl
2114            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
2115            ! t/test.pl
2116 ____________________________________________________________________________
2117 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
2118         Log: Subject: [PATCH @13746] OS2::Process's constants
2119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2120              Date: Sat, 2 Feb 2002 01:00:55 -0500           
2121              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
2122      Branch: perl
2123            ! os2/OS2/Process/Makefile.PL
2124 ____________________________________________________________________________
2125 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
2126         Log: Subject: [PATCH @13746] h2xs   
2127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2128              Date: Sat, 2 Feb 2002 00:58:44 -0500           
2129              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
2130      Branch: perl
2131            ! utils/h2xs.PL
2132 ____________________________________________________________________________
2133 [ 14526] By: nick                                  on 2002/02/03  14:54:18
2134         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
2135              (Mis-feature discovered by Encode.)
2136      Branch: perlio
2137            ! sv.c
2138 ____________________________________________________________________________
2139 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
2140         Log: EBCDIC: since #14519 made \N{...} to remap,
2141              the test cannot expect an ASCII code point.
2142      Branch: perl
2143            ! lib/charnames.t
2144 ____________________________________________________________________________
2145 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
2146         Log: Sub-MANIFEST-tweak.
2147      Branch: perl
2148            ! ext/Encode/MANIFEST
2149 ____________________________________________________________________________
2150 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
2151         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
2152              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2153              Date: Fri, 01 Feb 2002 23:51:03 +0900
2154              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
2155      Branch: perl
2156            ! ext/Encode/lib/Encode/Tcl/Escape.pm
2157 ____________________________________________________________________________
2158 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
2159         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
2160              From: Andy Dougherty <doughera@lafayette.edu>
2161              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
2162              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
2163      Branch: perl
2164            ! README.solaris hints/solaris_2.sh
2165 ____________________________________________________________________________
2166 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
2167         Log: EBCDIC: no hope to get the low 256 right in unifolding.
2168      Branch: perl
2169            ! t/uni/fold.t
2170 ____________________________________________________________________________
2171 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
2172         Log: todo entry for missing pack formats.
2173      Branch: perl
2174            ! pod/perltodo.pod
2175 ____________________________________________________________________________
2176 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
2177         Log: EBCDIC: the low 256 \N{...} need to be remapped.
2178      Branch: perl
2179            ! toke.c
2180 ____________________________________________________________________________
2181 [ 14518] By: nick                                  on 2002/02/01  18:32:03
2182         Log: indent -kr -nce and some manual tweaks to match perl style.
2183      Branch: perlio
2184            ! ext/Encode/Encode.xs
2185 ____________________________________________________________________________
2186 [ 14517] By: nick                                  on 2002/02/01  18:20:46
2187         Log: Integrate mainline
2188      Branch: perlio
2189           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
2190           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
2191           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
2192           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
2193           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
2194           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
2195           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
2196 ____________________________________________________________________________
2197 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
2198         Log: Integrate perlio; 
2199              
2200              Minor Encode tweaks:
2201              - move Encode.pm back to top of Encode like normal XS extension
2202              - avoid .def as a file extension (Win32 builds)
2203      Branch: perl
2204            ! MANIFEST
2205           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2206           !> ext/Encode/Makefile.PL ext/Encode/compile
2207 ____________________________________________________________________________
2208 [ 14515] By: nick                                  on 2002/02/01  16:27:59
2209         Log: Minor Encode tweaks:
2210              - move Encode.pm back to top of Encode like normal XS extension
2211              - avoid .def as a file extension (Win32 builds)
2212      Branch: perlio
2213           +> ext/Encode/Encode.pm
2214            - ext/Encode/lib/Encode.pm
2215            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
2216            ! ext/Encode/Makefile.PL ext/Encode/compile
2217 ____________________________________________________________________________
2218 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
2219         Log: Subject: [PATCH utf8.t] temp file not cleaned up
2220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2221              Date: Fri, 1 Feb 2002 15:47:46 +0100
2222              Message-ID: <20020201154746.A24079@rafael>
2223      Branch: perl
2224            ! t/io/utf8.t
2225 ____________________________________________________________________________
2226 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
2227         Log: Subject: [PATCH] make "lstat FH" croak
2228              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2229              Date: Fri, 1 Feb 2002 15:12:50 +0100
2230              Message-ID: <20020201151250.A738@rafael>
2231      Branch: perl
2232            ! pod/perldiag.pod pp_sys.c t/op/stat.t
2233 ____________________________________________________________________________
2234 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
2235         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
2236              From: Kay Röpke <kroepke@dolphin-services.de>
2237              Date: Fri, 1 Feb 2002 01:10:43 +0100
2238              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
2239      Branch: perl
2240            ! t/op/stat.t
2241 ____________________________________________________________________________
2242 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
2243         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
2244              I got it in Tru64 + ithreads but only without -g, took
2245              some debugging by printf (which was no fun either since
2246              adding some debug printfs hid the error)
2247      Branch: perl
2248            ! regexec.c utf8.c
2249 ____________________________________________________________________________
2250 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
2251         Log: Subject: Re: [PATCH] perl -V:
2252              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
2253              Date: Thu, 31 Jan 2002 12:10:20 -0800
2254              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
2255              
2256              Subject: Re: [PATCH] perl -V:
2257              From: Michael G Schwern <schwern@pobox.com>
2258              Date: Thu, 31 Jan 2002 16:43:13 -0500
2259              Message-ID: <20020131214313.GH6498@blackrider>
2260      Branch: perl
2261            ! t/run/switches.t
2262 ____________________________________________________________________________
2263 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
2264         Log: #14505 effect.
2265      Branch: perl
2266            ! pod/perluniintro.pod
2267 ____________________________________________________________________________
2268 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
2269         Log: Daniel S. Lewart adopts the Math::Complex.
2270      Branch: perl
2271            ! lib/Math/Complex.pm
2272 ____________________________________________________________________________
2273 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
2274         Log: More Complex DWIMmery.
2275      Branch: perl
2276            ! lib/Math/Complex.pm lib/Math/Complex.t
2277 ____________________________________________________________________________
2278 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
2279         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
2280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2281              Date: Thu, 31 Jan 2002 14:37:52 +0100
2282              Message-ID: <20020131143752.A1452@rafael>
2283      Branch: perl
2284            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
2285 ____________________________________________________________________________
2286 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
2287         Log: Turn the I/O Unicode error by default on, but the
2288              character-generating Unicode error by default off,
2289              as Larry suggested.
2290      Branch: perl
2291            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
2292            ! utf8.c
2293 ____________________________________________________________________________
2294 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
2295         Log: Subject: [PATCH] open.pm minor cleanup
2296              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2297              Date: Thu, 31 Jan 2002 15:03:02 +0100
2298              Message-ID: <20020131150302.C1452@rafael>
2299      Branch: perl
2300            ! lib/open.pm
2301 ____________________________________________________________________________
2302 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
2303         Log: Update Changes.
2304      Branch: perl
2305            ! Changes patchlevel.h
2306 ____________________________________________________________________________
2307 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
2308         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
2309              From: Robin Barker <rmb1@cise.npl.co.uk>
2310              Date: Wed, 30 Jan 2002 11:58:33 GMT
2311              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
2312      Branch: perl
2313            ! lib/CPAN.pm
2314 ____________________________________________________________________________
2315 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
2316         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
2317              re-sort MANIFEST.
2318      Branch: perl
2319            + ext/Encode/Encode.pm
2320            - ext/Encode/lib/Encode.pm
2321            ! MANIFEST ext/Encode/Makefile.PL
2322 ____________________________________________________________________________
2323 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
2324         Log: Integrate perlio;
2325              
2326              Collect some stats during compile process.
2327              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
2328              as one XS - inconclusive - marginal win?
2329              Add some comments to encode.h
2330      Branch: perl
2331           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
2332           !> ext/Encode/encode.h
2333 ____________________________________________________________________________
2334 [ 14499] By: nick                                  on 2002/01/30  09:57:47
2335         Log: Collect some stats during compile process.
2336              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
2337              as one XS - inconclusive - marginal win?
2338              Add some comments to encode.h
2339      Branch: perlio
2340            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
2341            ! ext/Encode/encode.h
2342 ____________________________________________________________________________
2343 [ 14498] By: nick                                  on 2002/01/30  07:27:55
2344         Log: Integrate Jarkko's path/INC tweaks
2345      Branch: perlio
2346           !> ext/Encode/compile
2347 ____________________________________________________________________________
2348 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
2349         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
2350              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2351              Date: Tue, 29 Jan 2002 01:13:09 -0800
2352              Message-ID: <lemV8gzkgu/K092yn@efn.org>
2353      Branch: perl
2354            ! configpm
2355 ____________________________________________________________________________
2356 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
2357         Log: Subject: [PATCH t/op/inccode.t] new test
2358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2359              Date: Tue, 29 Jan 2002 22:03:45 +0100
2360              Message-ID: <20020129220345.A704@rafael>
2361      Branch: perl
2362            ! t/op/inccode.t
2363 ____________________________________________________________________________
2364 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
2365         Log: EBCDIC: t/op/lc.t now passes.
2366      Branch: perl
2367            ! t/op/lc.t
2368 ____________________________________________________________________________
2369 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
2370         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
2371      Branch: perl
2372            ! utf8.c
2373 ____________________________________________________________________________
2374 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
2375         Log: Must find stuff during build.
2376      Branch: perl
2377            ! ext/Encode/compile
2378 ____________________________________________________________________________
2379 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
2380         Log: Integrate with perlio;
2381              
2382              Basics of a compiled Encode XS extension
2383      Branch: perl
2384           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
2385           +> ext/Encode/Encode/euc-jp.ucm
2386           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
2387           !> ext/Encode/encode.h
2388 ____________________________________________________________________________
2389 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
2390         Log: EBCDIC tweaks-- no new test passes, but getting closer.
2391      Branch: perl
2392            ! utf8.c
2393 ____________________________________________________________________________
2394 [ 14490] By: nick                                  on 2002/01/29  21:20:57
2395         Log: Basics of a compiled Encode XS extension
2396      Branch: perlio
2397            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
2398            + ext/Encode/Encode/euc-jp.ucm
2399            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
2400            ! ext/Encode/encode.h
2401 ____________________________________________________________________________
2402 [ 14489] By: nick                                  on 2002/01/29  18:40:54
2403         Log: Integrate mainline
2404      Branch: perlio
2405           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
2406           +> ext/Encode/lib/Encode/Encoding.pm
2407           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
2408           +> ext/Encode/lib/Encode/Tcl/Escape.pm
2409           +> ext/Encode/lib/Encode/Tcl/Extended.pm
2410           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
2411           +> ext/Encode/lib/Encode/Tcl/Table.pm
2412           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2413           +> ext/Encode/lib/Encode/iso10646_1.pm
2414           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2415           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
2416           +> ext/Encode/t/Tcl.t
2417            - ext/Encode.t ext/Encode/Encode.pm
2418            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
2419            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
2420           !> (integrate 33 files)
2421 ____________________________________________________________________________
2422 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
2423         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
2424              From: Richard Clamp <richardc@unixbeard.net>
2425              Date: Mon, 28 Jan 2002 02:17:55 +0000
2426              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
2427      Branch: perl
2428            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2429 ____________________________________________________________________________
2430 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
2431         Log: OS/390 seems to do length 0 udp reads, Nicholas says
2432              skippage is for now the best cause of action.
2433      Branch: perl
2434            ! ext/Socket/socketpair.t
2435 ____________________________________________________________________________
2436 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
2437         Log: Encode cleanup from Dan Kogai; reworked even further.
2438      Branch: perl
2439            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
2440            + ext/Encode/lib/Encode/Encoding.pm
2441            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
2442            + ext/Encode/lib/Encode/Tcl/Escape.pm
2443            + ext/Encode/lib/Encode/Tcl/Extended.pm
2444            + ext/Encode/lib/Encode/Tcl/HanZi.pm
2445            + ext/Encode/lib/Encode/Tcl/Table.pm
2446            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
2447            + ext/Encode/lib/Encode/iso10646_1.pm
2448            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
2449            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
2450            + ext/Encode/t/Tcl.t
2451            - ext/Encode.t ext/Encode/Encode.pm
2452            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
2453            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
2454            ! MANIFEST ext/Encode/Encode/8859-1.ucm
2455            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
2456            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2457            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2458            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2459            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2460            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2461            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2462            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2463            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
2464            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
2465            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
2466            ! ext/Encode/compile
2467 ____________________________________________________________________________
2468 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
2469         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
2470      Branch: perl
2471            ! djgpp/djgpp.c perlio.c
2472 ____________________________________________________________________________
2473 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
2474         Log: Prettier printing from Michael Schwern.
2475      Branch: perl
2476            ! t/test.pl
2477 ____________________________________________________________________________
2478 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
2479         Log: Show also the debug and debugcolor as known pragmas.
2480      Branch: perl
2481            ! ext/re/re.pm
2482 ____________________________________________________________________________
2483 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
2484         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
2485              From: "Craig A. Berry" <craigberry@mac.com>
2486              Date: Mon, 28 Jan 2002 16:30:30 -0600
2487              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
2488      Branch: perl
2489            ! ext/B/t/assembler.t
2490 ____________________________________________________________________________
2491 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
2492         Log: metaconfig unit change for #14480.
2493      Branch: metaconfig
2494            ! U/modified/Init.U
2495 ____________________________________________________________________________
2496 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
2497         Log: DJGPP needs to know its exe soon, too.
2498      Branch: perl
2499            ! Configure
2500 ____________________________________________________________________________
2501 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
2502         Log: Round #2 on EBCDICation.
2503      Branch: perl
2504            ! t/op/append.t
2505 ____________________________________________________________________________
2506 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
2507         Log: Integrate perlio;
2508              
2509              Set makefile.mk CCHOME etc. for default locations of MinGW and free
2510              Borland compilers. (Borland builds one or two oddities.)
2511      Branch: perl
2512           !> win32/config.bc win32/makefile.mk
2513 ____________________________________________________________________________
2514 [ 14477] By: nick                                  on 2002/01/28  20:12:31
2515         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
2516              Borland compilers. (Borland builds one or two oddities.)
2517      Branch: perlio
2518            ! win32/config.bc win32/makefile.mk
2519 ____________________________________________________________________________
2520 [ 14476] By: nick                                  on 2002/01/28  18:43:47
2521         Log: Integrate mainline
2522      Branch: perlio
2523           !> Configure hints/hpux.sh
2524 ____________________________________________________________________________
2525 [ 14475] By: nick                                  on 2002/01/28  17:15:12
2526         Log: Integrate mainline
2527      Branch: perlio
2528           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
2529           !> patchlevel.h pp_sys.c t/lib/warnings/perl
2530 ____________________________________________________________________________
2531 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
2532         Log: metaconfig unit change for #14472.
2533      Branch: metaconfig/U/perl
2534            ! d_u32align.U
2535 ____________________________________________________________________________
2536 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
2537         Log: Misunderstood Merijn's patch.
2538      Branch: perl
2539            ! hints/hpux.sh
2540 ____________________________________________________________________________
2541 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
2542         Log: Misapplied Merijn's patch.
2543      Branch: perl
2544            ! Configure
2545 ____________________________________________________________________________
2546 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
2547         Log: Update Changes.
2548      Branch: perl
2549            ! Changes patchlevel.h
2550 ____________________________________________________________________________
2551 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
2552         Log: BeOS has sockets but not true ones.
2553      Branch: perl
2554            ! pp_sys.c
2555 ____________________________________________________________________________
2556 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
2557         Log: metaconfig unit change for #14467.
2558      Branch: metaconfig/U/perl
2559            ! d_u32align.U
2560 ____________________________________________________________________________
2561 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
2562         Log: For some strange reason under the smoke harness the alignment
2563              test hangs in HP-UX 10.20.  So hint it to avoid the test.
2564      Branch: perl
2565            ! hints/hpux.sh
2566 ____________________________________________________________________________
2567 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
2568         Log: Allow d_u32align to be hinted.
2569      Branch: perl
2570            ! Configure
2571 ____________________________________________________________________________
2572 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
2573         Log: The shift key is important.
2574      Branch: perl
2575            ! ext/B/B.xs
2576 ____________________________________________________________________________
2577 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
2578         Log: The "used only once" warnings (from gv_check) come
2579              in pseudorandom hash order-- in EBCDIC the order
2580              is different.  Add a new option that allow the warnings
2581              to come in any order (Paul Marquess).
2582      Branch: perl
2583            ! lib/warnings.t t/lib/warnings/perl
2584 ____________________________________________________________________________
2585 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
2586         Log: Integrate perlio; the 0nothread test failure without threads.
2587      Branch: perl
2588           !> ext/threads/shared/t/0nothread.t
2589 ____________________________________________________________________________
2590 [ 14463] By: nick                                  on 2002/01/28  08:22:36
2591         Log: Integrate mainline
2592      Branch: perlio
2593           !> (integrate 37 files)
2594 ____________________________________________________________________________
2595 [ 14462] By: nick                                  on 2002/01/28  08:09:53
2596         Log: 1st attempt at skipping broke threads case.
2597      Branch: perlio
2598            ! ext/threads/shared/t/0nothread.t
2599 ____________________________________________________________________________
2600 [ 14461] By: nick                                  on 2002/01/28  07:25:58
2601         Log: Skip new threads::shared test unless -Duseithreads
2602      Branch: perlio
2603            ! ext/threads/shared/t/0nothread.t
2604 ____________________________________________________________________________
2605 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
2606         Log: FAQ sync.
2607      Branch: perl
2608            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2609            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2610            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2611            ! pod/perlfaq9.pod
2612 ____________________________________________________________________________
2613 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
2614         Log: Upgrade to podlators 1.20.
2615      Branch: perl
2616            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
2617 ____________________________________________________________________________
2618 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
2619         Log: Retract #14448, a better patch coming up.
2620      Branch: perl
2621            ! lib/Pod/t/basic.t
2622 ____________________________________________________________________________
2623 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
2624         Log: EBCDIC portability.
2625      Branch: perl
2626            ! t/op/append.t
2627 ____________________________________________________________________________
2628 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
2629         Log: Further cygwin installperl tweak from Gerrit P. Haase.
2630      Branch: perl
2631            ! installperl
2632 ____________________________________________________________________________
2633 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
2634         Log: A bug in Bulgarian EBCDIC locale (this sounds like
2635              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
2636              locales failed, too.  The patch works around the bug by
2637              skipping the test, but the real problem may be deeper
2638              (affecting probably only EBCDIC platforms, though):
2639              see the comment in locale.t for more details.
2640      Branch: perl
2641            ! lib/locale.t
2642 ____________________________________________________________________________
2643 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
2644         Log: metaconfig unit change for #14453.
2645      Branch: metaconfig/U/perl
2646            ! libperl.U
2647 ____________________________________________________________________________
2648 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
2649         Log: Subject: Bleadperl on Cygwin today
2650              From: "Gerrit P. Haase" <gp@familiehaase.de>              
2651              Date: Sun, 27 Jan 2002 22:30:41 +0100
2652              Message-ID: <462007239437.20020127223041@familiehaase.de>
2653      Branch: perl
2654            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
2655            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
2656            ! lib/ExtUtils/t/MM_Cygwin.t
2657 ____________________________________________________________________________
2658 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
2659         Log: Unfinished EBCDIC branch.
2660      Branch: perl
2661            ! t/op/ver.t
2662 ____________________________________________________________________________
2663 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
2664         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
2665      Branch: perl
2666            ! ext/B/B.xs ext/B/B/Deparse.pm
2667 ____________________________________________________________________________
2668 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
2669         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
2670              platforms.
2671      Branch: perl
2672            ! ext/B/t/stash.t
2673 ____________________________________________________________________________
2674 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
2675         Log: Apparently no need for EBCDIC exception any more.
2676      Branch: perl
2677            ! ext/B/t/showlex.t
2678 ____________________________________________________________________________
2679 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
2680         Log: (retracted by #14458)
2681              (Russ Allbery) OS/390 is using a high-bit character for ESC,
2682              skip the test for now.  A better fix would be to override
2683              the notion of the platform's escape sequence in the test
2684              of Pod::Text::Termcap.  We may have to apply a filter to
2685              the output to substitute back in the ESC character that
2686              the test expects, but only on OS/390.
2687      Branch: perl
2688            ! lib/Pod/t/basic.t
2689 ____________________________________________________________________________
2690 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
2691         Log: Detypo.
2692      Branch: perl
2693            ! ext/Devel/Peek/Peek.t
2694 ____________________________________________________________________________
2695 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
2696         Log: OS/390 USS has a different idea of the pw* functions.
2697              Also, test the name with eq, not with ==.
2698      Branch: perl
2699            ! lib/User/pwent.t
2700 ____________________________________________________________________________
2701 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
2702         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
2703      Branch: perl
2704            ! doio.c
2705 ____________________________________________________________________________
2706 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
2707         Log: ASCIIisms.
2708      Branch: perl
2709            ! ext/PerlIO/t/encoding.t
2710 ____________________________________________________________________________
2711 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
2712         Log: chr(42) ne '*'  if one is in EBCDIC.
2713      Branch: perl
2714            ! t/op/pack.t
2715 ____________________________________________________________________________
2716 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
2717         Log: Subject: [PATCH] Fix up recent op/stat.t failures
2718              From: Andy Dougherty <doughera@lafayette.edu>
2719              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
2720              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
2721      Branch: perl
2722            ! t/op/stat.t
2723 ____________________________________________________________________________
2724 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
2725         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
2726              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2727              Date: Sun, 27 Jan 2002 15:03:18 +0100
2728              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
2729      Branch: perl
2730            ! lib/ExtUtils/t/Command.t
2731 ____________________________________________________________________________
2732 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
2733         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
2734              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2735              Date: Sun, 27 Jan 2002 14:51:10 +0100
2736              Message-ID: <20020127145110.A16332@rafael>
2737      Branch: perl
2738            ! ext/B/B/Deparse.pm
2739 ____________________________________________________________________________
2740 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
2741         Log: integrate change#14431 from perlio branch (Nick's fix for
2742              change#13474 to be more defensive about looking at pad entries
2743              that may not exist yet)
2744      Branch: maint-5.6/perl
2745            ! op.c
2746 ____________________________________________________________________________
2747 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
2748         Log: Comment to avoid later "cleanups."
2749      Branch: perl
2750            ! lib/ExtUtils/MakeMaker.pm
2751 ____________________________________________________________________________
2752 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
2753         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
2754              instead of just FOO=... cmd ...
2755      Branch: perl
2756            ! Makefile.SH
2757 ____________________________________________________________________________
2758 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
2759         Log: Overquoting bad (in UNIX one would get
2760              Can't open perl script "'-I../lib'": No such file or directory)
2761      Branch: perl
2762            ! lib/Pod/t/Usage.t
2763 ____________________________________________________________________________
2764 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
2765         Log: Integrate perlio;
2766              
2767              "All tests successful" VC6.0 Win32
2768              (Update config.vc to need cppstdin so those tests are skipped...)
2769      Branch: perl
2770           !> win32/config.vc win32/config_H.bc win32/config_H.gc
2771           !> win32/config_H.vc
2772 ____________________________________________________________________________
2773 [ 14434] By: nick                                  on 2002/01/26  22:27:08
2774         Log: "All tests successful" VC6.0 Win32
2775              (Update config.vc to need cppstdin so those tests are skipped...)
2776      Branch: perlio
2777            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2778            ! win32/config_H.vc
2779 ____________________________________________________________________________
2780 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
2781         Log: Integrate perlio;
2782              
2783              1st two tests of File/Find/t/find.t and taint.t were run after 
2784              calling cleanup(). If previous fail had left for_find directory,
2785              but no content in it then cleanup() returned cd'ed to that directory.
2786              So tests failed. Fixed cleanup()-s.
2787              
2788              If we get to sighandler by mistake (no perl handler set) then
2789              warn() and exit() rather than die() - should never happen
2790              but if it does context needed to die is likely to be trashed
2791              as well.
2792              
2793              Win32 signal emulation cleanup.
2794              
2795              Tinkering with thread cleanup mutex-ing - not the problem 
2796              (op.c is) but could have been...
2797              
2798              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
2799              Should really be looked at by someone that knows about pads.
2800              
2801              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
2802              for CRLF line endings.
2803      Branch: perl
2804           !> ext/threads/threads.xs lib/File/Find/t/find.t
2805           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
2806           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
2807 ____________________________________________________________________________
2808 [ 14432] By: nick                                  on 2002/01/26  21:10:38
2809         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
2810              for CRLF line endings.
2811      Branch: perlio
2812            ! lib/Filter/Simple.pm
2813 ____________________________________________________________________________
2814 [ 14431] By: nick                                  on 2002/01/26  21:08:35
2815         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
2816              Should really be looked at by someone that knows about pads.
2817      Branch: perlio
2818            ! op.c
2819 ____________________________________________________________________________
2820 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
2821         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
2822              From: "Craig A. Berry" <craigberry@mac.com>       
2823              Date: Sat, 26 Jan 2002 11:19:44 -0600
2824              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
2825      Branch: perl
2826            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
2827 ____________________________________________________________________________
2828 [ 14429] By: nick                                  on 2002/01/26  18:04:22
2829         Log: Tinkering with thread cleanup mutex-ing - not the problem 
2830              (op.c is) but could have been...
2831      Branch: perlio
2832            ! ext/threads/threads.xs
2833 ____________________________________________________________________________
2834 [ 14428] By: nick                                  on 2002/01/26  18:03:13
2835         Log: Win32 signal emulation cleanup.
2836      Branch: perlio
2837            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
2838 ____________________________________________________________________________
2839 [ 14427] By: nick                                  on 2002/01/26  13:59:33
2840         Log: If we get to sighandler by mistake (no perl handler set) then
2841              warn() and exit() rather than die() - should never happen
2842              but if it does context needed to die is likely to be trashed
2843              as well.
2844      Branch: perlio
2845            ! mg.c
2846 ____________________________________________________________________________
2847 [ 14426] By: nick                                  on 2002/01/26  13:56:23
2848         Log: Integrate mainline
2849      Branch: perlio
2850           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
2851           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
2852           !> t/run/fresh_perl.t
2853 ____________________________________________________________________________
2854 [ 14425] By: nick                                  on 2002/01/26  08:11:33
2855         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
2856              calling cleanup(). If previous fail had left for_find directory,
2857              but no content in it then cleanup() returned cd'ed to that directory.
2858              So tests failed. Fixed cleanup()-s.
2859      Branch: perlio
2860            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
2861 ____________________________________________________________________________
2862 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
2863         Log: Integrate perlio;
2864              
2865              Fix winsystem.t's attempt to build showav.exe to work
2866              with gcc (which writes a.exe unless told with -o ).
2867              Also put in a few more fail-safes to check .exe got
2868              built somehow.
2869              
2870              More Win32 tuning
2871              
2872              Save $! so that other syscalls don't disturb it before
2873              we test it.
2874      Branch: perl
2875           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
2876           !> t/op/winsystem.t
2877 ____________________________________________________________________________
2878 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
2879         Log: Subject: [PATCH] new test in op/universal.t
2880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2881              Date: Fri, 25 Jan 2002 23:17:33 +0100
2882              Message-ID: <20020125231733.A11733@rafael>
2883      Branch: perl
2884            ! t/op/universal.t
2885 ____________________________________________________________________________
2886 [ 14422] By: nick                                  on 2002/01/25  21:37:03
2887         Log: Save $! so that other syscalls don't disturb it before 
2888              we test it.
2889      Branch: perlio
2890            ! ext/Socket/socketpair.t
2891 ____________________________________________________________________________
2892 [ 14421] By: nick                                  on 2002/01/25  19:05:57
2893         Log: More Win32 tuning
2894      Branch: perlio
2895            ! t/op/stat.t t/op/taint.t
2896 ____________________________________________________________________________
2897 [ 14420] By: nick                                  on 2002/01/25  18:21:42
2898         Log: Fix winsystem.t's attempt to build showav.exe to work 
2899              with gcc (which writes a.exe unless told with -o ).
2900              Also put in a few more fail-safes to check .exe got 
2901              built somehow.
2902      Branch: perlio
2903            ! t/op/winsystem.t
2904 ____________________________________________________________________________
2905 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
2906         Log: Subject: [Patch Encode.xs] calculation of need overflows
2907              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2908              Date: Sat, 26 Jan 2002 00:58:50 +0900
2909              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
2910      Branch: perl
2911            ! ext/Encode/Encode.xs
2912 ____________________________________________________________________________
2913 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
2914         Log: Integrate changes 13474+13478+13584 from maintperl;
2915              anon sub leakage.
2916      Branch: perl
2917            ! op.c t/run/fresh_perl.t
2918 ____________________________________________________________________________
2919 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
2920         Log: Update Changes.
2921      Branch: perl
2922            ! Changes patchlevel.h
2923 ____________________________________________________________________________
2924 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
2925         Log: Integrate perlio; extensive threads and threads::shared work
2926              (note that the below is a chronological list of perlio
2927              check-in entries since the last integrate)
2928              
2929              Nearly-working threads re-structuring. Do not integrate,
2930              submit-ing to get to Win32, and as "off site" backup.
2931              
2932              threads work again on Win32. (Not threads::shared yet)
2933              Submit to see if they do on Linux.
2934              
2935              Add new threads/typemap to MANIFEST
2936              
2937              XS side of new threads::shared designed, coded and compiles,
2938              and mostly commented but is totaly untested.
2939              submit in case anyone wants a preview.
2940              
2941              Miss mg_len == 0 meaning don't Safefree
2942              
2943              Shared scalars working, some shared array ops working.
2944              
2945              Implement recursive lock and use of scope for PL_sharedsv_space,
2946              so now croak() from asserts does not leave locks.
2947              Make hv_simple compile (new prototype for debugging probe).
2948              
2949              thread::shared nearly working again - remaining issue
2950              is references withing shared space.
2951              Added bulk test with no threads involved (for debugging)
2952              Tuned tests to skip those needing _thrcnt
2953              
2954              SvTEMP_off to stop private PV's being stolen and stored in shared space
2955              
2956              Except Win32 from echo tests. (Alarm does not break into connect)
2957              
2958              Expand command line test globs on Win32.
2959              
2960              threads::shared tidy up:
2961              - Add _id() function to shared.xs so we can test refs point at same thing.
2962              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
2963              - Allow no_share to pass if sharing to works despite mis-ordering.
2964              - Change docs of threads to document ->create() (as used in tests),
2965              and not mention "new".
2966              
2967              Linux/NFS hackery was not faking right number of passes.
2968      Branch: perl
2969           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
2970           +> ext/threads/typemap
2971            - ext/threads/threads.h sharedsv.c sharedsv.h
2972            ! NetWare/config_H.wc
2973           !> (integrate 38 files)
2974 ____________________________________________________________________________
2975 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
2976         Log: Subject: Re: perldebguts minor tweaks
2977              From: Joe McMahon <mcmahon@metalab.unc.edu>
2978              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
2979              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
2980      Branch: perl
2981            ! pod/perldebguts.pod
2982 ____________________________________________________________________________
2983 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
2984         Log: metaconfig unit change for #14413.
2985      Branch: metaconfig
2986            ! U/modified/prototype.U
2987 ____________________________________________________________________________
2988 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
2989         Log: Okay, you can come home now, _().
2990      Branch: perl
2991            ! config_h.SH
2992 ____________________________________________________________________________
2993 [ 14412] By: nick                                  on 2002/01/25  11:01:49
2994         Log: Integrate mainline
2995              All but ../lib/Unicode/UCD.t pass.
2996      Branch: perlio
2997           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
2998           +> lib/unicore/CaseFolding.txt
2999           +> lib/unicore/CompositionExclusions.txt
3000           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
3001           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
3002           +> vos/vos.c
3003            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
3004            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
3005            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
3006            - lib/unicore/NamesList.html lib/unicore/PropList.html
3007            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
3008            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
3009            - lib/unicore/rename
3010           !> (integrate 424 files)
3011 ____________________________________________________________________________
3012 [ 14411] By: nick                                  on 2002/01/25  09:45:13
3013         Log: Linux/NFS hackery was not faking right number of passes.
3014      Branch: perlio
3015            ! t/io/fs.t
3016 ____________________________________________________________________________
3017 [ 14410] By: nick                                  on 2002/01/25  09:35:07
3018         Log: threads::shared tidy up:
3019              - Add _id() function to shared.xs so we can test refs point at same thing.
3020              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
3021              - Allow no_share to pass if sharing to works despite mis-ordering.
3022              - Change docs of threads to document ->create() (as used in tests),
3023              and not mention "new".
3024      Branch: perlio
3025            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3026            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
3027            ! ext/threads/threads.pm
3028 ____________________________________________________________________________
3029 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
3030         Log: Subject: perldebguts minor tweaks
3031              From: Joe McMahon <mcmahon@metalab.unc.edu>
3032              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
3033              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
3034      Branch: perl
3035            ! pod/perldebguts.pod
3036 ____________________________________________________________________________
3037 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
3038         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
3039              From: Peter Scott <Peter@PSDT.com>
3040              Date: Thu, 24 Jan 2002 08:51:34 -0800
3041              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
3042      Branch: perl
3043            ! pod/perldebguts.pod
3044 ____________________________________________________________________________
3045 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
3046         Log: Few more paranoia checks for Unicode hash keys.
3047      Branch: perl
3048            ! t/op/each.t
3049 ____________________________________________________________________________
3050 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
3051         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
3052              From: Andy Dougherty <doughera@lafayette.edu>
3053              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
3054              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
3055      Branch: perl
3056            ! t/op/stat.t
3057 ____________________________________________________________________________
3058 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
3059         Log: The
3060              
3061              Subject: Very old debugger UTF-8 bug
3062              From: andreas.koenig@anima.de (Andreas J. Koenig)
3063              Date: 24 Jan 2002 12:45:44 +0100
3064              Message-ID: <m3y9iot1jr.fsf@anima.de>
3065              
3066              still broken, but this should work as a stopgap
3067              measure to stop pp_match accessing naughty data.
3068      Branch: perl
3069            ! pod/perldiag.pod pp_hot.c
3070 ____________________________________________________________________________
3071 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
3072         Log: metaconfig unit change for #14403.
3073      Branch: metaconfig/U/perl
3074            ! d_u32align.U
3075 ____________________________________________________________________________
3076 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
3077         Log: Pacify picky compilers (this time Sun Workshop).
3078      Branch: perl
3079            ! Configure
3080 ____________________________________________________________________________
3081 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
3082         Log: Subject: Very old debugger UTF-8 bug
3083              From: andreas.koenig@anima.de (Andreas J. Koenig)
3084              Date: 24 Jan 2002 12:45:44 +0100
3085              Message-ID: <m3y9iot1jr.fsf@anima.de>
3086      Branch: perl
3087            ! lib/dumpvar.pl
3088 ____________________________________________________________________________
3089 [ 14401] By: nick                                  on 2002/01/24  07:50:38
3090         Log: Expand command line test globs on Win32.
3091      Branch: perlio
3092            ! t/harness
3093 ____________________________________________________________________________
3094 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
3095         Log: Sprinkle some copyrights (use the oldest timestamp to
3096              be found in the repository, which is most often not right,
3097              but at least consistent)
3098      Branch: perl
3099            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
3100            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
3101            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
3102            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
3103            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
3104            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
3105            ! unixish.h xsutils.c
3106 ____________________________________________________________________________
3107 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
3108         Log: Don't crash on Help for long text (bug #506672)
3109      Branch: maint-5.6/macperl
3110            ! macos/macperl/MPHelp.c
3111 ____________________________________________________________________________
3112 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
3113         Log: Fix minor path problem
3114      Branch: maint-5.6/macperl
3115            ! macos/macperl/Droplets/tarzipme.plx
3116 ____________________________________________________________________________
3117 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
3118         Log: Minor text changes
3119      Branch: maint-5.6/macperl
3120            ! macos/Perl.r
3121 ____________________________________________________________________________
3122 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
3123         Log: Bump versions, dates, etc.
3124      Branch: maint-5.6/macperl
3125            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
3126 ____________________________________________________________________________
3127 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
3128         Log: coderefs in @INC and absolute paths
3129      Branch: maint-5.6/macperl
3130            ! embed.h pp_ctl.c proto.h
3131 ____________________________________________________________________________
3132 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
3133         Log: Minor module thingys
3134      Branch: maint-5.6/macperl
3135            ! macos/ext/Mac/Controls/Controls.xs
3136            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
3137            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
3138            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
3139            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
3140            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
3141            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
3142            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
3143            ! macos/ext/Mac/Movies/Movies.xs
3144            ! macos/ext/Mac/Navigation/Navigation.pm
3145            ! macos/ext/Mac/Navigation/Navigation.xs
3146            ! macos/ext/Mac/Notification/Notification.xs
3147            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
3148            ! macos/ext/Mac/Processes/Processes.xs
3149            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
3150            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
3151            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
3152            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
3153            ! macos/ext/Mac/Resources/Resources.pm
3154            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
3155            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
3156            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
3157            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
3158            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
3159 ____________________________________________________________________________
3160 [ 14393] By: nick                                  on 2002/01/23  19:52:19
3161         Log: Except Win32 from echo tests. (Alarm does not break into connect)
3162      Branch: perlio
3163            ! ext/Socket/Socket.t
3164 ____________________________________________________________________________
3165 [ 14392] By: nick                                  on 2002/01/23  19:31:57
3166         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
3167      Branch: perlio
3168            ! ext/threads/shared/shared.xs
3169 ____________________________________________________________________________
3170 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
3171         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
3172      Branch: perl
3173            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3174            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
3175            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
3176            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
3177            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
3178            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
3179            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
3180            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
3181            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
3182            ! x2p/util.c x2p/util.h x2p/walk.c
3183 ____________________________________________________________________________
3184 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
3185         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
3186              therefore quite probably also obsolete code.
3187      Branch: perl
3188            ! sv.c
3189 ____________________________________________________________________________
3190 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
3191         Log: Update Changes.
3192      Branch: perl
3193            ! Changes patchlevel.h
3194 ____________________________________________________________________________
3195 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
3196         Log: Small update on todo.  Could use a lot more.
3197      Branch: perl
3198            ! pod/perltodo.pod
3199 ____________________________________________________________________________
3200 [ 14387] By: nick                                  on 2002/01/23  14:19:30
3201         Log: thread::shared nearly working again - remaining issue
3202              is references withing shared space.
3203              Added bulk test with no threads involved (for debugging)
3204              Tuned tests to skip those needing _thrcnt
3205      Branch: perlio
3206            + ext/threads/shared/t/0nothread.t
3207            ! MANIFEST ext/threads/shared/shared.pm
3208            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
3209            ! ext/threads/shared/t/hv_refs.t
3210            ! ext/threads/shared/t/hv_simple.t
3211            ! ext/threads/shared/t/sv_simple.t
3212 ____________________________________________________________________________
3213 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
3214         Log: Subject: [ID 20020121.003] perldata doco bug
3215              From: John Stumbles <jstumbles@bluearc.com>
3216              Date: Mon, 21 Jan 2002 14:19:56 -0000
3217              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
3218      Branch: perl
3219            ! pod/perldata.pod
3220 ____________________________________________________________________________
3221 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
3222         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
3223              From: Michael G Schwern <schwern@pobox.com>
3224              Date: Mon, 21 Jan 2002 15:16:42 -0500
3225              Message-ID: <20020121201642.GA6659@blackrider>
3226      Branch: perl
3227            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
3228 ____________________________________________________________________________
3229 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
3230         Log: Subject: [PATCH] Re: eval not catching warnings?
3231              From: abigail@foad.org
3232              Date: Wed, 23 Jan 2002 15:35:47 +0100
3233              Message-ID: <20020123143547.24798.qmail@foad.org>
3234      Branch: perl
3235            ! pod/perlfunc.pod
3236 ____________________________________________________________________________
3237 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
3238         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
3239              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3240              Date: Tue, 22 Jan 2002 17:00:54 -0800            
3241              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
3242      Branch: perl
3243            ! t/run/fresh_perl.t
3244 ____________________________________________________________________________
3245 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
3246         Log: metaconfig unit change for #14381.
3247      Branch: metaconfig/U/perl
3248            ! d_u32align.U
3249 ____________________________________________________________________________
3250 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
3251         Log: HP-UX 10.20 cc pacifying from Merijn.
3252      Branch: perl
3253            ! Configure
3254 ____________________________________________________________________________
3255 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
3256         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
3257              From: "Craig A. Berry" <craigberry@mac.com> 
3258              Date: Tue, 22 Jan 2002 22:14:26 -0600
3259              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
3260      Branch: perl
3261            ! vms/test.com
3262 ____________________________________________________________________________
3263 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
3264         Log: AIX cpp bug: having macro arguments and character constants
3265              "the same" means trouble (here s and 's')
3266              What broke now was 841 and 842 of t/op/pat.t, because of the
3267              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
3268              (note that breakage happened only under cc_r and usethreads+
3269              useithreads)
3270      Branch: perl
3271            ! utf8.h
3272 ____________________________________________________________________________
3273 [ 14378] By: nick                                  on 2002/01/22  20:33:15
3274         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
3275              so now croak() from asserts does not leave locks.
3276              Make hv_simple compile (new prototype for debugging probe).
3277      Branch: perlio
3278            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3279            ! ext/threads/shared/t/hv_simple.t
3280 ____________________________________________________________________________
3281 [ 14377] By: nick                                  on 2002/01/22  17:32:21
3282         Log: Shared scalars working, some shared array ops working.
3283      Branch: perlio
3284            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3285            ! ext/threads/shared/t/sv_refs.t
3286            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
3287 ____________________________________________________________________________
3288 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
3289         Log: Subject: [PATCH] Support truncate() in VOS port
3290              From: Paul_GreenVOS@vos.stratus.com
3291              Date: Mon, 21 Jan 02 23:27 est
3292              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
3293      Branch: perl
3294            + vos/vos.c
3295            ! MANIFEST hints/vos.sh vos/vosish.h
3296 ____________________________________________________________________________
3297 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
3298         Log: metaconfig unit changes for #14374.  Couldn't figure
3299              how to get completely rid of _() (some weird dependency
3300              pulling it in?) so renamed it as PROTO_().
3301      Branch: metaconfig
3302            + U/modified/d_shmat.U U/modified/prototype.U
3303            ! U/protos/d_drand48proto.U
3304      Branch: metaconfig/U/perl
3305            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
3306 ____________________________________________________________________________
3307 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
3308         Log: Get rid of the _() macro since (1) we require ANSI anyway
3309              (2) Other software (GNU) seems to use it and we don't need it,
3310              so let's give it up.
3311      Branch: perl
3312            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3313            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
3314            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
3315            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
3316            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
3317            ! wince/config.h wince/config_H.ce
3318 ____________________________________________________________________________
3319 [ 14373] By: nick                                  on 2002/01/22  10:10:48
3320         Log: Miss mg_len == 0 meaning don't Safefree
3321      Branch: perlio
3322            ! mg.c
3323 ____________________________________________________________________________
3324 [ 14372] By: nick                                  on 2002/01/21  22:34:06
3325         Log: XS side of new threads::shared designed, coded and compiles,
3326              and mostly commented but is totaly untested.
3327              submit in case anyone wants a preview.
3328      Branch: perlio
3329            + ext/threads/shared/typemap
3330            ! MANIFEST ext/threads/shared/shared.pm
3331            ! ext/threads/shared/shared.xs
3332 ____________________________________________________________________________
3333 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
3334         Log: Subject: [BUG] /\_/ an unrecognized escape?
3335              From: Michael G Schwern <schwern@pobox.com>
3336              Date: Mon, 21 Jan 2002 15:22:54 -0500
3337              Message-ID: <20020121202254.GA6731@blackrider>
3338      Branch: perl
3339            ! t/lib/warnings/toke toke.c
3340 ____________________________________________________________________________
3341 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
3342         Log: Undo the renaming of the Unicode data files; the simple
3343              solution being not including the *.html files.  This means
3344              that in the future there is no need for any renamings
3345              (well, assuming that the Consortium doesn't cause any),
3346              and the files are named like they are in the Consortium
3347              website, thus alleviating confusion.
3348      Branch: perl
3349            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
3350            + lib/unicore/CaseFolding.txt
3351            + lib/unicore/CompositionExclusions.txt
3352            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
3353            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
3354            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
3355            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
3356            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
3357            - lib/unicore/NamesList.html lib/unicore/PropList.html
3358            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
3359            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
3360            - lib/unicore/rename
3361            ! (edit 285 files)
3362 ____________________________________________________________________________
3363 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
3364         Log: Update Changes.
3365      Branch: perl
3366            ! Changes patchlevel.h
3367 ____________________________________________________________________________
3368 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
3369         Log: Subject: RE: BCC for Win32 is unhappy @14331
3370              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
3371              Date: Mon, 21 Jan 2002 09:48:40 +0300
3372              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
3373              
3374              (using IV instead of int)
3375      Branch: perl
3376            ! hv.h
3377 ____________________________________________________________________________
3378 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
3379         Log: path_is_absolute() needs a prototype (and maybe
3380              a better name, but that's another story).
3381      Branch: perl
3382            ! embed.fnc embed.h pp_ctl.c proto.h
3383 ____________________________________________________________________________
3384 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
3385         Log: Subject: Re: coderefs in @INC
3386              From: Chris Nandor <pudge@pobox.com>
3387              Date: Thu, 17 Jan 2002 11:26:02 -0500
3388              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
3389      Branch: perl
3390            ! pp_ctl.c
3391 ____________________________________________________________________________
3392 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
3393         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
3394              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3395              Date: Sun, 20 Jan 2002 22:53:56 +0100
3396              Message-ID: <20020120225356.A12093@rafael>
3397      Branch: perl
3398            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
3399            ! t/lib/warnings/9enabled warnings.h warnings.pl
3400 ____________________________________________________________________________
3401 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
3402         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
3403              From: "Craig A. Berry" <craigberry@mac.com>
3404              Date: Sun, 20 Jan 2002 22:49:42 -0600
3405              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
3406      Branch: perl
3407            ! lib/ExtUtils/MakeMaker.pm
3408 ____________________________________________________________________________
3409 [ 14363] By: nick                                  on 2002/01/20  20:38:23
3410         Log: Add new threads/typemap to MANIFEST
3411      Branch: perlio
3412            ! MANIFEST
3413 ____________________________________________________________________________
3414 [ 14362] By: nick                                  on 2002/01/20  20:34:36
3415         Log: Integrate mainline
3416      Branch: perlio
3417           +> lib/Pod/t/Usage.t
3418           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
3419           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
3420           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
3421           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
3422           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
3423           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
3424           !> util.c
3425 ____________________________________________________________________________
3426 [ 14361] By: nick                                  on 2002/01/20  18:51:47
3427         Log: Integrate MANIFEST
3428      Branch: perlio
3429           !> MANIFEST
3430 ____________________________________________________________________________
3431 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
3432         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
3433              From: Paul_GreenVOS@vos.stratus.com
3434              Date: Sat, 19 Jan 02 17:17 est
3435              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
3436              
3437              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
3438              From: Paul_GreenVOS@vos.stratus.com
3439              Date: Sat, 19 Jan 02 17:19 est
3440              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
3441      Branch: perl
3442            ! lib/ExtUtils/t/Command.t
3443 ____________________________________________________________________________
3444 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
3445         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
3446              From: Paul_GreenVOS@vos.stratus.com
3447              Date: Sat, 19 Jan 02 14:30 est
3448              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
3449      Branch: perl
3450            ! lib/AnyDBM_File.t
3451 ____________________________________________________________________________
3452 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
3453         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
3454              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3455              Date: Sun, 20 Jan 2002 13:51:36 +0100
3456              Message-ID: <20020120135136.A710@rafael>
3457      Branch: perl
3458            ! ext/File/Glob/t/basic.t
3459 ____________________________________________________________________________
3460 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
3461         Log: #14352 deleted ext/threads/threads.h
3462      Branch: perlio
3463            ! MANIFEST
3464 ____________________________________________________________________________
3465 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
3466         Log: Eradicate sharedsv.*
3467      Branch: perlio
3468            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
3469 ____________________________________________________________________________
3470 [ 14355] By: nick                                  on 2002/01/20  11:50:22
3471         Log: threads work again on Win32. (Not threads::shared yet)
3472              Submit to see if they do on Linux.
3473      Branch: perlio
3474            ! ext/threads/shared/shared.xs ext/threads/threads.xs
3475            ! win32/makefile.mk
3476 ____________________________________________________________________________
3477 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
3478         Log: Make also hex() and oct() to croak if their arguments
3479              cannot be downgraded (that is, if they contain wide
3480              characters), just like crypt() does (and use the croak
3481              feature of sv_utf8_downgrade()).
3482      Branch: perl
3483            ! pp.c t/op/oct.t
3484 ____________________________________________________________________________
3485 [ 14353] By: nick                                  on 2002/01/19  22:20:09
3486         Log: Integrate Time/Local and its test
3487      Branch: perlio
3488           !> lib/Time/Local.pm lib/Time/Local.t
3489 ____________________________________________________________________________
3490 [ 14352] By: nick                                  on 2002/01/19  22:17:07
3491         Log: Nearly-working threads re-structuring. Do not integrate,
3492              submit-ing to get to Win32, and as "off site" backup.
3493      Branch: perlio
3494            + ext/threads/typemap
3495            - ext/threads/threads.h sharedsv.c sharedsv.h
3496            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
3497            ! embedvar.h ext/threads/shared/shared.pm
3498            ! ext/threads/shared/shared.xs ext/threads/threads.pm
3499            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
3500            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
3501            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
3502 ____________________________________________________________________________
3503 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
3504         Log: Regen toc.
3505      Branch: perl
3506            ! pod/perltoc.pod
3507 ____________________________________________________________________________
3508 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
3509         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
3510              From: David Dyck <dcd@tc.fluke.com>
3511              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
3512              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
3513      Branch: perl
3514            ! pod/perl5004delta.pod pod/perl5005delta.pod
3515            ! pod/perl561delta.pod pod/perl56delta.pod
3516 ____________________________________________________________________________
3517 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
3518         Log: FAQ sync.
3519      Branch: perl
3520            ! pod/perlfaq1.pod pod/perlfaq2.pod
3521 ____________________________________________________________________________
3522 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
3523         Log: Subject: [PATCH lib/Pod/t/Usage.t]
3524              From: Abe Timmerman <abe@ztreet.demon.nl>
3525              Date: Sat, 19 Jan 2002 19:57:57 +0100
3526              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
3527      Branch: perl
3528            + lib/Pod/t/Usage.t
3529            ! MANIFEST
3530 ____________________________________________________________________________
3531 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
3532         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
3533              From: Paul_GreenVOS@vos.stratus.com
3534              Date: Sat, 19 Jan 02 13:15 est
3535              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
3536      Branch: perl
3537            ! ext/SDBM_File/sdbm.t
3538 ____________________________________________________________________________
3539 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
3540         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
3541      Branch: perl
3542           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
3543           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
3544 ____________________________________________________________________________
3545 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
3546         Log: Alternative Time::Local algorithm that uses matemathical formula
3547              for timegm instead of progressive guessing
3548      Branch: perl
3549            ! lib/Time/Local.pm
3550 ____________________________________________________________________________
3551 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
3552         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
3553              From: Paul_GreenVOS@vos.stratus.com
3554              Date: Sat, 19 Jan 02 11:20 est
3555              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
3556      Branch: perl
3557            ! ext/File/Glob/t/basic.t
3558 ____________________________________________________________________________
3559 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
3560         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
3561              From: Paul_GreenVOS@vos.stratus.com
3562              Date: Fri, 18 Jan 02 22:56 est
3563              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
3564      Branch: perl
3565            ! ext/Cwd/t/cwd.t
3566 ____________________________________________________________________________
3567 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
3568         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
3569              From: Paul_GreenVOS@vos.stratus.com
3570              Date: Fri, 18 Jan 02 22:48 est
3571              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
3572      Branch: perl
3573            ! lib/Time/Local.t
3574 ____________________________________________________________________________
3575 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
3576         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
3577              From: Paul_GreenVOS@vos.stratus.com
3578              Date: Fri, 18 Jan 02 16:22 est
3579              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
3580      Branch: perl
3581            ! ext/Devel/DProf/DProf.t
3582 ____________________________________________________________________________
3583 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
3584         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
3585              From: Tels <perl_dummy@bloodgate.com>
3586              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
3587              Message-Id: <200201182106.XAA19133@taku.hut.fi>
3588      Branch: perl
3589            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
3590 ____________________________________________________________________________
3591 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
3592         Log: Don't do socketpair udp unless you've got all what it takes.
3593      Branch: perl
3594            ! util.c
3595 ____________________________________________________________________________
3596 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
3597         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
3598              From: Tels <perl_dummy@bloodgate.com>
3599              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
3600              Message-Id: <200201182206.AAA15310@taku.hut.fi>
3601      Branch: perl
3602            ! lib/ExtUtils/MM_BeOS.pm
3603 ____________________________________________________________________________
3604 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
3605         Log: metaconfig unit change for #14336.
3606      Branch: metaconfig
3607            ! U/modified/myhostname.U
3608 ____________________________________________________________________________
3609 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
3610         Log: Avoid bare "set", and kiss .uucp goodbye.
3611      Branch: perl
3612            ! Configure
3613 ____________________________________________________________________________
3614 [ 14335] By: nick                                  on 2002/01/18  22:11:42
3615         Log: Split out core of sv_magic() into sv_magicext().
3616              sv_magic provides the extra restictions (no READONLY, only
3617              one of each type, canned set of vtables), and sv_magicext()
3618              does the actual data twiddling.
3619              Also enhances semantics of ->mg_ptr setting via name/namlen
3620              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
3621              scratch area (namlen > 0 && name == NULL).
3622              sv_magicext also returns the MAGIC * it added.
3623              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
3624              
3625              To come sv_unmagicext() - which will remove just one magic
3626              of particular type, and additionaly match against ->mg_ptr,
3627              or the MAGIC * (need to experiment as to which is more natural).
3628      Branch: perlio
3629            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
3630            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
3631 ____________________________________________________________________________
3632 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
3633         Log: Retract #14327 for now, going to the limit seems
3634              to be too much for many platforms.
3635      Branch: perl
3636            ! lib/Time/Local.t
3637 ____________________________________________________________________________
3638 [ 14333] By: nick                                  on 2002/01/18  18:58:33
3639         Log: Integrate mainline
3640      Branch: perlio
3641           !> Changes patchlevel.h
3642 ____________________________________________________________________________
3643 [ 14332] By: nick                                  on 2002/01/18  16:19:06
3644         Log: Integrate mainline
3645      Branch: perlio
3646           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
3647           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
3648            - lib/ExtUtils/inst
3649           !> (integrate 32 files)
3650 ____________________________________________________________________________
3651 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
3652         Log: Update Changes.
3653      Branch: perl
3654            ! Changes patchlevel.h
3655 ____________________________________________________________________________
3656 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
3657         Log: Try to make the connect/read/write timeouting.
3658      Branch: perl
3659            ! ext/Socket/Socket.t
3660 ____________________________________________________________________________
3661 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
3662         Log: Netware Makefile tweak from Ananth Kesari.
3663      Branch: perl
3664            ! NetWare/Makefile
3665 ____________________________________________________________________________
3666 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
3667         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
3668              From: Michael G Schwern <schwern@pobox.com>
3669              Date: Fri, 18 Jan 2002 03:10:27 -0500
3670              Message-ID: <20020118081027.GE7226@blackrider>
3671      Branch: perl
3672            ! lib/File/Find.pm
3673 ____________________________________________________________________________
3674 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
3675         Log: (retracted by #14334)
3676              
3677              Subject: [PATCH] Improving lib/Time/Local.t
3678              From: Paul_GreenVOS@vos.stratus.com        
3679              Date: Thu, 17 Jan 02 22:36 est
3680              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
3681      Branch: perl
3682            ! lib/Time/Local.t
3683 ____________________________________________________________________________
3684 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
3685         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
3686              From: Abe Timmerman <abe@ztreet.demon.nl>  
3687              Date: Fri, 18 Jan 2002 13:18:47 +0100
3688              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
3689      Branch: perl
3690            ! lib/ExtUtils/t/MM_Win32.t
3691 ____________________________________________________________________________
3692 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
3693         Log: Subject: [PATCH] Syncing with bleadperl 
3694              From: Michael G Schwern <schwern@pobox.com> 
3695              Date: Fri, 18 Jan 2002 03:04:33 -0500
3696              Message-ID: <20020118080432.GC7226@blackrider>
3697      Branch: perl
3698            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
3699            - lib/ExtUtils/inst
3700            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
3701            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3702            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
3703            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
3704            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
3705            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
3706            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
3707            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
3708            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
3709            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
3710            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
3711            ! lib/ExtUtils/testlib.pm
3712 ____________________________________________________________________________
3713 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
3714         Log: Detypo.
3715      Branch: perl
3716            ! AUTHORS
3717 ____________________________________________________________________________
3718 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
3719         Log: Subject: [PATCH] MM check_hints test
3720              From: Michael G Schwern <schwern@pobox.com>
3721              Date: Thu, 17 Jan 2002 20:25:57 -0500
3722              Message-ID: <20020118012557.GE32762@blackrider>
3723      Branch: perl
3724            + lib/ExtUtils/t/hints.t
3725            ! MANIFEST
3726 ____________________________________________________________________________
3727 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
3728         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
3729              From: Michael G Schwern <schwern@pobox.com> 
3730              Date: Thu, 17 Jan 2002 20:12:20 -0500
3731              Message-ID: <20020118011220.GC32762@blackrider>
3732              
3733              (#14317 replaced with this)
3734      Branch: perl
3735            ! lib/ExtUtils/MakeMaker.pm
3736 ____________________________________________________________________________
3737 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
3738         Log: Subject: [PATCH perldiag] overload.pm warnings
3739              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3740              Date: Thu, 17 Jan 2002 23:53:49 +0100
3741              Message-ID: <20020117235349.A14530@rafael>
3742      Branch: perl
3743            ! pod/perldiag.pod
3744 ____________________________________________________________________________
3745 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
3746         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
3747              From: Michael G Schwern <schwern@pobox.com>
3748              Date: Thu, 17 Jan 2002 16:35:47 -0500
3749              Message-ID: <20020117213546.GD23830@blackrider>
3750      Branch: perl
3751            ! lib/File/Find.pm
3752 ____________________________________________________________________________
3753 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
3754         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
3755              From: chromatic <chromatic@rmci.net>
3756              Date: Thu, 17 Jan 2002 13:04:22 -0700
3757              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
3758      Branch: perl
3759            ! pod/perltodo.pod
3760 ____________________________________________________________________________
3761 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
3762         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
3763              From: chromatic <chromatic@rmci.net>
3764              Date: Thu, 17 Jan 2002 12:59:04 -0700
3765              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
3766      Branch: perl
3767            ! lib/ExtUtils/t/Mkbootstrap.t
3768 ____________________________________________________________________________
3769 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
3770         Log: (replaced by #14322)
3771              The #14300 broke hints file handling.
3772      Branch: perl
3773            ! lib/ExtUtils/MakeMaker.pm
3774 ____________________________________________________________________________
3775 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
3776         Log: metaconfig unit change for #14315.
3777      Branch: metaconfig/U/perl
3778            ! uselongdbl.U
3779 ____________________________________________________________________________
3780 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
3781         Log: Subject: [PATCH] long doubles
3782              From: Nicholas Clark <nick@unfortu.net>
3783              Date: Thu, 17 Jan 2002 17:06:28 +0000
3784              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
3785      Branch: perl
3786            ! Configure
3787 ____________________________________________________________________________
3788 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
3789         Log: metaconfig unit change for #14313.
3790      Branch: metaconfig
3791            ! U/modified/i_ndbm.U
3792 ____________________________________________________________________________
3793 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
3794         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
3795              From: Andy Dougherty <doughera@lafayette.edu>
3796              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
3797              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
3798      Branch: perl
3799            ! Configure
3800 ____________________________________________________________________________
3801 [ 14312] By: nick                                  on 2002/01/17  21:38:38
3802         Log: Integrate mainline (for ndbm fixes etc.)
3803      Branch: perlio
3804           +> t/run/fresh_perl.t
3805            - t/run/kill_perl.t
3806           !> Changes MANIFEST ext/Opcode/Opcode.xs
3807           !> ext/SDBM_File/sdbm/Makefile.PL
3808           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
3809           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
3810           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
3811           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
3812           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
3813 ____________________________________________________________________________
3814 [ 14311] By: sky                                   on 2002/01/17  21:01:00
3815         Log: Simplify the code that duplicates the threads 
3816              init function and the parameters to the thread by using sv_dup. 
3817              Note,what happens if you pass a shared variable as a parameter?
3818      Branch: perl
3819            ! ext/threads/threads.xs
3820 ____________________________________________________________________________
3821 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
3822         Log: Update Changes.
3823      Branch: perl
3824            ! Changes patchlevel.h
3825 ____________________________________________________________________________
3826 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
3827         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
3828              with fresh_perl_is() and fresh_perl_like().
3829      Branch: perl
3830            + t/run/fresh_perl.t
3831            - t/run/kill_perl.t
3832            ! MANIFEST t/test.pl
3833 ____________________________________________________________________________
3834 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
3835         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
3836              From: Benjamin Goldberg <goldbb2@earthlink.net>
3837              Date: Wed, 09 Jan 2002 21:03:16 -0500
3838              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
3839      Branch: perl
3840            ! ext/Unicode/Normalize/Normalize.pm
3841 ____________________________________________________________________________
3842 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
3843         Log: Retract #14144 as Hugo isn't happy with it.
3844      Branch: perl
3845            ! scope.c t/run/kill_perl.t
3846 ____________________________________________________________________________
3847 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
3848         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
3849              From: Richard Clamp <richardc@unixbeard.net>
3850              Date: Wed, 16 Jan 2002 17:34:31 +0000
3851              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
3852      Branch: perl
3853            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
3854 ____________________________________________________________________________
3855 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
3856         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
3857              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3858              Date: Tue, 15 Jan 2002 21:23:30 +0100
3859              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
3860      Branch: perl
3861            ! ext/Opcode/Opcode.xs
3862 ____________________________________________________________________________
3863 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
3864         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
3865              From: Paul_GreenVOS@vos.stratus.com
3866              Date: Wed, 16 Jan 02 6:42 est
3867              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
3868      Branch: perl
3869            ! t/io/fs.t t/op/crypt.t
3870 ____________________________________________________________________________
3871 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
3872         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
3873              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3874              Date: Wed, 16 Jan 2002 13:43:39 +0100
3875              Message-ID: <20020116134339.A704@rafael>
3876              
3877              (replaces #14302)
3878      Branch: perl
3879            ! mg.c t/lib/warnings/mg
3880 ____________________________________________________________________________
3881 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
3882         Log: (replaced by #14303)
3883              Subject: [PATCH] length of undefined $(digit) should warn
3884              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3885              Date: Tue, 15 Jan 2002 23:02:44 +0100            
3886              Message-ID: <20020115230244.A31786@rafael>     
3887      Branch: perl
3888            ! mg.c t/lib/warnings/mg
3889 ____________________________________________________________________________
3890 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
3891         Log: The non-MakeMaker.pm parts of
3892              
3893              Subject: [PATCH] Re: MM_Beos.pm?
3894              From: Tels <perl_dummy@bloodgate.com>
3895              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
3896              Message-Id: <200201142006.WAA29544@taas.iki.fi>
3897      Branch: perl
3898            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
3899            ! lib/ExtUtils/t/MM_Unix.t
3900 ____________________________________________________________________________
3901 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
3902         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
3903              From: Michael G Schwern <schwern@pobox.com>    
3904              Date: Tue, 15 Jan 2002 20:07:50 -0500            
3905              Message-ID: <20020116010750.GH625@blackrider>  
3906      Branch: perl
3907            ! lib/ExtUtils/MakeMaker.pm
3908 ____________________________________________________________________________
3909 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
3910         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
3911              From: Jeffrey Friedl <jfriedl@yahoo.com>       
3912              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
3913              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
3914      Branch: perl
3915            ! lib/Text/Tabs.pm
3916 ____________________________________________________________________________
3917 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
3918         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
3919              From: "Green, Paul" <Paul.Green@stratus.com>
3920              Date: Tue, 15 Jan 2002 22:28:10 -0500
3921              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
3922      Branch: perl
3923            ! lib/ExtUtils/MM_Unix.pm
3924 ____________________________________________________________________________
3925 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
3926         Log: Integrate perlio; offsetof() is in <stddef.h>
3927      Branch: perl
3928           !> ext/Socket/Socket.xs
3929 ____________________________________________________________________________
3930 [ 14296] By: nick                                  on 2002/01/16  13:02:29
3931         Log: offsetof() is in <stddef.h>
3932      Branch: perlio
3933            ! ext/Socket/Socket.xs
3934 ____________________________________________________________________________
3935 [ 14295] By: nick                                  on 2002/01/16  07:25:29
3936         Log: Integrate mainline
3937      Branch: perlio
3938           +> (branch 262 files)
3939            - (delete 285 files)
3940           !> (integrate 34 files)
3941 ____________________________________________________________________________
3942 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
3943         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
3944              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
3945              Canonical.pl and Exact.pl.
3946      Branch: perl
3947            + (add 259 files)
3948            - (delete 288 files)
3949            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
3950            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
3951            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
3952            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
3953 ____________________________________________________________________________
3954 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
3955         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
3956      Branch: perl
3957            ! ext/Socket/Socket.xs
3958 ____________________________________________________________________________
3959 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
3960         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
3961              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3962              Date: Tue, 15 Jan 2002 21:59:19 +0100
3963              Message-ID: <3C44A637.16602.25EB208@localhost>
3964      Branch: perl
3965            ! embed.fnc embed.h proto.h
3966 ____________________________________________________________________________
3967 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
3968         Log: Duh.  The updated In/*.pl weren't checked in.
3969      Branch: perl
3970            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
3971            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
3972            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
3973            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
3974            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
3975            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
3976            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
3977            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
3978            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
3979            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
3980            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
3981            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
3982            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
3983            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
3984            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
3985            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
3986            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
3987            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
3988            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
3989            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
3990            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
3991            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
3992            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
3993            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
3994            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
3995            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
3996            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
3997            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
3998            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
3999            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
4000            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
4001            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
4002            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
4003            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
4004            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
4005            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
4006            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
4007            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
4008            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
4009            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
4010            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
4011            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
4012            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
4013            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
4014            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
4015            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
4016            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
4017            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
4018 ____________________________________________________________________________
4019 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
4020         Log: Update Changes.
4021      Branch: perl
4022            ! Changes patchlevel.h
4023 ____________________________________________________________________________
4024 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
4025         Log: Jeffrey is trying very hard to avoid working on his
4026              book, it would seem :-) (better naming, better comments
4027              in the files)
4028      Branch: perl
4029            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
4030            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
4031            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
4032            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
4033            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
4034            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
4035            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
4036            - lib/unicore/Is/IDStart.pl
4037            ! (edit 200 files)
4038 ____________________________________________________________________________
4039 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
4040         Log: metaconfig unit changes for #14287.
4041      Branch: metaconfig
4042            + U/modified/Chk_MANI.U
4043            ! U/modified/Extract.U U/modified/Finish.U
4044      Branch: metaconfig/U/perl
4045            ! Extensions.U dlsrc.U
4046 ____________________________________________________________________________
4047 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
4048         Log: Some protection against spaces in directory names.
4049              (Tru64 still has some makedepend problems in such
4050              cases but that looks like Tru64's problem.)
4051      Branch: perl
4052            ! Configure Makefile.SH
4053 ____________________________________________________________________________
4054 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
4055         Log: Should have been in #14285 but I have sausages for fingers.
4056      Branch: perl
4057            + lib/ExtUtils/MM_BeOS.pm
4058 ____________________________________________________________________________
4059 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
4060         Log: MM_BeOS from Tels.
4061      Branch: perl
4062            + lib/ExtUtils/t/MM_BeOS.t
4063            ! MANIFEST
4064 ____________________________________________________________________________
4065 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
4066         Log: Integrate perlio;
4067              
4068              (reintroduce #14251) Slab allocator for ops
4069              - moved the statics to intrpvar.h
4070              - implemented Slab_Free()
4071              - uses PerlMemShared (for now) if distinction exists.
4072              
4073              Slab allocator submit after resolve -ay to keep it!
4074              
4075              Hand merge of non slab allocator stuff
4076              
4077              const-ness fix in savepv's passing of NULL
4078              
4079              Typo in #else branch of PL_SLAB_ALLOC
4080              
4081              Integrate rest of mainline
4082              
4083              Regen embed enable slab for PERL_IMPLICIT_SYS
4084              
4085              Correct name of PL_OP_SLAB_ALLOC
4086              
4087              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
4088              e.g. -Duse64bitint on a 32-bit platform.
4089              Now uses I32 for use-count and is more careful with its casts.
4090      Branch: perl
4091           !> (integrate 28 files)
4092 ____________________________________________________________________________
4093 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
4094         Log: Add Shuck URL
4095      Branch: maint-5.6/macperl
4096            ! macos/macperl/MacPerl.podhelp
4097 ____________________________________________________________________________
4098 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
4099         Log: Remove obsolete docs
4100      Branch: maint-5.6/macperl
4101            ! ext/File/Glob/Glob.pm
4102 ____________________________________________________________________________
4103 [ 14281] By: nick                                  on 2002/01/15  15:08:43
4104         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
4105              e.g. -Duse64bitint on a 32-bit platform.
4106              Now uses I32 for use-count and is more careful with its casts.
4107      Branch: perlio
4108            ! intrpvar.h op.c
4109 ____________________________________________________________________________
4110 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
4111         Log: Update bundled modules.  Yow!
4112      Branch: maint-5.6/macperl
4113            + macos/bundled_ext/Compress/Zlib/constants.h
4114            + macos/bundled_ext/Compress/Zlib/constants.xs
4115            + macos/bundled_ext/Filter/Util/Call/ppport.h
4116            + macos/bundled_ext/Storable/t/compat-0.6.t
4117            + macos/bundled_ext/Storable/t/dump.pl
4118            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
4119            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
4120            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
4121            + macos/bundled_lib/blib/lib/URI/ssh.pm
4122            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
4123            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
4124            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
4125            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
4126            + macos/bundled_lib/t/Filter/Simple/data.t
4127            + macos/bundled_lib/t/Filter/Simple/export.t
4128            + macos/bundled_lib/t/Filter/Simple/filter_only.t
4129            + macos/bundled_lib/t/Filter/Simple/import.t
4130            + macos/bundled_lib/t/NEXT/actual.t
4131            + macos/bundled_lib/t/NEXT/actuns.t
4132            + macos/bundled_lib/t/NEXT/next.t
4133            + macos/bundled_lib/t/NEXT/unseen.t
4134            + macos/bundled_lib/t/libnet/netrc.t
4135            + macos/bundled_lib/t/libwww-perl/base/http.t
4136            + macos/bundled_lib/t/libwww-perl/live/activestate.t
4137            - macos/bundled_ext/Filter/t/FilterTest.pm
4138            - macos/bundled_ext/Storable/t/compat06.t
4139            - macos/bundled_ext/Storable/t/st-dump.pl
4140            - macos/bundled_lib/t/NEXT/test.pl
4141            - macos/bundled_lib/t/libwww-perl/live/google.t
4142            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
4143            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
4144            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
4145            ! macos/bundled_ext/Compress/Zlib/README
4146            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
4147            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
4148            ! macos/bundled_ext/Compress/Zlib/t/examples.t
4149            ! macos/bundled_ext/Filter/Util/Call/Call.pm
4150            ! macos/bundled_ext/Filter/Util/Call/Call.xs
4151            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
4152            ! macos/bundled_ext/Filter/t/call.t
4153            ! macos/bundled_ext/Filter/t/filter-util.pl
4154            ! macos/bundled_ext/Storable/ChangeLog
4155            ! macos/bundled_ext/Storable/README
4156            ! macos/bundled_ext/Storable/Storable.pm
4157            ! macos/bundled_ext/Storable/t/blessed.t
4158            ! macos/bundled_ext/Storable/t/canonical.t
4159            ! macos/bundled_ext/Storable/t/dclone.t
4160            ! macos/bundled_ext/Storable/t/forgive.t
4161            ! macos/bundled_ext/Storable/t/freeze.t
4162            ! macos/bundled_ext/Storable/t/lock.t
4163            ! macos/bundled_ext/Storable/t/overload.t
4164            ! macos/bundled_ext/Storable/t/recurse.t
4165            ! macos/bundled_ext/Storable/t/retrieve.t
4166            ! macos/bundled_ext/Storable/t/store.t
4167            ! macos/bundled_ext/Storable/t/tied.t
4168            ! macos/bundled_ext/Storable/t/tied_hook.t
4169            ! macos/bundled_ext/Storable/t/tied_items.t
4170            ! macos/bundled_ext/Storable/t/utf8.t
4171            ! macos/bundled_lib/blib/lib/File/Sort.pm
4172            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
4173            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
4174            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
4175            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
4176            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
4177            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
4178            ! macos/bundled_lib/blib/lib/LWP.pm
4179            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
4180            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
4181            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
4182            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
4183            ! macos/bundled_lib/blib/lib/Mail/Address.pm
4184            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
4185            ! macos/bundled_lib/blib/lib/Mail/Field.pm
4186            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
4187            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
4188            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
4189            ! macos/bundled_lib/blib/lib/Mail/Header.pm
4190            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
4191            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
4192            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
4193            ! macos/bundled_lib/blib/lib/Mail/Send.pm
4194            ! macos/bundled_lib/blib/lib/Mail/Util.pm
4195            ! macos/bundled_lib/blib/lib/NEXT.pm
4196            ! macos/bundled_lib/blib/lib/Net/Config.pm
4197            ! macos/bundled_lib/blib/lib/Net/Domain.pm
4198            ! macos/bundled_lib/blib/lib/Net/FTP.pm
4199            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
4200            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
4201            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
4202            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
4203            ! macos/bundled_lib/blib/lib/Net/POP3.pm
4204            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
4205            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
4206            ! macos/bundled_lib/blib/lib/Switch.pm
4207            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
4208            ! macos/bundled_lib/blib/lib/URI/Escape.pm
4209            ! macos/bundled_lib/blib/lib/URI/ftp.pm
4210            ! macos/bundled_lib/blib/lib/lwpcook.pod
4211            ! macos/bundled_lib/t/Filter/Simple/filter.t
4212            ! macos/bundled_lib/t/Switch/t/nested.t
4213            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4214            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4215            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
4216            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
4217            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4218            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
4219            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
4220            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
4221            ! macos/bundled_lib/t/libnet/config.t
4222            ! macos/bundled_lib/t/libnet/ftp.t
4223            ! macos/bundled_lib/t/libnet/hostname.t
4224            ! macos/bundled_lib/t/libnet/nntp.t
4225            ! macos/bundled_lib/t/libnet/require.t
4226            ! macos/bundled_lib/t/libnet/smtp.t
4227            ! macos/bundled_lib/t/libwww-perl/base/headers.t
4228            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
4229            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
4230            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
4231            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
4232            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
4233            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
4234            ! macos/bundled_lib/t/libwww-perl/live/validator.t
4235            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
4236 ____________________________________________________________________________
4237 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
4238         Log: Subject: [PATCH] Socket::sockaddr_family
4239              From: Gisle Aas <gisle@ActiveState.com> 
4240              Date: 15 Jan 2002 06:35:28 -0800
4241              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
4242      Branch: perl
4243            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
4244 ____________________________________________________________________________
4245 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
4246         Log: Subject: [PATCH perldiag] Style issue
4247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4248              Date: Tue, 15 Jan 2002 15:36:30 +0100                
4249              Message-ID: <20020115153630.A11568@rafael>
4250      Branch: perl
4251            ! pod/perldiag.pod
4252 ____________________________________________________________________________
4253 [ 14277] By: nick                                  on 2002/01/15  14:30:51
4254         Log: Correct name of PL_OP_SLAB_ALLOC
4255      Branch: perlio
4256            ! perl.h
4257 ____________________________________________________________________________
4258 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
4259         Log: NetWare tweak from Ananth Kesari.
4260      Branch: perl
4261            ! lib/ExtUtils/MakeMaker.pm
4262 ____________________________________________________________________________
4263 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
4264         Log: Throwback.
4265      Branch: perl
4266            ! MANIFEST
4267 ____________________________________________________________________________
4268 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
4269         Log: A couple of additional character classes from Jeffrey,
4270              hopefully useful in future for internal use for implementing
4271              some special cases of casing.
4272              
4273              Also regenerate once more all the character classes,
4274              now without the timestamp.  A timestamp would be kind of
4275              nice but it's not: having a timestamp in a file means that
4276              even if the effective contents of file really didn't
4277              change, the file looks as if it changed.
4278      Branch: perl
4279            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
4280            + lib/unicore/Is/CombAbov.pl
4281            ! (edit 304 files)
4282 ____________________________________________________________________________
4283 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
4284         Log: Make the test harder.
4285      Branch: perl
4286            ! t/op/pat.t
4287 ____________________________________________________________________________
4288 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
4289         Log: Additional utf8_heavy.pl tweak from Jeffrey.
4290      Branch: perl
4291            ! lib/utf8_heavy.pl
4292 ____________________________________________________________________________
4293 [ 14271] By: nick                                  on 2002/01/15  11:29:47
4294         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
4295      Branch: perlio
4296            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
4297            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
4298 ____________________________________________________________________________
4299 [ 14270] By: nick                                  on 2002/01/15  08:19:08
4300         Log: Integrate rest of mainline
4301      Branch: perlio
4302           !> (integrate 28 files)
4303 ____________________________________________________________________________
4304 [ 14269] By: nick                                  on 2002/01/15  08:02:44
4305         Log: Typo in #else branch of PL_SLAB_ALLOC
4306      Branch: perlio
4307            ! op.c
4308 ____________________________________________________________________________
4309 [ 14268] By: nick                                  on 2002/01/15  07:57:47
4310         Log: const-ness fix in savepv's passing of NULL
4311      Branch: perlio
4312            ! util.c
4313 ____________________________________________________________________________
4314 [ 14267] By: nick                                  on 2002/01/15  07:42:17
4315         Log: Hand merge of non slab allocator stuff
4316      Branch: perlio
4317            ! op.c
4318 ____________________________________________________________________________
4319 [ 14266] By: nick                                  on 2002/01/15  07:39:33
4320         Log: Slab allocator submit after resolve -ay to keep it!
4321      Branch: perlio
4322           !> op.c
4323 ____________________________________________________________________________
4324 [ 14265] By: nick                                  on 2002/01/15  07:05:06
4325         Log: Blind integrate of bulk of mainline.
4326      Branch: perlio
4327           +> (branch 173 files)
4328            - (delete 184 files)
4329           !> (integrate 146 files)
4330 ____________________________________________________________________________
4331 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
4332         Log: Pod nits.
4333      Branch: perl
4334            ! lib/Unicode/UCD.pm pod/perlunicode.pod
4335 ____________________________________________________________________________
4336 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
4337         Log: The Unicode categories doc patch to go with #14254,
4338              from Jeffrey.
4339      Branch: perl
4340            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
4341 ____________________________________________________________________________
4342 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
4343         Log: There isn't going to be perl.third.exe.
4344      Branch: perl
4345            ! Makefile.SH
4346 ____________________________________________________________________________
4347 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
4348         Log: Subject: [PATCH] small coredump correction
4349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4350              Date: Tue, 15 Jan 2002 00:22:52 +0100
4351              Message-ID: <20020115002252.I691@rafael>
4352      Branch: perl
4353            ! op.c
4354 ____________________________________________________________________________
4355 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
4356         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
4357              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4358              Date: Mon, 14 Jan 2002 23:03:04 +0100
4359              Message-ID: <20020114230304.A691@rafael>   
4360              
4361              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
4362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4363              Date: Mon, 14 Jan 2002 23:18:43 +0100
4364              Message-ID: <20020114231843.E691@rafael>   
4365      Branch: perl
4366            ! pod/perlsub.pod t/op/override.t toke.c
4367 ____________________________________________________________________________
4368 [ 14259] By: nick                                  on 2002/01/14  22:02:49
4369         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
4370              Need to use CopXXXXX macros everywhere and add CopSTASH_free
4371              Add new scope type and add support for it to scope.c and scope stack
4372              dup-er in sv.c. Add savesharedpv().
4373              Also zealous version of Win32's vmem.h to catch all the abuses.
4374              With this t/op/fork.t passes even with zealous checking and 
4375              checker is point a finger at various threads/shared issues.
4376              
4377              PL_curcop->cop_io is still an issue.
4378      Branch: perlio
4379            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
4380            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
4381            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
4382            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
4383            ! win32/vmem.h win32/win32.c win32/win32.h
4384 ____________________________________________________________________________
4385 [ 14258] By: nick                                  on 2002/01/14  20:24:28
4386         Log: Integrate build parts of mainline
4387      Branch: perlio
4388           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
4389           !> lib/ExtUtils/t/MM_Win32.t
4390 ____________________________________________________________________________
4391 [ 14257] By: nick                                  on 2002/01/14  16:10:54
4392         Log: Inverted sense of special-ness of specialCopIO - supposed to 
4393              be true if value is "special" i.e. NOT an SV.
4394      Branch: perlio
4395            ! perlio.h
4396 ____________________________________________________________________________
4397 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
4398         Log: Update Changes.
4399      Branch: perl
4400            ! Changes patchlevel.h
4401 ____________________________________________________________________________
4402 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
4403         Log: Retract #14251 (the op slab allocator from perlio)
4404              until we figure out why 2.2.19 x86 debian gets
4405              a circular sibling chain and therefore hangs in
4406              the Perl_ck_subr() sibling for-loop.
4407      Branch: perl
4408            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4409            ! perlapi.c perlapi.h proto.h
4410 ____________________________________________________________________________
4411 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
4412         Log: Big mktables rewrite from Jeffrey;
4413              documentation not yet updated.
4414      Branch: perl
4415            + (add 171 files)
4416            - (delete 182 files)
4417            ! (edit 135 files)
4418 ____________________________________________________________________________
4419 [ 14253] By: ams                                   on 2002/01/14  03:15:05
4420         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
4421              From: Michael G Schwern <schwern@pobox.com>
4422              Date: Sun, 13 Jan 2002 21:00:07 -0500
4423              Message-Id: <20020114020007.GB2877@blackrider>
4424      Branch: perl
4425            ! lib/Cwd.pm
4426 ____________________________________________________________________________
4427 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
4428         Log: Subject: Re: Win32 status - progress !
4429              From: Abe Timmerman <abe@ztreet.demon.nl>       
4430              Date: Mon, 14 Jan 2002 02:29:51 +0100
4431              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
4432      Branch: perl
4433            ! lib/ExtUtils/t/MM_Win32.t
4434 ____________________________________________________________________________
4435 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
4436         Log: Integrate perlio.
4437              
4438              Slab allocator for ops
4439              - moved the statics to intrpvar.h
4440              - implemented Slab_Free()
4441              - uses PerlMemShared (for now) if distinction exists.
4442      Branch: perl
4443           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4444           !> perlapi.c perlapi.h proto.h
4445 ____________________________________________________________________________
4446 [ 14250] By: nick                                  on 2002/01/13  23:22:34
4447         Log: Slab allocator for ops
4448              - moved the statics to intrpvar.h
4449              - implemented Slab_Free()
4450              - uses PerlMemShared (for now) if distinction exists.
4451      Branch: perlio
4452            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
4453            ! perlapi.c perlapi.h proto.h
4454 ____________________________________________________________________________
4455 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
4456         Log: Start a new test category: uni.  Much of t/op/pat
4457              should probably be moved here, but holding on that
4458              until Jeffrey finishes his big mktables rewrite.
4459              Bits and pieces of op/split, op/pack, op/append,
4460              op/join, could probably be moved to respective uni
4461              tests, too.
4462      Branch: perl
4463            + t/uni/fold.t t/uni/sprintf.t
4464            - t/op/unifold.t t/op/unisprintf.t
4465            ! MANIFEST t/TEST t/harness
4466 ____________________________________________________________________________
4467 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
4468         Log: Subject: [PATCH] enable Win32 to build again
4469              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4470              Date: Sun, 13 Jan 2002 21:49:24 +0100
4471              Message-ID: <3C4200E4.15926.23F6131@localhost>
4472              
4473              miniperl.exe.exe does not exe that well.
4474      Branch: perl
4475            ! lib/ExtUtils/MM_Unix.pm
4476 ____________________________________________________________________________
4477 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
4478         Log: Mention some of the load-affected tests.
4479      Branch: perl
4480            ! INSTALL
4481 ____________________________________________________________________________
4482 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
4483         Log: Move the UTF-8 conversion code earlier so that
4484              op/ver is happy.
4485      Branch: perl
4486            ! sv.c t/op/ver.t
4487 ____________________________________________________________________________
4488 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
4489         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
4490              have diverged quite a bit so no updates there.
4491      Branch: perl
4492            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
4493            ! ext/List/Util/lib/List/Util.pm
4494            ! ext/List/Util/lib/Scalar/Util.pm
4495 ____________________________________________________________________________
4496 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
4497         Log: Make the crypt() pickier: if downgrading doesn't work,
4498              croak.
4499      Branch: perl
4500            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
4501 ____________________________________________________________________________
4502 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
4503         Log: Grow the buffer in case Unicode caused size changes
4504              (and it very probably did).
4505      Branch: perl
4506            ! sv.c
4507 ____________________________________________________________________________
4508 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
4509         Log: Future-proofing from Jeffrey Friedl (for conflicting
4510              In* and Is* names).
4511      Branch: perl
4512            ! lib/utf8_heavy.pl
4513 ____________________________________________________________________________
4514 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
4515         Log: Subject: [PATCH] Re: Warning in B.xs
4516              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4517              Date: Sun, 13 Jan 2002 19:39:52 +0100
4518              Message-ID: <3C41E288.20562.1C8C895@localhost>
4519      Branch: perl
4520            ! ext/B/B.xs
4521 ____________________________________________________________________________
4522 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
4523         Log: Subject: Re: lookbehind broken with latest bleedperl
4524              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4525              Date: Sun, 13 Jan 2002 18:06:22 +0000
4526              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
4527      Branch: perl
4528            ! regexec.c t/op/re_tests
4529 ____________________________________________________________________________
4530 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
4531         Log: Subject: [PATCH] more MM_Unix.t tests
4532              From: Tels <perl_dummy@bloodgate.com>
4533              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
4534              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
4535              
4536              Subject: [PATCH] 14220 misunderstood, I bet          
4537              From: andreas.koenig@anima.de (Andreas J. Koenig)
4538              Date: 12 Jan 2002 21:31:58 +0100
4539              Message-ID: <m3k7un8g5d.fsf@anima.de>
4540      Branch: perl
4541            ! lib/ExtUtils/t/MM_Unix.t
4542 ____________________________________________________________________________
4543 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
4544         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
4545              From: Tels <perl_dummy@bloodgate.com>
4546              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
4547              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
4548              
4549              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
4550              From: Tels <perl_dummy@bloodgate.com>
4551              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
4552              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
4553      Branch: perl
4554            ! lib/ExtUtils/MM_Unix.pm
4555 ____________________________________________________________________________
4556 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
4557         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
4558              From: Nicholas Clark <nick@unfortu.net> 
4559              Date: Sun, 13 Jan 2002 15:58:34 +0000
4560              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
4561      Branch: perl
4562            ! lib/Benchmark.t
4563 ____________________________________________________________________________
4564 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
4565         Log: Anton Berezin did more reading and the uid setting story
4566              gets more complex.
4567      Branch: perl
4568            ! pod/perltodo.pod utils/perldoc.PL
4569 ____________________________________________________________________________
4570 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
4571         Log: Integrate perlio;
4572              
4573              Win32 fixes:
4574              - vmem.h hack to handle free-by-wrong-thread after eval "".
4575              - Initialize timerid 
4576      Branch: perl
4577           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
4578 ____________________________________________________________________________
4579 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
4580         Log: Subject: Re: HiRes
4581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4582              Date: Sun, 13 Jan 2002 10:18:46 +0100
4583              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
4584              
4585              Give up on socketpair in HP-UX.
4586      Branch: perl
4587            ! ext/Socket/socketpair.t
4588 ____________________________________________________________________________
4589 [ 14233] By: nick                                  on 2002/01/13  16:29:30
4590         Log: Integrate mainline
4591      Branch: perlio
4592           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
4593           !> (integrate 46 files)
4594 ____________________________________________________________________________
4595 [ 14232] By: nick                                  on 2002/01/13  15:37:48
4596         Log: Win32 fixes:
4597              - vmem.h hack to handle free-by-wrong-thread after eval "".
4598              - Initialize timerid 
4599      Branch: perlio
4600            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
4601 ____________________________________________________________________________
4602 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
4603         Log: *groan*
4604      Branch: perl
4605            ! t/op/pat.t
4606 ____________________________________________________________________________
4607 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
4608         Log: One more sharp s case found by Jeffrey.
4609      Branch: perl
4610            ! regexec.c t/op/pat.t
4611 ____________________________________________________________________________
4612 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
4613         Log: Comment tweak.
4614      Branch: perl
4615            ! regexec.c
4616 ____________________________________________________________________________
4617 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
4618         Log: Don't bother checking for the Greek special
4619              cases if the node is too short.
4620      Branch: perl
4621            ! regcomp.c
4622 ____________________________________________________________________________
4623 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
4624         Log: Update Changes.
4625      Branch: perl
4626            ! Changes patchlevel.h
4627 ____________________________________________________________________________
4628 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
4629         Log: metaconfig unit change for #14225.
4630      Branch: metaconfig
4631            + U/modified/i_ndbm.U
4632 ____________________________________________________________________________
4633 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
4634         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
4635              From: Jonathan Stowe <gellyfish@gellyfish.com>
4636              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
4637              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
4638      Branch: perl
4639            ! Configure config_h.SH
4640 ____________________________________________________________________________
4641 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
4642         Log: Quick reformat using indent -kr -nce, as requested
4643              by Dan Kogai and suggest by NI-S.
4644      Branch: perl
4645            ! ext/Encode/encengine.c
4646 ____________________________________________________________________________
4647 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
4648         Log: Couple more Unicode lookbehind tests.
4649      Branch: perl
4650            ! t/op/pat.t
4651 ____________________________________________________________________________
4652 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
4653         Log: Sharp S as a special treat for our German UTF-8 testers :-)
4654      Branch: perl
4655            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
4656 ____________________________________________________________________________
4657 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
4658         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
4659              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4660              Date: Sat, 12 Jan 2002 20:37:32 +0100
4661              Message-ID: <3C409E8C.16203.196C2D3@localhost>
4662      Branch: perl
4663            ! ext/B/B/Deparse.pm
4664 ____________________________________________________________________________
4665 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
4666         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
4667              really worth the bits it's printed on?
4668      Branch: perl
4669            ! lib/ExtUtils/t/MM_Unix.t
4670 ____________________________________________________________________________
4671 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
4672         Log: Special treatment for U+03B0 and U+0390 in //i,
4673              this means that we can remove the minlen pessimisations
4674              introduced by the #14096.
4675      Branch: perl
4676            ! pp_hot.c regcomp.c regexec.c
4677 ____________________________________________________________________________
4678 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
4679         Log: Integrate perlio;
4680              
4681              Abstract out the cloning of SvPVX and handle shared pv in a 
4682              safe (if suboptimal) manner. Does not fix op/fork.t :-(
4683              
4684              Win32-ize socketpair test
4685              - Win32 can fork even though $Config{d_fork} is undef
4686              - SOCK_DGRAM does not work - skip those tests.
4687      Branch: perl
4688           !> ext/Socket/socketpair.t sv.c
4689 ____________________________________________________________________________
4690 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
4691         Log: One should first drop the real uid, not the effective uid.
4692              [ID 20020110.003]
4693      Branch: perl
4694            ! utils/perldoc.PL
4695 ____________________________________________________________________________
4696 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
4697         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
4698              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4699              Date: Fri, 11 Jan 2002 23:29:48 +0100
4700              Message-ID: <3C3F756C.4581.2E2A938@localhost>
4701      Branch: perl
4702            + ext/B/C/C.xs ext/B/C/Makefile.PL
4703            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
4704            ! utils/perlcc.PL
4705 ____________________________________________________________________________
4706 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
4707         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
4708              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
4709              Date: Fri, 11 Jan 2002 14:29:30 -0800
4710              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
4711      Branch: perl
4712            ! ext/B/t/concise.t
4713 ____________________________________________________________________________
4714 [ 14214] By: nick                                  on 2002/01/12  12:31:12
4715         Log: Win32-ize socketpair test
4716              - Win32 can fork even though $Config{d_fork} is undef
4717              - SOCK_DGRAM does not work - skip those tests.
4718      Branch: perlio
4719            ! ext/Socket/socketpair.t
4720 ____________________________________________________________________________
4721 [ 14213] By: nick                                  on 2002/01/12  11:46:28
4722         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
4723              safe (if suboptimal) manner. Does not fix op/fork.t :-(
4724      Branch: perlio
4725            ! sv.c
4726 ____________________________________________________________________________
4727 [ 14212] By: ams                                   on 2002/01/12  06:10:52
4728         Log: Subject: [PATCH] More fixes for Stratus VOS
4729              From: "Green, Paul" <Paul.Green@stratus.com>
4730              Date: Fri, 11 Jan 2002 17:30:37 -0500
4731              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
4732      Branch: perl
4733            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
4734 ____________________________________________________________________________
4735 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
4736         Log: Upgrade to CGI.pm 2.80.
4737      Branch: perl
4738            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
4739 ____________________________________________________________________________
4740 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
4741         Log: FAQ sync.
4742      Branch: perl
4743            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4744            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4745            ! pod/perlfaq8.pod
4746 ____________________________________________________________________________
4747 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
4748         Log: This is getting embarrassing.
4749      Branch: perl
4750            ! t/op/pat.t
4751 ____________________________________________________________________________
4752 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
4753         Log: Doc tweaks.
4754      Branch: perl
4755            ! pod/perlunicode.pod
4756 ____________________________________________________________________________
4757 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
4758         Log: Updating the test count is good; also rephrasing
4759              so that there is no ok output containing "not".
4760      Branch: perl
4761            ! t/op/pat.t
4762 ____________________________________________________________________________
4763 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
4764         Log: Andreas is busy :-)
4765      Branch: perl
4766            ! doop.c t/op/unisprintf.t
4767 ____________________________________________________________________________
4768 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
4769         Log: Unicode lookbehind looked bad.
4770      Branch: perl
4771            ! regexec.c t/op/pat.t
4772 ____________________________________________________________________________
4773 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
4774         Log: Garbage collection.
4775      Branch: perl
4776            ! t/run/kill_perl.t
4777 ____________________________________________________________________________
4778 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
4779         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
4780              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4781              Date: Fri, 11 Jan 2002 23:29:48 +0100
4782              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
4783      Branch: perl
4784            ! embed.fnc global.sym makedef.pl
4785 ____________________________________________________________________________
4786 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
4787         Log: Subject: [PATCH] perldelta nit?
4788              From: Robert Spier <rspier@pobox.com>
4789              Date: Fri, 11 Jan 2002 15:19:16 -0800
4790              Message-ID: <15423.29428.164185.251700@rls.cx>
4791      Branch: perl
4792            ! pod/perldelta.pod
4793 ____________________________________________________________________________
4794 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
4795         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
4796              From: Michael G Schwern <schwern@pobox.com>
4797              Date: Fri, 11 Jan 2002 17:08:17 -0500
4798              Message-ID: <20020111220817.GG2838@blackrider>
4799      Branch: perl
4800            ! t/run/kill_perl.t t/test.pl
4801 ____________________________________________________________________________
4802 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
4803         Log: Subject: [PATCH] Correct misleading error message
4804              From: Mike Guy <mjtg@cam.ac.uk>
4805              Date: Fri, 11 Jan 2002 18:36:33 +0000
4806              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
4807              
4808              hash assignment -> anonymous hash
4809      Branch: perl
4810            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
4811 ____________________________________________________________________________
4812 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
4813         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
4814              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4815              Date: Fri, 11 Jan 2002 16:58:14 +0100
4816              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
4817      Branch: perl
4818            ! ext/Unicode/Normalize/mkheader
4819 ____________________________________________________________________________
4820 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
4821         Log: Add a new test for is-sprintf-preserving Unicodeness:
4822              #14194 and an old one from kill_perl.t (I could have used
4823              sprintf.t, but it's format was quite fixed, and I didn't
4824              feel like breaking the format)
4825      Branch: perl
4826            + t/op/unisprintf.t
4827            ! MANIFEST t/run/kill_perl.t
4828 ____________________________________________________________________________
4829 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
4830         Log: Integrate perlio;
4831              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
4832      Branch: perl
4833           !> win32/win32.c
4834 ____________________________________________________________________________
4835 [ 14196] By: nick                                  on 2002/01/11  20:58:20
4836         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
4837              as C runtime seems to get its hands on them even though we said
4838              they were handled.
4839              Still an issue with "die" out of signal handler - get panic: pp_iter
4840      Branch: perlio
4841            ! win32/win32.c
4842 ____________________________________________________________________________
4843 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
4844         Log: Integrate perlio;
4845              A mostly-stable version of "new" Win32 signal/kill support.
4846      Branch: perl
4847           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
4848           !> win32/config.gc win32/config.vc win32/config_H.bc
4849           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
4850           !> win32/makefile.mk win32/win32.c win32/win32.h
4851 ____________________________________________________________________________
4852 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
4853         Log: Fix for
4854              
4855              Subject: UTF-8 sprintf bug in bleadperl
4856              From: andreas.koenig@anima.de (Andreas J. Koenig)
4857              Date: 11 Jan 2002 15:47:15 +0100
4858              Message-ID: <m3vge99c7g.fsf@anima.de>
4859              
4860              I have tests, have just to figure out where to put them
4861              since op/sprintf looks a bit unfriendly for tests of
4862              somewhat freer form.
4863      Branch: perl
4864            ! doop.c sv.c
4865 ____________________________________________________________________________
4866 [ 14193] By: nick                                  on 2002/01/11  18:25:34
4867         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
4868              Builds and passes a few tests.
4869      Branch: perlio
4870           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
4871           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
4872           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
4873           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
4874           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
4875           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
4876           +> t/lib/sample-tests/lone_not_bug
4877           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
4878           +> t/lib/sample-tests/vms_nit
4879           !> (integrate 63 files)
4880 ____________________________________________________________________________
4881 [ 14192] By: nick                                  on 2002/01/11  17:49:39
4882         Log: A mostly-stable version of "new" Win32 signal/kill support.
4883      Branch: perlio
4884            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
4885            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4886            ! win32/config_h.PL win32/makefile.mk win32/win32.c
4887            ! win32/win32.h
4888 ____________________________________________________________________________
4889 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
4890         Log: Update Changes.
4891      Branch: perl
4892            ! Changes patchlevel.h
4893 ____________________________________________________________________________
4894 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
4895         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
4896              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
4897              Date: Thu, 10 Jan 2002 18:21:34 -0800
4898              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
4899      Branch: perl
4900            + ext/B/t/concise.t
4901            ! MANIFEST
4902 ____________________________________________________________________________
4903 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
4904         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
4905              necessary in form.t and html.t @INC setups.
4906      Branch: perl
4907            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
4908 ____________________________________________________________________________
4909 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
4910         Log: Yet another twist.
4911      Branch: perl
4912            ! t/test.pl
4913 ____________________________________________________________________________
4914 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
4915         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
4916              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4917              Date: Fri, 11 Jan 2002 13:04:15 +0100      
4918              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
4919      Branch: perl
4920            ! hints/aix.sh
4921 ____________________________________________________________________________
4922 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
4923         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
4924              From: Jonathan Stowe <gellyfish@gellyfish.com> 
4925              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
4926              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
4927      Branch: perl
4928            ! lib/AnyDBM_File.t
4929 ____________________________________________________________________________
4930 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
4931         Log: Arguments were being mangled.
4932      Branch: perl
4933            ! t/test.pl
4934 ____________________________________________________________________________
4935 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
4936         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
4937              From: Jonathan Stowe <gellyfish@gellyfish.com>
4938              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
4939              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
4940      Branch: perl
4941            ! lib/AnyDBM_File.t
4942 ____________________________________________________________________________
4943 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
4944         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
4945              From: Michael G Schwern <schwern@pobox.com> 
4946              Date: Fri, 11 Jan 2002 04:26:27 -0500
4947              Message-ID: <20020111092626.GA16544@blackrider>
4948      Branch: perl
4949            ! t/run/kill_perl.t t/test.pl
4950 ____________________________________________________________________________
4951 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
4952         Log: Subject: [PATCH] Test::Harness 2.01
4953              From: Michael G Schwern <schwern@pobox.com> 
4954              Date: Thu, 10 Jan 2002 21:11:24 -0500
4955              Message-ID: <20020111021123.GA30666@blackrider>
4956      Branch: perl
4957            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
4958            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
4959            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
4960            + lib/Test/Harness/t/nonumbers.t
4961            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
4962            + t/lib/sample-tests/lone_not_bug
4963            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
4964            + t/lib/sample-tests/vms_nit
4965            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
4966            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
4967 ____________________________________________________________________________
4968 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
4969         Log: patch is silly when creating new files: don't run
4970              patch more than once.
4971      Branch: perl
4972            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
4973 ____________________________________________________________________________
4974 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
4975         Log: Forgot from #14179.
4976      Branch: perl
4977            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
4978 ____________________________________________________________________________
4979 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
4980         Log: Subject: [PATCH] is() undef/'' behavior change
4981              From: Michael G Schwern <schwern@pobox.com> 
4982              Date: Fri, 11 Jan 2002 03:35:51 -0500
4983              Message-ID: <20020111083551.GC30666@blackrider>
4984              
4985              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
4986              From: Michael G Schwern <schwern@pobox.com> 
4987              Date: Fri, 11 Jan 2002 03:37:44 -0500
4988              Message-ID: <20020111083744.GD30666@blackrider>
4989      Branch: perl
4990            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
4991            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
4992            ! lib/Pod/t/InputObjects.t lib/blib.t
4993 ____________________________________________________________________________
4994 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
4995         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
4996              From: Michael G Schwern <schwern@pobox.com> 
4997              Date: Thu, 10 Jan 2002 19:56:23 -0500
4998              Message-ID: <20020111005623.GA13192@blackrider>
4999      Branch: perl
5000            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
5001            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
5002            ! lib/Test/Simple.pm lib/Test/Simple/Changes
5003            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
5004            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
5005            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
5006            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
5007            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
5008            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
5009            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
5010            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
5011            ! lib/Test/Simple/t/plan_is_noplan.t
5012            ! lib/Test/Simple/t/plan_no_plan.t
5013            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
5014            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
5015            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
5016            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
5017            ! lib/Test/Tutorial.pod
5018 ____________________________________________________________________________
5019 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
5020         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
5021              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
5022              
5023              turns out even the malloc() was never really needed to begin with,
5024              so get rid of it
5025      Branch: perl
5026            ! sv.c
5027 ____________________________________________________________________________
5028 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
5029         Log: Small doc tweaks.
5030      Branch: perl
5031            ! pod/perluniintro.pod
5032 ____________________________________________________________________________
5033 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
5034         Log: support using the CRT's malloc() family of functions instead of
5035              the internal one when ithreads is enabled; allocate large blocks
5036              using VirtualAlloc() since the Heap*() functions may only be tuned
5037              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
5038              
5039              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
5040              also see comments at the top of win32/vmem.h for other options that
5041              can be set
5042      Branch: perl
5043            ! win32/vmem.h
5044 ____________________________________________________________________________
5045 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
5046         Log: Subject: micropatch
5047              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5048              Date: Thu, 10 Jan 2002 18:20:58 +0000
5049              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
5050      Branch: perl
5051            ! regcomp.c
5052 ____________________________________________________________________________
5053 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
5054         Log: Subject: [PATCH] Embed.t on Win32
5055              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5056              Date: Thu, 10 Jan 2002 18:56:21 +0100
5057              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
5058      Branch: perl
5059            ! lib/ExtUtils/t/Embed.t
5060 ____________________________________________________________________________
5061 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
5062         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
5063              From: Gisle Aas <gisle@ActiveState.com>
5064              Date: 10 Jan 2002 08:56:05 -0800
5065              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
5066      Branch: perl
5067            ! toke.c
5068 ____________________________________________________________________________
5069 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
5070         Log: Subject: [PATCH] doc fixes
5071              From: "Brendan O'Dea" <bod@debian.org>
5072              Date: Fri, 11 Jan 2002 03:49:54 +1100
5073              Message-ID: <20020110164954.GA21891@compusol.com.au>
5074      Branch: perl
5075            ! lib/I18N/Collate.pm pod/perlfunc.pod
5076 ____________________________________________________________________________
5077 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
5078         Log: Integrate perlio; More signal hackery.
5079      Branch: perl
5080           !> win32/win32.c
5081 ____________________________________________________________________________
5082 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
5083         Log: No need to show internal encodings, or return them
5084              in random order.
5085      Branch: perl
5086            ! ext/Encode/Encode.pm
5087 ____________________________________________________________________________
5088 [ 14168] By: nick                                  on 2002/01/10  17:33:31
5089         Log: Integrate mainline
5090      Branch: perlio
5091            - ext/Unicode/Normalize/Normalize.pod
5092           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
5093           !> ext/Unicode/Normalize/Makefile.PL
5094           !> ext/Unicode/Normalize/Normalize.pm
5095           !> ext/Unicode/Normalize/Normalize.xs
5096           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
5097           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
5098           !> t/run/kill_perl.t toke.c
5099 ____________________________________________________________________________
5100 [ 14167] By: nick                                  on 2002/01/10  17:08:35
5101         Log: More signal hackery
5102      Branch: perlio
5103            ! win32/win32.c
5104 ____________________________________________________________________________
5105 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
5106         Log: I think we can claim to be supporting Unicode
5107              "loose matching" now.
5108      Branch: perl
5109            ! pod/perlunicode.pod
5110 ____________________________________________________________________________
5111 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
5112         Log: Subject: doc patch
5113              From: mjd@plover.com
5114              Date: 10 Jan 2002 15:12:27 -0000
5115              Message-ID: <20020110151227.14850.qmail@plover.com>
5116      Branch: perl
5117            ! pod/perlrun.pod
5118 ____________________________________________________________________________
5119 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
5120         Log: Subject: Re: [ID 20011223.001] accept leaks memory
5121              From: Andy Dougherty <doughera@lafayette.edu>
5122              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
5123              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
5124      Branch: perl
5125            ! hints/linux.sh
5126 ____________________________________________________________________________
5127 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
5128         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
5129      Branch: perl
5130           !> win32/win32.c
5131 ____________________________________________________________________________
5132 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
5133         Log: Subject: [PATCH] Magic numbers in B::Concise
5134              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
5135              Date: Wed, 9 Jan 2002 23:04:01 -0800
5136              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
5137      Branch: perl
5138            ! ext/B/B/Concise.pm ext/B/O.pm
5139 ____________________________________________________________________________
5140 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
5141         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
5142              From: Gisle Aas <gisle@ActiveState.com>
5143              Date: 09 Jan 2002 21:52:40 -0800
5144              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
5145      Branch: perl
5146            ! t/lib/strict/vars toke.c
5147 ____________________________________________________________________________
5148 [ 14160] By: nick                                  on 2002/01/09  21:29:39
5149         Log: Skeleton coding of more kill() support on Win32.
5150      Branch: perlio
5151            ! win32/win32.c
5152 ____________________________________________________________________________
5153 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
5154         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
5155              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5156              Date: Wed, 9 Jan 2002 23:24:32 +0100
5157              Message-ID: <20020109232432.A692@rafael>
5158      Branch: perl
5159            ! ext/B/B/Deparse.pm
5160 ____________________________________________________________________________
5161 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
5162         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
5163              From: Jonathan Stowe <gellyfish@gellyfish.com>
5164              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
5165              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
5166      Branch: perl
5167            ! t/run/kill_perl.t
5168 ____________________________________________________________________________
5169 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
5170         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
5171              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5172              Date: Wed, 09 Jan 2002 20:16:54 +0000
5173              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
5174      Branch: perl
5175            ! regexec.c
5176 ____________________________________________________________________________
5177 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
5178         Log: Subject: [Patch @14129] fixes Unicode::Normalize
5179              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5180              Date: Thu, 10 Jan 2002 01:08:56 +0900
5181              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
5182      Branch: perl
5183            - ext/Unicode/Normalize/Normalize.pod
5184            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
5185            ! ext/Unicode/Normalize/Normalize.pm
5186            ! ext/Unicode/Normalize/Normalize.xs
5187            ! ext/Unicode/Normalize/mkheader
5188 ____________________________________________________________________________
5189 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
5190         Log: Integrate perlio; (Re-)implement alarm() for Win32.
5191      Branch: perl
5192           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
5193           !> win32/win32iop.h
5194 ____________________________________________________________________________
5195 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
5196         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
5197              From: Nicholas Clark <nick@unfortu.net>
5198              Date: Wed, 9 Jan 2002 17:56:04 +0000
5199              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
5200      Branch: perl
5201            ! t/op/readdir.t
5202 ____________________________________________________________________________
5203 [ 14153] By: nick                                  on 2002/01/09  16:18:57
5204         Log: Integrate mainline
5205      Branch: perlio
5206           +> ext/threads/t/stress_re.t t/op/unifold.t
5207            - lib/unifold.t
5208           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
5209           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
5210           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
5211 ____________________________________________________________________________
5212 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
5213         Log: Update Changes.
5214      Branch: perl
5215            ! Changes patchlevel.h
5216 ____________________________________________________________________________
5217 [ 14151] By: nick                                  on 2002/01/09  14:27:36
5218         Log: (Re-)implement alarm() for Win32.
5219      Branch: perlio
5220            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
5221            ! win32/win32iop.h
5222 ____________________________________________________________________________
5223 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
5224         Log: Thinko.
5225      Branch: perl
5226            ! ext/threads/t/stress_re.t
5227 ____________________________________________________________________________
5228 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
5229         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
5230              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5231              Date: Wed, 09 Jan 2002 13:37:17 +0000                
5232              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
5233      Branch: perl
5234            ! regexec.c t/op/re_tests
5235 ____________________________________________________________________________
5236 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
5237         Log: Subject: Re: Weird Malformed warning in bleadperl    
5238              From: andreas.koenig@anima.de (Andreas J. Koenig)    
5239              Date: 09 Jan 2002 11:12:37 +0100
5240              Message-ID: <m3itabbzoq.fsf@anima.de>
5241      Branch: perl
5242            ! regexec.c t/op/pat.t
5243 ____________________________________________________________________________
5244 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
5245         Log: Forgot stress_re.t from MANIFEST.
5246      Branch: perl
5247            ! MANIFEST
5248 ____________________________________________________________________________
5249 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
5250         Log: In dumping use isPRINT() instead of isprint() so that locale
5251              does not come into play.
5252      Branch: perl
5253            ! utf8.c
5254 ____________________________________________________________________________
5255 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
5256         Log: Add a threads stress test for regular expressions
5257              (mostly just a modified stress_string.t) and doesn't
5258              test that much of regular expressions, just that $1
5259              doesn't get stomped by competing threads (as it does
5260              in the 5005threads of old).
5261      Branch: perl
5262            + ext/threads/t/stress_re.t
5263            ! MANIFEST
5264 ____________________________________________________________________________
5265 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
5266         Log: (retracted by #14307)
5267              Subject: Re: [ID 20010912.007] substr reference core dump
5268              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5269              Date: Tue, 08 Jan 2002 19:17:50 +0000
5270              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
5271      Branch: perl
5272            ! scope.c t/run/kill_perl.t
5273 ____________________________________________________________________________
5274 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
5275         Log: SANY (. with /s) wasn't happy on Unicode.
5276      Branch: perl
5277            ! regexec.c t/op/pat.t
5278 ____________________________________________________________________________
5279 [ 14142] By: ams                                   on 2002/01/08  22:42:10
5280         Log: Subject: [PATCH] perldebug nit
5281              From: Tels <tels@bloodgate.com>
5282              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
5283      Branch: perl
5284            ! pod/perldebug.pod
5285 ____________________________________________________________________________
5286 [ 14141] By: ams                                   on 2002/01/08  21:32:59
5287         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
5288              From: "Green, Paul" <Paul.Green@stratus.com>
5289              Date: Tue, 8 Jan 2002 17:31:35 -0500
5290              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
5291      Branch: perl
5292            ! Makefile.SH
5293 ____________________________________________________________________________
5294 [ 14140] By: ams                                   on 2002/01/08  21:27:57
5295         Log: Subject: [PATCH] Re: Slight chokage from Deparse
5296              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5297              Date: Tue, 8 Jan 2002 23:04:45 +0100
5298              Message-Id: <20020108230445.A4798@rafael>
5299      Branch: perl
5300            ! ext/B/B/Deparse.pm
5301 ____________________________________________________________________________
5302 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
5303         Log: Subject: [patch] peep() is rude
5304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
5305              Date: Tue, 08 Jan 2002 19:17:50 +0000            
5306              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
5307      Branch: perl
5308            ! op.c t/run/kill_perl.t
5309 ____________________________________________________________________________
5310 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
5311         Log: unifold is really an op test since it requires
5312              no external modules for its actual testing:
5313              only the unicore CaseFold.txt file, and File::Spec
5314              to portably access that file.
5315      Branch: perl
5316            + t/op/unifold.t
5317            - lib/unifold.t
5318            ! MANIFEST
5319 ____________________________________________________________________________
5320 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
5321         Log: Subject: [patch] save a test 
5322              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5323              Date: Tue, 08 Jan 2002 16:18:47 +0000
5324              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
5325      Branch: perl
5326            ! regcomp.c
5327 ____________________________________________________________________________
5328 [ 14136] By: nick                                  on 2002/01/08  16:11:55
5329         Log: Integrate mainline
5330      Branch: perlio
5331           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
5332           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
5333           !> (integrate 37 files)
5334 ____________________________________________________________________________
5335 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
5336         Log: Subject: Not OK 13843 
5337              From: andreas.koenig@anima.de (Andreas J. Koenig)
5338              Date: 08 Jan 2002 14:12:29 +0100
5339              Message-ID: <m38zb9c7gi.fsf@anima.de>
5340      Branch: perl
5341            ! op.c t/op/subst.t
5342 ____________________________________________________________________________
5343 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
5344         Log: Missed one variant of the fold testing, noticed bu Hugo.
5345      Branch: perl
5346            ! lib/unifold.t
5347 ____________________________________________________________________________
5348 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
5349         Log: Enchance the Storable magic description.
5350      Branch: perl
5351            ! ext/Storable/Storable.pm
5352 ____________________________________________________________________________
5353 [ 14132] By: ams                                   on 2002/01/08  09:16:12
5354         Log: Subject: [PATCH] don't installperl pods
5355              From: H.Merijn Brand <h.m.brand@hccnet.nl>
5356              Date: Tue, 08 Jan 2002 10:36:01 +0100
5357              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
5358      Branch: perl
5359            ! installperl
5360 ____________________________________________________________________________
5361 [ 14131] By: ams                                   on 2002/01/08  03:38:40
5362         Log: Subject: Math-BigInt v1.49 released
5363              From: Tels <perl_dummy@bloodgate.com>
5364              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
5365      Branch: perl
5366            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
5367            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
5368            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5369            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
5370            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5371            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
5372            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
5373            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
5374            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
5375            ! t/lib/Math/BigInt/Subclass.pm
5376 ____________________________________________________________________________
5377 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
5378         Log: A little better comments.
5379      Branch: perl
5380            ! regexec.c
5381 ____________________________________________________________________________
5382 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
5383         Log: No normalization form DNF.
5384      Branch: perl
5385            ! ext/Unicode/Normalize/Normalize.pm
5386 ____________________________________________________________________________
5387 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
5388         Log: Extension nits found by -Wall (several from threads
5389              and threads::shared, but leaving them to Arthur).
5390      Branch: perl
5391            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
5392            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
5393            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
5394            ! ext/Unicode/Normalize/mkheader x2p/str.c
5395 ____________________________________________________________________________
5396 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
5397         Log: Sync up Changes etc.
5398      Branch: maint-5.6/macperl
5399            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
5400 ____________________________________________________________________________
5401 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
5402         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
5403      Branch: maint-5.6/macperl
5404            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
5405 ____________________________________________________________________________
5406 [ 14125] By: ams                                   on 2002/01/07  22:03:22
5407         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
5408              From: Nicholas Clark (sans From field in mail header)
5409              Date: Mon, 7 Jan 2002 16:18:23 +0000
5410              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
5411      Branch: perl
5412            ! lib/Exporter.pm
5413 ____________________________________________________________________________
5414 [ 14124] By: ams                                   on 2002/01/07  21:46:11
5415         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
5416              From: "Green, Paul" <Paul.Green@stratus.com>
5417              Date: Mon, 7 Jan 2002 16:59:38 -0500
5418              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
5419      Branch: perl
5420            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
5421 ____________________________________________________________________________
5422 [ 14123] By: nick                                  on 2002/01/07  18:49:55
5423         Log: Integrate mainline
5424      Branch: perlio
5425           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
5426           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
5427           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
5428           !> regexec.c t/op/re_tests utf8.c utf8.h
5429 ____________________________________________________________________________
5430 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
5431         Log: Update Changes.
5432      Branch: perl
5433            ! Changes patchlevel.h
5434 ____________________________________________________________________________
5435 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
5436         Log: Subject: [PATCH] Correct module name in perldelta*
5437              From: Mike Guy <mjtg@cam.ac.uk>
5438              Date: Mon, 07 Jan 2002 17:02:43 +0000
5439              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
5440      Branch: perl
5441            ! pod/perl561delta.pod pod/perl56delta.pod
5442 ____________________________________________________________________________
5443 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
5444         Log: AUTHORS update.
5445      Branch: perl
5446            ! AUTHORS
5447 ____________________________________________________________________________
5448 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
5449         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
5450      Branch: perl
5451            ! ext/Storable/Storable.pm
5452 ____________________________________________________________________________
5453 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
5454         Log: perldelta updates.
5455      Branch: perl
5456            ! pod/perldelta.pod
5457 ____________________________________________________________________________
5458 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
5459         Log: Document the flags of pv_uni_display().
5460      Branch: perl
5461            ! pod/perlapi.pod utf8.c
5462 ____________________________________________________________________________
5463 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
5464         Log: Forgot from #14115.
5465      Branch: perl
5466            ! t/op/re_tests
5467 ____________________________________________________________________________
5468 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
5469         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
5470              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
5471              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
5472              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
5473      Branch: perl
5474            ! regcomp.c
5475 ____________________________________________________________________________
5476 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
5477         Log: More regex and utf8 debug dumping.
5478      Branch: perl
5479            ! dump.c regcomp.c regexec.c utf8.c utf8.h
5480 ____________________________________________________________________________
5481 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
5482         Log: Unused variable.
5483      Branch: perl
5484            ! regcomp.c
5485 ____________________________________________________________________________
5486 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
5487         Log: Regen toc.
5488      Branch: perl
5489            ! pod/perltoc.pod
5490 ____________________________________________________________________________
5491 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
5492         Log: capitalize correctly, noticed by David Dyck.
5493      Branch: perl
5494            ! lib/sort.pm
5495 ____________________________________________________________________________
5496 [ 14110] By: nick                                  on 2002/01/06  22:05:19
5497         Log: Integrate mainline - threads mended, DB_File sick?
5498      Branch: perlio
5499           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
5500           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5501           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5502           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
5503           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
5504 ____________________________________________________________________________
5505 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
5506         Log: No need to overqualify.
5507      Branch: perl
5508            ! lib/sort.pm
5509 ____________________________________________________________________________
5510 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
5511         Log: PL_debug_pad wasn't initialized to zeroes which broke
5512              ithreads + DEBUGGING.
5513      Branch: perl
5514            ! sv.c
5515 ____________________________________________________________________________
5516 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
5517         Log: Update Changes.
5518      Branch: perl
5519            ! Changes patchlevel.h
5520 ____________________________________________________________________________
5521 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
5522         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
5523              From: Jonathan Stowe <gellyfish@gellyfish.com>
5524              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
5525              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
5526      Branch: perl
5527            ! pp_sys.c
5528 ____________________________________________________________________________
5529 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
5530         Log: DB_File sync from Paul Marquess.
5531      Branch: perl
5532            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5533            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
5534            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
5535 ____________________________________________________________________________
5536 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
5537         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
5538              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
5539              Date: Sun, 6 Jan 2002 11:44:30 +0100
5540              Message-ID: <3C38389E.7831.493570@localhost>
5541      Branch: perl
5542            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
5543            ! utils/perlcc.PL
5544 ____________________________________________________________________________
5545 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
5546         Log: Tests for #14098.
5547      Branch: perl
5548            ! t/op/lc.t
5549 ____________________________________________________________________________
5550 [ 14102] By: nick                                  on 2002/01/06  11:33:55
5551         Log: Integrate mainline (PPPort still multi-building).
5552      Branch: perlio
5553           +> lib/unifold.t
5554           !> (integrate 30 files)
5555 ____________________________________________________________________________
5556 [ 14101] By: ams                                   on 2002/01/06  04:52:50
5557         Log: Subject: [PATCH] Bad prototype detection now an optional warning
5558              From: Sam Tregar <sam@tregar.com>
5559              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
5560              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
5561      Branch: perl
5562            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
5563            ! t/comp/proto.t toke.c
5564 ____________________________________________________________________________
5565 [ 14100] By: ams                                   on 2002/01/06  01:56:59
5566         Log: Subject: [PATCH] Correct several Stratus VOS build issues
5567              From: "Green, Paul" <Paul.Green@stratus.com>
5568              Date: Sat, 5 Jan 2002 21:30:56 -0500
5569              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
5570      Branch: perl
5571            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
5572 ____________________________________________________________________________
5573 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
5574         Log: Further perl.org URL elaboration from Ask.
5575      Branch: perl
5576            ! pod/perlfaq1.pod pod/perlfaq2.pod
5577 ____________________________________________________________________________
5578 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
5579         Log: The same problem with To{Lower,Title,Upper}
5580              as earlier with ToFold.
5581      Branch: perl
5582            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
5583            ! lib/unicore/To/Upper.pl lib/unicore/mktables
5584 ____________________________________________________________________________
5585 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
5586         Log: Retract #14057 for now; the alarm/setitimer timers
5587              seen to be the same in many systems, which leads into
5588              hangups.
5589      Branch: perl
5590            ! ext/Time/HiRes/HiRes.t
5591 ____________________________________________________________________________
5592 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
5593         Log: Finish up (ha!) the Unicode case folding;
5594              enhance regex dumping code.
5595      Branch: perl
5596            + lib/unifold.t
5597            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
5598            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
5599 ____________________________________________________________________________
5600 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
5601         Log: Use the perl.org news gw instead of the perl.com one
5602              (from Ask).
5603      Branch: perl
5604            ! pod/perlfaq1.pod pod/perlfaq2.pod
5605 ____________________________________________________________________________
5606 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
5607         Log: Zero() wasn't documented.
5608      Branch: perl
5609            ! pod/perlclib.pod
5610 ____________________________________________________________________________
5611 [ 14093] By: ams                                   on 2002/01/05  17:58:35
5612         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
5613              From: Nicholas Clark <nick@unfortu.net>
5614              Date: Sat, 5 Jan 2002 18:55:39 +0000
5615              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
5616      Branch: perl
5617            ! lib/Memoize/t/tie_ndbm.t
5618 ____________________________________________________________________________
5619 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
5620         Log: Also UNICOS/mk has deviant socketpair().
5621      Branch: perl
5622            ! ext/Socket/socketpair.t
5623 ____________________________________________________________________________
5624 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
5625         Log: Ooops.  Retract the regex parts of #14090.
5626      Branch: perl
5627            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
5628 ____________________________________________________________________________
5629 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
5630         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
5631              From: Nicholas Clark <nick@unfortu.net> 
5632              Date: Sat, 5 Jan 2002 18:10:13 +0000
5633              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
5634      Branch: perl
5635            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
5636            ! regcomp.h regexec.c
5637 ____________________________________________________________________________
5638 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
5639         Log: Integrate perlio; a missing aTHX.
5640      Branch: perl
5641           !> op.c
5642 ____________________________________________________________________________
5643 [ 14088] By: nick                                  on 2002/01/05  12:35:01
5644         Log: One missing aTHX_
5645      Branch: perlio
5646            ! op.c
5647 ____________________________________________________________________________
5648 [ 14087] By: nick                                  on 2002/01/05  12:00:48
5649         Log: Raw integrate of mainline - op.c looks dodgy.
5650      Branch: perlio
5651           +> lib/Pod/t/Functions.t t/op/winsystem.t
5652            - lib/File/Spec/NW5.pm t/op/system.t
5653           !> (integrate 77 files)
5654 ____________________________________________________________________________
5655 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
5656         Log: integrate changes from maint-5.6/macperl branch
5657      Branch: maint-5.6/perl
5658           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
5659           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
5660 ____________________________________________________________________________
5661 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
5662         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
5663              found by Marc Lehmann.
5664      Branch: perl
5665            ! pp.c
5666 ____________________________________________________________________________
5667 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
5668         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
5669              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5670              Date: Sat, 5 Jan 2002 00:31:12 +0100
5671              Message-ID: <20020105003112.E1850@rafael>              
5672      Branch: perl
5673            ! t/comp/proto.t
5674 ____________________________________________________________________________
5675 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
5676         Log: A bit of "perl.com" cleanup.
5677      Branch: perl
5678            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
5679            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5680            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
5681            ! pod/perlmodlib.PL pod/perlmodlib.pod
5682 ____________________________________________________________________________
5683 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
5684         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
5685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5686              Date: Fri, 4 Jan 2002 23:35:19 +0100
5687              Message-ID: <20020104233519.A1850@rafael>
5688      Branch: perl
5689            ! op.c
5690 ____________________________________________________________________________
5691 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
5692         Log: Integrate change #14062 from macperl;
5693              Define setbuf, setvbuf for Mac OS
5694      Branch: perl
5695           !> ext/IO/IO.xs
5696 ____________________________________________________________________________
5697 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
5698         Log: Bump version, update Changes
5699      Branch: maint-5.6/macperl
5700            ! macos/Changes macos/MPVersion.r
5701 ____________________________________________________________________________
5702 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
5703         Log: Add more droplets
5704      Branch: maint-5.6/macperl
5705            + macos/macperl/Droplets/gluedialect.plx
5706            + macos/macperl/Droplets/glueedit.plx
5707            + macos/macperl/Droplets/gluemac.plx
5708            + macos/macperl/Droplets/gluescriptadds.plx
5709            + macos/macperl/Droplets/installme.plx
5710            + macos/macperl/Droplets/show_glue_pods.plx
5711            + macos/macperl/Droplets/tarzipme.plx
5712            + macos/macperl/Droplets/untarzipme.plx
5713 ____________________________________________________________________________
5714 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
5715         Log: Display the native pwd command.
5716      Branch: perl
5717            ! ext/Cwd/t/cwd.t
5718 ____________________________________________________________________________
5719 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
5720         Log: Under Mac OS X /dev/stdout is normally a symlink,
5721              but when running the test it seems to become a socket.
5722              So let's extend our censorship.
5723      Branch: perl
5724            ! t/op/stat.t
5725 ____________________________________________________________________________
5726 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
5727         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
5728      Branch: maint-5.6/macperl
5729            + macos/HandleSocket.cp
5730            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
5731            ! macos/macperl.sym
5732 ____________________________________________________________________________
5733 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
5734         Log: Doc updates
5735      Branch: maint-5.6/macperl
5736            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
5737 ____________________________________________________________________________
5738 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
5739         Log: Update libraries
5740      Branch: maint-5.6/macperl
5741            ! macos/macperl/Makefile.mk
5742 ____________________________________________________________________________
5743 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
5744         Log: Update tests to Mac::StandardFile from StandardFile.pl,
5745              plus other fixes
5746      Branch: maint-5.6/macperl
5747            ! macos/ext/Mac/Menus/t/MenuBar.t
5748            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
5749            ! macos/ext/Mac/Movies/t/PlayMovie.t
5750            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
5751            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
5752            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
5753            ! macos/ext/Mac/Resources/t/Resources.t
5754 ____________________________________________________________________________
5755 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
5756         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
5757      Branch: maint-5.6/macperl
5758            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
5759            ! macos/ext/Mac/Movies/Movies.xs
5760            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
5761            ! macos/ext/Mac/StandardFile/StandardFile.xs
5762            ! macos/ext/Mac/Windows/Windows.xs
5763 ____________________________________________________________________________
5764 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
5765         Log: Updates for Universal Headers 3.4 (forgot one)
5766      Branch: maint-5.6/macperl
5767            ! macos/macperl/MPConsole.cp
5768 ____________________________________________________________________________
5769 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
5770         Log: Updates for Universal Headers 3.4
5771      Branch: maint-5.6/macperl
5772            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
5773            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
5774            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
5775            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
5776            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
5777            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
5778            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
5779            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
5780            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
5781 ____________________________________________________________________________
5782 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
5783         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
5784              from <200112112327.JAA25434@gpo.metropolis.net.au>;
5785              don't crash on quit for 68K (MacPerl Bug #490013)
5786      Branch: maint-5.6/macperl
5787            ! macos/macish.c macos/macperl/MPConsole.cp
5788 ____________________________________________________________________________
5789 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
5790         Log: If we do have socketpair(), make my_socketpair()
5791              just call the real socketpair().  This way we always
5792              have real code behind my_socketpair() and a symbol
5793              corresponding to the my_socketpair in global.sym.
5794      Branch: perl
5795            ! embed.fnc embed.h makedef.pl proto.h util.c
5796 ____________________________________________________________________________
5797 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
5798         Log: Disable sigaction (MacPerl Bug #470321)
5799      Branch: maint-5.6/macperl
5800            ! macos/config.h macos/config.sh
5801 ____________________________________________________________________________
5802 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
5803         Log: Make GUSI resource work (MacPerl Bug #464638)
5804      Branch: maint-5.6/macperl
5805            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
5806            ! macos/macperl/MacPerl.rsrc
5807 ____________________________________________________________________________
5808 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
5809         Log: Make AutoSplit go a little deeper
5810      Branch: maint-5.6/macperl
5811            ! macos/Makefile.mk
5812 ____________________________________________________________________________
5813 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
5814         Log: A few doc updates from bleadperl
5815      Branch: maint-5.6/macperl
5816            ! pod/perlmodinstall.pod pod/perlport.pod
5817 ____________________________________________________________________________
5818 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
5819         Log: Sync up to latest changes from bleadperl
5820      Branch: maint-5.6/macperl
5821            ! lib/File/Find.pm
5822 ____________________________________________________________________________
5823 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
5824         Log: Define setbuf, setvbuf for Mac OS
5825      Branch: maint-5.6/macperl
5826            ! ext/IO/IO.xs
5827 ____________________________________________________________________________
5828 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
5829         Log: Delete by request of Mark-Jason Dominus (change #13676)
5830      Branch: maint-5.6/macperl
5831            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
5832 ____________________________________________________________________________
5833 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
5834         Log: Spread the good word of "env".
5835      Branch: perl
5836            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
5837 ____________________________________________________________________________
5838 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
5839         Log: Till the system tests do something non-Win*, better rename
5840              the test so that people on other platforms don't get confused.
5841              (Not win32system, because assumedly there's win64, too.)
5842      Branch: perl
5843            + t/op/winsystem.t
5844            - t/op/system.t
5845            ! MANIFEST
5846 ____________________________________________________________________________
5847 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
5848         Log: Some tweaks.
5849      Branch: perl
5850            ! lib/Pod/t/Functions.t
5851 ____________________________________________________________________________
5852 [ 14057] By: ams                                   on 2002/01/04  17:40:31
5853         Log: (retracted by #14057)
5854              
5855              Subject: [PATCH] Time/HiRes/HiRes.t
5856              From: Nicholas Clark <nick@unfortu.net>
5857              Date: Fri, 4 Jan 2002 17:28:46 +0000
5858              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
5859      Branch: perl
5860            ! ext/Time/HiRes/HiRes.t
5861 ____________________________________________________________________________
5862 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
5863         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
5864              From: Abe Timmerman <abe@ztreet.demon.nl>
5865              Date: Fri, 04 Jan 2002 18:42:33 +0100
5866              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
5867      Branch: perl
5868            + lib/Pod/t/Functions.t
5869            ! MANIFEST lib/Pod/Functions.pm
5870 ____________________________________________________________________________
5871 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
5872         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
5873              From: "Craig A. Berry" <craigberry@mac.com>
5874              Date: Thu, 3 Jan 2002 17:32:20 -0600
5875              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
5876      Branch: perl
5877            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
5878 ____________________________________________________________________________
5879 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
5880         Log: Document the U+0085, U+2028, and U+2029.
5881      Branch: perl
5882            ! pod/perlre.pod pod/perlretut.pod
5883 ____________________________________________________________________________
5884 [ 14053] By: ams                                   on 2002/01/04  03:27:44
5885         Log: Subject: [PATCH] warn if not CORE::dump
5886              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5887              Date: Thu, 3 Jan 2002 22:04:00 +0100
5888              Message-Id: <20020103220400.A13958@rafael>
5889      Branch: perl
5890            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
5891 ____________________________________________________________________________
5892 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
5893         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
5894      Branch: perl
5895            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
5896 ____________________________________________________________________________
5897 [ 14051] By: ams                                   on 2002/01/04  03:00:12
5898         Log: Subject: [PATCH] File::Compare::VERSION
5899              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5900              Date: Thu, 3 Jan 2002 23:42:52 +0100
5901              Message-Id: <20020103234252.G13958@rafael>
5902      Branch: perl
5903            ! lib/File/Compare.pm
5904 ____________________________________________________________________________
5905 [ 14050] By: ams                                   on 2002/01/04  02:58:05
5906         Log: Subject: [PATCH @14042] threads::shared doc
5907              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
5908              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
5909              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
5910      Branch: perl
5911            ! ext/threads/shared/shared.pm
5912 ____________________________________________________________________________
5913 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
5914         Log: #14048 exposed few false positives, to be fixed soonish.
5915      Branch: perl
5916            ! t/op/pat.t
5917 ____________________________________________________________________________
5918 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
5919         Log: Do not add the first characters of multicharacter foldings
5920              into character classes.
5921      Branch: perl
5922            ! regcomp.c
5923 ____________________________________________________________________________
5924 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
5925         Log: A bit of testing for #14046.
5926      Branch: perl
5927            ! t/op/pat.t
5928 ____________________________________________________________________________
5929 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
5930         Log: Allow emitting the foldcased version of "\x{df}", "ss"
5931              (among others, another example would be \x{fb00} -> "ff")
5932      Branch: perl
5933            ! regcomp.c
5934 ____________________________________________________________________________
5935 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
5936         Log: Subject: [PATCH] File::Spec & NetWare
5937              From: Dave Rolsky <autarch@urth.org>
5938              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
5939              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
5940      Branch: perl
5941            - lib/File/Spec/NW5.pm
5942            ! MANIFEST lib/File/Spec.pm
5943 ____________________________________________________________________________
5944 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
5945         Log: FAQ sync (RCS Ids only?)
5946      Branch: perl
5947            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
5948 ____________________________________________________________________________
5949 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
5950         Log: AUTHORs updates.
5951      Branch: perl
5952            ! AUTHORS
5953 ____________________________________________________________________________
5954 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
5955         Log: Update Changes.
5956      Branch: perl
5957            ! Changes patchlevel.h
5958 ____________________________________________________________________________
5959 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
5960         Log: Missed the =head1 additions.
5961      Branch: perl
5962            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
5963            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
5964            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
5965            ! util.c
5966 ____________________________________________________________________________
5967 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
5968         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
5969              From: Robin Barker <rmb1@cise.npl.co.uk>
5970              Date: Thu, 3 Jan 2002 15:26:20 GMT
5971              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
5972      Branch: perl
5973            ! lib/Carp.t lib/Carp/Heavy.pm
5974 ____________________________________________________________________________
5975 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
5976         Log: Subject: [PATCH hv.c] 
5977              From: Robin Barker <rmb1@cise.npl.co.uk>
5978              Date: Thu, 3 Jan 2002 14:49:06 GMT
5979              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
5980              
5981              -Wformat check.
5982      Branch: perl
5983            ! hv.c
5984 ____________________________________________________________________________
5985 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
5986         Log: NetWare tweaks from Ananth Kesari.
5987      Branch: perl
5988            ! NetWare/t/NWScripts.pl lib/File/Find.pm
5989 ____________________________________________________________________________
5990 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
5991         Log: Cast.
5992      Branch: perl
5993            ! regexec.c
5994 ____________________________________________________________________________
5995 [ 14036] By: ams                                   on 2002/01/03  12:12:31
5996         Log: Grammar fix suggested by Gwyn Judd.
5997      Branch: perl
5998            ! pod/perldiag.pod
5999 ____________________________________________________________________________
6000 [ 14035] By: nick                                  on 2002/01/03  09:22:42
6001         Log: More strange perlio != mainline differences where
6002              I have not been.
6003      Branch: perlio
6004           !> hints/unicos.sh hints/unicosmk.sh
6005 ____________________________________________________________________________
6006 [ 14034] By: nick                                  on 2002/01/03  09:19:37
6007         Log: Integrate mainline (including force integrate of
6008              lib/charnames.pm which had got out-of-step)
6009      Branch: perlio
6010           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
6011 ____________________________________________________________________________
6012 [ 14033] By: ams                                   on 2002/01/03  08:24:24
6013         Log: Subject: Not ok 14031: PPPort Makefile.PL
6014              From: andreas.koenig@anima.de (Andreas J. Koenig)
6015              Date: 03 Jan 2002 10:17:46 +0100
6016              Message-Id: <m3sn9n94jp.fsf@anima.de>
6017      Branch: perl
6018            ! ext/Devel/PPPort/Makefile.PL
6019 ____________________________________________________________________________
6020 [ 14032] By: nick                                  on 2002/01/03  08:24:00
6021         Log: Integrate mainline.
6022      Branch: perlio
6023           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
6024           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
6025           !> (integrate 31 files)
6026 ____________________________________________________________________________
6027 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
6028         Log: Off-by-one is my middle name.
6029      Branch: perl
6030            ! regexec.c
6031 ____________________________________________________________________________
6032 [ 14030] By: ams                                   on 2002/01/02  23:56:37
6033         Log: Subject: [PATCH @14015] threads::shared disabling
6034              From: Andy Bussey <andybussey@yahoo.co.uk>
6035              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
6036              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
6037      Branch: perl
6038            + ext/threads/shared/t/no_share.t
6039            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
6040 ____________________________________________________________________________
6041 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
6042         Log: Simon's new perlapi scheme, I hope I got all the pieces.
6043      Branch: perl
6044            + autodoc.pl embed.fnc
6045            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
6046 ____________________________________________________________________________
6047 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
6048         Log: Integrate perlio; more PPPort Makefile source dependence removal
6049      Branch: perl
6050           !> ext/Devel/PPPort/Makefile.PL perl.h
6051 ____________________________________________________________________________
6052 [ 14027] By: ams                                   on 2002/01/02  21:42:50
6053         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
6054              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6055              Date: Wed, 2 Jan 2002 23:09:13 +0100
6056              Message-Id: <20020102230913.A17373@rafael>
6057      Branch: perl
6058            ! pod/perldiag.pod
6059 ____________________________________________________________________________
6060 [ 14026] By: ams                                   on 2002/01/02  21:38:34
6061         Log: Subject: Re: PATCH: lib/Term/Cap.pm
6062              From: Jonathan Stowe <gellyfish@gellyfish.com>
6063              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
6064              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
6065      Branch: perl
6066            ! lib/Term/Cap.pm
6067 ____________________________________________________________________________
6068 [ 14025] By: ams                                   on 2002/01/02  18:34:26
6069         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
6070              From: Sam Tregar <sam@tregar.com>
6071              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
6072              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
6073      Branch: perl
6074            ! pod/perldiag.pod t/comp/proto.t toke.c
6075 ____________________________________________________________________________
6076 [ 14024] By: ams                                   on 2002/01/02  18:16:12
6077         Log: Subject: PATCH: lib/Term/Cap.pm
6078              From: Norton Allen <allen@huarp.harvard.edu>
6079              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
6080              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
6081      Branch: perl
6082            ! lib/Term/Cap.pm
6083 ____________________________________________________________________________
6084 [ 14023] By: ams                                   on 2002/01/02  18:12:31
6085         Log: Subject: PATCH: lib/Cwd.pm for QNX4
6086              From: Norton Allen <allen@huarp.harvard.edu>
6087              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
6088              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
6089      Branch: perl
6090            ! lib/Cwd.pm
6091 ____________________________________________________________________________
6092 [ 14022] By: nick                                  on 2002/01/02  18:01:21
6093         Log: More PPPort Makefile source dependence removal
6094      Branch: perlio
6095            ! ext/Devel/PPPort/Makefile.PL
6096 ____________________________________________________________________________
6097 [ 14021] By: nick                                  on 2002/01/02  17:44:36
6098         Log: Sort out muddle of editing on three machines ...
6099      Branch: perlio
6100           !> Changes MANIFEST cygwin/Makefile.SHs
6101           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
6102           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
6103           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
6104 ____________________________________________________________________________
6105 [ 14020] By: ams                                   on 2002/01/02  17:06:27
6106         Log: Fix misplaced application of #14016.
6107      Branch: perl
6108            ! op.c
6109 ____________________________________________________________________________
6110 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
6111         Log: Integrate perlio; avoid uninit debug_pad.
6112      Branch: perl
6113           !> sv.c
6114 ____________________________________________________________________________
6115 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
6116         Log: makedepend VOS fix from Paul Green.
6117      Branch: perl
6118            ! makedepend.SH
6119 ____________________________________________________________________________
6120 [ 14017] By: nick                                  on 2002/01/02  16:09:43
6121         Log: Avoid un-init perl_debug_pad in clones
6122      Branch: perlio
6123            ! sv.c
6124 ____________________________________________________________________________
6125 [ 14016] By: ams                                   on 2002/01/02  15:58:11
6126         Log: Subject: [PATCH] random crash in B::LISTOP::last
6127              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6128              Date: Wed, 2 Jan 2002 17:37:28 +0100
6129              Message-Id: <3C334558.3906.19CB98D@localhost>
6130      Branch: perl
6131            ! op.c
6132 ____________________________________________________________________________
6133 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
6134         Log: Update Changes.
6135      Branch: perl
6136            ! Changes patchlevel.h
6137 ____________________________________________________________________________
6138 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
6139         Log: One more iteration of the ibcmp_utf8() interface,
6140              hopefully this is a convergent iteration...
6141      Branch: perl
6142            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
6143 ____________________________________________________________________________
6144 [ 14013] By: ams                                   on 2002/01/02  13:43:58
6145         Log: Upgrade to podlators-1.19.
6146      Branch: perl
6147            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
6148            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
6149            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
6150            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
6151            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
6152 ____________________________________________________________________________
6153 [ 14012] By: ams                                   on 2002/01/02  09:48:51
6154         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
6155              From: martyn@inpharmatica.co.uk
6156              Date: Wed, 19 Dec 2001 19:05:00 +0000
6157              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
6158      Branch: perl
6159            ! lib/Pod/Usage.pm
6160 ____________________________________________________________________________
6161 [ 14011] By: nick                                  on 2002/01/02  08:38:18
6162         Log: Integrate mainline
6163      Branch: perlio
6164           !> (integrate 28 files)
6165 ____________________________________________________________________________
6166 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
6167         Log: Make ibcmp_utf8() optionally progress in either string for
6168              as long as it takes and optionally record how far it got.
6169      Branch: perl
6170            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
6171 ____________________________________________________________________________
6172 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
6173         Log: Once more try to get the PPPort Makefile right.
6174      Branch: perl
6175            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
6176 ____________________________________________________________________________
6177 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
6178         Log: -Wall silencing.
6179      Branch: perl
6180            ! utf8.c
6181 ____________________________________________________________________________
6182 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
6183         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
6184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6185              Date: Tue, 1 Jan 2002 22:45:21 +0100       
6186              Message-ID: <20020101224521.A691@rafael>
6187      Branch: perl
6188            ! ext/B/B/Deparse.pm
6189 ____________________________________________________________________________
6190 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
6191         Log: VOS tweak from Paul Green: VOS has different O_BINARY
6192              and O_TEXT, but VOS always uses LF, never CRLF.
6193      Branch: perl
6194            ! perl.h
6195 ____________________________________________________________________________
6196 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
6197         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
6198      Branch: perl
6199            ! regexec.c utf8.c
6200 ____________________________________________________________________________
6201 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
6202         Log: Now that to_utf8_fold() was fixed.
6203      Branch: perl
6204            ! regcomp.c regexec.c
6205 ____________________________________________________________________________
6206 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
6207         Log: Integrate perlio; experimental binmode() re-coding.
6208      Branch: perl
6209           !> perlio.c
6210 ____________________________________________________________________________
6211 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
6212         Log: Document the to_utf8_*() functions.
6213      Branch: perl
6214            ! embed.pl pod/perlapi.pod utf8.c
6215 ____________________________________________________________________________
6216 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
6217         Log: Better support for multicharacter foldings.
6218              Now all but two of the CaseFold.txt cases work-- but
6219              only when the target string is single-character, more
6220              debugging needed.
6221      Branch: perl
6222            ! regexec.c
6223 ____________________________________________________________________________
6224 [ 14000] By: ams                                   on 2002/01/01  15:59:43
6225         Log: Subject: [PATCH] don't installperl pods
6226              From: Nicholas Clark <nick@unfortu.net>
6227              Date: Tue, 1 Jan 2002 16:44:12 +0000
6228              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
6229      Branch: perl
6230            ! installperl
6231 ____________________________________________________________________________
6232 [ 13999] By: ams                                   on 2002/01/01  14:34:04
6233         Log: Subject: [PATCH] perldiag.pod transposition
6234              From: Nicholas Clark <nick@unfortu.net>
6235              Date: Tue, 1 Jan 2002 15:03:52 +0000
6236              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
6237      Branch: perl
6238            ! pod/perldiag.pod
6239 ____________________________________________________________________________
6240 [ 13998] By: ams                                   on 2002/01/01  13:36:49
6241         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
6242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6243              Date: Tue, 1 Jan 2002 15:12:36 +0100
6244              Message-Id: <20020101151236.A951@rafael>
6245      Branch: perl
6246            ! pod/perldiag.pod
6247 ____________________________________________________________________________
6248 [ 13997] By: ams                                   on 2002/01/01  13:33:06
6249         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
6250              From: Nicholas Clark <nick@unfortu.net>
6251              Date: Tue, 1 Jan 2002 13:13:17 +0000
6252              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
6253      Branch: perl
6254            ! ext/Socket/socketpair.t
6255 ____________________________________________________________________________
6256 [ 13996] By: ams                                   on 2002/01/01  04:44:28
6257         Log: Subject: [PATCH @13746] Leaner exporter
6258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6259              Date: Mon, 31 Dec 2001 18:16:08 -0500
6260              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
6261      Branch: perl
6262            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
6263 ____________________________________________________________________________
6264 [ 13995] By: ams                                   on 2002/01/01  04:29:44
6265         Log: Subject: [PATCH @13746] h2xs broken
6266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6267              Date: Mon, 31 Dec 2001 17:48:55 -0500
6268              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
6269      Branch: perl
6270            ! utils/h2xs.PL
6271 ____________________________________________________________________________
6272 [ 13994] By: ams                                   on 2002/01/01  04:25:46
6273         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
6274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6275              Date: Mon, 31 Dec 2001 17:42:25 -0500
6276              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
6277      Branch: perl
6278            ! lib/ExtUtils/MM_Unix.pm
6279 ____________________________________________________________________________
6280 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
6281         Log: Rename the variables to be a bit more consistent.
6282      Branch: perl
6283            ! utf8.c
6284 ____________________________________________________________________________
6285 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
6286         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
6287              (found by Jeffrey Friedl)
6288      Branch: perl
6289            ! regexec.c t/op/pat.t utf8.c
6290 ____________________________________________________________________________
6291 [ 13991] By: nick                                  on 2001/12/31  18:08:55
6292         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
6293      Branch: perlio
6294            ! perlio.c
6295 ____________________________________________________________________________
6296 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
6297         Log: Update Changes.
6298      Branch: perl
6299            ! Changes patchlevel.h
6300 ____________________________________________________________________________
6301 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
6302         Log: Less unused ones.
6303      Branch: perl
6304            ! regexec.c
6305 ____________________________________________________________________________
6306 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
6307         Log: Unused variable.
6308      Branch: perl
6309            ! regcomp.c
6310 ____________________________________________________________________________
6311 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
6312         Log: Forgotten file.
6313      Branch: perl
6314            ! MANIFEST
6315 ____________________________________________________________________________
6316 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
6317         Log: Subject: Re: Cygwin: one down one to go 
6318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6319              Date: Mon, 31 Dec 2001 18:34:36 +0100
6320              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
6321      Branch: perl
6322            ! cygwin/Makefile.SHs
6323 ____________________________________________________________________________
6324 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
6325         Log: Add some comments to the recent Unicode case-folding saga.
6326      Branch: perl
6327            ! regcomp.c regexec.c
6328 ____________________________________________________________________________
6329 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
6330         Log: Slight comment tweakage.
6331      Branch: perl
6332            ! ext/I18N/Langinfo/Langinfo.t
6333 ____________________________________________________________________________
6334 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
6335         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
6336      Branch: perl
6337            ! perl.h
6338 ____________________________________________________________________________
6339 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
6340         Log: Subject: [ PATCH] Cygwin: one down one to go
6341              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6342              Date: Mon, 31 Dec 2001 17:03:40 +0100
6343              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
6344      Branch: perl
6345            ! lib/Pod/t/basic.t
6346 ____________________________________________________________________________
6347 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
6348         Log: Tweak the dependencies not to recompile everytime,
6349              as suggested by NI-S.
6350      Branch: perl
6351            ! ext/Devel/PPPort/Makefile.PL
6352 ____________________________________________________________________________
6353 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
6354         Log: Planning still not right.
6355      Branch: perl
6356            ! lib/User/grent.t
6357 ____________________________________________________________________________
6358 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
6359         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
6360              From: Michael G Schwern <schwern@pobox.com>
6361              Date: Sun, 30 Dec 2001 18:07:55 -0500
6362              Message-ID: <20011230230755.GG12840@blackrider>
6363              
6364              (lib/User/grent, really)
6365      Branch: perl
6366            ! lib/User/grent.t
6367 ____________________________________________________________________________
6368 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
6369         Log: Integrate perlio; cleanup, in particular avoid accidental
6370              PerlIO_flush(NULL) if PerlIONext is NULL.
6371      Branch: perl
6372           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
6373 ____________________________________________________________________________
6374 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
6375         Log: Subject: typo in IO::Socket::INET.pm
6376              From: mjd@plover.com
6377              Date: 31 Dec 2001 14:31:10 -0000
6378              Message-ID: <20011231143110.4989.qmail@plover.com>
6379      Branch: perl
6380            ! ext/IO/lib/IO/Socket/INET.pm
6381 ____________________________________________________________________________
6382 [ 13976] By: nick                                  on 2001/12/31  13:56:11
6383         Log: Integrate mainline
6384      Branch: perlio
6385           !> (integrate 29 files)
6386 ____________________________________________________________________________
6387 [ 13975] By: nick                                  on 2001/12/31  12:40:50
6388         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
6389              if PerlIONext is NULL.
6390      Branch: perlio
6391            ! perlio.c perliol.h
6392 ____________________________________________________________________________
6393 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
6394         Log: Subject: Re: [PATCH] Basic bad prototype detection
6395              From: Sam Tregar <sam@tregar.com>
6396              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
6397              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
6398      Branch: perl
6399            ! t/comp/proto.t toke.c
6400 ____________________________________________________________________________
6401 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
6402         Log: Subject: [PATCH] configure.com / scriptdirexp
6403              From: "Craig A. Berry" <craigberry@mac.com>
6404              Date: Sun, 30 Dec 2001 15:47:28 -0600
6405              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
6406      Branch: perl
6407            ! configure.com
6408 ____________________________________________________________________________
6409 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
6410         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
6411              From: Abe Timmerman <abe@ztreet.demon.nl>
6412              Date: Mon, 31 Dec 2001 03:55:27 +0100
6413              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
6414      Branch: perl
6415            ! lib/ExtUtils/t/MM_Win32.t
6416 ____________________________________________________________________________
6417 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
6418         Log: Subject: [PATCH] Basic bad prototype detection
6419              From: Sam Tregar <sam@tregar.com> 
6420              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
6421              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
6422      Branch: perl
6423            ! pod/perldiag.pod t/comp/proto.t toke.c
6424 ____________________________________________________________________________
6425 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
6426         Log: Makefiles are sloppy about the exe suffix
6427              (from Paul Green)
6428      Branch: perl
6429            ! Makefile.SH x2p/Makefile.SH
6430 ____________________________________________________________________________
6431 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
6432         Log: Delay folding until necessary; start of handling
6433              folding into several characters.
6434      Branch: perl
6435            ! regcomp.c regexec.c
6436 ____________________________________________________________________________
6437 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
6438         Log: gcc -Wall dewhine.
6439      Branch: perl
6440            ! regexec.c
6441 ____________________________________________________________________________
6442 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
6443         Log: More Unicode folding tweaks, avoid potential false matches.
6444      Branch: perl
6445            ! regexec.c
6446 ____________________________________________________________________________
6447 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
6448         Log: Make that six wrongs.
6449      Branch: perl
6450            ! regexec.c utf8.c
6451 ____________________________________________________________________________
6452 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
6453         Log: Four wrongs can make a right.
6454      Branch: perl
6455            ! regexec.c utf8.c
6456 ____________________________________________________________________________
6457 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
6458         Log: Fix all the I case foldings as per CaseFold.txt.
6459      Branch: perl
6460            ! regcomp.c regexec.c
6461 ____________________________________________________________________________
6462 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
6463         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
6464      Branch: perl
6465            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
6466            ! regexec.c utf8.c
6467 ____________________________________________________________________________
6468 [ 13962] By: nick                                  on 2001/12/30  18:33:41
6469         Log: Integrate 8.3 fix for PPPort fix
6470      Branch: perlio
6471           +> ext/Devel/PPPort/ppport_h.PL
6472            - ext/Devel/PPPort/ppport.h.PL
6473            ! ext/Devel/PPPort/MANIFEST
6474           !> ext/Devel/PPPort/Makefile.PL
6475 ____________________________________________________________________________
6476 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
6477         Log: Integrate perlio; more win32 stuff:
6478              
6479              A. Use Perl_my_socketpair()
6480              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
6481              load winsock.
6482              C. (In passing) work round fact that $$ is now SvREADONLY
6483              so we need to take special measures to set it during
6484              pseudo-fork.
6485      Branch: perl
6486           !> util.c win32/perlhost.h
6487 ____________________________________________________________________________
6488 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
6489         Log: Fix ppport.h for Unix.
6490      Branch: perl
6491            + ext/Devel/PPPort/ppport_h.PL
6492            - ext/Devel/PPPort/ppport.h.PL
6493            ! MANIFEST ext/Devel/PPPort/Makefile.PL
6494 ____________________________________________________________________________
6495 [ 13959] By: nick                                  on 2001/12/30  16:53:42
6496         Log: Win32 stuff:
6497              A. Use Perl_my_socketpair()
6498              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
6499              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
6500              take special measures to set it during pseudo-fork.
6501      Branch: perlio
6502            ! util.c win32/perlhost.h
6503 ____________________________________________________________________________
6504 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
6505         Log: Integrate perlio; win32 kicking.
6506      Branch: perl
6507           +> ext/Devel/PPPort/ppport.h.PL
6508           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
6509           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
6510           !> proto.h
6511 ____________________________________________________________________________
6512 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
6513         Log: metaconfig unit change for #13956.
6514      Branch: metaconfig
6515            ! U/modified/spitshell.U
6516 ____________________________________________________________________________
6517 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
6518         Log: Must look for cat also in $PATH (noticed by Philip Newton).
6519      Branch: perl
6520            ! Configure
6521 ____________________________________________________________________________
6522 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
6523         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
6524              From: Blair Zajac <blair@orcaware.com>
6525              Date: Sat, 29 Dec 2001 22:37:03 -0800
6526              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
6527      Branch: perl
6528            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
6529 ____________________________________________________________________________
6530 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
6531         Log: Regen files.
6532      Branch: perl
6533            ! embed.h global.sym pod/perlapi.pod uconfig.h
6534 ____________________________________________________________________________
6535 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
6536         Log: Subject: [PATCH] -t without -w 
6537              From: Michael G Schwern <schwern@pobox.com>
6538              Date: Sat, 29 Dec 2001 23:46:25 -0500
6539              Message-ID: <20011230044625.GA14386@blackrider>
6540      Branch: perl
6541            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
6542            ! warnings.pl
6543 ____________________________________________________________________________
6544 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
6545         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
6546              From: Dave Rolsky <autarch@urth.org>               
6547              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
6548              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
6549              
6550              $^O is NetWare, not Netware.
6551      Branch: perl
6552            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
6553 ____________________________________________________________________________
6554 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
6555         Log: Sarathy thinks undoing C++ comments from C++ files
6556              is a bit too zealous.
6557      Branch: perl
6558            ! win32/perlhost.h win32/vmem.h
6559 ____________________________________________________________________________
6560 [ 13950] By: nick                                  on 2001/12/30  14:30:02
6561         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
6562              This gets them into Errno.pm - yet to prove they end up in $!.
6563      Branch: perlio
6564            ! ext/Errno/Errno_pm.PL
6565 ____________________________________________________________________________
6566 [ 13949] By: nick                                  on 2001/12/30  12:02:21
6567         Log: Integrate Cwd muddle
6568      Branch: perlio
6569           !> MANIFEST installperl lib/Cwd.pm
6570 ____________________________________________________________________________
6571 [ 13948] By: nick                                  on 2001/12/30  11:51:40
6572         Log: remove embed.pl duplicates
6573      Branch: perlio
6574            ! embed.h embed.pl global.sym proto.h
6575 ____________________________________________________________________________
6576 [ 13947] By: nick                                  on 2001/12/30  11:35:51
6577         Log: More Cwd tidy up
6578      Branch: perl
6579            ! MANIFEST installperl
6580 ____________________________________________________________________________
6581 [ 13946] By: nick                                  on 2001/12/30  11:12:42
6582         Log: Undo a mess trying Cwd.pm in its ext directory
6583      Branch: perl
6584            + lib/Cwd.pm
6585            - ext/Cwd/Cwd.pm
6586 ____________________________________________________________________________
6587 [ 13945] By: nick                                  on 2001/12/30  10:03:43
6588         Log: Integrate mainline
6589      Branch: perl
6590           +> ext/Cwd/Cwd.pm
6591            - lib/Cwd.pm
6592            ! MANIFEST
6593      Branch: perlio
6594           !> (integrate 45 files)
6595 ____________________________________________________________________________
6596 [ 13944] By: nick                                  on 2001/12/30  09:27:16
6597         Log: "Port" Devel::PPPort to Win32:
6598              - need to set @INC before use in the test
6599              - {} are special to dmake, so use ppport.h.PL
6600              rather than commandline 
6601      Branch: perlio
6602            + ext/Devel/PPPort/ppport.h.PL
6603            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
6604 ____________________________________________________________________________
6605 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
6606         Log: Update Changes.
6607      Branch: perl
6608            ! Changes patchlevel.h
6609 ____________________________________________________________________________
6610 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
6611         Log: Subject: [PATCH] cleaner close on tests, take 2
6612              From: andreas.koenig@anima.de (Andreas J. Koenig)
6613              Date: 29 Dec 2001 21:42:37 +0100
6614              Message-ID: <m33d1tvjuq.fsf@anima.de>
6615              
6616              (the DB_File patches)
6617      Branch: perl
6618            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6619            ! ext/DB_File/t/db-recno.t
6620 ____________________________________________________________________________
6621 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
6622         Log: Integrate perlio; regen'ed config_H.?c
6623      Branch: perl
6624           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6625 ____________________________________________________________________________
6626 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
6627         Log: Subject: [PATCH] cleaner close on tests, take 2             
6628              From: andreas.koenig@anima.de (Andreas J. Koenig)
6629              Date: 29 Dec 2001 21:42:37 +0100
6630              Message-ID: <m33d1tvjuq.fsf@anima.de>
6631              
6632              (except for the three DB_File patch fragments)
6633      Branch: perl
6634            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
6635            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
6636            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
6637            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
6638            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
6639            ! t/op/runlevel.t t/op/write.t t/run/switches.t
6640 ____________________________________________________________________________
6641 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
6642         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
6643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6644              Date: Sat, 29 Dec 2001 20:38:59 +0100
6645              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
6646              
6647              (NetWare tree not touched because it's very //)
6648      Branch: perl
6649            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
6650            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
6651            ! wince/include/errno.h wince/include/netdb.h
6652            ! wince/include/sys/socket.h wince/include/sys/stat.h
6653            ! wince/perllib.c wince/perlmain.c wince/win32.h
6654            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
6655            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
6656 ____________________________________________________________________________
6657 [ 13938] By: nick                                  on 2001/12/29  19:23:32
6658         Log: Integrate mainline (ok linux)
6659      Branch: perlio
6660           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
6661           !> (integrate 33 files)
6662 ____________________________________________________________________________
6663 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
6664         Log: Give up on serious testing of langinfo().  Leave the old
6665              code in place, though.
6666      Branch: perl
6667            ! ext/I18N/Langinfo/Langinfo.t
6668 ____________________________________________________________________________
6669 [ 13936] By: nick                                  on 2001/12/29  18:20:33
6670         Log: Routine regen_config_h - no real differences other than order of crypt 
6671      Branch: perlio
6672            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6673 ____________________________________________________________________________
6674 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
6675         Log: Integrate perlio;
6676              
6677              Define the two socket error numbers in terms of WSAEXXXXX equivalents
6678              
6679              Fudge Config.pm so File::Spec does not croak.
6680      Branch: perl
6681           !> win32/FindExt.pm win32/win32.h
6682 ____________________________________________________________________________
6683 [ 13934] By: nick                                  on 2001/12/29  17:27:50
6684         Log: Fudge Config.pm so File::Spec does not croak.
6685      Branch: perlio
6686            ! win32/FindExt.pm
6687 ____________________________________________________________________________
6688 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
6689         Log: metaconfig unit changes for #13932.
6690      Branch: metaconfig
6691            + U/modified/Init.U
6692            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
6693 ____________________________________________________________________________
6694 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
6695         Log: VOS tweaks from Paul Green.
6696              
6697              The Configure tweaks: the _exe needs to be
6698              set after the init; VOS has fd 3 hardwired to /dev/tty;
6699              the grep/ln/make substitutions really need to stick.
6700      Branch: perl
6701            ! Configure hints/vos.sh perl.h util.c vos/build.cm
6702            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6703            ! vos/config.ga.h vos/vosish.h
6704 ____________________________________________________________________________
6705 [ 13931] By: nick                                  on 2001/12/29  17:00:38
6706         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
6707              (just to get util.c to compile)
6708      Branch: perlio
6709            ! win32/win32.h
6710 ____________________________________________________________________________
6711 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
6712         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
6713              From: coral@eekeek.org
6714              Date: Fri, 28 Dec 2001 19:58:22 -0500      
6715              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
6716      Branch: perl
6717            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
6718            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
6719            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
6720            ! pod/perlunicode.pod pod/perlxs.pod util.c
6721 ____________________________________________________________________________
6722 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
6723         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
6724      Branch: perl
6725            ! t/op/exec.t
6726 ____________________________________________________________________________
6727 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
6728         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
6729              From: Abe Timmerman <abe@ztreet.demon.nl>
6730              Date: Sat, 29 Dec 2001 13:10:06 +0100
6731              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
6732      Branch: perl
6733            + lib/Pod/t/InputObjects.t
6734 ____________________________________________________________________________
6735 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
6736         Log: Integrate perlio;
6737              
6738              Quick fix (after couple of clever fixes failed) for
6739              "accept leaks memory" fail [ID 20011223.001]
6740              
6741              Nick Clark's embed.pl fix for my_socketpair
6742      Branch: perl
6743           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
6744 ____________________________________________________________________________
6745 [ 13926] By: nick                                  on 2001/12/29  15:23:21
6746         Log: Nick Clark's embed.pl fix for my_socketpair
6747      Branch: perlio
6748            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
6749 ____________________________________________________________________________
6750 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
6751         Log: Slight tweaks on the MM_Win32.t.
6752      Branch: perl
6753            ! lib/ExtUtils/t/MM_Win32.t
6754 ____________________________________________________________________________
6755 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
6756         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
6757              From: Abe Timmerman <abe@ztreet.demon.nl>
6758              Date: Sat, 29 Dec 2001 12:51:36 +0100
6759              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
6760      Branch: perl
6761            + lib/ExtUtils/t/MM_Win32.t
6762            ! MANIFEST
6763 ____________________________________________________________________________
6764 [ 13923] By: nick                                  on 2001/12/29  15:12:07
6765         Log: Quick fix (after couple of clever fixes failed) for
6766              "accept leaks memory" fail [ID 20011223.001]
6767      Branch: perlio
6768            ! pp_sys.c
6769 ____________________________________________________________________________
6770 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
6771         Log: Subject: [PATCH] Module names and other nits
6772              From: Autrijus Tang <autrijus@autrijus.org>                 
6773              Date: Sat, 29 Dec 2001 01:59:28 +0800
6774              Message-ID: <20011229015928.A29712@geb.elixus.org>              
6775      Branch: perl
6776            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
6777            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
6778            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
6779            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
6780            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
6781 ____________________________________________________________________________
6782 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
6783         Log: socketpair tweaks from Nicholas Clark.
6784      Branch: perl
6785            ! ext/Socket/socketpair.t util.c
6786 ____________________________________________________________________________
6787 [ 13920] By: nick                                  on 2001/12/29  12:36:21
6788         Log: Integrate mainline
6789      Branch: perlio
6790           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
6791           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
6792           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6793           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
6794           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
6795           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
6796           !> t/op/sysio.t
6797 ____________________________________________________________________________
6798 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
6799         Log: Retract #13917.
6800      Branch: perl
6801            ! doop.c
6802 ____________________________________________________________________________
6803 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
6804         Log: Subject: provisional MakeMaker patch for VMS
6805              From: "Craig A. Berry" <craigberry@mac.com> 
6806              Date: Thu, 27 Dec 2001 22:29:37 -0600
6807              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
6808      Branch: perl
6809            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6810 ____________________________________________________________________________
6811 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
6812         Log: (retracted by #13919)
6813      Branch: perl
6814            ! doop.c
6815 ____________________________________________________________________________
6816 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
6817         Log: metaconfig unit change for #13915.
6818      Branch: metaconfig/U/perl
6819            ! d_u32align.U
6820 ____________________________________________________________________________
6821 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
6822         Log: Remove debris in any case.
6823      Branch: perl
6824            ! Configure
6825 ____________________________________________________________________________
6826 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
6827         Log: Subject: [PATCH] Re: B::walksymtable oddness
6828              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6829              Date: Thu, 27 Dec 2001 19:14:24 +0100
6830              Message-ID: <3C2B7310.861.18820D0@localhost>
6831      Branch: perl
6832            ! ext/B/B.pm
6833 ____________________________________________________________________________
6834 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
6835         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
6836              From: Nicholas Clark <nick@unfortu.net> 
6837              Date: Fri, 28 Dec 2001 00:43:02 +0000
6838              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
6839      Branch: perl
6840            ! ext/Socket/socketpair.t
6841 ____________________________________________________________________________
6842 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
6843         Log: Fast Latin1<->UTF-8 conversion for older Perls.
6844      Branch: perl
6845            ! pod/perluniintro.pod
6846 ____________________________________________________________________________
6847 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
6848         Log: Update Changes.
6849      Branch: perl
6850            ! Changes patchlevel.h
6851 ____________________________________________________________________________
6852 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
6853         Log: More wait status trickery for BeOS.
6854      Branch: perl
6855            ! ext/POSIX/POSIX.xs
6856 ____________________________________________________________________________
6857 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
6858         Log: metaconfig unit change for #13908.
6859      Branch: metaconfig/U/perl
6860            ! d_u32align.U
6861 ____________________________________________________________________________
6862 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
6863         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
6864      Branch: perl
6865            ! Configure
6866 ____________________________________________________________________________
6867 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
6868         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
6869              From: gbarr@monty.mutatus.co.uk
6870              Date: 27 Dec 2001 14:41:36 -0000
6871              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
6872      Branch: perl
6873            ! lib/ExtUtils/t/Embed.t
6874 ____________________________________________________________________________
6875 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
6876         Log: Subject: [PATCH] Re: socketpair emulation
6877              From: Nicholas Clark <nick@unfortu.net> 
6878              Date: Wed, 26 Dec 2001 20:08:14 +0000
6879              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
6880      Branch: perl
6881            ! ext/Socket/socketpair.t
6882 ____________________________________________________________________________
6883 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
6884         Log: Subject: [DOC PATCH] left is right and right is left
6885              From: Philip Newton <Philip.Newton@gmx.net>
6886              Date: Thu, 27 Dec 2001 10:04:17 +0100
6887              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
6888      Branch: perl
6889            ! pod/perlfunc.pod pod/perlport.pod
6890 ____________________________________________________________________________
6891 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
6892         Log: Subject: [PATCH] check return of close
6893              From: andreas.koenig@anima.de (Andreas J. Koenig)            
6894              Date: 27 Dec 2001 09:47:30 +0100
6895              Message-ID: <m3ellhgicd.fsf@anima.de> 
6896              
6897              Subject: [PATCH] improve error reporting
6898              From: andreas.koenig@anima.de (Andreas J. Koenig)            
6899              Date: 27 Dec 2001 09:54:55 +0100
6900              Message-ID: <m3adw5gi00.fsf@anima.de> 
6901              
6902              Subject: [PATCH] check return value of close
6903              From: andreas.koenig@anima.de (Andreas J. Koenig)            
6904              Date: 27 Dec 2001 10:03:55 +0100
6905              Message-ID: <m3666tghl0.fsf@anima.de> 
6906              
6907              Subject: [PATCH] return of close
6908              From: andreas.koenig@anima.de (Andreas J. Koenig)            
6909              Date: 27 Dec 2001 10:22:15 +0100
6910              Message-ID: <m31yhhggqg.fsf@anima.de> 
6911      Branch: perl
6912            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
6913            ! t/io/fflush.t
6914 ____________________________________________________________________________
6915 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
6916         Log: Subject: [PATCH] check return of close
6917              From: andreas.koenig@anima.de (Andreas J. Koenig)            
6918              Date: 27 Dec 2001 09:47:30 +0100
6919              Message-ID: <m3ellhgicd.fsf@anima.de> 
6920      Branch: perl
6921            ! t/base/rs.t
6922 ____________________________________________________________________________
6923 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
6924         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
6925              From: andreas.koenig@anima.de (Andreas J. Koenig)
6926              Date: 27 Dec 2001 09:21:16 +0100
6927              Message-ID: <m3n105gjk3.fsf@anima.de>
6928      Branch: perl
6929            ! t/op/sysio.t
6930 ____________________________________________________________________________
6931 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
6932         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
6933              From: "Gerrit P. Haase" <gp@familiehaase.de>
6934              Date: Thu, 27 Dec 2001 09:23:55 +0100 
6935              Message-ID: <98211521662.20011227092355@familiehaase.de>
6936      Branch: perl
6937            ! lib/ExtUtils/t/MM_Cygwin.t
6938 ____________________________________________________________________________
6939 [ 13900] By: nick                                  on 2001/12/27  11:11:51
6940         Log: Integrate mainline
6941      Branch: perlio
6942           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
6943           +> lib/File/Spec/NW5.pm
6944           !> (integrate 52 files)
6945 ____________________________________________________________________________
6946 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
6947         Log: Replace the awful (most likely generated and not very persistent)
6948              URL with something tangible.
6949      Branch: perl
6950            ! README.hpux
6951 ____________________________________________________________________________
6952 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
6953         Log: Naughty /dev/printer (ls -l, really) of IRIX.
6954      Branch: perl
6955            ! t/op/stat.t
6956 ____________________________________________________________________________
6957 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
6958         Log: Upgrade to Net::Ping 2.10.
6959      Branch: perl
6960            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
6961            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
6962            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
6963            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
6964 ____________________________________________________________________________
6965 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
6966         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
6967              (this showed up in Benchmark.t)
6968      Branch: perl
6969            ! pp_sys.c
6970 ____________________________________________________________________________
6971 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
6972         Log: BeOS updates.
6973      Branch: perl
6974            ! README.beos beos/beos.c
6975 ____________________________________________________________________________
6976 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
6977         Log: Subject: Re: bleadperl doesn't compile
6978              From: "Gerrit P. Haase" <gp@familiehaase.de>
6979              Date: Wed, 26 Dec 2001 21:29:08 +0100
6980              Message-ID: <22168634623.20011226212908@familiehaase.de>
6981              
6982              Cygwin with multiplicity.
6983      Branch: perl
6984            ! perlio.c
6985 ____________________________________________________________________________
6986 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
6987         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
6988              From: Nicholas Clark <nick@ccl4.org>
6989              Date: Wed, 26 Dec 2001 19:07:33 +0000
6990              Message-ID: <20011226190732.J48842@plum.flirble.org>            
6991              
6992              socketpair() (un)signedness nit.
6993      Branch: perl
6994            ! util.c
6995 ____________________________________________________________________________
6996 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
6997         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
6998              From: Nicholas Clark <nick@ccl4.org>
6999              Date: Wed, 26 Dec 2001 19:19:47 +0000
7000              Message-ID: <20011226191946.K48842@plum.flirble.org>
7001              
7002              Use report_evil_fh().
7003      Branch: perl
7004            ! doio.c
7005 ____________________________________________________________________________
7006 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
7007         Log: Bad $? assumptions.
7008      Branch: perl
7009            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
7010 ____________________________________________________________________________
7011 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
7012         Log: Net::Ping isn't going to work much without
7013              the Socket extension; fail more gracefully.
7014      Branch: perl
7015            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7016            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7017            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7018            ! lib/Net/Ping/t/300_ping_stream.t
7019 ____________________________________________________________________________
7020 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
7021         Log: metaconfig unit change for #13888.
7022      Branch: metaconfig
7023            ! U/modified/Oldconfig.U
7024 ____________________________________________________________________________
7025 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
7026         Log: test -d /system is a bit too generic test for VOS
7027              (false hit in BeOS)
7028      Branch: perl
7029            ! Configure
7030 ____________________________________________________________________________
7031 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
7032         Log: No AF_UNIX in BeOS.
7033      Branch: perl
7034            ! util.c
7035 ____________________________________________________________________________
7036 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
7037         Log: FAQ sync.
7038      Branch: perl
7039            ! pod/perlfaq5.pod
7040 ____________________________________________________________________________
7041 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
7042         Log: Update Changes.
7043      Branch: perl
7044            ! Changes patchlevel.h
7045 ____________________________________________________________________________
7046 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
7047         Log: Make -t equal -tw.
7048      Branch: perl
7049            ! perl.c pod/perlrun.pod
7050 ____________________________________________________________________________
7051 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
7052         Log: Subject: Re: Not OK 13881
7053              From: John Peacock <jpeacock@rowman.com>
7054              Date: Tue, 25 Dec 2001 06:02:12 -0500
7055              Message-ID: <3C285CB4.8040006@rowman.com>
7056      Branch: perl
7057            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
7058 ____________________________________________________________________________
7059 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
7060         Log: Subject: Re: Not OK 13881
7061              From: andreas.koenig@anima.de (Andreas J. Koenig)
7062              Date: 25 Dec 2001 07:33:23 +0100
7063              Message-ID: <m3bsgnajws.fsf@anima.de>
7064      Branch: perl
7065            ! op.c
7066 ____________________________________________________________________________
7067 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
7068         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
7069              From: Mark-Jason Dominus <mjd@plover.com>    
7070              Date: Mon, 24 Dec 2001 18:14:48 -0500
7071              Message-ID: <20011224231448.25826.qmail@plover.com>
7072      Branch: perl
7073            ! op.c t/op/eval.t
7074 ____________________________________________________________________________
7075 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
7076         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
7077              From: Dave Rolsky <autarch@urth.org>
7078              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
7079              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
7080      Branch: perl
7081            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
7082            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
7083            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7084            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7085            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
7086 ____________________________________________________________________________
7087 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
7088         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
7089              From: Jeffrey Friedl <jfriedl@yahoo.com>
7090              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
7091              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
7092              
7093              The rest of the tests for plus few extras.
7094      Branch: perl
7095            ! t/op/pat.t
7096 ____________________________________________________________________________
7097 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
7098         Log: metaconfig unit change for #13877.
7099      Branch: metaconfig
7100            ! U/modified/Unix.U
7101 ____________________________________________________________________________
7102 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
7103         Log: No-op.
7104      Branch: perl
7105            ! Configure
7106 ____________________________________________________________________________
7107 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
7108         Log: More constant casting.
7109      Branch: perl
7110            ! regexec.c
7111 ____________________________________________________________________________
7112 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
7113         Log: Subject: perlhack.pod 
7114              From: "John P. Linderman" <jpl@research.att.com>
7115              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
7116              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
7117      Branch: perl
7118            ! pod/perlhack.pod
7119 ____________________________________________________________________________
7120 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
7121         Log: File::Find patch patches from Thomas Wegner.
7122      Branch: perl
7123            ! lib/File/Find.pm
7124 ____________________________________________________________________________
7125 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
7126         Log: Subject: Re: socketpair emulation 
7127              From: Nicholas Clark <nick@unfortu.net>                 
7128              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
7129              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
7130      Branch: perl
7131            ! ext/Socket/socketpair.t
7132 ____________________________________________________________________________
7133 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
7134         Log: Must cast constants if they can be quads.
7135      Branch: perl
7136            ! regcomp.c
7137 ____________________________________________________________________________
7138 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
7139         Log: Promote the e/uid to wide enough un/signed integers
7140              and printf them as such.
7141      Branch: perl
7142            ! taint.c
7143 ____________________________________________________________________________
7144 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
7145         Log: metaconfig unit change for #13869.
7146      Branch: metaconfig/U/perl
7147            ! d_u32align.U
7148 ____________________________________________________________________________
7149 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
7150         Log: The U32 alignment test wasn't really working, noticed
7151              by Paul Green.  Now the test works, but this means that
7152              we may see coredumps from the test.   I sure hope MMUless
7153              places don't crash on the test.
7154      Branch: perl
7155            ! Configure
7156 ____________________________________________________________________________
7157 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
7158         Log: metaconfig unit changes for #13867.
7159      Branch: metaconfig
7160            ! U/compline/nblock_io.U U/modified/Unix.U
7161            ! U/modified/spitshell.U
7162 ____________________________________________________________________________
7163 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
7164         Log: More VOS tweaks.
7165      Branch: perl
7166            ! Configure
7167 ____________________________________________________________________________
7168 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
7169         Log: The funky final sigma casefolding.
7170      Branch: perl
7171            ! regcomp.c regexec.c t/op/pat.t utf8.h
7172 ____________________________________________________________________________
7173 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
7174         Log: Update Changes.
7175      Branch: perl
7176            ! Changes patchlevel.h
7177 ____________________________________________________________________________
7178 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
7179         Log: Move the \C and \X to pat.t.
7180      Branch: perl
7181            ! t/op/pat.t t/op/re_tests
7182 ____________________________________________________________________________
7183 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
7184         Log: More logical test ordering.
7185      Branch: perl
7186            ! perl.h
7187 ____________________________________________________________________________
7188 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
7189         Log: Integrate perlio;
7190              
7191              Add at least the "important" PerlIO_xxxx functions to embed.pl
7192              so that they get implicit pTHX_ and we can avoid slow dTHX.
7193              
7194              Put PerlIO stuff inside EXTERN C
7195              
7196              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
7197      Branch: perl
7198           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
7199           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
7200           !> win32/win32.c
7201 ____________________________________________________________________________
7202 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
7203         Log: Even more \X fixing.
7204      Branch: perl
7205            ! regexec.c t/op/pat.t
7206 ____________________________________________________________________________
7207 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
7208         Log: More \X fixing.
7209      Branch: perl
7210            ! regexec.c t/op/pat.t
7211 ____________________________________________________________________________
7212 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
7213         Log: Fix encoding pragma.
7214      Branch: perl
7215            ! regcomp.c
7216 ____________________________________________________________________________
7217 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
7218         Log: Subject: socketpair emulation
7219              From: Nicholas Clark <nick@unfortu.net>
7220              Date: Sat, 22 Dec 2001 18:38:18 +0000
7221              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
7222      Branch: perl
7223            + ext/Socket/socketpair.t
7224            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
7225            ! pp_sys.c proto.h util.c
7226 ____________________________________________________________________________
7227 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
7228         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
7229              From: Jeffrey Friedl <jfriedl@yahoo.com>
7230              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
7231              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
7232              
7233              (partially applied, most of the new tests need to be rethought)
7234      Branch: perl
7235            ! regcomp.c t/op/re_tests
7236 ____________________________________________________________________________
7237 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
7238         Log: Small tweaks.
7239      Branch: perl
7240            ! handy.h regexec.c
7241 ____________________________________________________________________________
7242 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
7243         Log: Unicode casefolding continues.
7244              (lib/encoding.t still failing.)
7245      Branch: perl
7246            ! regexec.c t/op/pat.t
7247 ____________________________________________________________________________
7248 [ 13854] By: nick                                  on 2001/12/22  20:01:27
7249         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
7250      Branch: perlio
7251            ! makedef.pl perlio.h perlio.sym win32/win32.c
7252 ____________________________________________________________________________
7253 [ 13853] By: nick                                  on 2001/12/22  19:58:53
7254         Log: Put PerlIO stuff inside EXTERN C
7255      Branch: perlio
7256            ! embed.pl proto.h
7257 ____________________________________________________________________________
7258 [ 13852] By: nick                                  on 2001/12/22  18:04:34
7259         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
7260              so that they get implicit pTHX_ and we can avoid slow dTHX.
7261      Branch: perlio
7262            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
7263            ! perlio.h pod/perlapi.pod proto.h
7264 ____________________________________________________________________________
7265 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
7266         Log: metaconfig unit change for #13850.
7267      Branch: metaconfig
7268            ! U/modified/Loc.U
7269 ____________________________________________________________________________
7270 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
7271         Log: Rework the make logic (again).
7272      Branch: perl
7273            ! Configure
7274 ____________________________________________________________________________
7275 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
7276         Log: Integrate perlio;
7277              Fix mis-parse of autoloaded usage code by declaring the sub
7278              Correct checking code which Ilya spotted was tripped by CR at EOF.
7279              The CR at EOF fix earlier broke CR at end-of-buffer.
7280      Branch: perl
7281            ! regexec.c
7282           !> ext/POSIX/POSIX.pm perlio.c sv.c
7283 ____________________________________________________________________________
7284 [ 13848] By: nick                                  on 2001/12/22  15:11:17
7285         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
7286              This should be okay for both?
7287      Branch: perlio
7288            ! perlio.c
7289 ____________________________________________________________________________
7290 [ 13847] By: nick                                  on 2001/12/22  12:26:32
7291         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
7292              Also tone down perl -DP tracing of sv_gets.
7293      Branch: perlio
7294            ! perlio.c sv.c
7295 ____________________________________________________________________________
7296 [ 13846] By: nick                                  on 2001/12/22  10:49:27
7297         Log: Fix mis-parse of autoloaded usage code by declaring the sub
7298      Branch: perlio
7299            ! ext/POSIX/POSIX.pm
7300 ____________________________________________________________________________
7301 [ 13845] By: nick                                  on 2001/12/22  10:44:11
7302         Log: Integrate mainline - some fails:
7303              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
7304              -------------------------------------------------------------------------------
7305              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
7306              ../lib/encoding.t                    19    2  10.53%  17-18
7307              op/pat.t                            770    3   0.39%  754-755 757
7308      Branch: perlio
7309           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
7310           !> (integrate 36 files)
7311 ____________________________________________________________________________
7312 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
7313         Log: More Unicode casing fixes.
7314      Branch: perl
7315            ! regexec.c t/op/pat.t
7316 ____________________________________________________________________________
7317 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
7318         Log: Unicode casefolding fixes.
7319      Branch: perl
7320            ! op.c regcomp.c regexec.c t/op/pat.t
7321 ____________________________________________________________________________
7322 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
7323         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
7324              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
7325              Date: Sat, 22 Dec 2001 00:01:29 +0100
7326              Message-ID: <20011222000129.A713@rafael>
7327      Branch: perl
7328            ! ext/B/B/Deparse.pm
7329 ____________________________________________________________________________
7330 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
7331         Log: VOS config from Paul Green.
7332      Branch: perl
7333            ! hints/vos.sh
7334 ____________________________________________________________________________
7335 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
7336         Log: Subject: [PATCH @13746] CreateTTY on OS/2
7337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7338              Date: Fri, 21 Dec 2001 15:59:45 -0500
7339              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
7340      Branch: perl
7341            ! lib/perl5db.pl
7342 ____________________________________________________________________________
7343 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
7344         Log: Subject: [PATCH @13746] uninstalled build of modules broken
7345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7346              Date: Fri, 21 Dec 2001 15:49:09 -0500
7347              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
7348      Branch: perl
7349            ! lib/ExtUtils/MM_Unix.pm
7350 ____________________________________________________________________________
7351 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
7352         Log: Subject: [PATCH @13746] OS/2 File::* modules
7353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7354              Date: Fri, 21 Dec 2001 15:43:24 -0500
7355              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
7356      Branch: perl
7357            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
7358 ____________________________________________________________________________
7359 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
7360         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
7361              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7362              Date: Fri, 21 Dec 2001 17:29:07 +0100
7363              Message-ID: <3C236353.6625C4C0@alcatel.at>
7364      Branch: perl
7365            ! pod/perltie.pod
7366 ____________________________________________________________________________
7367 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
7368         Log: metaconfig unit changes for #13835
7369      Branch: metaconfig
7370            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
7371            ! U/modified/sh.U
7372 ____________________________________________________________________________
7373 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
7374         Log: Further VOS tweaks: the _exe needs to be introduced
7375              in the very beginning, and the make/gmake needs special
7376              VOS logic.
7377      Branch: perl
7378            ! Configure Makefile.SH
7379 ____________________________________________________________________________
7380 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
7381         Log: Update Changes.
7382      Branch: perl
7383            ! Changes patchlevel.h
7384 ____________________________________________________________________________
7385 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
7386         Log: metaconfig unit change for #13832.
7387      Branch: metaconfig
7388            ! U/modified/spitshell.U
7389 ____________________________________________________________________________
7390 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
7391         Log: Also the search for cat needs to be _exe-aware.
7392      Branch: perl
7393            ! Configure
7394 ____________________________________________________________________________
7395 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
7396         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
7397              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7398              Date: Fri, 21 Dec 2001 14:02:01 +0100
7399              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
7400      Branch: perl
7401            ! ext/B/B/Xref.pm
7402 ____________________________________________________________________________
7403 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
7404         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
7405      Branch: perl
7406            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7407            ! ext/B/t/assembler.t
7408 ____________________________________________________________________________
7409 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
7410         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
7411              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7412              Date: Fri, 21 Dec 2001 11:15:38 +0100
7413              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
7414      Branch: perl
7415            ! hv.c
7416 ____________________________________________________________________________
7417 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
7418         Log: A plan is good.
7419      Branch: perl
7420            ! ext/re/re.t
7421 ____________________________________________________________________________
7422 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
7423         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
7424              From: chromatic <chromatic@rmci.net>
7425              Date: Thu, 20 Dec 2001 16:16:48 -0700
7426              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
7427      Branch: perl
7428            + ext/re/re.t
7429            ! MANIFEST
7430 ____________________________________________________________________________
7431 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
7432         Log: Synchronize the skippage message.
7433      Branch: perl
7434            ! lib/ExtUtils/t/MM_OS2.t
7435 ____________________________________________________________________________
7436 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
7437         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
7438              From: chromatic <chromatic@rmci.net>
7439              Date: Thu, 20 Dec 2001 16:09:10 -0700
7440              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
7441      Branch: perl
7442            + lib/ExtUtils/t/MM_OS2.t
7443            ! MANIFEST
7444 ____________________________________________________________________________
7445 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
7446         Log: Subject: perlfunc.pod patch re flock via fcntl
7447              From: "Tye McQueen" <tye@metronet.com>
7448              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
7449              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
7450      Branch: perl
7451            ! pod/perlfunc.pod
7452 ____________________________________________________________________________
7453 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
7454         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
7455              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
7456              (the Unicode maximum code point) warnable offenses.
7457      Branch: perl
7458            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
7459            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
7460 ____________________________________________________________________________
7461 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
7462         Log: Sterner admonishment on -t.
7463      Branch: perl
7464            ! pod/perlrun.pod
7465 ____________________________________________________________________________
7466 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
7467         Log: Subject: [PATCH B::Dpparse] minor qr// fix
7468              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7469              Date: Thu, 20 Dec 2001 22:53:34 +0100
7470              Message-ID: <20011220225334.A735@rafael>
7471      Branch: perl
7472            ! ext/B/B/Deparse.pm
7473 ____________________________________________________________________________
7474 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
7475         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
7476              From: Robert Spier <rspier@pobox.com>
7477              Date: Thu, 20 Dec 2001 08:10:00 -0800
7478              Message-ID: <15394.3416.693353.107334@rls.cx>
7479      Branch: perl
7480            ! lib/Carp/Heavy.pm
7481 ____________________________________________________________________________
7482 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
7483         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
7484      Branch: perl
7485           !> win32/win32io.c
7486 ____________________________________________________________________________
7487 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
7488         Log: Subject: Re: [PATCH pod/perliol.pod] resend
7489              From: Stas Bekman <stas@stason.org>
7490              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
7491              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
7492      Branch: perl
7493            ! pod/perliol.pod
7494 ____________________________________________________________________________
7495 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
7496         Log: Fix up the APIs noone hopefully uses.
7497      Branch: perl
7498            ! utf8.c
7499 ____________________________________________________________________________
7500 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
7501         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
7502              Date: Wed, 19 Dec 2001 14:13:38 -0800
7503              From: Robert Spier <rspier@pobox.com>
7504              Message-ID: <15393.4370.605214.548582@rls.cx>
7505      Branch: perl
7506            ! lib/Carp.t lib/Carp/Heavy.pm
7507 ____________________________________________________________________________
7508 [ 13815] By: nick                                  on 2001/12/20  10:23:42
7509         Log: pTHX_ fixes for :win32 layer
7510      Branch: perlio
7511            ! win32/win32io.c
7512 ____________________________________________________________________________
7513 [ 13814] By: nick                                  on 2001/12/20  08:20:11
7514         Log: Integrate mainline (mostly) utf8.c does not compile.
7515      Branch: perlio
7516           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
7517           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7518           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7519           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7520           +> lib/Net/Ping/t/300_ping_stream.t
7521           !> Changes MANIFEST embed.h embed.pl embedvar.h
7522           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
7523           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
7524           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
7525           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
7526           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
7527 ____________________________________________________________________________
7528 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
7529         Log: Some bincompat clawbacks.
7530      Branch: perl
7531            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
7532            ! wince/perldll.def
7533 ____________________________________________________________________________
7534 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
7535         Log: gcc pacifying (RH 7.1/ia64).
7536      Branch: perl
7537            ! pp.c
7538 ____________________________________________________________________________
7539 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
7540         Log: Update Changes.
7541      Branch: perl
7542            ! Changes patchlevel.h
7543 ____________________________________________________________________________
7544 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
7545         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
7546              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7547              Date: Wed, 19 Dec 2001 12:35:07 +0100
7548              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
7549              
7550              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
7551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7552              Date: Wed, 19 Dec 2001 17:34:51 +0000
7553              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
7554      Branch: perl
7555            ! pod/perlre.pod
7556 ____________________________________________________________________________
7557 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
7558         Log: Integrate perlio.
7559      Branch: perl
7560           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7561           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
7562 ____________________________________________________________________________
7563 [ 13808] By: nick                                  on 2001/12/19  16:08:27
7564         Log: Add pTHX to all vtable functions for future-proofing and
7565              consistency of PerlIO layers.
7566      Branch: perlio
7567            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7568            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
7569 ____________________________________________________________________________
7570 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
7571         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
7572      Branch: perl
7573            ! ext/B/B/Assembler.pm
7574 ____________________________________________________________________________
7575 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
7576         Log: Reword the alarm explanation.
7577      Branch: perl
7578            ! pod/perlfunc.pod
7579 ____________________________________________________________________________
7580 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
7581         Log: Subject: [PATCH @13746] OS/2 build
7582              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
7583              Date: Wed, 19 Dec 2001 02:45:41 -0500
7584              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
7585              
7586              (skipped the t/TEST change)
7587      Branch: perl
7588            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
7589            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
7590            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
7591 ____________________________________________________________________________
7592 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
7593         Log: Upgrade to Net::Ping 2.09.
7594      Branch: perl
7595            + lib/Net/Ping/CHANGES lib/Net/Ping/README
7596            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
7597            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
7598            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
7599            + lib/Net/Ping/t/300_ping_stream.t
7600            ! MANIFEST lib/Net/Ping.pm
7601 ____________________________________________________________________________
7602 [ 13803] By: nick                                  on 2001/12/19  14:43:24
7603         Log: Integrate mainline
7604      Branch: perlio
7605           +> ext/B/t/assembler.t lib/lib.t
7606           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7607           !> lib/lib_pm.PL t/op/glob.t utf8.c
7608 ____________________________________________________________________________
7609 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
7610         Log: B::Assembler/B::Disassembler patches and test;
7611              from Wolfgang Laun.
7612              
7613              TODO: getting perlcc working.
7614      Branch: perl
7615            + ext/B/t/assembler.t
7616            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
7617 ____________________________________________________________________________
7618 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
7619         Log: Can't printf U8s as UVs.
7620      Branch: perl
7621            ! utf8.c
7622 ____________________________________________________________________________
7623 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
7624         Log: Subject: Re: [PATCH] ...while $var = glob(...)
7625              From: Robin Houston <robin@kitsite.com> 
7626              Date: Wed, 19 Dec 2001 13:48:55 +0000
7627              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
7628              
7629              Not exactly a glob test but internal-logically correct.
7630      Branch: perl
7631            ! t/op/glob.t
7632 ____________________________________________________________________________
7633 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
7634         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
7635              From: Michael G Schwern <schwern@pobox.com> 
7636              Date: Wed, 19 Dec 2001 07:42:54 -0500
7637              Message-ID: <20011219124254.GF8630@blackrider>
7638      Branch: perl
7639            + lib/lib.t
7640            ! MANIFEST lib/lib_pm.PL
7641 ____________________________________________________________________________
7642 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
7643         Log: Integrate with perlio.
7644      Branch: perl
7645           !> hv.c hv.h scope.c util.c
7646 ____________________________________________________________________________
7647 [ 13797] By: nick                                  on 2001/12/19  12:03:21
7648         Log: Remove the sometimes-lvalue cast
7649      Branch: perlio
7650            ! hv.h
7651 ____________________________________________________________________________
7652 [ 13796] By: nick                                  on 2001/12/19  11:02:27
7653         Log: alarm.t with -Uuseperlio fix
7654              - SA_RESTART should only be function of PERL_OLD_SIGNALS
7655              not USE_PERLIO
7656      Branch: perlio
7657            ! util.c
7658 ____________________________________________________________________________
7659 [ 13795] By: nick                                  on 2001/12/19  10:19:40
7660         Log: Fix READONLY hashes:
7661              1. Discovered need for disabled scope.c part of Jeff's patch.
7662              2. Corrected hv_delete* - entry was being de-linked from
7663              chain (patch program not smart enough?)
7664      Branch: perlio
7665            ! hv.c scope.c
7666 ____________________________________________________________________________
7667 [ 13794] By: nick                                  on 2001/12/19  09:35:13
7668         Log: Integrate mainline
7669      Branch: perlio
7670           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
7671           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
7672           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
7673           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
7674           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
7675 ____________________________________________________________________________
7676 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
7677         Log: Regen toc.
7678      Branch: perl
7679            ! pod/perltoc.pod
7680 ____________________________________________________________________________
7681 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
7682         Log: FAQ sync.
7683      Branch: perl
7684            ! pod/perlfaq5.pod
7685 ____________________________________________________________________________
7686 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
7687         Log: Reformat round.
7688      Branch: perl
7689            ! pod/perlunicode.pod
7690 ____________________________________________________________________________
7691 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
7692         Log: Subject: [PATCH] pod/perlunicode.pod
7693              From: Jeffrey Friedl <jfriedl@yahoo.com>
7694              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
7695              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
7696      Branch: perl
7697            ! pod/perlunicode.pod
7698 ____________________________________________________________________________
7699 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
7700         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
7701              From: Jeffrey Friedl <jfriedl@yahoo.com>
7702              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
7703              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
7704      Branch: perl
7705            ! pod/perluniintro.pod
7706 ____________________________________________________________________________
7707 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
7708         Log: Slight pod reformatting.
7709      Branch: perl
7710            ! pod/perluniintro.pod
7711 ____________________________________________________________________________
7712 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
7713         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
7714              From: Jeffrey Friedl <jfriedl@yahoo.com>    
7715              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
7716              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
7717      Branch: perl
7718            ! pod/perluniintro.pod
7719 ____________________________________________________________________________
7720 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
7721         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
7722              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7723              Date: Wed, 19 Dec 2001 01:45:23 +0000
7724              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
7725      Branch: perl
7726            ! sv.c
7727 ____________________________________________________________________________
7728 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
7729         Log: Subject: Porting/checkURL.pl
7730              From: abigail@foad.org
7731              Date: Tue, 18 Dec 2001 19:03:22 +0100          
7732              Message-ID: <20011218180322.8278.qmail@foad.org> 
7733      Branch: perl
7734            ! Porting/checkURL.pl
7735 ____________________________________________________________________________
7736 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
7737         Log: metaconfig unit change for #13783.
7738      Branch: metaconfig
7739            ! U/modified/Loc.U
7740 ____________________________________________________________________________
7741 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
7742         Log: A bit too oversweeping matching in #13778.
7743      Branch: perl
7744            ! Configure
7745 ____________________________________________________________________________
7746 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
7747         Log: Re-gen Configure based on #13778..13781.
7748      Branch: perl
7749            ! Configure config_h.SH
7750 ____________________________________________________________________________
7751 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
7752         Log: First assume that crypt() can live happy normal life in
7753              the libc or the moral equivalent; only then try magic.
7754      Branch: metaconfig
7755            + U/modified/d_crypt.U
7756 ____________________________________________________________________________
7757 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
7758         Log: In VOS ACLs confuse the testing.
7759      Branch: metaconfig
7760            ! U/modified/Findhdr.U
7761 ____________________________________________________________________________
7762 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
7763         Log: Either make or gmake.
7764      Branch: metaconfig
7765            ! U/modified/Loc.U
7766 ____________________________________________________________________________
7767 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
7768         Log: If your _exe is different from .exe and your test -f $foo
7769              doesn't do magic to recognize $foo$_exe, you will need to
7770              specify -D_exe=... on command line-- and this patch.
7771      Branch: metaconfig
7772            + U/modified/sh.U
7773            ! U/modified/Loc.U
7774 ____________________________________________________________________________
7775 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
7776         Log: Fix the bugs in #13768..13776, and regen Configure.
7777      Branch: metaconfig
7778            ! U/compline/nblock_io.U U/modified/Findhdr.U
7779            ! U/modified/spitshell.U
7780      Branch: metaconfig/U/perl
7781            ! issymlink.U perlpath.U
7782      Branch: perl
7783            ! Configure config_h.SH
7784 ____________________________________________________________________________
7785 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
7786         Log: Must test with $_exe. (There are plenty of similar
7787              spots earlier but they are a tad more complex to fix
7788              since they come before the hints are run.)
7789      Branch: metaconfig
7790            + U/modified/yacc.U
7791 ____________________________________________________________________________
7792 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
7793         Log: F_SETFL might require <fcntl.h>
7794      Branch: metaconfig
7795            ! U/compline/nblock_io.U
7796 ____________________________________________________________________________
7797 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
7798         Log: Don't require make; have both make and gmake optional.
7799              (Maybe have a check that at least one of them is available?)
7800      Branch: metaconfig
7801            ! U/modified/Loc.U
7802 ____________________________________________________________________________
7803 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
7804         Log: cat might be farther than /bin or /usr/bin.
7805      Branch: metaconfig
7806            ! U/modified/spitshell.U
7807 ____________________________________________________________________________
7808 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
7809         Log: In VOS the path component separator is >, not /.
7810      Branch: metaconfig
7811            ! U/modified/Findhdr.U
7812 ____________________________________________________________________________
7813 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
7814         Log: The VOS shell doesn't implement the ? wildcard
7815              (? is used for other purposes, I assume); but
7816              it does implement the * wildcard, and that works
7817              in the general case just fine.
7818      Branch: metaconfig/U/perl
7819            ! d_dlsymun.U
7820 ____________________________________________________________________________
7821 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
7822         Log: VOS detection.
7823      Branch: metaconfig
7824            ! U/modified/Oldconfig.U
7825 ____________________________________________________________________________
7826 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
7827         Log: Proper path for VOS.
7828      Branch: metaconfig
7829            ! U/modified/Head.U
7830 ____________________________________________________________________________
7831 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
7832         Log: Change s/>& 4/>&4/g for consistency.
7833      Branch: metaconfig
7834            + U/modified/d_dosuid.U
7835            ! U/modified/d_socket.U
7836      Branch: metaconfig/U/perl
7837            ! issymlink.U perlxvf.U
7838 ____________________________________________________________________________
7839 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
7840         Log: Subject: Re: Benchmark.t failure on Linux
7841              From: Nicholas Clark <nick@ccl4.org>
7842              Date: Tue, 18 Dec 2001 22:51:25 +0000
7843              Message-ID: <20011218225124.N21702@plum.flirble.org>
7844      Branch: perl
7845            ! lib/Benchmark.t
7846 ____________________________________________________________________________
7847 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
7848         Log: Re-applying #13752 until a better solution can be found.
7849      Branch: perl
7850            ! lib/ExtUtils/t/MM_Unix.t
7851 ____________________________________________________________________________
7852 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
7853         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
7854              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
7855              Date: Tue, 18 Dec 2001 12:05:40 -0500
7856              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
7857      Branch: perl
7858            ! lib/Exporter.pm
7859 ____________________________________________________________________________
7860 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
7861         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
7862              findings -- some of the warnings I can't explain except
7863              by NVgf being detected wrong, though.
7864      Branch: perl
7865            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
7866 ____________________________________________________________________________
7867 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
7868         Log: Subject: [PATCH] pod/perluniintro.pod
7869              From: Jeffrey Friedl <jfriedl@yahoo.com>
7870              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
7871              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
7872      Branch: perl
7873            ! pod/perluniintro.pod
7874 ____________________________________________________________________________
7875 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
7876         Log: ".pm" is the native executable suffix in VOS.
7877      Branch: perl
7878            ! hints/vos.sh
7879 ____________________________________________________________________________
7880 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
7881         Log: Integrate perlio;
7882              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
7883      Branch: perl
7884           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
7885 ____________________________________________________________________________
7886 [ 13760] By: nick                                  on 2001/12/18  15:55:22
7887         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
7888              - added delete of READONLY value inhibit & test for same
7889              - re-tabbed
7890      Branch: perlio
7891            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
7892 ____________________________________________________________________________
7893 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
7894         Log: (Undone by #13766.)
7895              Retract #13752.
7896      Branch: perl
7897            ! lib/ExtUtils/t/MM_Unix.t
7898 ____________________________________________________________________________
7899 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
7900         Log: Echoes of #13757.
7901      Branch: perl
7902            ! t/lib/warnings/utf8
7903 ____________________________________________________________________________
7904 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
7905         Log: Make the utf8 malformedness messages more verbose.
7906      Branch: perl
7907            ! lib/utf8.t utf8.c
7908 ____________________________________________________________________________
7909 [ 13756] By: nick                                  on 2001/12/18  14:43:58
7910         Log: Integrate mainline
7911      Branch: perlio
7912           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
7913           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
7914           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
7915           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
7916           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
7917           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
7918            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
7919            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
7920            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
7921            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
7922            - lib/ExtUtils/testlib.t
7923           !> (integrate 28 files)
7924 ____________________________________________________________________________
7925 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
7926         Log: README.aix updates from Jens-Uwe Mager.
7927      Branch: perl
7928            ! README.aix
7929 ____________________________________________________________________________
7930 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
7931         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
7932              From: Michael G Schwern <schwern@pobox.com>
7933              Date: Tue, 18 Dec 2001 00:58:18 -0500
7934              Message-ID: <20011218055818.GC4362@blackrider>
7935      Branch: perl
7936            ! lib/Benchmark.t
7937 ____________________________________________________________________________
7938 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
7939         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
7940              From: Michael G Schwern <schwern@pobox.com>
7941              Date: Tue, 18 Dec 2001 00:40:38 -0500
7942              Message-ID: <20011218054038.GB4362@blackrider>
7943      Branch: perl
7944            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
7945 ____________________________________________________________________________
7946 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
7947         Log: (reintroduced by #13766)
7948              (retracted by #13759)
7949              
7950              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
7951              From: Michael G Schwern <schwern@pobox.com>  
7952              Date: Tue, 18 Dec 2001 00:00:23 -0500
7953              Message-ID: <20011218050023.GA27893@blackrider>
7954      Branch: perl
7955            ! lib/ExtUtils/t/MM_Unix.t
7956 ____________________________________________________________________________
7957 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
7958         Log: Re-patch #13749.
7959      Branch: perl
7960            ! t/op/glob.t
7961 ____________________________________________________________________________
7962 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
7963         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
7964              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7965              Date: Tue, 18 Dec 2001 12:55:43 +0000
7966              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
7967      Branch: perl
7968            ! ext/Devel/Peek/Peek.pm
7969 ____________________________________________________________________________
7970 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
7971         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
7972              From: Robin Houston <robin@kitsite.com> 
7973              Date: Tue, 18 Dec 2001 14:54:33 +0000
7974              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
7975      Branch: perl
7976            ! t/op/glob.t
7977 ____________________________________________________________________________
7978 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
7979         Log: Subject: [PATCH] slightly more for Exporter.pm
7980              From: Nicholas Clark <nick@ccl4.org>
7981              Date: Tue, 18 Dec 2001 00:22:03 +0000
7982              Message-ID: <20011218002203.M21702@plum.flirble.org>
7983      Branch: perl
7984            ! lib/Exporter.pm
7985 ____________________________________________________________________________
7986 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
7987         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
7988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7989              Date: Mon, 17 Dec 2001 16:37:18 +0100
7990              Message-ID: <20011217163718.A2292@rafael>
7991              
7992              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
7993              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7994              Date: Mon, 17 Dec 2001 23:17:06 +0100
7995              Message-ID: <20011217231706.A730@rafael>
7996      Branch: perl
7997            ! pod/perlsub.pod pp.c toke.c
7998 ____________________________________________________________________________
7999 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
8000         Log: Update Changes.
8001      Branch: perl
8002            ! Changes patchlevel.h
8003 ____________________________________________________________________________
8004 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
8005         Log: New test warrants a MANIFEST entry.
8006      Branch: perl
8007            ! MANIFEST
8008 ____________________________________________________________________________
8009 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
8010         Log: Subject: Re: [PATCH] ...while $var = glob(...)
8011              From: Robin Houston <robin@kitsite.com>
8012              Date: Mon, 17 Dec 2001 20:27:30 +0000
8013              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
8014              
8015              Can't portably unlink open files.
8016      Branch: perl
8017            ! t/op/glob.t
8018 ____________________________________________________________________________
8019 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
8020         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
8021      Branch: perl
8022            ! pod/perluniintro.pod
8023 ____________________________________________________________________________
8024 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
8025         Log: Move typeglob test from glob.t to gv.t.
8026      Branch: perl
8027            ! t/op/glob.t t/op/gv.t
8028 ____________________________________________________________________________
8029 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
8030         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
8031              From: Robin Houston <robin@kitsite.com> 
8032              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
8033              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
8034      Branch: perl
8035            ! t/op/glob.t
8036 ____________________________________________________________________________
8037 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
8038         Log: Demote the surrogate and non-character errors to warnings.
8039      Branch: perl
8040            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
8041 ____________________________________________________________________________
8042 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
8043         Log: Subject: [PATCH] more POSIX tests, and more autoloading
8044              From: Nicholas Clark <nick@ccl4.org>
8045              Date: Mon, 17 Dec 2001 18:27:47 +0000
8046              Message-ID: <20011217182747.D21702@plum.flirble.org>
8047      Branch: perl
8048            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
8049 ____________________________________________________________________________
8050 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
8051         Log: Subject: [PATCH] ...while $var = glob(...)
8052              From: Robin Houston <robin@kitsite.com> 
8053              Date: Mon, 17 Dec 2001 15:51:54 +0000
8054              Message-ID: <20011217155153.A311@robin.kitsite.com>
8055      Branch: perl
8056            ! op.c
8057 ____________________________________________________________________________
8058 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
8059         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
8060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8061              Date: Mon, 17 Dec 2001 15:23:01 +0100
8062              Message-ID: <20011217152301.A704@rafael>
8063      Branch: perl
8064            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
8065 ____________________________________________________________________________
8066 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
8067         Log: The system() vs $SIG{ARLM} is no more a todo.
8068      Branch: perl
8069            ! t/op/alarm.t
8070 ____________________________________________________________________________
8071 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
8072         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
8073              From: Michael G Schwern <schwern@pobox.com>
8074              Date: Sun, 16 Dec 2001 23:59:01 -0500
8075              Message-ID: <20011217045901.GL17232@blackrider>
8076      Branch: perl
8077            + t/op/alarm.t
8078            ! MANIFEST
8079 ____________________________________________________________________________
8080 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
8081         Log: s/UNIX/Unix/
8082      Branch: perl
8083            ! MANIFEST
8084 ____________________________________________________________________________
8085 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
8086         Log: Move ExtUtils tests to lib/ExtUtils/t.
8087      Branch: perl
8088            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
8089            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
8090            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
8091            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
8092            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
8093            + lib/ExtUtils/t/testlib.t
8094            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
8095            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
8096            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
8097            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
8098            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
8099            ! MANIFEST
8100 ____________________________________________________________________________
8101 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
8102         Log: Subject: [PATCH] MM_Unix tests, and some questions
8103              From: Tels <perl_dummy@bloodgate.com>
8104              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
8105              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
8106              
8107              Subject: Re: [PATCH] MM_Unix tests, and some questions
8108              From: Tels <perl_dummy@bloodgate.com>
8109              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
8110              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
8111      Branch: perl
8112            + lib/ExtUtils/MM_Unix.t
8113            ! MANIFEST lib/ExtUtils/MM_Unix.pm
8114 ____________________________________________________________________________
8115 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
8116         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
8117              From: Michael G Schwern <schwern@pobox.com>
8118              Date: Sun, 16 Dec 2001 17:53:55 -0500
8119              Message-ID: <20011216225354.GE8900@blackrider>
8120      Branch: perl
8121            ! lib/ExtUtils/MM_Unix.pm
8122 ____________________________________________________________________________
8123 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
8124         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
8125              From: Michael G Schwern <schwern@pobox.com>                
8126              Date: Sun, 16 Dec 2001 16:12:55 -0500
8127              Message-ID: <20011216211255.GV8900@blackrider>
8128      Branch: perl
8129            ! ext/B/B/Deparse.pm
8130 ____________________________________________________________________________
8131 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
8132         Log: Subject: [PATCH] Exporter.pm
8133              From: Nicholas Clark <nick@ccl4.org>
8134              Date: Sun, 16 Dec 2001 19:24:25 +0000
8135              Message-ID: <20011216192425.R21702@plum.flirble.org>
8136      Branch: perl
8137            ! lib/Exporter.pm
8138 ____________________________________________________________________________
8139 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
8140         Log: Subject: [PATCH] Exporter.t (and question)
8141              From: Nicholas Clark <nick@ccl4.org>
8142              Date: Sun, 16 Dec 2001 17:24:55 +0000
8143              Message-ID: <20011216172455.P21702@plum.flirble.org>
8144      Branch: perl
8145            ! lib/Exporter.t
8146 ____________________________________________________________________________
8147 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
8148         Log: Subject: Re: perl@13661
8149              From: "John P. Linderman" <jpl@research.att.com>              
8150              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
8151              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
8152      Branch: perl
8153            ! pp_sort.c
8154 ____________________________________________________________________________
8155 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
8156         Log: Subject: Will the real Unicode encoding please stand up?
8157              From: Jeffrey Friedl <jfriedl@yahoo.com>
8158              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
8159              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
8160      Branch: perl
8161            ! pod/perluniintro.pod
8162 ____________________________________________________________________________
8163 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
8164         Log: Integrate perlio; interruptable system().
8165      Branch: perl
8166           !> util.c
8167 ____________________________________________________________________________
8168 [ 13724] By: nick                                  on 2001/12/17  09:16:50
8169         Log: Fix for alarm() breaking into wait*().
8170              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
8171              signal handler before caller re-does the system call.
8172      Branch: perlio
8173            ! util.c
8174 ____________________________________________________________________________
8175 [ 13723] By: nick                                  on 2001/12/17  07:45:13
8176         Log: Integrate mainline
8177      Branch: perlio
8178           +> (branch 26 files)
8179           !> (integrate 47 files)
8180 ____________________________________________________________________________
8181 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
8182         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
8183              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
8184              and characters beyond 0x10FFF should be disallowed, too,
8185              but some tests would need changing, but more importantly some
8186              APIs would need remodeling since one can easily generate such
8187              characters either by bitwise complements, tr complements, or
8188              v-strings.
8189      Branch: perl
8190            ! pod/perldiag.pod utf8.c
8191 ____________________________________________________________________________
8192 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
8193         Log: Make surrogates illegal also on EBCDIC.
8194      Branch: perl
8195            ! utf8.c
8196 ____________________________________________________________________________
8197 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
8198         Log: Subject: [patch @13687] Unicode::Collate 0.10
8199              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
8200              Date: Sun, 16 Dec 2001 21:22:12 +0900
8201              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
8202      Branch: perl
8203            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8204            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8205 ____________________________________________________________________________
8206 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
8207         Log: More documentation for the encoding pragma.
8208      Branch: perl
8209            ! lib/encoding.pm
8210 ____________________________________________________________________________
8211 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
8212         Log: Subject: [PATCH] lib/open.pm 
8213              From: Jeffrey Friedl <jfriedl@yahoo.com>
8214              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
8215              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
8216      Branch: perl
8217            ! lib/open.pm
8218 ____________________________________________________________________________
8219 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
8220         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
8221              From: chromatic <chromatic@rmci.net>
8222              Date: Sat, 15 Dec 2001 23:24:40 -0700
8223              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
8224      Branch: perl
8225            + lib/ExtUtils/Installed.t
8226            ! MANIFEST
8227 ____________________________________________________________________________
8228 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
8229         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
8230              From: Michael G Schwern <schwern@pobox.com>
8231              Date: Sun, 16 Dec 2001 01:14:00 -0500
8232              Message-ID: <20011216061400.GC8900@blackrider>
8233      Branch: perl
8234            ! lib/diagnostics.pm
8235 ____________________________________________________________________________
8236 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
8237         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
8238              From: Michael G Schwern <schwern@pobox.com>
8239              Date: Sun, 16 Dec 2001 01:12:42 -0500
8240              Message-ID: <20011216061242.GB8900@blackrider>
8241      Branch: perl
8242            ! t/test.pl
8243 ____________________________________________________________________________
8244 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
8245         Log: I sometimes outsmart myself.
8246      Branch: perl
8247            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
8248 ____________________________________________________________________________
8249 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
8250         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
8251              From: Michael G Schwern <schwern@pobox.com>
8252              Date: Sat, 15 Dec 2001 15:08:29 -0500
8253              Message-ID: <20011215200829.GK1548@blackrider>
8254      Branch: perl
8255            ! lib/AutoSplit.pm
8256 ____________________________________________________________________________
8257 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
8258         Log: perlunicode enchancements suggested by Jeffrey Friedl.
8259      Branch: perl
8260            ! pod/perlunicode.pod
8261 ____________________________________________________________________________
8262 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
8263         Log: Subject: [PATCH] perlunicode.pod
8264              From: Jeffrey Friedl <jfriedl@yahoo.com>
8265              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
8266              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
8267      Branch: perl
8268            ! pod/perlunicode.pod
8269 ____________________________________________________________________________
8270 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
8271         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
8272              From: Jeffrey Friedl <jfriedl@yahoo.com>
8273              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
8274              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
8275      Branch: perl
8276            ! lib/utf8_heavy.pl
8277 ____________________________________________________________________________
8278 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
8279         Log: Can't create surrogates; so can't match them, either.
8280      Branch: perl
8281            ! pod/perlunicode.pod
8282 ____________________________________________________________________________
8283 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
8284         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
8285              From: Michael G Schwern <schwern@pobox.com>
8286              Date: Sat, 15 Dec 2001 21:20:35 -0500
8287              Message-ID: <20011216022035.GE5672@blackrider>
8288      Branch: perl
8289            ! t/test.pl
8290 ____________________________________________________________________________
8291 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
8292         Log: Make creating UTF-8 surrogates a punishable act.
8293      Branch: perl
8294            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
8295 ____________________________________________________________________________
8296 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
8297         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
8298      Branch: perl
8299            + lib/unicore/In/172.pl lib/unicore/In/173.pl
8300            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
8301            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
8302            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
8303            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
8304            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
8305 ____________________________________________________________________________
8306 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
8307         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
8308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8309              Date: Sat, 15 Dec 2001 23:21:43 +0100
8310              Message-ID: <20011215232143.A11790@rafael>
8311      Branch: perl
8312            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8313 ____________________________________________________________________________
8314 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
8315         Log: Make charnames more robust.
8316      Branch: perl
8317            ! lib/charnames.pm
8318 ____________________________________________________________________________
8319 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
8320         Log: The hoops one has to jump through.
8321      Branch: perl
8322            ! ext/I18N/Langinfo/Langinfo.pm
8323 ____________________________________________________________________________
8324 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
8325         Log: Subject: [PATCH] perlstyle.pod nit on warnings
8326              From: Autrijus Tang <autrijus@egb.elixus.org>
8327              Date: Sat, 15 Dec 2001 04:24:34 -0800
8328              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
8329      Branch: perl
8330            ! pod/perlstyle.pod
8331 ____________________________________________________________________________
8332 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
8333         Log: I don't think we are in FooOS, Toto.
8334      Branch: perl
8335            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
8336 ____________________________________________________________________________
8337 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
8338         Log: Subject: Re: Untested modules update:  There's more than we thought
8339              From: chromatic <chromatic@rmci.net>
8340              Date: Fri, 14 Dec 2001 17:20:24 -0700
8341              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
8342      Branch: perl
8343            + lib/ExtUtils/MM_Cygwin.t
8344            ! MANIFEST
8345 ____________________________________________________________________________
8346 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
8347         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
8348              From: Michael G Schwern <schwern@pobox.com> 
8349              Date: Fri, 14 Dec 2001 20:59:42 -0500
8350              Message-ID: <20011215015942.GF28596@blackrider>
8351      Branch: perl
8352            ! t/TEST
8353 ____________________________________________________________________________
8354 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
8355         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
8356              From: Michael G Schwern <schwern@pobox.com> 
8357              Date: Fri, 14 Dec 2001 20:03:46 -0500
8358              Message-ID: <20011215010346.GD28596@blackrider>
8359      Branch: perl
8360            + ext/B/t/bblock.t
8361            ! MANIFEST
8362 ____________________________________________________________________________
8363 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
8364         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
8365              From: Michael G Schwern <schwern@pobox.com> 
8366              Date: Fri, 14 Dec 2001 19:59:13 -0500
8367              Message-ID: <20011215005913.GC28596@blackrider>
8368      Branch: perl
8369            ! ext/B/B/Bblock.pm
8370 ____________________________________________________________________________
8371 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
8372         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
8373              From: Michael G Schwern <schwern@pobox.com> 
8374              Date: Fri, 14 Dec 2001 19:36:12 -0500
8375              Message-ID: <20011215003611.GA28596@blackrider>
8376      Branch: perl
8377            + ext/B/t/asmdata.t
8378            ! MANIFEST
8379 ____________________________________________________________________________
8380 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
8381         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
8382              From: Michael G Schwern <schwern@pobox.com> 
8383              Date: Fri, 14 Dec 2001 19:14:14 -0500
8384              Message-ID: <20011215001414.GA25077@blackrider>
8385      Branch: perl
8386            ! bytecode.pl ext/B/B/Asmdata.pm
8387 ____________________________________________________________________________
8388 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
8389         Log: Permissions.
8390      Branch: perl
8391            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
8392            ! ext/Devel/PPPort/module3.c
8393 ____________________________________________________________________________
8394 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
8395         Log: Benchmark test from Nicholas Clark.
8396      Branch: perl
8397            + lib/Benchmark.t
8398            ! MANIFEST lib/Benchmark.pm
8399 ____________________________________________________________________________
8400 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
8401         Log: Mithing.
8402      Branch: perl
8403            + lib/Attribute/Handlers/demo/demo2.pl
8404            + lib/Attribute/Handlers/demo/demo3.pl
8405            + lib/Attribute/Handlers/demo/demo4.pl
8406 ____________________________________________________________________________
8407 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
8408         Log: Silence compiler worries found by Schwern/Digital cc.
8409      Branch: perl
8410            ! perlio.c sv.c x2p/str.c
8411 ____________________________________________________________________________
8412 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
8413         Log: User may not have a valid home directory even if
8414              getpwuid() succedds.
8415      Branch: perl
8416            ! ext/File/Glob/t/basic.t
8417 ____________________________________________________________________________
8418 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
8419         Log: Integrate with perlio.  (No changes, but that's okay.)
8420      Branch: perl
8421           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
8422 ____________________________________________________________________________
8423 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
8424         Log: Add a Configure hints file for VOS: the POSIX support
8425              of VOS is getting close to the point where it can run
8426              Configure (some Configure tweaks will be required).
8427      Branch: perl
8428            + hints/vos.sh
8429            ! MANIFEST
8430 ____________________________________________________________________________
8431 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
8432         Log: Update Changes.
8433      Branch: perl
8434            ! Changes patchlevel.h
8435 ____________________________________________________________________________
8436 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
8437         Log: Reintroduce Attribute::Handlers with Spider's fixes.
8438      Branch: perl
8439            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8440            + lib/Attribute/Handlers/README
8441            + lib/Attribute/Handlers/demo/Demo.pm
8442            + lib/Attribute/Handlers/demo/Descriptions.pm
8443            + lib/Attribute/Handlers/demo/MyClass.pm
8444            + lib/Attribute/Handlers/demo/demo.pl
8445            + lib/Attribute/Handlers/demo/demo_call.pl
8446            + lib/Attribute/Handlers/demo/demo_chain.pl
8447            + lib/Attribute/Handlers/demo/demo_cycle.pl
8448            + lib/Attribute/Handlers/demo/demo_hashdir.pl
8449            + lib/Attribute/Handlers/demo/demo_phases.pl
8450            + lib/Attribute/Handlers/demo/demo_range.pl
8451            + lib/Attribute/Handlers/demo/demo_rawdata.pl
8452            + lib/Attribute/Handlers/t/multi.t
8453            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
8454 ____________________________________________________________________________
8455 [ 13685] By: nick                                  on 2001/12/14  15:57:00
8456         Log: Integrate mainline
8457      Branch: perlio
8458           +> t/run/switcht.t
8459           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
8460           !> perlapi.h pod/perlrun.pod t/TEST taint.c
8461 ____________________________________________________________________________
8462 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
8463         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
8464              From: Michael G Schwern <schwern@pobox.com> 
8465              Date: Thu, 13 Dec 2001 19:27:08 -0500
8466              Message-ID: <20011214002707.GA10532@blackrider>
8467              
8468              (reword the perlrun -t description a bit,
8469              and move the Itaint_warn to the bottom of
8470              the intrpvar.h for binary compatibility)
8471      Branch: perl
8472            + t/run/switcht.t
8473            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
8474            ! perlapi.h pod/perlrun.pod t/TEST taint.c
8475 ____________________________________________________________________________
8476 [ 13683] By: nick                                  on 2001/12/14  12:29:41
8477         Log: Integrate mainline
8478      Branch: perlio
8479           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
8480           +> lib/Term/ReadLine.t t/op/hashassign.t
8481            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
8482            - lib/Attribute/Handlers/README
8483            - lib/Attribute/Handlers/demo/Demo.pm
8484            - lib/Attribute/Handlers/demo/Descriptions.pm
8485            - lib/Attribute/Handlers/demo/MyClass.pm
8486            - lib/Attribute/Handlers/demo/demo.pl
8487            - lib/Attribute/Handlers/demo/demo2.pl
8488            - lib/Attribute/Handlers/demo/demo3.pl
8489            - lib/Attribute/Handlers/demo/demo4.pl
8490            - lib/Attribute/Handlers/demo/demo_call.pl
8491            - lib/Attribute/Handlers/demo/demo_chain.pl
8492            - lib/Attribute/Handlers/demo/demo_cycle.pl
8493            - lib/Attribute/Handlers/demo/demo_hashdir.pl
8494            - lib/Attribute/Handlers/demo/demo_phases.pl
8495            - lib/Attribute/Handlers/demo/demo_range.pl
8496            - lib/Attribute/Handlers/demo/demo_rawdata.pl
8497            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
8498           !> (integrate 101 files)
8499 ____________________________________________________________________________
8500 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
8501         Log: Detypo.
8502      Branch: perl
8503            ! utf8.c
8504 ____________________________________________________________________________
8505 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
8506         Log: Buffer overflow checks.
8507      Branch: perl
8508            ! utf8.c
8509 ____________________________________________________________________________
8510 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
8511         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
8512              From: Spider Boardman <spider@leggy.zk3.dec.com>
8513              Date: Thu, 13 Dec 2001 15:32:51 -0500
8514              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
8515      Branch: perl
8516            ! lib/ExtUtils/Embed.t
8517 ____________________________________________________________________________
8518 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
8519         Log: More on the Unicode "line" definition.
8520      Branch: perl
8521            ! pod/perlunicode.pod
8522 ____________________________________________________________________________
8523 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
8524         Log: Open-ended VERSION?
8525      Branch: perl
8526            ! lib/ExtUtils/Install.pm
8527 ____________________________________________________________________________
8528 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
8529         Log: Subject: [PATCH] Better make distclean
8530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8531              Date: Thu, 13 Dec 2001 21:10:18 +0100
8532              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
8533      Branch: perl
8534            ! Makefile.SH
8535 ____________________________________________________________________________
8536 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
8537         Log: Remove Memoize::Saves as requested by mjd.
8538      Branch: perl
8539            - lib/Memoize/Saves.pm
8540            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
8541 ____________________________________________________________________________
8542 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
8543         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
8544              From: Michael G Schwern <schwern@pobox.com>
8545              Date: Tue, 11 Dec 2001 23:17:32 -0500
8546              Message-ID: <20011212041732.GS17250@blackrider>
8547      Branch: perl
8548            ! lib/ExtUtils/Install.pm
8549 ____________________________________________________________________________
8550 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
8551         Log: Subject: [PATCH] Re: use utf8; with bad utf8
8552              From: Nicholas Clark <nick@ccl4.org>
8553              Date: Thu, 13 Dec 2001 17:09:39 +0000
8554              Message-ID: <20011213170939.L21702@plum.flirble.org>
8555      Branch: perl
8556            ! t/lib/1_compile.t
8557 ____________________________________________________________________________
8558 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
8559         Log: Subject: (LONG!) Sort benchmarks and patch
8560              From: "John P. Linderman" <jpl@research.att.com>
8561              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
8562              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
8563      Branch: perl
8564            ! pp_sort.c
8565 ____________________________________________________________________________
8566 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
8567         Log: Unadorned numbers evil.
8568      Branch: perl
8569            ! pp.c regcomp.c regexec.c utf8.c utf8.h
8570 ____________________________________________________________________________
8571 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
8572         Log: "preprocessing directive not recognized within macro arg"
8573      Branch: perl
8574            ! ext/Data/Dumper/Dumper.xs
8575 ____________________________________________________________________________
8576 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
8577         Log: Subject: Clarifying the documentation of goto            
8578              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
8579              Date: Thu, 13 Dec 2001 08:57:38 -0500
8580              Message-ID: <3C18BD8B@operamail.com>
8581      Branch: perl
8582            ! pod/perlfunc.pod
8583 ____________________________________________________________________________
8584 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
8585         Log: It could be possible for the case-insensitive
8586              Unicode-aware string comparison to wander off
8587              to the la-la land.
8588      Branch: perl
8589            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
8590            ! regexec.c utf8.c
8591 ____________________________________________________________________________
8592 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
8593         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
8594              From: Michael G Schwern <schwern@pobox.com> 
8595              Date: Wed, 12 Dec 2001 21:53:46 -0500
8596              Message-ID: <20011213025346.GH25129@blackrider>
8597      Branch: perl
8598            ! lib/Net/hostent.t t/op/stat.t t/test.pl
8599 ____________________________________________________________________________
8600 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
8601         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
8602              From: Michael G Schwern <schwern@pobox.com> 
8603              Date: Wed, 12 Dec 2001 20:33:42 -0500
8604              Message-ID: <20011213013342.GX25129@blackrider>
8605      Branch: perl
8606            ! t/io/fs.t
8607 ____________________________________________________________________________
8608 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
8609         Log: Subject: Re: [PATCH] use utf8; tests
8610              From: Nicholas Clark <nick@ccl4.org>
8611              Date: Thu, 13 Dec 2001 00:16:58 +0000
8612              Message-ID: <20011213001658.I21702@plum.flirble.org>
8613      Branch: perl
8614            ! lib/utf8.t
8615 ____________________________________________________________________________
8616 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
8617         Log: EPOC fixes from Olaf Flebbe.
8618      Branch: perl
8619            ! README.epoc epoc/config.sh epoc/createpkg.pl
8620            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
8621 ____________________________________________________________________________
8622 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
8623         Log: Subject: [PATCH perl@13661] VMS test fix-ups
8624              From: "Craig A. Berry" <craigberry@mac.com>
8625              Date: Wed, 12 Dec 2001 16:27:48 -0600
8626              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
8627      Branch: perl
8628            ! lib/Net/hostent.t t/io/fs.t
8629 ____________________________________________________________________________
8630 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
8631         Log: Subject: Re: Next cygwin round.
8632              From: "Gerrit P. Haase" <gp@familiehaase.de>
8633              Date: Wed, 12 Dec 2001 21:59:00 +0100
8634              Message-ID: <122343874595.20011212215900@familiehaase.de>
8635      Branch: perl
8636            ! t/io/fs.t
8637 ____________________________________________________________________________
8638 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
8639         Log: Subject: [PATCH] use utf8; tests
8640              From: Nicholas Clark <nick@ccl4.org>
8641              Date: Wed, 12 Dec 2001 20:07:04 +0000
8642              Message-ID: <20011212200704.E21702@plum.flirble.org>
8643      Branch: perl
8644            ! lib/utf8.t t/test.pl
8645 ____________________________________________________________________________
8646 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
8647         Log: Update Changes.
8648      Branch: perl
8649            ! Changes patchlevel.h
8650 ____________________________________________________________________________
8651 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
8652         Log: Subject: [PATCH] Passing in env to perl_parse did not work
8653              From: Gisle Aas <gisle@ActiveState.com>
8654              Date: 11 Dec 2001 20:52:57 -0800
8655              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
8656      Branch: perl
8657            ! perl.c perl.h
8658 ____________________________________________________________________________
8659 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
8660         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
8661              mostly gcc -Wall complaining about the argument of %p not
8662              being a void *.
8663      Branch: perl
8664            ! perlio.c regcomp.c taint.c toke.c
8665 ____________________________________________________________________________
8666 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
8667         Log: metaconfig unit change for #13657.
8668      Branch: metaconfig
8669            ! U/modified/nis.U
8670 ____________________________________________________________________________
8671 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
8672         Log: Try YP/NIS also from /usr/lib/yp.
8673      Branch: perl
8674            ! Configure
8675 ____________________________________________________________________________
8676 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
8677         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
8678              From: Michael G Schwern <schwern@pobox.com>                
8679              Date: Wed, 12 Dec 2001 05:27:02 -0500      
8680              Message-ID: <20011212102702.GW17250@blackrider>
8681              
8682              (the op/grent part)
8683      Branch: perl
8684            ! t/op/grent.t
8685 ____________________________________________________________________________
8686 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
8687         Log: Weed out .files from ls and readdir() results.
8688      Branch: perl
8689            ! t/op/stat.t
8690 ____________________________________________________________________________
8691 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
8692         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
8693              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
8694              Date: Wed, 12 Dec 2001 10:52:21 +0100
8695              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
8696      Branch: perl
8697            ! lib/File/Find.pm
8698 ____________________________________________________________________________
8699 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
8700         Log: Subject: [PATCH] doio fatal on cygwin for 13651
8701              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
8702              Date: Wed, 12 Dec 2001 11:28:13 +0100      
8703              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
8704      Branch: perl
8705            ! doio.c
8706 ____________________________________________________________________________
8707 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
8708         Log: Get the whole line of ls, makes debugging easier
8709              (from Schwern)
8710      Branch: perl
8711            ! t/op/stat.t
8712 ____________________________________________________________________________
8713 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
8714         Log: rename() must be tested even without link()
8715              or the utime() and rename-directory tests fail.
8716              (Also got the BeOS utime atime/time the wrong way round.)
8717      Branch: perl
8718            ! t/io/fs.t
8719 ____________________________________________________________________________
8720 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
8721         Log: Now that the beos.c is compiled at the main level
8722              the header is in the beos/
8723      Branch: perl
8724            ! beos/beos.c
8725 ____________________________________________________________________________
8726 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
8727         Log: Must remember to require Socket.
8728      Branch: perl
8729            ! ext/Sys/Syslog/syslog.t
8730 ____________________________________________________________________________
8731 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
8732         Log: In BeOS Errno must resort to actual compilation
8733              and execution for some of the error constants.
8734      Branch: perl
8735            ! ext/Errno/Errno_pm.PL
8736 ____________________________________________________________________________
8737 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
8738         Log: BeOS still has no good sockets.
8739      Branch: perl
8740            ! ext/IO/lib/IO/t/io_sel.t
8741 ____________________________________________________________________________
8742 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
8743         Log: BeOS sockets are not true sockets.
8744      Branch: perl
8745            ! ext/IO/lib/IO/t/io_poll.t
8746 ____________________________________________________________________________
8747 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
8748         Log: No Socket, no Syslog.
8749      Branch: perl
8750            ! ext/Sys/Syslog/syslog.t
8751 ____________________________________________________________________________
8752 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
8753         Log: (On some platforms) missing truncate FH.
8754      Branch: perl
8755            ! pod/perltodo.pod
8756 ____________________________________________________________________________
8757 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
8758         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
8759              and vms would be muchly appreciated.
8760      Branch: perl
8761            ! t/io/fs.t
8762 ____________________________________________________________________________
8763 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
8764         Log: utime() updates only the mtime in BeOS. 
8765      Branch: perl
8766            ! pod/perlport.pod
8767 ____________________________________________________________________________
8768 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
8769         Log: No link(), no need to dSP.
8770      Branch: perl
8771            ! pp_sys.c
8772 ____________________________________________________________________________
8773 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
8774         Log: Missing argument.
8775      Branch: perl
8776            ! utf8.c
8777 ____________________________________________________________________________
8778 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
8779         Log: (1) To assume any setuid programs is silly.
8780              (2) Chaining tests with booleans means that some
8781              of them may not get run which means getting out
8782              of test count sync.
8783      Branch: perl
8784            ! t/op/stat.t
8785 ____________________________________________________________________________
8786 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
8787         Log: The beos.c needs to be in the main directory.
8788      Branch: perl
8789            ! hints/beos.sh
8790 ____________________________________________________________________________
8791 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
8792         Log: Detypo and rename.
8793      Branch: perl
8794            ! doio.c perl.h perlio.c perliol.h
8795 ____________________________________________________________________________
8796 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
8797         Log: This time I test compiled.  Honest.
8798      Branch: perl
8799            ! beos/beos.c
8800 ____________________________________________________________________________
8801 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
8802         Log: Subject: [PATCH] slightly more pack tests
8803              From: Nicholas Clark <nick@ccl4.org>
8804              Date: Tue, 11 Dec 2001 23:41:23 +0000
8805              Message-ID: <20011211234123.Y21702@plum.flirble.org>
8806      Branch: perl
8807            ! t/op/pack.t
8808 ____________________________________________________________________________
8809 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
8810         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
8811              From: "Craig A. Berry" <craigberry@mac.com>
8812              Date: Tue, 11 Dec 2001 16:39:13 -0600
8813              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
8814      Branch: perl
8815            ! configure.com
8816 ____________________________________________________________________________
8817 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
8818         Log: metaconfig unit change for #13632.
8819      Branch: metaconfig/U/perl
8820            ! perlpath.U
8821 ____________________________________________________________________________
8822 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
8823         Log: Subject: $Config{perlpath} and -Dversiononly
8824              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8825              Date: Tue, 11 Dec 2001 23:32:33 +0100
8826              Message-ID: <20011211233233.A11587@rafael>
8827      Branch: perl
8828            ! Configure
8829 ____________________________________________________________________________
8830 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
8831         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
8832              From: Nicholas Clark <nick@ccl4.org>
8833              Date: Tue, 11 Dec 2001 21:59:36 +0000
8834              Message-ID: <20011211215935.W21702@plum.flirble.org>
8835      Branch: perl
8836            ! t/op/pack.t
8837 ____________________________________________________________________________
8838 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
8839         Log: More UTF-8 API docs.
8840      Branch: perl
8841            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
8842 ____________________________________________________________________________
8843 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
8844         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
8845              From: Nicholas Clark <nick@ccl4.org>
8846              Date: Tue, 11 Dec 2001 20:08:59 +0000
8847              Message-ID: <20011211200859.S21702@plum.flirble.org>
8848      Branch: perl
8849            ! t/op/pack.t
8850 ____________________________________________________________________________
8851 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
8852         Log: Subject: Re: use utf8; with bad utf8
8853              From: Nicholas Clark <nick@ccl4.org>
8854              Date: Tue, 11 Dec 2001 19:49:21 +0000
8855              Message-ID: <20011211194921.R21702@plum.flirble.org>
8856      Branch: perl
8857            ! lib/utf8.t
8858 ____________________________________________________________________________
8859 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
8860         Log: Can't spell worth a dam.  (Try Three Gorges.)
8861      Branch: perl
8862            ! beos/beos.c
8863 ____________________________________________________________________________
8864 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
8865         Log: We need DWIM cpps.
8866      Branch: perl
8867            ! perlio.c
8868 ____________________________________________________________________________
8869 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
8870         Log: The unixish.h needs to be found and the waitpid wrapper
8871              could use a proto.
8872      Branch: perl
8873            ! beos/beosish.h
8874 ____________________________________________________________________________
8875 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
8876         Log: The BeOS waitpid() seems to be broken,
8877              have a wrapper for it.
8878      Branch: perl
8879            + beos/beos.c beos/beosish.h
8880            ! MANIFEST hints/beos.sh perl.h
8881 ____________________________________________________________________________
8882 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
8883         Log: Unlean the leaning tower of Babel.
8884      Branch: perl
8885            ! perl.h
8886 ____________________________________________________________________________
8887 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
8888         Log: Retract #13607 until we figure out what to do with autouse.
8889      Branch: perl
8890            ! lib/Carp.pm
8891 ____________________________________________________________________________
8892 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
8893         Log: Try to handle platforms that have O_TEXT != O_BINARY but
8894              which are not DOSish, BeOS being one of such platforms.
8895              Ideally this should be a Configure test, not a hardwired
8896              cpp symbol test... 
8897      Branch: perl
8898            ! doio.c perl.h perlio.c perliol.h
8899 ____________________________________________________________________________
8900 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
8901         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
8902              From: Jonathan Stowe <gellyfish@gellyfish.com>
8903              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
8904              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
8905      Branch: perl
8906            ! lib/Term/Cap.pm lib/Term/Cap.t
8907 ____________________________________________________________________________
8908 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
8909         Log: Subject: [patch perlio.c] test for NULL before derefencing
8910              From: Stas Bekman <stas@stason.org>
8911              Date: Tue, 11 Dec 2001 16:17:55 +0800
8912              Message-ID: <3C15C133.8@stason.org>
8913      Branch: perl
8914            ! perlio.c
8915 ____________________________________________________________________________
8916 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
8917         Log: metaconfig unit change for #13617.
8918      Branch: metaconfig/U/perl
8919            ! Extensions.U
8920 ____________________________________________________________________________
8921 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
8922         Log: BeOS has socket() but not enough to build a working Socket.
8923              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
8924              new networking implementation, which is rumored to fix the
8925              non-standardness of sockets, but it's apparently not publicly
8926              available, and anything to do with BeOS has become quite
8927              complicated with the sale of the Be assets to Palm.)
8928      Branch: perl
8929            ! Configure
8930 ____________________________________________________________________________
8931 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
8932         Log: Update changes
8933      Branch: maint-5.6/macperl
8934            ! macos/Changes
8935 ____________________________________________________________________________
8936 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
8937         Log: Add extra pod to help
8938      Branch: maint-5.6/macperl
8939            ! macos/macperl/MacPerl.podhelp
8940 ____________________________________________________________________________
8941 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
8942         Log: Return DoAppleScript errors in $@
8943      Branch: maint-5.6/macperl
8944            ! macos/ext/MacPerl/OSA.xs
8945 ____________________________________________________________________________
8946 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
8947         Log: Clear out $^E before each script run
8948      Branch: maint-5.6/macperl
8949            ! macos/macperl/MPScript.c
8950 ____________________________________________________________________________
8951 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
8952         Log: Integrate various changes from maint-5.6/perl/.
8953      Branch: maint-5.6/macperl
8954           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
8955           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
8956 ____________________________________________________________________________
8957 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
8958         Log: Subject: Exporter's documentation shouldn't lie               
8959              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
8960              Date: Mon, 10 Dec 2001 21:30:20 -0500
8961              Message-ID: <3C4AA201@operamail.com>
8962      Branch: perl
8963            ! lib/Exporter.pm
8964 ____________________________________________________________________________
8965 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
8966         Log: Make Errno better in BeOS (the second hunk is
8967              good on any platform).  Still not working in BeOS
8968              are the E constants that refer BeOS native error
8969              constants (B_...) which are enums (*groan*).
8970      Branch: perl
8971            ! ext/Errno/Errno_pm.PL
8972 ____________________________________________________________________________
8973 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
8974         Log: The BeOS linker seems to link the last seen symbol,
8975              not the first (so the symbols of op.o from libperl.so
8976              would get linked to miniperl instead of the symbols of
8977              opmini.o)-- use the same trick as for NeXT4 for linking
8978              miniperl.
8979      Branch: perl
8980            ! Makefile.SH
8981 ____________________________________________________________________________
8982 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
8983         Log: Subject: Re: [PATCH] tests for hash assignment
8984              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8985              Date: Tue, 11 Dec 2001 01:48:55 +0000
8986              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
8987      Branch: perl
8988            ! utf8.c
8989 ____________________________________________________________________________
8990 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
8991         Log: (retracted by #13622)
8992              
8993              Subject: RE: More verbose POD for Carp
8994              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
8995              Date: Mon, 10 Dec 2001 20:23:20 -0500
8996              Message-ID: <3C4A3566@operamail.com>
8997      Branch: perl
8998            ! lib/Carp.pm
8999 ____________________________________________________________________________
9000 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
9001         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
9002              From: "Craig A. Berry" <craigberry@mac.com>
9003              Date: Mon, 10 Dec 2001 18:25:37 -0600
9004              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
9005      Branch: perl
9006            ! t/op/write.t t/test.pl
9007 ____________________________________________________________________________
9008 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
9009         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
9010              From: Michael G Schwern <schwern@pobox.com>
9011              Date: Mon, 10 Dec 2001 08:00:01 -0500
9012              Message-ID: <20011210130000.GK1770@blackrider>
9013      Branch: perl
9014            ! t/comp/multiline.t
9015 ____________________________________________________________________________
9016 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
9017         Log: Subject: Re: [PATCH] tests for hash assignment
9018              From: Nicholas Clark <nick@ccl4.org>
9019              Date: Mon, 10 Dec 2001 23:22:28 +0000
9020              Message-ID: <20011210232228.M21702@plum.flirble.org>
9021      Branch: perl
9022            + t/op/hashassign.t
9023            ! MANIFEST t/op/each.t t/test.pl
9024 ____________________________________________________________________________
9025 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
9026         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
9027              From: "Craig A. Berry" <craigberry@mac.com>
9028              Date: Mon, 10 Dec 2001 16:38:14 -0600
9029              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
9030      Branch: perl
9031            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
9032 ____________________________________________________________________________
9033 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
9034         Log: Subject: [PATCH perl@13600] configure.com fixes
9035              From: "Craig A. Berry" <craigberry@mac.com>
9036              Date: Mon, 10 Dec 2001 14:40:20 -0600
9037              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
9038      Branch: perl
9039            ! configure.com
9040 ____________________________________________________________________________
9041 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
9042         Log: Silence BeOS compilation moaning.
9043      Branch: perl
9044            ! perl.h
9045 ____________________________________________________________________________
9046 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
9047         Log: Update Changes.
9048      Branch: perl
9049            ! Changes patchlevel.h
9050 ____________________________________________________________________________
9051 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
9052         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
9053              From: Michael G Schwern <schwern@pobox.com>
9054              Date: Mon, 10 Dec 2001 01:21:03 -0500
9055              Message-ID: <20011210062103.GC1770@blackrider>
9056      Branch: perl
9057            ! lib/ExtUtils/Command.t
9058 ____________________________________________________________________________
9059 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
9060         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
9061              From: Michael G Schwern <schwern@pobox.com>
9062              Date: Mon, 10 Dec 2001 01:10:57 -0500
9063              Message-ID: <20011210061057.GB1770@blackrider>
9064      Branch: perl
9065            ! t/op/groups.t
9066 ____________________________________________________________________________
9067 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
9068         Log: Retract #13596, #13593 should do the trick.
9069      Branch: perl
9070            ! t/op/stat.t
9071 ____________________________________________________________________________
9072 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
9073         Log: (retracted by #13597, #13593 does the job better)
9074              
9075              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
9076              From: Michael G Schwern <schwern@pobox.com>
9077              Date: Mon, 10 Dec 2001 00:53:16 -0500
9078              Message-ID: <20011210055316.GA1770@blackrider>
9079      Branch: perl
9080            ! t/op/stat.t
9081 ____________________________________________________________________________
9082 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
9083         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
9084              From: Michael G Schwern <schwern@pobox.com> 
9085              Date: Mon, 10 Dec 2001 02:19:14 -0500
9086              Message-ID: <20011210071914.GF1770@blackrider>
9087      Branch: perl
9088            ! lib/AutoSplit.t
9089 ____________________________________________________________________________
9090 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
9091         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
9092              From: Michael G Schwern <schwern@pobox.com>
9093              Date: Mon, 10 Dec 2001 02:47:40 -0500
9094              Message-ID: <20011210074739.GH1770@blackrider>
9095      Branch: perl
9096            ! t/op/pack.t
9097 ____________________________________________________________________________
9098 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
9099         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
9100              From: Michael G Schwern <schwern@pobox.com>
9101              Date: Mon, 10 Dec 2001 02:54:22 -0500
9102              Message-ID: <20011210075422.GI1770@blackrider>
9103      Branch: perl
9104            ! t/test.pl
9105 ____________________________________________________________________________
9106 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
9107         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
9108              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9109              Date: Mon, 10 Dec 2001 08:45:20 +0100
9110              Message-ID: <3C146810.60B5B7C0@alcatel.at>
9111      Branch: perl
9112            ! pp_pack.c
9113 ____________________________________________________________________________
9114 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
9115         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
9116              From: Michael G Schwern <schwern@pobox.com>
9117              Date: Mon, 10 Dec 2001 03:27:02 -0500
9118              Message-ID: <20011210082702.GN1770@blackrider>
9119      Branch: perl
9120            ! t/io/openpid.t
9121 ____________________________________________________________________________
9122 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
9123         Log: More chmod +w.
9124      Branch: perl
9125            ! Porting/makerel
9126 ____________________________________________________________________________
9127 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
9128         Log: Just skip the readability test if running as root.
9129      Branch: perl
9130            ! lib/Net/t/netrc.t
9131 ____________________________________________________________________________
9132 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
9133         Log: Tell about the downside of safe signals.
9134      Branch: perl
9135            ! pod/perldelta.pod
9136 ____________________________________________________________________________
9137 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
9138         Log: Make the whole -lperl thing NetBSD only until we
9139              find some other platform that needs the same.
9140      Branch: perl
9141            ! lib/ExtUtils/MM_Unix.pm
9142 ____________________________________________________________________________
9143 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
9144         Log: Subject: [PATCH t/op/pack.t] Cleanup
9145              From: Michael G Schwern <schwern@pobox.com> 
9146              Date: Sun, 9 Dec 2001 23:08:26 -0500
9147              Message-ID: <20011210040826.GD660@blackrider>
9148      Branch: perl
9149            ! t/op/pack.t
9150 ____________________________________________________________________________
9151 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
9152         Log: Add threads support for NetBSD.
9153              
9154              This is also the first (I think) Perl threads build with
9155              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
9156              NetBSD does not as of yet have true kernel POSIX threads,
9157              but the user-level pth seems to be doing pretty well--
9158              the only failure is that threads/t/basic okays 6 and 7
9159              consistently seem be arriving in the reverse order.
9160              Well, gdbm.t is also failing: 'Undefined PLT symbol
9161              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
9162              guessing that GDBM would need a threaded rebuild.
9163      Branch: perl
9164            ! hints/netbsd.sh
9165 ____________________________________________________________________________
9166 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
9167         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
9168              potential performance hit and change in semantics of closure
9169              lookups after C<undef &foo>)
9170      Branch: maint-5.6/perl
9171            ! op.c
9172 ____________________________________________________________________________
9173 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
9174         Log: metaconfig unit change for #13582.
9175      Branch: metaconfig
9176            ! U/threads/usethreads.U
9177 ____________________________________________________________________________
9178 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
9179         Log: Update the ithreads selection info in Configure,
9180              as suggested by Michael Schwern.
9181      Branch: perl
9182            ! Configure
9183 ____________________________________________________________________________
9184 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
9185         Log: Clearing locale environment simply doesn't seem to
9186              guarantee that (nl_)langinfo(CODESET) would return nil.
9187              (I for example get "ISO8859-1", so <guess>maybe there can
9188              be per-system default settings at work</guess>.)
9189      Branch: perl
9190            ! lib/open.t
9191 ____________________________________________________________________________
9192 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
9193         Log: Subject: RE: Exporter fixes reversed in 13540?
9194              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
9195              Date: Sun, 9 Dec 2001 12:55:15 -0500
9196              Message-ID: <3C13F455@operamail.com>
9197      Branch: perl
9198            ! lib/open.pm
9199 ____________________________________________________________________________
9200 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
9201         Log: Root is the lizard king.
9202      Branch: perl
9203            ! lib/Net/t/netrc.t
9204 ____________________________________________________________________________
9205 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
9206         Log: Telling how many tests we are expecting helps.
9207      Branch: perl
9208            ! ext/POSIX/t/waitpid.t
9209 ____________________________________________________________________________
9210 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
9211         Log: Add a test case for waitpid(): from Rocco Caputo.
9212      Branch: perl
9213            + ext/POSIX/t/waitpid.t
9214            ! MANIFEST
9215 ____________________________________________________________________________
9216 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
9217         Log: Subject: [PATCH] Term::ReadLine tweaks and test
9218              From: Richard Clamp <richardc@unixbeard.net>
9219              Date: Mon, 10 Dec 2001 00:51:47 +0000
9220              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
9221      Branch: perl
9222            + lib/Term/ReadLine.t
9223            ! MANIFEST lib/Term/ReadLine.pm
9224 ____________________________________________________________________________
9225 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
9226         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
9227              From: Rocco Caputo <troc@netrus.net>
9228              Date: Sun, 9 Dec 2001 18:12:38 -0500
9229              Message-ID: <20011209181238.A803@eyrie.homenet>
9230      Branch: perl
9231            ! win32/win32.c
9232 ____________________________________________________________________________
9233 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
9234         Log: make sure that va_start() has matching va_end();
9235              from OpenBSD 3.0.
9236      Branch: perl
9237            ! x2p/util.c
9238 ____________________________________________________________________________
9239 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
9240         Log: h2ph updates from OpenBSD 3.0.
9241      Branch: perl
9242            ! utils/h2ph.PL
9243 ____________________________________________________________________________
9244 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
9245         Log: OpenBSD hints update from OpenBSD 3.0.
9246      Branch: perl
9247            ! hints/openbsd.sh
9248 ____________________________________________________________________________
9249 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
9250         Log: DJGPP tweaks from Laszlo Molnar.
9251      Branch: perl
9252            ! djgpp/config.over lib/File/Find/t/find.t
9253            ! lib/File/Find/t/taint.t t/pod/find.t
9254 ____________________________________________________________________________
9255 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
9256         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
9257              From: Michael G Schwern <schwern@pobox.com> 
9258              Date: Sun, 9 Dec 2001 19:28:12 -0500
9259              Message-ID: <20011210002812.GF13586@blackrider>
9260      Branch: perl
9261            ! README.cygwin
9262 ____________________________________________________________________________
9263 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
9264         Log: README.cygwin update from Gerrit P. Haase.
9265      Branch: perl
9266            ! README.cygwin
9267 ____________________________________________________________________________
9268 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
9269         Log: Apply NetBSD patch-ag: shared/static linking,
9270              but make the change less intrusive on non-NetBSD.
9271      Branch: perl
9272            ! lib/ExtUtils/MM_Unix.pm
9273 ____________________________________________________________________________
9274 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
9275         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
9276      Branch: perl
9277            ! lib/ExtUtils/Liblist.pm
9278 ____________________________________________________________________________
9279 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
9280         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
9281      Branch: perl
9282            ! regcomp.c
9283 ____________________________________________________________________________
9284 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
9285         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
9286      Branch: perl
9287            ! pp.c
9288 ____________________________________________________________________________
9289 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
9290         Log: Apply NetBSD patch-ac.
9291              (the fix has already been done: change #9706, fully qualified
9292              pathnames in packlists)
9293      Branch: perl
9294            ! lib/ExtUtils/Install.pm
9295 ____________________________________________________________________________
9296 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
9297         Log: Apply NetBSD patch-ab: NetBSD hints update.
9298      Branch: perl
9299            ! hints/netbsd.sh
9300 ____________________________________________________________________________
9301 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
9302         Log: metaconfig unit changes for #13560.
9303      Branch: metaconfig/U/perl
9304            ! dlsrc.U i_ieeefp.U libperl.U
9305 ____________________________________________________________________________
9306 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
9307         Log: NetBSD has <ieeefp.h> but hidden.
9308      Branch: perl
9309            ! hints/netbsd.sh
9310 ____________________________________________________________________________
9311 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
9312         Log: Implement NetBSD patch-aa.
9313      Branch: perl
9314            ! Configure
9315 ____________________________________________________________________________
9316 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
9317         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
9318              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
9319              Date: Sun, 09 Dec 2001 13:40:58 +0100
9320              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
9321              
9322              (The lstat()s were there in 5.6.1: what happened to them?)
9323      Branch: perl
9324            ! lib/File/Find.pm
9325 ____________________________________________________________________________
9326 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
9327         Log: Quickie documentation of the C UTF-8 API.
9328      Branch: perl
9329            ! pod/perlunicode.pod
9330 ____________________________________________________________________________
9331 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
9332         Log: Subject: bleadperl on cygwin weirdness...
9333              From: "Gerrit P. Haase" <gp@familiehaase.de>
9334              Date: Sun, 9 Dec 2001 20:31:28 +0100
9335              Message-ID: <13779422183.20011209203128@familiehaase.de>          
9336              
9337              (plus libperl*.dll version portability tweaks)
9338      Branch: perl
9339            ! lib/ExtUtils/Embed.t
9340 ____________________________________________________________________________
9341 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
9342         Log: Instead of muting symbol export error if under eval,
9343              delay the errors until the croak().
9344              
9345              (replaces #13408)
9346      Branch: perl
9347            ! lib/Exporter/Heavy.pm
9348 ____________________________________________________________________________
9349 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
9350         Log: Basegroup 0 is a cygwin_nt thing.
9351      Branch: perl
9352            ! t/op/groups.t
9353 ____________________________________________________________________________
9354 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
9355         Log: Also WinME is LoseLink.
9356      Branch: perl
9357            ! t/op/stat.t
9358 ____________________________________________________________________________
9359 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
9360         Log: Forgotten checkin.
9361      Branch: perl
9362            ! lib/User/grent.t
9363 ____________________________________________________________________________
9364 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
9365         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
9366              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9367              Date: Sun, 09 Dec 2001 13:45:06 +0100
9368              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
9369      Branch: perl
9370            ! lib/File/Find.pm
9371 ____________________________________________________________________________
9372 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
9373         Log: Tweakback.
9374      Branch: perl
9375            ! lib/Net/hostent.t
9376 ____________________________________________________________________________
9377 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
9378         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
9379              From: Michael G Schwern <schwern@pobox.com>
9380              Date: Sat, 8 Dec 2001 14:48:38 -0500
9381              Message-ID: <20011208194838.GA8650@blackrider>
9382      Branch: perl
9383            ! t/op/grent.t
9384 ____________________________________________________________________________
9385 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
9386         Log: Subject: [README.cygwin] Removing old expected test failures
9387              From: Michael G Schwern <schwern@pobox.com>
9388              Date: Sat, 8 Dec 2001 15:38:28 -0500
9389              Message-ID: <20011208203828.GB9017@blackrider>
9390      Branch: perl
9391            ! README.cygwin
9392 ____________________________________________________________________________
9393 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
9394         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
9395              From: Michael G Schwern <schwern@pobox.com>                
9396              Date: Sat, 8 Dec 2001 15:26:59 -0500
9397              Message-ID: <20011208202659.GA9017@blackrider> 
9398      Branch: perl
9399            ! lib/Net/hostent.t
9400 ____________________________________________________________________________
9401 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
9402         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
9403              From: Michael G Schwern <schwern@pobox.com> 
9404              Date: Sat, 8 Dec 2001 15:06:16 -0500
9405              Message-ID: <20011208200616.GA8915@blackrider>
9406      Branch: perl
9407            ! t/op/stat.t
9408 ____________________________________________________________________________
9409 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
9410         Log: Developer deprecations and an incompatibility.
9411      Branch: perl
9412            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
9413 ____________________________________________________________________________
9414 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
9415         Log: Shoo.
9416      Branch: perl
9417            - lib/Attribute/Handlers.pm
9418 ____________________________________________________________________________
9419 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
9420         Log: Remove Attribute::Handlers, as per Damian's request.
9421              (Because of fixing the my variables to be now handled
9422              in run-time, the whole internals of the A::H needs to
9423              be rewritten and Damian will not have time for that
9424              for months.)
9425      Branch: perl
9426            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
9427            - lib/Attribute/Handlers/demo/Demo.pm
9428            - lib/Attribute/Handlers/demo/Descriptions.pm
9429            - lib/Attribute/Handlers/demo/MyClass.pm
9430            - lib/Attribute/Handlers/demo/demo.pl
9431            - lib/Attribute/Handlers/demo/demo2.pl
9432            - lib/Attribute/Handlers/demo/demo3.pl
9433            - lib/Attribute/Handlers/demo/demo4.pl
9434            - lib/Attribute/Handlers/demo/demo_call.pl
9435            - lib/Attribute/Handlers/demo/demo_chain.pl
9436            - lib/Attribute/Handlers/demo/demo_cycle.pl
9437            - lib/Attribute/Handlers/demo/demo_hashdir.pl
9438            - lib/Attribute/Handlers/demo/demo_phases.pl
9439            - lib/Attribute/Handlers/demo/demo_range.pl
9440            - lib/Attribute/Handlers/demo/demo_rawdata.pl
9441            - lib/Attribute/Handlers/t/multi.t
9442            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
9443            ! pod/perlmodlib.pod pod/perltoc.pod
9444 ____________________________________________________________________________
9445 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
9446         Log: Subject: Re: attributes are broken
9447              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9448              Date: Sun, 09 Dec 2001 00:09:23 -0500
9449              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
9450      Branch: perl
9451            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
9452            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
9453            ! xsutils.c
9454 ____________________________________________________________________________
9455 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
9456         Log: Forgotten checkin.
9457      Branch: perl
9458            ! lib/Pod/Text.pm
9459 ____________________________________________________________________________
9460 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
9461         Log: uconfig.h update.
9462      Branch: perl
9463            ! uconfig.h
9464 ____________________________________________________________________________
9465 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
9466         Log: Update Changes.
9467      Branch: perl
9468            ! Changes patchlevel.h
9469 ____________________________________________________________________________
9470 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
9471         Log: Note that some of the Unicode features are
9472              dependent on perlio.
9473      Branch: perl
9474            ! pod/perluniintro.pod
9475 ____________________________________________________________________________
9476 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
9477         Log: Regen perlapi, regen toc.
9478      Branch: perl
9479            ! pod/perlapi.pod pod/perltoc.pod
9480 ____________________________________________________________________________
9481 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
9482         Log: FAQ sync.
9483      Branch: perl
9484            ! pod/perlfaq4.pod pod/perlfaq6.pod
9485 ____________________________________________________________________________
9486 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
9487         Log: Subject: [PATCH] Fix odd language in an sv.c comment
9488              From: coral@eekeek.org
9489              Date: Sat, 8 Dec 2001 12:19:39 -0500
9490              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
9491      Branch: perl
9492            ! sv.c
9493 ____________________________________________________________________________
9494 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
9495         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
9496              From: Michael G Schwern <schwern@pobox.com>
9497              Date: Fri, 7 Dec 2001 20:03:45 -0500
9498              Message-ID: <20011208010345.GD642@blackrider>
9499              
9500              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
9501              From: Michael G Schwern <schwern@pobox.com>
9502              Date: Fri, 7 Dec 2001 20:13:54 -0500
9503              Message-ID: <20011208011354.GE642@blackrider>
9504              
9505              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
9506              From: Michael G Schwern <schwern@pobox.com>
9507              Date: Fri, 7 Dec 2001 21:47:36 -0500
9508              Message-ID: <20011208024736.GH642@blackrider>
9509              
9510              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
9511              From: Michael G Schwern <schwern@pobox.com>
9512              Date: Fri, 7 Dec 2001 23:09:43 -0500
9513              Message-ID: <20011208040943.GK642@blackrider>
9514              
9515              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
9516              Message-Id: <a05101004b83754903506@[172.16.52.1]>
9517              Date: Fri, 7 Dec 2001 23:28:15 -0600
9518              From: "Craig A. Berry" <craigberry@mac.com>
9519      Branch: perl
9520            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
9521 ____________________________________________________________________________
9522 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
9523         Log: Integrate perlio.
9524      Branch: perl
9525           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
9526           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
9527 ____________________________________________________________________________
9528 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
9529         Log: Retract #11156 since Sarathy has found that it breaks code:
9530              http://bugs.ActiveState.com/show_bug.cgi?id=18457
9531              http://bugs.ActiveState.com/show_bug.cgi?id=18858
9532      Branch: perl
9533            ! op.c sv.c t/op/pos.t
9534 ____________________________________________________________________________
9535 [ 13532] By: nick                                  on 2001/12/08  14:11:12
9536         Log: Integrate mainline
9537      Branch: perlio
9538           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
9539           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
9540 ____________________________________________________________________________
9541 [ 13531] By: nick                                  on 2001/12/08  13:48:21
9542         Log: Tweak multi-arg open error messages
9543      Branch: perlio
9544            ! perlio.c
9545 ____________________________________________________________________________
9546 [ 13530] By: nick                                  on 2001/12/08  10:20:06
9547         Log: Allow multi-arg open() if opening layer declares this legal.
9548      Branch: perlio
9549            ! doio.c perlio.c perliol.h
9550 ____________________________________________________________________________
9551 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
9552         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
9553              From: Michael G Schwern <schwern@pobox.com>       
9554              Date: Fri, 7 Dec 2001 19:41:31 -0500
9555              Message-ID: <20011208004131.GC642@blackrider>
9556      Branch: perl
9557            ! t/run/switches.t t/test.pl
9558 ____________________________________________________________________________
9559 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
9560         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
9561              From: Michael G Schwern <schwern@pobox.com>       
9562              Date: Fri, 7 Dec 2001 19:12:44 -0500
9563              Message-ID: <20011208001244.GB642@blackrider>
9564      Branch: perl
9565            ! t/op/stat.t
9566 ____________________________________________________________________________
9567 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
9568         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
9569              From: Michael G Schwern <schwern@pobox.com>
9570              Date: Fri, 7 Dec 2001 17:28:57 -0500
9571              Message-ID: <20011207222857.GI23210@blackrider>
9572      Branch: perl
9573            ! t/op/magic.t
9574 ____________________________________________________________________________
9575 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
9576         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
9577      Branch: perl
9578            ! t/test.pl
9579 ____________________________________________________________________________
9580 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
9581         Log: which_perl: delay as much a possible till runtime.
9582      Branch: perl
9583            ! t/test.pl
9584 ____________________________________________________________________________
9585 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
9586         Log: Further tweakage to which_perl().
9587      Branch: perl
9588            ! t/test.pl
9589 ____________________________________________________________________________
9590 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
9591         Log: perluniintro tweaks.
9592      Branch: perl
9593            ! pod/perluniintro.pod
9594 ____________________________________________________________________________
9595 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
9596         Log: Tweak the $Perl computation.
9597      Branch: perl
9598            ! t/test.pl
9599 ____________________________________________________________________________
9600 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
9601         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
9602              From: Nicholas Clark <nick@ccl4.org>
9603              Date: Fri, 7 Dec 2001 17:06:56 +0000
9604              Message-ID: <20011207170656.G21702@plum.flirble.org>
9605      Branch: perl
9606            ! doop.c t/op/chop.t
9607 ____________________________________________________________________________
9608 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
9609         Log: Update Changes.
9610      Branch: perl
9611            ! Changes patchlevel.h
9612 ____________________________________________________________________________
9613 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
9614         Log: Missing ).
9615      Branch: perl
9616            ! t/test.pl
9617 ____________________________________________________________________________
9618 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
9619         Log: Allow several arguments to display().
9620      Branch: perl
9621            ! t/test.pl
9622 ____________________________________________________________________________
9623 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
9624         Log: /dev/stdout could be either a character special file
9625              or a named pipe, so let's pretend it doesn't exist.
9626      Branch: perl
9627            ! t/op/stat.t
9628 ____________________________________________________________________________
9629 [ 13516] By: nick                                  on 2001/12/07  15:09:23
9630         Log: Integrate again - can I catch up ?
9631      Branch: perlio
9632           !> t/test.pl
9633 ____________________________________________________________________________
9634 [ 13515] By: nick                                  on 2001/12/07  15:08:17
9635         Log: Integrate mainline some more
9636      Branch: perlio
9637           !> README.hpux hints/linux.sh pod/perlfunc.pod
9638 ____________________________________________________________________________
9639 [ 13514] By: nick                                  on 2001/12/07  15:07:15
9640         Log: Integrate mainline
9641      Branch: perlio
9642           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
9643           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
9644           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
9645           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
9646           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
9647           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
9648           +> t/lib/Math/BigInt/BareCalc.pm
9649            - ext/Devel/PPPort/harness/Harness.pm
9650            - ext/Devel/PPPort/harness/Harness.xs
9651            - ext/Devel/PPPort/harness/Makefile.PL
9652            - ext/Devel/PPPort/harness/module2.c
9653            - ext/Devel/PPPort/harness/module3.c
9654            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
9655            - lib/File/Spec/Functions.t
9656           !> (integrate 103 files)
9657 ____________________________________________________________________________
9658 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
9659         Log: Add display() for displaying icky scalars.
9660      Branch: perl
9661            ! t/test.pl
9662 ____________________________________________________________________________
9663 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
9664         Log: Subject: [ID 20011207.001] documentation bug for waitpid
9665              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
9666              Date: Fri, 7 Dec 2001 12:44:56 +0100
9667              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
9668      Branch: perl
9669            ! pod/perlfunc.pod
9670 ____________________________________________________________________________
9671 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
9672         Log: gcc version matching didn't.
9673      Branch: perl
9674            ! hints/linux.sh
9675 ____________________________________________________________________________
9676 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
9677         Log: Subject: HP renamed their servers              
9678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9679              Date: Fri, 07 Dec 2001 12:07:22 +0100
9680              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
9681      Branch: perl
9682            ! README.hpux
9683 ____________________________________________________________________________
9684 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
9685         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
9686              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9687              Date: Fri, 7 Dec 2001 00:24:55 -0500
9688              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
9689      Branch: perl
9690            ! pod/perlport.pod
9691 ____________________________________________________________________________
9692 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
9693         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
9694              From: Michael G Schwern <schwern@pobox.com> 
9695              Date: Thu, 6 Dec 2001 22:56:34 -0500
9696              Message-ID: <20011207035634.GO22648@blackrider>
9697      Branch: perl
9698            ! t/base/lex.t t/op/exec.t
9699 ____________________________________________________________________________
9700 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
9701         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
9702              From: Michael G Schwern <schwern@pobox.com>
9703              Date: Thu, 6 Dec 2001 22:45:44 -0500
9704              Message-ID: <20011207034544.GN22648@blackrider>
9705              
9706              (plus op/ref tweak)
9707      Branch: perl
9708            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
9709            ! t/run/kill_perl.t t/test.pl
9710 ____________________________________________________________________________
9711 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
9712         Log: Upgrade to Math::BigInt 1.48.
9713      Branch: perl
9714            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
9715            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9716            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
9717            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9718            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9719            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9720            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
9721 ____________________________________________________________________________
9722 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
9723         Log: Mention also perl56delta in case someone is upgrading from
9724              Perl 5.005_03.
9725      Branch: perl
9726            ! pod/perldelta.pod
9727 ____________________________________________________________________________
9728 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
9729         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
9730              From: Michael G Schwern <schwern@pobox.com>
9731              Date: Thu, 6 Dec 2001 15:15:28 -0500
9732              Message-ID: <20011206201528.GF16414@blackrider>
9733              
9734              (just the term.t, not the lex.t)
9735              
9736              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
9737              From: Michael G Schwern <schwern@pobox.com>
9738              Date: Thu, 6 Dec 2001 15:22:22 -0500
9739              Message-ID: <20011206202222.GG16414@blackrider>
9740              
9741              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
9742              From: Michael G Schwern <schwern@pobox.com>
9743              Date: Thu, 6 Dec 2001 15:31:58 -0500
9744              Message-ID: <20011206203158.GI16414@blackrider>
9745              
9746              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
9747              From: Michael G Schwern <schwern@pobox.com>
9748              Date: Thu, 6 Dec 2001 17:38:55 -0500
9749              Message-ID: <20011206223855.GC22648@blackrider>
9750      Branch: perl
9751            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
9752            ! t/test.pl
9753 ____________________________________________________________________________
9754 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
9755         Log: Update the thr5005 situation.
9756      Branch: perl
9757            ! pod/perldelta.pod
9758 ____________________________________________________________________________
9759 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
9760         Log: perldelta borrowings from perl561delta.
9761      Branch: perl
9762            ! pod/perldelta.pod
9763 ____________________________________________________________________________
9764 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
9765         Log: Add the 5.6.1 perldelta as perl561delta.
9766              (Makes it easier to steal stuff for perldelta :-)
9767      Branch: perl
9768            + pod/perl561delta.pod
9769            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9770 ____________________________________________________________________________
9771 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
9772         Log: Retract #13496 for now.
9773      Branch: perl
9774            ! t/base/lex.t t/base/term.t
9775 ____________________________________________________________________________
9776 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
9777         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
9778              From: "Craig A. Berry" <craigberry@mac.com>
9779              Date: Thu, 6 Dec 2001 14:54:36 -0600
9780              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
9781      Branch: perl
9782            ! vms/ext/filespec.t
9783 ____________________________________________________________________________
9784 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
9785         Log: (retracted by #13499)
9786              
9787              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
9788              From: Michael G Schwern <schwern@pobox.com>
9789              Date: Thu, 6 Dec 2001 15:15:28 -0500
9790              Message-ID: <20011206201528.GF16414@blackrider>
9791      Branch: perl
9792            ! t/base/lex.t t/base/term.t
9793 ____________________________________________________________________________
9794 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
9795         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
9796              From: Michael G Schwern <schwern@pobox.com>
9797              Date: Thu, 6 Dec 2001 13:54:48 -0500
9798              Message-ID: <20011206185448.GC16414@blackrider>
9799      Branch: perl
9800            ! t/op/stat.t
9801 ____________________________________________________________________________
9802 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
9803         Log: The #4 has nothing to do with Unicode.
9804      Branch: perl
9805            ! t/op/tr.t
9806 ____________________________________________________________________________
9807 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
9808         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
9809              From: Michael G Schwern <schwern@pobox.com>
9810              Date: Thu, 6 Dec 2001 13:45:48 -0500
9811              Message-ID: <20011206184548.GB16414@blackrider>
9812      Branch: perl
9813            ! t/op/tr.t
9814 ____________________________________________________________________________
9815 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
9816         Log: Update Changes.
9817      Branch: perl
9818            ! Changes patchlevel.h
9819 ____________________________________________________________________________
9820 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
9821         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
9822              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9823              Date: Thu, 6 Dec 2001 11:41:25 EST
9824              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
9825      Branch: perl
9826            ! vms/vms.c vms/vmsish.h
9827 ____________________________________________________________________________
9828 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
9829         Log: Subject: [PATCH] Re: weirdness in regexps
9830              From: Robin Houston <robin@kitsite.com> 
9831              Date: Thu, 6 Dec 2001 14:44:01 +0000
9832              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
9833      Branch: perl
9834            ! op.c t/lib/strict/subs
9835 ____________________________________________________________________________
9836 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
9837         Log: Make the -b -c -S tests count all of the /dev, not just
9838              check the first one, as suggested by Benjamin Goldberg.
9839      Branch: perl
9840            ! t/op/stat.t
9841 ____________________________________________________________________________
9842 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
9843         Log: Subject: Re: [PATCH: bleadperl] casefold backref
9844              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9845              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
9846              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
9847      Branch: perl
9848            ! regexec.c
9849 ____________________________________________________________________________
9850 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
9851         Log: Nits noticed by Philip Newton, and de-tab DB.t.
9852      Branch: perl
9853            ! lib/DB.t
9854 ____________________________________________________________________________
9855 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
9856         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
9857              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9858              Date: 6 Dec 2001 11:06:01 -0000
9859              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
9860      Branch: perl
9861            ! op.c t/op/tr.t
9862 ____________________________________________________________________________
9863 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
9864         Log: Subject: [PATCH: bleadperl] casefold backref
9865              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
9866              Date: Wed, 05 Dec 2001 17:27:05 +0000
9867              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
9868      Branch: perl
9869            ! regexec.c t/op/re_tests
9870 ____________________________________________________________________________
9871 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
9872         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
9873              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9874              Date: Wed, 5 Dec 2001 22:34:53 EST
9875              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
9876      Branch: perl
9877            ! mg.c vms/vms.c vms/vmsish.h
9878 ____________________________________________________________________________
9879 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
9880         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
9881              From: Michael G Schwern <schwern@pobox.com>
9882              Date: Wed, 5 Dec 2001 19:52:58 -0500
9883              Message-ID: <20011205195257.A903@blackrider>
9884      Branch: perl
9885            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
9886            + lib/File/Spec/t/rel2abs2rel.t
9887            - lib/File/Spec.t lib/File/Spec/Functions.t
9888            ! MANIFEST
9889 ____________________________________________________________________________
9890 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
9891         Log: Subject: Re: Silly stat() portability questions                
9892              From: Benjamin Goldberg <goldbb2@earthlink.net>
9893              Date: Wed, 05 Dec 2001 22:52:35 -0500
9894              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
9895      Branch: perl
9896            ! pod/perlport.pod
9897 ____________________________________________________________________________
9898 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
9899         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
9900              From: "Craig A. Berry" <craigberry@mac.com>
9901              Date: Wed, 05 Dec 2001 16:41:59 -0600
9902              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
9903      Branch: perl
9904            ! README.vms configure.com lib/File/Spec/VMS.pm
9905            ! vms/ext/filespec.t
9906 ____________________________________________________________________________
9907 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
9908         Log: $apply->('club', $glibc_maintainers);
9909              
9910              (Nick Clark just reported that <langinfo.h> YESSTR
9911              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
9912      Branch: perl
9913            ! ext/I18N/Langinfo/Langinfo.t
9914 ____________________________________________________________________________
9915 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
9916         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
9917      Branch: perl
9918            ! pod/perlport.pod
9919 ____________________________________________________________________________
9920 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
9921         Log: tweak change#13474 (pad entries can apparently be null in some
9922              situations)
9923      Branch: maint-5.6/perl
9924            ! op.c
9925 ____________________________________________________________________________
9926 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
9927         Log: Restore the /dev -b -c -S part of the test.
9928      Branch: perl
9929            ! t/op/stat.t
9930 ____________________________________________________________________________
9931 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
9932         Log: Retract #13475 until Arthur gets back to the mine.
9933      Branch: perl
9934            ! op.c t/run/kill_perl.t
9935 ____________________________________________________________________________
9936 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
9937         Log: (retracted by #13476)
9938              
9939              Manually apply #13474; fixes stale reference to dead
9940              CvOUTSIDE(); this can happen when anonymous subroutines
9941              that aren't closures are returned from an eval""
9942              
9943              (threads/shared/sv_refs.t is coredump-unhappy about this change)
9944      Branch: perl
9945            ! op.c t/run/kill_perl.t
9946 ____________________________________________________________________________
9947 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
9948         Log: replacement for change#10451
9949              
9950              fixes stale reference to dead CvOUTSIDE(); this can happen when
9951              anonymous subroutines that aren't closures are returned from an
9952              eval""
9953      Branch: maint-5.6/perl
9954            ! op.c t/op/misc.t
9955 ____________________________________________________________________________
9956 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
9957         Log: revert change#10451,10472; it was a naive fix that simply
9958              reintroduced the memory leak!
9959      Branch: maint-5.6/perl
9960            ! op.c t/op/misc.t
9961 ____________________________________________________________________________
9962 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
9963         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
9964              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9965              Date: Wed, 05 Dec 2001 10:49:20 +0100
9966              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
9967      Branch: perl
9968            ! lib/File/Basename.pm lib/File/Basename.t
9969 ____________________________________________________________________________
9970 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
9971         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
9972              From: Michael G Schwern <schwern@pobox.com> 
9973              Date: Wed, 5 Dec 2001 02:47:59 -0500
9974              Message-ID: <20011205024759.H14333@blackrider>
9975      Branch: perl
9976            ! t/op/magic.t
9977 ____________________________________________________________________________
9978 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
9979         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
9980              From: Michael G Schwern <schwern@pobox.com>              
9981              Date: Wed, 5 Dec 2001 02:22:05 -0500
9982              Message-ID: <20011205022205.F14333@blackrider>
9983      Branch: perl
9984            ! t/op/stat.t vms/test.com
9985 ____________________________________________________________________________
9986 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
9987         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
9988              From: Michael G Schwern <schwern@pobox.com> 
9989              Date: Tue, 4 Dec 2001 23:40:10 -0500
9990              Message-ID: <20011204234010.B14333@blackrider>
9991      Branch: perl
9992            ! t/op/stat.t
9993 ____________________________________________________________________________
9994 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
9995         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
9996              From: Michael G Schwern <schwern@pobox.com> 
9997              Date: Tue, 4 Dec 2001 21:09:18 -0500           
9998              Message-ID: <20011204210918.D13279@blackrider>
9999              
10000              t/test.
10001      Branch: perl
10002            ! t/test.pl
10003 ____________________________________________________________________________
10004 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
10005         Log: (accidentally empty check-in)
10006      Branch: perl
10007            ! t/op/stat.t
10008 ____________________________________________________________________________
10009 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
10010         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
10011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10012              Date: Tue, 04 Dec 2001 23:40:27 +0100
10013              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
10014      Branch: perl
10015            ! mg.c
10016 ____________________________________________________________________________
10017 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
10018         Log: Subject: [PATCH] minor pod fix in Safe.pm
10019              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10020              Date: Tue, 4 Dec 2001 22:02:34 +0100
10021              Message-ID: <20011204220234.A17293@rafael>
10022      Branch: perl
10023            ! ext/Opcode/Safe.pm
10024 ____________________________________________________________________________
10025 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
10026         Log: CRLF GRRR.
10027      Branch: perl
10028            ! djgpp/configure.bat
10029 ____________________________________________________________________________
10030 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
10031         Log: DJGPP fixes from Laszlo Molnar.
10032      Branch: perl
10033            ! djgpp/configure.bat djgpp/djgpp.h
10034 ____________________________________________________________________________
10035 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
10036         Log: Update Changes.
10037      Branch: perl
10038            ! Changes patchlevel.h
10039 ____________________________________________________________________________
10040 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
10041         Log: Must wipe out the memory of real Socket before starting
10042              to use the new fake one.
10043      Branch: perl
10044            ! lib/Net/t/config.t
10045 ____________________________________________________________________________
10046 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
10047         Log: LC_ALL might trump LANG.
10048      Branch: perl
10049            ! lib/open.t
10050 ____________________________________________________________________________
10051 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
10052         Log: Make the eval runtime.
10053      Branch: perl
10054            ! lib/open.pm
10055 ____________________________________________________________________________
10056 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
10057         Log: Make the Langinfo test both more lenient (allow
10058              for any symbol not to exists) and stricter (add
10059              more symbols).
10060      Branch: perl
10061            ! ext/I18N/Langinfo/Langinfo.t
10062 ____________________________________________________________________________
10063 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
10064         Log: integrate change#13453 from maint-5.6
10065              
10066              tweak change#11399 to use an explicit flag rather than
10067              ass_u_ming w32_pseudo_id will only be zero for the real
10068              toplevel interpreter; avoids multiple hosts from diddling
10069              the environment at the same time
10070      Branch: perl
10071           !> win32/perlhost.h
10072 ____________________________________________________________________________
10073 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
10074         Log: Subject: [PATCH] VMS update for perldelta.pod
10075              From: "Craig A. Berry" <craigberry@mac.com> 
10076              Date: Tue, 4 Dec 2001 00:23:12 -0600
10077              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
10078      Branch: perl
10079            ! pod/perldelta.pod
10080 ____________________________________________________________________________
10081 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
10082         Log: NetWare tweak from Ananth Kesari.
10083      Branch: perl
10084            ! NetWare/Makefile
10085 ____________________________________________________________________________
10086 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
10087         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
10088              Not adding the test suite because of its many assumptions.
10089      Branch: perl
10090            ! lib/Net/Ping.pm
10091 ____________________________________________________________________________
10092 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
10093         Log: tweak change#11399 to use an explicit flag rather than
10094              ass_u_ming w32_pseudo_id will only be zero for the real
10095              toplevel interpreter; avoids multiple hosts from diddling
10096              the environment at the same time
10097      Branch: maint-5.6/perl
10098            ! win32/perlhost.h
10099 ____________________________________________________________________________
10100 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
10101         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
10102              from Len Makin.
10103      Branch: perl
10104            + hints/super-ux.sh
10105            ! MANIFEST
10106 ____________________________________________________________________________
10107 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
10108         Log: Add Mac OS X known failures to perldelta.
10109      Branch: perl
10110            ! pod/perldelta.pod
10111 ____________________________________________________________________________
10112 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
10113         Log: I think it's time to call the utf8 code non-test.
10114      Branch: perl
10115            ! utf8.c
10116 ____________________________________________________________________________
10117 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
10118         Log: Retract #13303, need rethink.
10119      Branch: perl
10120            ! utf8.c
10121 ____________________________________________________________________________
10122 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
10123         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
10124              From: "Craig A. Berry" <craigberry@mac.com>
10125              Date: Mon, 03 Dec 2001 16:28:06 -0600
10126              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
10127      Branch: perl
10128            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
10129 ____________________________________________________________________________
10130 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
10131         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
10132              From: Andy Dougherty <doughera@lafayette.edu>
10133              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
10134              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
10135      Branch: perl
10136            ! hints/solaris_2.sh
10137 ____________________________________________________________________________
10138 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
10139         Log: This test is not very robust on 8.3-constrained systems:
10140              all the "with truncated name" lines between "Autosplitting ..."
10141              and "some names are not unique" lines are unexpected,
10142              and the truncation message becomes:
10143              testtest.al, testtest.al truncate to testtest 
10144      Branch: perl
10145            ! lib/AutoSplit.t
10146 ____________________________________________________________________________
10147 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
10148         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
10149      Branch: perl
10150            ! ext/I18N/Langinfo/Langinfo.t
10151 ____________________________________________________________________________
10152 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
10153         Log: Test::Morify UCD.t
10154      Branch: perl
10155            ! lib/Unicode/UCD.t
10156 ____________________________________________________________________________
10157 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
10158         Log: If Socket has not been built (e.g. DJGPP) the libnet
10159              tests fall over with (too) much noise.
10160      Branch: perl
10161            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
10162            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
10163            ! lib/Net/t/smtp.t lib/Net/t/time.t
10164 ____________________________________________________________________________
10165 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
10166         Log: Subject: [PATCH] shared hash keys and ++/--
10167              From: Nicholas Clark <nick@ccl4.org>
10168              Date: Mon, 3 Dec 2001 16:37:16 +0000
10169              Message-ID: <20011203163716.C21702@plum.flirble.org>
10170      Branch: perl
10171            ! pp.c pp_hot.c sv.c t/op/inc.t
10172 ____________________________________________________________________________
10173 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
10174         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
10175              From: Jonathan Stowe <jns@gellyfish.com>
10176              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
10177              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
10178      Branch: perl
10179            ! lib/Term/Cap.pm
10180 ____________________________________________________________________________
10181 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
10182         Log: Update Changes.
10183      Branch: perl
10184            ! Changes patchlevel.h
10185 ____________________________________________________________________________
10186 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
10187         Log: perldelta tweaks.
10188      Branch: perl
10189            ! pod/perldelta.pod
10190 ____________________________________________________________________________
10191 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
10192         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
10193              From: Sam Tregar <sam@tregar.com> 
10194              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
10195              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
10196      Branch: perl
10197            ! pod/perlnewmod.pod
10198 ____________________________________________________________________________
10199 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
10200         Log: microperl casting nit.
10201      Branch: perl
10202            ! utf8.c
10203 ____________________________________________________________________________
10204 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
10205         Log: Make sharepvn a macro since all it does is a deref.
10206      Branch: perl
10207            ! embed.h embed.pl global.sym hv.c hv.h proto.h
10208 ____________________________________________________________________________
10209 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
10210         Log: perldelta updates.
10211      Branch: perl
10212            ! pod/perldelta.pod
10213 ____________________________________________________________________________
10214 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
10215         Log: PPPort update from Paul Marquess.
10216      Branch: perl
10217            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
10218            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
10219            + ext/Devel/PPPort/t/test.t
10220            - ext/Devel/PPPort/harness/Harness.pm
10221            - ext/Devel/PPPort/harness/Harness.xs
10222            - ext/Devel/PPPort/harness/Makefile.PL
10223            - ext/Devel/PPPort/harness/module2.c
10224            - ext/Devel/PPPort/harness/module3.c
10225            - ext/Devel/PPPort/harness/t/test.t
10226            ! MANIFEST ext/Devel/PPPort/MANIFEST
10227            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
10228            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
10229            ! ext/Devel/PPPort/soak
10230 ____________________________________________________________________________
10231 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
10232         Log: No use talking about dynamic library search patch
10233              unless we are having a dynamic build.
10234      Branch: perl
10235            ! t/TEST
10236 ____________________________________________________________________________
10237 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
10238         Log: Be more explicit on the List::Util build trick,
10239              should also stop unneeded rebuilds on static builds.
10240      Branch: perl
10241            ! ext/List/Util/Makefile.PL
10242 ____________________________________________________________________________
10243 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
10244         Log: We need to replace the optimize (-O1) with
10245              the -h scalar0 -h vector0, not append them
10246              to the ccflags.
10247      Branch: perl
10248            ! hints/unicos.sh hints/unicosmk.sh
10249 ____________________________________________________________________________
10250 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
10251         Log: Subject: [PATCH] Shared hash keys 
10252              From: Nicholas Clark <nick@ccl4.org>
10253              Date: Sun, 2 Dec 2001 20:52:32 +0000
10254              Message-ID: <20011202205232.U21702@plum.flirble.org>
10255      Branch: perl
10256            ! doop.c t/op/tr.t
10257 ____________________________________________________________________________
10258 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
10259         Log: Better add new files to MANIFEST, too.
10260      Branch: perl
10261            ! MANIFEST
10262 ____________________________________________________________________________
10263 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
10264         Log: Subject: {PATCH] perlpacktut.pod
10265              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
10266              Date: Sun, 02 Dec 2001 19:55:06 +0100
10267              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
10268      Branch: perl
10269            ! pod/perlpacktut.pod
10270 ____________________________________________________________________________
10271 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
10272         Log: Various small nits found by DJGPP build.
10273      Branch: perl
10274            ! doio.c mg.c pp.c util.c
10275 ____________________________________________________________________________
10276 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
10277         Log: Subject: RE: More verbose POD for Carp
10278              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
10279              Date: Sun, 2 Dec 2001 11:32:51 -0500
10280              Message-ID: <3C0A9748@operamail.com>
10281      Branch: perl
10282            ! lib/Carp.pm
10283 ____________________________________________________________________________
10284 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
10285         Log: Add a header for DJGPP with the function prototypes.
10286      Branch: perl
10287            + djgpp/djgpp.h
10288            ! MANIFEST djgpp/djgpp.c
10289 ____________________________________________________________________________
10290 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
10291         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
10292              From: Abe Timmerman <abe@ztreet.demon.nl>
10293              Date: Sun, 02 Dec 2001 02:41:25 +0100
10294              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
10295      Branch: perl
10296            ! pp_sys.c
10297 ____________________________________________________________________________
10298 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
10299         Log: There isn't PTR2INT(), there's PTR2IV().
10300      Branch: perl
10301            ! ext/Time/HiRes/HiRes.xs
10302 ____________________________________________________________________________
10303 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
10304         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
10305              From: Marc Lehmann <root@schmorp.de>
10306              Date: Sun, 02 Dec 2001 02:44:53 +0100
10307              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
10308      Branch: perl
10309            ! ext/Time/HiRes/HiRes.xs
10310 ____________________________________________________________________________
10311 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
10312         Log: encode()/decode() examples.
10313      Branch: perl
10314            ! ext/Encode/Encode.pm
10315 ____________________________________________________________________________
10316 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
10317         Log: DJGPP tweaks from Laszlo Molnar.
10318      Branch: perl
10319            ! djgpp/config.over djgpp/djgppsed.sh
10320 ____________________________________________________________________________
10321 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
10322         Log: Update Changes.
10323      Branch: perl
10324            ! Changes patchlevel.h
10325 ____________________________________________________________________________
10326 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
10327         Log: Integrate perlio;
10328              
10329              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
10330              which do not have file descriptors. Noticed a possibly
10331              worse problem in the process ...
10332      Branch: perl
10333           !> doio.c
10334 ____________________________________________________________________________
10335 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
10336         Log: Non-VMS-fixed and Win32-skipped version of
10337              
10338              Subject: [PATCH t/op/exec.t] Portabilty fix 
10339              From: Michael G Schwern <schwern@pobox.com> 
10340              Date: Fri, 30 Nov 2001 16:09:27 -0500
10341              Message-ID: <20011130160927.A10406@blackrider>
10342      Branch: perl
10343            ! t/op/exec.t
10344 ____________________________________________________________________________
10345 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
10346         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
10347              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10348              Date: Sat, 1 Dec 2001 07:01:09 -0500
10349              Message-ID: <3C0D2E39@operamail.com>
10350              
10351              Subject: More verbose POD for Carp
10352              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10353              Date: Sat, 1 Dec 2001 08:04:16 -0500
10354              Message-ID: <3C285C2B@operamail.com>
10355      Branch: perl
10356            ! lib/Carp.pm lib/Carp/Heavy.pm
10357 ____________________________________________________________________________
10358 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
10359         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
10360              From: chromatic <chromatic@rmci.net>
10361              Date: Sat, 01 Dec 2001 12:41:58 -0700
10362              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
10363      Branch: perl
10364            ! lib/DB.t
10365 ____________________________________________________________________________
10366 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
10367         Log: Try to make a missing RADIXCHAR a softer kinder error.
10368      Branch: perl
10369            ! ext/I18N/Langinfo/Langinfo.t
10370 ____________________________________________________________________________
10371 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
10372         Log: Have a little faith on nl_langinfo() itself.
10373      Branch: perl
10374            ! ext/I18N/Langinfo/Langinfo.xs
10375 ____________________________________________________________________________
10376 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
10377         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
10378              the max, not max plus one)
10379      Branch: perl
10380            ! ext/I18N/Langinfo/Langinfo.xs
10381 ____________________________________________________________________________
10382 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
10383         Log: Make reality agree with the comment.
10384      Branch: perl
10385            ! ext/I18N/Langinfo/Langinfo.xs
10386 ____________________________________________________________________________
10387 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
10388         Log: Try to protect against wild langinfo() arguments.
10389      Branch: perl
10390            ! ext/I18N/Langinfo/Langinfo.xs
10391 ____________________________________________________________________________
10392 [ 13409] By: nick                                  on 2001/12/01  18:19:59
10393         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
10394              have file descriptors. Noticed a possibly worse problem in the process ...
10395      Branch: perlio
10396            ! doio.c
10397 ____________________________________________________________________________
10398 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
10399         Log: (replaced by #13556)
10400              
10401              If we are inside an eval, let's be silent about
10402              separate symbols and just croak() in the end.
10403      Branch: perl
10404            ! lib/Exporter/Heavy.pm
10405 ____________________________________________________________________________
10406 [ 13407] By: nick                                  on 2001/12/01  17:14:05
10407         Log: Integrate mainline
10408      Branch: perlio
10409           !> (integrate 26 files)
10410 ____________________________________________________________________________
10411 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
10412         Log: Subject: Fix for Exporter error reporting behaviour
10413              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
10414              Date: Sat, 1 Dec 2001 06:34:48 -0500
10415              Message-ID: <3C0D1B9A@operamail.com>
10416      Branch: perl
10417            ! lib/Exporter.pm lib/Exporter/Heavy.pm
10418 ____________________________________________________________________________
10419 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
10420         Log: Need to hide behind an eval to avoid a warning
10421              about :utf8 on non-perlio configs.
10422      Branch: perl
10423            ! lib/open.t
10424 ____________________________________________________________________________
10425 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
10426         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
10427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10428              Date: Fri, 30 Nov 2001 23:46:58 +0100
10429              Message-ID: <20011130234658.A717@rafael>
10430      Branch: perl
10431            ! op.c t/op/method.t
10432 ____________________________________________________________________________
10433 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
10434         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
10435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10436              Date: Thu, 29 Nov 2001 22:46:12 +0100
10437              Message-ID: <20011129224612.A699@rafael>
10438      Branch: perl
10439            ! ext/B/B/Xref.pm
10440 ____________________________________________________________________________
10441 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
10442         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
10443              From: Tels <perl_dummy@bloodgate.com>
10444              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
10445              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
10446      Branch: perl
10447            ! pod/perlfunc.pod
10448 ____________________________________________________________________________
10449 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
10450         Log: Subject: [REPATCH] reference pointer comparison
10451              From: Nicholas Clark <nick@ccl4.org>
10452              Date: Sat, 1 Dec 2001 13:00:17 +0000
10453              Message-ID: <20011201130017.I21702@plum.flirble.org>
10454      Branch: perl
10455            ! pp.c
10456 ____________________________________________________________________________
10457 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
10458         Log: Upgrade to Storable 1.0.14.
10459      Branch: perl
10460            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
10461 ____________________________________________________________________________
10462 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
10463         Log: Add simple caches for ::viacode() and ::vianame().
10464      Branch: perl
10465            ! lib/charnames.pm lib/charnames.t
10466 ____________________________________________________________________________
10467 [ 13398] By: nick                                  on 2001/12/01  10:36:24
10468         Log: Integrate mainline.
10469      Branch: perlio
10470           +> (branch 44 files)
10471            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
10472            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
10473            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
10474           !> (integrate 250 files)
10475 ____________________________________________________________________________
10476 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
10477         Log: Regen toc and modlib.
10478      Branch: perl
10479            ! pod/perlmodlib.pod pod/perltoc.pod
10480 ____________________________________________________________________________
10481 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
10482         Log: Upgrade to podlators-1.18.
10483      Branch: perl
10484            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
10485 ____________________________________________________________________________
10486 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
10487         Log: -h scalar0 -h vector0 seems to help for both
10488              UNICOS and UNICOS/mk on the unpack %65c problems.
10489              
10490              (replaces #13393)
10491      Branch: perl
10492            ! hints/unicos.sh hints/unicosmk.sh
10493 ____________________________________________________________________________
10494 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
10495         Log: More Socket constants.
10496      Branch: perl
10497            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
10498 ____________________________________________________________________________
10499 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
10500         Log: (replaced by #13395)
10501      Branch: perl
10502            ! hints/unicosmk.sh
10503 ____________________________________________________________________________
10504 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
10505         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
10506              From: Andy Dougherty <doughera@lafayette.edu>
10507              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
10508              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
10509              
10510              Simplify the test skippage criterion now that we are
10511              no more dependent on sed.
10512      Branch: perl
10513            ! t/comp/cpp.t t/run/switchPx.t
10514 ____________________________________________________________________________
10515 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
10516         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
10517              From: Michael G Schwern <schwern@pobox.com>
10518              Date: Fri, 30 Nov 2001 11:48:44 -0500
10519              Message-ID: <20011130114844.C1303@blackrider>
10520              
10521              (replaces #13381)
10522      Branch: perl
10523            ! t/op/stat.t
10524 ____________________________________________________________________________
10525 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
10526         Log: Let's not assume how much memory has been allocated
10527              to PVs.
10528      Branch: perl
10529            ! ext/Devel/Peek/Peek.t
10530 ____________________________________________________________________________
10531 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
10532         Log: VOS needs to know the modules, including pp_sort.
10533      Branch: perl
10534            ! vos/perl.bind
10535 ____________________________________________________________________________
10536 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
10537         Log: Unused variables.
10538      Branch: perl
10539            ! ext/Unicode/Normalize/Normalize.xs
10540 ____________________________________________________________________________
10541 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
10542         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
10543              From: John Peacock <jpeacock@rowman.com>     
10544              Date: Fri, 30 Nov 2001 10:24:00 -0500        
10545              Message-ID: <3C07A490.A22A76B0@rowman.com>   
10546      Branch: perl
10547            ! lib/ExtUtils/Embed.t
10548 ____________________________________________________________________________
10549 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
10550         Log: Tweak for the VOS building script from Paul Green.
10551      Branch: perl
10552            ! vos/configure_perl.cm
10553 ____________________________________________________________________________
10554 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
10555         Log: Update Changes.
10556      Branch: perl
10557            ! Changes patchlevel.h
10558 ____________________________________________________________________________
10559 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
10560         Log: Cannot test if cppstdin has not yet been installed.
10561      Branch: perl
10562            ! t/run/switchPx.t
10563 ____________________________________________________________________________
10564 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
10565         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
10566              From: Michael G Schwern <schwern@pobox.com> 
10567              Date: Thu, 29 Nov 2001 22:05:11 -0500
10568              Message-ID: <20011129220510.A18869@blackrider>
10569              
10570              TODO 1: if cppstdin is used and not yet installed,
10571              the Px.t will fail (must do the same as in cpp.t)
10572              
10573              TODO 2: does this work if no Perl whatsoever has
10574              yet been installed?  That is, we should be using
10575              the Perl we are building to execute the one-liner.
10576      Branch: perl
10577            + t/run/switchPx.aux t/run/switchPx.t
10578            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
10579            ! vms/test.com
10580 ____________________________________________________________________________
10581 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
10582         Log: Upgrade to Unicode::Normalize 0.12.
10583      Branch: perl
10584            ! ext/Unicode/Normalize/Changes
10585            ! ext/Unicode/Normalize/Normalize.pm
10586            ! ext/Unicode/Normalize/Normalize.xs
10587            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10588            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10589            ! ext/Unicode/Normalize/t/test.t
10590 ____________________________________________________________________________
10591 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
10592         Log: (replaced by #13391)
10593              
10594              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
10595              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
10596              Date: 30 Nov 2001 11:41:53 -0000             
10597              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
10598              
10599              No need to die if we have high-paranoia (non-chdirable)
10600              system directories.
10601      Branch: perl
10602            ! t/op/stat.t
10603 ____________________________________________________________________________
10604 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
10605         Log: Paragraph rewrapping.
10606      Branch: perl
10607            ! pod/perliol.pod
10608 ____________________________________________________________________________
10609 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
10610         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
10611              From: Stas Bekman <stas@stason.org>
10612              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
10613              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
10614      Branch: perl
10615            ! pod/perliol.pod
10616 ____________________________________________________________________________
10617 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
10618         Log: Whether select() gets restarted on signals is
10619              implementation dependent.
10620      Branch: perl
10621            ! ext/Time/HiRes/HiRes.t
10622 ____________________________________________________________________________
10623 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
10624         Log: More forgotten checkins.
10625      Branch: perl
10626            ! embed.h embed.pl proto.h
10627 ____________________________________________________________________________
10628 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
10629         Log: Add a note about folding vs lowercase.
10630      Branch: perl
10631            ! regexec.c
10632 ____________________________________________________________________________
10633 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
10634         Log: Use to_uni_fold (and add changed global.sym)
10635      Branch: perl
10636            ! global.sym utf8.c
10637 ____________________________________________________________________________
10638 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
10639         Log: Make to Unicode character functions to use UVs
10640              instead of U32s and add to_uni_fold().
10641      Branch: perl
10642            ! embed.pl proto.h utf8.c
10643 ____________________________________________________________________________
10644 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
10645         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
10646              From: Nicholas Clark <nick@ccl4.org>
10647              Date: Thu, 29 Nov 2001 22:47:32 +0000
10648              Message-ID: <20011129224732.W37621@plum.flirble.org>
10649      Branch: perl
10650            ! pod/perlpacktut.pod
10651 ____________________________________________________________________________
10652 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
10653         Log: README.vos updates from Paul Green.
10654      Branch: perl
10655            ! README.vos
10656 ____________________________________________________________________________
10657 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
10658         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
10659              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10660              Date: Thu, 29 Nov 2001 14:18:51 EST
10661              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
10662      Branch: perl
10663            ! mg.c vms/vms.c vms/vmsish.h
10664 ____________________________________________________________________________
10665 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
10666         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
10667              From: Michael G Schwern <schwern@pobox.com>
10668              Date: Thu, 29 Nov 2001 13:12:31 -0500
10669              Message-ID: <20011129131231.E11300@blackrider>
10670      Branch: perl
10671            ! README.vms
10672 ____________________________________________________________________________
10673 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
10674         Log: BGET_IV was missing.
10675      Branch: perl
10676            ! ext/ByteLoader/bytecode.h
10677 ____________________________________________________________________________
10678 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
10679         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
10680              From: Jonathan Stowe <gellyfish@gellyfish.com>
10681              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
10682              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
10683      Branch: perl
10684            ! lib/Term/Cap.pm
10685 ____________________________________________________________________________
10686 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
10687         Log: Porting/checkURL.pl was missing.
10688      Branch: perl
10689            ! MANIFEST
10690 ____________________________________________________________________________
10691 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
10692         Log: Subject: INSTALL and READMEs should be reviewed
10693              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10694              Date: Thu, 29 Nov 2001 16:49:36 +0100
10695              Message-ID: <20011129164936.A17492@rafael>         
10696      Branch: perl
10697            ! README.cygwin
10698 ____________________________________________________________________________
10699 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
10700         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
10701              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
10702              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
10703              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
10704      Branch: perl
10705            ! README.os390
10706 ____________________________________________________________________________
10707 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
10708         Log: Update Changes.
10709      Branch: perl
10710            ! Changes patchlevel.h
10711 ____________________________________________________________________________
10712 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
10713         Log: The changes to the curliffed files didn't stick in #13348.
10714      Branch: perl
10715            ! README.dos README.win32
10716 ____________________________________________________________________________
10717 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
10718         Log: Subject: Re: Found the rev where File::Glob broke
10719              From: Andy Dougherty <doughera@lafayette.edu>
10720              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
10721              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
10722      Branch: perl
10723            ! lib/ExtUtils/MM_Unix.pm
10724 ____________________________________________________________________________
10725 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
10726         Log: Use __DATA__ instead of __END__.
10727      Branch: perl
10728            ! lib/Term/Cap.pm
10729 ____________________________________________________________________________
10730 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
10731         Log: Subject: [PATCH toke.c] autosplit into @F fix
10732              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10733              Date: Thu, 29 Nov 2001 14:52:23 +0100
10734              Message-ID: <20011129145223.A25817@rafael>         
10735      Branch: perl
10736            ! toke.c
10737 ____________________________________________________________________________
10738 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
10739         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
10740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10741              Date: Thu, 29 Nov 2001 15:48:15 +0100
10742              Message-ID: <20011129154815.C25817@rafael>         
10743      Branch: perl
10744            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
10745 ____________________________________________________________________________
10746 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
10747         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
10748              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
10749              Date: Wed, 28 Nov 2001 20:35:29 +0100
10750              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
10751      Branch: perl
10752            ! pod/perlpacktut.pod
10753 ____________________________________________________________________________
10754 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
10755         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
10756              From: Stas Bekman <stas@stason.org>
10757              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
10758              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
10759              
10760              (with tweaks)
10761      Branch: perl
10762            ! pod/perlapio.pod
10763 ____________________________________________________________________________
10764 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
10765         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
10766              From: Tels <perl_dummy@bloodgate.com>
10767              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
10768              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
10769              
10770              (plus paragraph rewrapping)
10771      Branch: perl
10772            ! lib/Exporter.pm
10773 ____________________________________________________________________________
10774 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
10775         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
10776              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
10777              Date: Wed, 28 Nov 2001 21:47:59 +0000
10778              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
10779      Branch: perl
10780            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
10781 ____________________________________________________________________________
10782 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
10783         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
10784              From: Andy Dougherty <doughera@lafayette.edu>
10785              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
10786              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
10787      Branch: perl
10788            ! INSTALL ext/Time/HiRes/HiRes.t
10789 ____________________________________________________________________________
10790 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
10791         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
10792              From: Michael G Schwern <schwern@pobox.com> 
10793              Date: Wed, 28 Nov 2001 16:37:01 -0500
10794              Message-ID: <20011128163701.H676@blackrider>
10795      Branch: perl
10796            ! t/run/kill_perl.t
10797 ____________________________________________________________________________
10798 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
10799         Log: @INC tweak.
10800      Branch: perl
10801            ! t/op/ref.t
10802 ____________________________________________________________________________
10803 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
10804         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
10805              From: Nicholas Clark <nick@ccl4.org>
10806              Date: Wed, 28 Nov 2001 23:38:43 +0000
10807              Message-ID: <20011128233843.N37621@plum.flirble.org>  
10808      Branch: perl
10809            ! installman
10810 ____________________________________________________________________________
10811 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
10812         Log: Tweak the forking logic.
10813      Branch: perl
10814            ! Porting/checkURL.pl
10815 ____________________________________________________________________________
10816 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
10817         Log: Update perlmodlib.PL as per #13348.  The L<> got
10818              changed back because that is coming from ParseLink.pm.
10819      Branch: perl
10820            ! pod/perlmodlib.PL pod/perlmodlib.pod
10821 ____________________________________________________________________________
10822 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
10823         Log: URL fixups from Michael Schwern.
10824      Branch: perl
10825            ! README.cygwin README.dos README.hpux README.mint README.mpeix
10826            ! README.os390 README.qnx README.solaris README.vos README.win32
10827            ! pod/perlmodlib.pod
10828 ____________________________________________________________________________
10829 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
10830         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
10831              From: Barrie Slaymaker <barries@slaysys.com>
10832              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
10833              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
10834      Branch: perl
10835            ! lib/Exporter.pm
10836 ____________________________________________________________________________
10837 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
10838         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
10839      Branch: perl
10840            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
10841 ____________________________________________________________________________
10842 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
10843         Log: Subject: [PATCH] Re: $\ very broken
10844              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10845              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
10846              Message-ID: <20011128223308.E732@rafael>   
10847              
10848              Subject: Re: [PATCH] Re: $\ very broken     
10849              From: Nicholas Clark <nick@ccl4.org>
10850              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
10851              Message-ID: <20011128222859.K37621@plum.flirble.org>
10852      Branch: perl
10853            ! mg.c t/op/ref.t
10854 ____________________________________________________________________________
10855 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
10856         Log: Add Abigail's link checker with the following tweaks:
10857              - known dummy URLs (Peter Prymmer)
10858              - do also READMEs and INSTALL (Michael Schwern)
10859              - do also ftp URLs
10860              - add fork retry loop in case the allowed number
10861              of processes per user is low
10862      Branch: perl
10863            + Porting/checkURL.pl
10864            ! MANIFEST
10865 ____________________________________________________________________________
10866 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
10867         Log: Update Changes.
10868      Branch: perl
10869            ! Changes patchlevel.h
10870 ____________________________________________________________________________
10871 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
10872         Log: In Linux if we have modern enough gcc and supported
10873              enough CPU, crank up the optimization level to -O3.
10874      Branch: perl
10875            ! hints/linux.sh
10876 ____________________________________________________________________________
10877 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
10878         Log: Add perlpacktut from Wolfgang Laun; regen toc.
10879      Branch: perl
10880            + pod/perlpacktut.pod
10881            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
10882            ! pod/perltoc.pod
10883 ____________________________________________________________________________
10884 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
10885         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
10886              From: PPrymmer@factset.com
10887              Date: Wed, 28 Nov 2001 07:51:26 -0500
10888              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
10889      Branch: perl
10890            ! vms/test.com
10891 ____________________________________________________________________________
10892 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
10893         Log: Test cases for the first half of #13338.
10894      Branch: perl
10895            ! t/lib/h2ph.h t/lib/h2ph.pht
10896 ____________________________________________________________________________
10897 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
10898         Log: Subject: Re: h2ph confused by comments in an enum.
10899              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
10900              Date: Wed, 28 Nov 2001 04:19:21 +0000
10901              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
10902              
10903              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
10904              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
10905              Date: Wed, 28 Nov 2001 13:36:35 +0000
10906              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
10907      Branch: perl
10908            ! utils/h2ph.PL
10909 ____________________________________________________________________________
10910 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
10911         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
10912              From: Jonathan Stowe <gellyfish@gellyfish.com>
10913              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
10914              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
10915              
10916              (replace #13327)
10917      Branch: perl
10918            ! lib/Term/Cap.pm
10919 ____________________________________________________________________________
10920 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
10921         Log: Replace #13335 with
10922              
10923              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
10924              From: Russ Allbery <rra@stanford.edu>
10925              Date: 27 Nov 2001 20:42:49 -0800
10926              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
10927      Branch: perl
10928            ! lib/Pod/Text/Termcap.pm
10929 ____________________________________________________________________________
10930 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
10931         Log: (replaced by #13336)
10932              
10933              Subject: [PATCH perl@13323] Termcap.pm with no termios
10934              From: "Craig A. Berry" <craigberry@mac.com> 
10935              Date: Tue, 27 Nov 2001 22:28:50 -0600
10936              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
10937      Branch: perl
10938            ! lib/Pod/Text/Termcap.pm
10939 ____________________________________________________________________________
10940 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
10941         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
10942              From: "Craig A. Berry" <craigberry@mac.com> 
10943              Date: Tue, 27 Nov 2001 21:46:45 -0600
10944              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
10945      Branch: perl
10946            ! configure.com
10947 ____________________________________________________________________________
10948 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
10949         Log: Upgrade to podlators 1.17.
10950      Branch: perl
10951            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
10952            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
10953 ____________________________________________________________________________
10954 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
10955         Log: Fix for "a\x{100}" =~ /A/i.
10956      Branch: perl
10957            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
10958            ! utf8.c
10959 ____________________________________________________________________________
10960 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
10961         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
10962              From: "Craig A. Berry" <craigberry@mac.com>
10963              Date: Tue, 27 Nov 2001 17:11:49 -0600
10964              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
10965      Branch: perl
10966            ! lib/DB.t
10967 ____________________________________________________________________________
10968 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
10969         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
10970              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10971              Date: Tue, 27 Nov 2001 14:55:23 -0500
10972              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
10973              
10974              Subject: [PATCH: perl@13324] updates to perldelta.pod 
10975              From: PPrymmer@factset.com
10976              Date: Tue, 27 Nov 2001 18:06:04 -0500
10977              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
10978              
10979              plus added some known problems.
10980      Branch: perl
10981            ! pod/perldelta.pod
10982 ____________________________________________________________________________
10983 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
10984         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
10985              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10986              Date: Tue, 27 Nov 2001 15:38:02 EST 
10987              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
10988      Branch: perl
10989            ! configure.com vms/vms.c vms/vmsish.h
10990 ____________________________________________________________________________
10991 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
10992         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
10993              From: Michael G Schwern <schwern@pobox.com> 
10994              Date: Tue, 27 Nov 2001 15:31:12 -0500
10995              Message-ID: <20011127153112.G20929@blackrider>
10996      Branch: perl
10997            ! t/run/kill_perl.t
10998 ____________________________________________________________________________
10999 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
11000         Log: (replaced by #13337)
11001              
11002              VMS can safely hardcode a termcap entry for VT100.
11003      Branch: perl
11004            ! lib/Term/Cap.pm
11005 ____________________________________________________________________________
11006 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
11007         Log: VMS piping fixes from Charles Lane (perl -P should
11008              be working now).
11009      Branch: perl
11010            ! vms/vms.c
11011 ____________________________________________________________________________
11012 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
11013         Log: Subject: [PATCH] perlvar.pod fix
11014              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11015              Date: Tue, 27 Nov 2001 13:11:47 -0500
11016              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
11017      Branch: perl
11018            ! pod/perlvar.pod
11019 ____________________________________________________________________________
11020 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
11021         Log: Update Changes.
11022      Branch: perl
11023            ! Changes patchlevel.h
11024 ____________________________________________________________________________
11025 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
11026         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
11027              From: "Craig A. Berry" <craigberry@mac.com> 
11028              Date: Tue, 27 Nov 2001 10:21:18 -0600
11029              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
11030      Branch: perl
11031            ! lib/ExtUtils/MM_VMS.pm
11032 ____________________________________________________________________________
11033 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
11034         Log: Protect against accumulating -options -options -options.
11035      Branch: perl
11036            ! hints/hpux.sh
11037 ____________________________________________________________________________
11038 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
11039         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
11040              From: Barrie Slaymaker <barries@slaysys.com>
11041              Date: Tue, 27 Nov 2001 10:58:54 -0500
11042              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
11043      Branch: perl
11044            ! lib/Benchmark.pm
11045 ____________________________________________________________________________
11046 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
11047         Log: Tiny fix from John P. Linderman.
11048      Branch: perl
11049            ! lib/sort.pm
11050 ____________________________________________________________________________
11051 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
11052         Log: The Story of sort(), from John P. Linderman.
11053      Branch: perl
11054            ! pod/perldelta.pod
11055 ____________________________________________________________________________
11056 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
11057         Log: Add information what to do if you are reading
11058              perluniintro but using some older Perl.
11059      Branch: perl
11060            ! pod/perluniintro.pod
11061 ____________________________________________________________________________
11062 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
11063         Log: Update the 'wide characters' FAQ entry.
11064      Branch: perl
11065            ! pod/perlfaq6.pod
11066 ____________________________________________________________________________
11067 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
11068         Log: Fix for
11069              
11070              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
11071              From: Marc Lehmann <root@schmorp.de>
11072              Date: Tue, 27 Nov 2001 14:27:14 +0100
11073              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
11074      Branch: perl
11075            ! ext/Encode.t ext/Encode/Encode.xs
11076 ____________________________________________________________________________
11077 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
11078         Log: Subject: [PATCH] DB_File 1.801
11079              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11080              Date: Tue, 27 Nov 2001 15:06:45 -0000
11081              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
11082      Branch: perl
11083            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11084            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11085 ____________________________________________________________________________
11086 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
11087         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
11088      Branch: perl
11089            ! pod/perlmodlib.pod
11090 ____________________________________________________________________________
11091 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
11092         Log: sort() doc tweaks from John P. Linderman.
11093      Branch: perl
11094            ! pod/perlfunc.pod
11095 ____________________________________________________________________________
11096 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
11097         Log: Subject: [PATCH] More perldelta.pod nits
11098              From: Simon Glover <scog@roe.ac.uk>
11099              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
11100              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
11101      Branch: perl
11102            ! pod/perldelta.pod
11103 ____________________________________________________________________________
11104 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
11105         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
11106              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11107              Date: Tue, 27 Nov 2001 11:52:31 -0000
11108              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
11109      Branch: perl
11110            ! ext/Devel/PPPort/harness/Makefile.PL
11111 ____________________________________________________________________________
11112 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
11113         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
11114              From: Michael G Schwern <schwern@pobox.com>
11115              Date: Tue, 27 Nov 2001 03:38:24 -0500
11116              Message-ID: <20011127033824.A17775@blackrider>
11117      Branch: perl
11118            ! t/TEST
11119 ____________________________________________________________________________
11120 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
11121         Log: Subject: Re: perlcc very broken
11122              From: John Peacock <jpeacock@rowman.com>
11123              Date: Tue, 27 Nov 2001 06:48:01 -0500
11124              Message-ID: <3C037D71.4030508@rowman.com>
11125      Branch: perl
11126            ! utils/perlcc.PL
11127 ____________________________________________________________________________
11128 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
11129         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
11130              From: David Dyck <dcd@tc.fluke.com>
11131              Date: Mon, 26 Nov 2001 22:04:38 -0800
11132              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
11133      Branch: perl
11134            ! t/op/pack.t
11135 ____________________________________________________________________________
11136 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
11137         Log: Subject: [ID 20011126.149] t/op/split fails step 37
11138              From: David Dyck <dcd@tc.fluke.com>
11139              Date: Mon, 26 Nov 2001 21:52:35 -0800
11140              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
11141      Branch: perl
11142            ! t/op/split.t
11143 ____________________________________________________________________________
11144 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
11145         Log: incorporate last minute change from libnet 1.0901-tobe
11146      Branch: perl
11147            ! lib/Net/SMTP.pm
11148 ____________________________________________________________________________
11149 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
11150         Log: Pass 7 at perldelta - random edits.
11151      Branch: perl
11152            ! pod/perldelta.pod
11153 ____________________________________________________________________________
11154 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
11155         Log: Portability and skippage tweaks.
11156      Branch: perl
11157            ! t/op/split.t
11158 ____________________________________________________________________________
11159 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
11160         Log: (retracted by #13449)
11161              Try to make Unicode casemapping to work for EBCDIC, too.
11162      Branch: perl
11163            ! utf8.c
11164 ____________________________________________________________________________
11165 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
11166         Log: Just printing 1..0 is not quite enough...
11167      Branch: perl
11168            ! lib/Dumpvalue.t
11169 ____________________________________________________________________________
11170 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
11171         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
11172              Delay the match until runtime.
11173      Branch: perl
11174            ! t/op/append.t
11175 ____________________________________________________________________________
11176 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
11177         Log: UTF-EBCDIC.
11178      Branch: perl
11179            ! ext/Devel/Peek/Peek.t
11180 ____________________________________________________________________________
11181 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
11182         Log: Be UTF-EBCDIC aware.
11183      Branch: perl
11184            ! lib/bytes.t
11185 ____________________________________________________________________________
11186 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
11187         Log: Bad assumption which way digits and letters sort.
11188      Branch: perl
11189            ! lib/English.t
11190 ____________________________________________________________________________
11191 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
11192         Log: If in EBCDIC but no Convert::EBCDIC
11193              the libnet tests will all fail.
11194      Branch: perl
11195            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
11196            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
11197            ! lib/Net/t/smtp.t lib/Net/t/time.t
11198 ____________________________________________________________________________
11199 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
11200         Log: Just sorting to guarantee order is not enough.
11201              (Think EBCDIC.) 
11202      Branch: perl
11203            ! lib/ExtUtils/Manifest.t
11204 ____________________________________________________________________________
11205 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
11206         Log: OS/390 cleanable gunk.
11207      Branch: perl
11208            ! lib/ExtUtils/MM_Unix.pm
11209 ____________________________________________________________________________
11210 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
11211         Log: Update the EBCDIC MD5 checksums.
11212      Branch: perl
11213            ! ext/Digest/MD5/t/files.t
11214 ____________________________________________________________________________
11215 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
11216         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
11217              From: Nicholas Clark <nick@ccl4.org>
11218              Date: Mon, 26 Nov 2001 23:06:34 +0000
11219              Message-ID: <20011126230633.Q37621@plum.flirble.org>
11220      Branch: perl
11221            ! installman
11222 ____________________________________________________________________________
11223 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
11224         Log: sort tweaks from John P. Linderman.
11225      Branch: perl
11226            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
11227 ____________________________________________________________________________
11228 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
11229         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
11230              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
11231              Date: Mon, 26 Nov 2001 18:47:25 -0600
11232              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
11233              
11234              Craig Berry submitted half of this patch just yesterday.
11235              Spooky cosmic resonance.
11236      Branch: perl
11237            ! ext/Socket/Socket.xs
11238 ____________________________________________________________________________
11239 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
11240         Log: Subject: [PATCH] doio slightly smaller
11241              From: Nicholas Clark <nick@ccl4.org>
11242              Date: Tue, 27 Nov 2001 00:40:23 +0000      
11243              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
11244      Branch: perl
11245            ! doio.c
11246 ____________________________________________________________________________
11247 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
11248         Log: perldelta nits from Autrijus Tang and Ron Kimball.
11249      Branch: perl
11250            ! pod/perldelta.pod
11251 ____________________________________________________________________________
11252 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
11253         Log: Subject: [PATCH] unpack P* uses random length for item
11254              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
11255              Date: Mon, 26 Nov 2001 19:56:32 +0100
11256              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
11257      Branch: perl
11258            ! pod/perldiag.pod pp_pack.c t/op/pack.t
11259 ____________________________________________________________________________
11260 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
11261         Log: Subject: [PATCH current] system and taintedness
11262              From: Radu Greab <radu@netsoft.ro>
11263              Date: Mon, 26 Nov 2001 18:42:29 +0200
11264              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
11265      Branch: perl
11266            ! pp_sys.c t/op/taint.t
11267 ____________________________________________________________________________
11268 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
11269         Log: Subject: [PATCH @ 13283] Devel::PPPort
11270              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11271              Date: Mon, 26 Nov 2001 14:37:17 -0000
11272              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
11273      Branch: perl
11274            + ext/Devel/PPPort/MANIFEST
11275            ! MANIFEST ext/Devel/PPPort/Makefile.PL
11276            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
11277            ! ext/Devel/PPPort/harness/Harness.xs
11278            ! ext/Devel/PPPort/harness/Makefile.PL
11279            ! ext/Devel/PPPort/harness/module2.c
11280            ! ext/Devel/PPPort/harness/module3.c
11281            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
11282 ____________________________________________________________________________
11283 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
11284         Log: Update the test list.
11285      Branch: perl
11286            ! t/lib/1_compile.t
11287 ____________________________________________________________________________
11288 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
11289         Log: Sync-up tests with libnet distribution
11290      Branch: perl
11291            + lib/Net/t/netrc.t
11292            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
11293 ____________________________________________________________________________
11294 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
11295         Log: Update Changes.
11296      Branch: perl
11297            ! Changes patchlevel.h
11298 ____________________________________________________________________________
11299 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
11300         Log: Upgrade to podlators 1.16.
11301      Branch: perl
11302            + lib/Pod/t/basic.cap
11303            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
11304            ! lib/Pod/t/basic.t pod/pod2man.PL
11305 ____________________________________________________________________________
11306 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
11307         Log: Pass 6 at perldelta - sort enhancements, generic and
11308              platform specific bug fixes.
11309      Branch: perl
11310            ! pod/perldelta.pod
11311 ____________________________________________________________________________
11312 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
11313         Log: PROPAGATE documentation from Tony Cook.
11314      Branch: perl
11315            ! pod/perlfunc.pod
11316 ____________________________________________________________________________
11317 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
11318         Log: DJGPP cannot do signals that well.
11319      Branch: perl
11320            ! ext/POSIX/t/sigaction.t
11321 ____________________________________________________________________________
11322 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
11323         Log: Can't do subsecond alarms without ualarm; and break out
11324              early if alarms do not seem to be coming in as expected.
11325      Branch: perl
11326            ! ext/Time/HiRes/HiRes.t
11327 ____________________________________________________________________________
11328 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
11329         Log: No Socket, little Net.
11330      Branch: perl
11331            ! t/lib/1_compile.t
11332 ____________________________________________________________________________
11333 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
11334         Log: Take the taint brush to the getcwds.
11335      Branch: perl
11336            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
11337 ____________________________________________________________________________
11338 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
11339         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
11340              From: "Craig A. Berry" <craigberry@mac.com>
11341              Date: Sun, 25 Nov 2001 16:20:45 -0600
11342              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
11343      Branch: perl
11344            ! ext/Socket/Socket.xs
11345 ____________________________________________________________________________
11346 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
11347         Log: Since in some DOS filesystems the timestamp granularity
11348              may be only two seconds, better sleep for three to play safe.
11349              (Helps CygWin, at least.)
11350      Branch: perl
11351            ! lib/Memoize/t/expire_file.t
11352 ____________________________________________________________________________
11353 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
11354         Log: For some reason CygWin wasn't collapsing multiple
11355              slashes into one, which made some Spec.t tests to fail.
11356              Either CygWin was being too prudish or the collapsing
11357              logic needs to be rethunk.
11358      Branch: perl
11359            ! lib/File/Spec/Unix.pm
11360 ____________________________________________________________________________
11361 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
11362         Log: Cygwin needs to have libperl.dll around if trying to link
11363              with -lperl.  Note: this change cures the test but whether
11364              it cures CygPerl installation, I don't know: hopefully the
11365              libperl5_7_2.dll, or the version equivalent, gets installed
11366              also as libperl.dll to the proper place(s).
11367      Branch: perl
11368            ! lib/ExtUtils/Embed.t
11369 ____________________________________________________________________________
11370 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
11371         Log: -I../lib/.. and -L../lib/..?  Strange.
11372      Branch: perl
11373            ! lib/ExtUtils/Embed.t
11374 ____________________________________________________________________________
11375 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
11376         Log: $MM?
11377      Branch: perl
11378            ! lib/ExtUtils/Embed.pm
11379 ____________________________________________________________________________
11380 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
11381         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
11382              From: Dave Rolsky <autarch@urth.org>
11383              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
11384              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
11385      Branch: perl
11386            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
11387            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11388 ____________________________________________________________________________
11389 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
11390         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
11391              From: chromatic <chromatic@rmci.net>
11392              Date: Sat, 24 Nov 2001 14:56:57 -0700
11393              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
11394              
11395              plus a tweak for ithreads builds.
11396      Branch: perl
11397            + lib/DB.t
11398            ! MANIFEST lib/DB.pm
11399 ____________________________________________________________________________
11400 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
11401         Log: Win32 compilation tweaks for Blair Zajac.
11402      Branch: perl
11403            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
11404 ____________________________________________________________________________
11405 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
11406         Log: I don't think trying to bracket the hires time with lores
11407              times is going to be portable enough: Cygwin seems to be
11408              capable of getting hires ones rather consistently lower
11409              than the lores ones.  So let's try average difference instead.
11410      Branch: perl
11411            ! ext/Time/HiRes/HiRes.t
11412 ____________________________________________________________________________
11413 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
11414         Log: Subject: Re: benchmarks, sorts and reproducibility
11415              From: "John P. Linderman" <jpl@research.att.com>
11416              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
11417              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
11418              
11419              Randomize large partitions for quicksort to dodge the
11420              angry gods of quadratic.
11421      Branch: perl
11422            ! pp_sort.c
11423 ____________________________________________________________________________
11424 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
11425         Log: The joys of portable quoting.
11426      Branch: perl
11427            ! ext/Devel/PPPort/harness/Makefile.PL
11428 ____________________________________________________________________________
11429 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
11430         Log: sort pragma tweaks.
11431      Branch: perl
11432            ! lib/sort.pm
11433 ____________________________________________________________________________
11434 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
11435         Log: Skip the link= directives of utils.lst if no mandir
11436              (if no manpages).
11437      Branch: perl
11438            ! installman
11439 ____________________________________________________________________________
11440 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
11441         Log: integrate changes#8340,13260 from mainline
11442              
11443              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11444              
11445              change#3373 introduced a handle leak in backticks and piped open()s
11446              that fail
11447      Branch: maint-5.6/perl
11448            ! t/io/pipe.t util.c
11449 ____________________________________________________________________________
11450 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
11451         Log: change#3373 introduced a handle leak in backticks and piped open()s
11452              that fail
11453      Branch: perl
11454            ! util.c
11455 ____________________________________________________________________________
11456 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
11457         Log: metaconfig unit change for #13258.
11458      Branch: metaconfig/U/perl
11459            ! d_procselfexe.U
11460 ____________________________________________________________________________
11461 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
11462         Log: Extraenous breaks noticed by David Dyck.
11463      Branch: perl
11464            ! Configure
11465 ____________________________________________________________________________
11466 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
11467         Log: Revert the /proc/self/auxv experiment for now.
11468      Branch: perl
11469            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
11470 ____________________________________________________________________________
11471 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
11472         Log: Also ExtUtils.t had $^X assumptions.
11473      Branch: perl
11474            ! lib/ExtUtils.t
11475 ____________________________________________________________________________
11476 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
11477         Log: Now is Solaris if you start the t/perl in the t/
11478              as "./perl", the $^X will be "../perl", not "./perl".
11479      Branch: perl
11480            ! t/lib/1_compile.t
11481 ____________________________________________________________________________
11482 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
11483         Log: The new way of finding out $^X in Solaris
11484              requires a little tweak if the executable
11485              pathname is *not* absolute: prepend "./"
11486              (otherwise `$^X ...` will start perl from PATH...)
11487      Branch: perl
11488            ! perl.c
11489 ____________________________________________________________________________
11490 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
11491         Log: Avoid "will not stay shared" warnings.
11492      Branch: perl
11493            ! lib/ExtUtils/MM_Unix.pm
11494 ____________________________________________________________________________
11495 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
11496         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
11497              From: Michael G Schwern <schwern@pobox.com>
11498              Date: Sat, 24 Nov 2001 19:56:18 -0500
11499              Message-ID: <20011124195618.A14614@blackrider>            
11500      Branch: perl
11501            ! perl.c pp_sys.c t/op/magic.t util.c
11502 ____________________________________________________________________________
11503 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
11504         Log: In the MakeMaker pm_to_blib target don't copy all
11505              the files in one fell swoop, deal with them hunkwise,
11506              helps for CLIs with limited line lengths.
11507              (This seems to help for DJGPP building Encode,
11508              where there are dozens of files to copy.)
11509      Branch: perl
11510            ! lib/ExtUtils/MM_Unix.pm
11511 ____________________________________________________________________________
11512 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
11513         Log: testsuite leaves stray files behind on windows
11514      Branch: perl
11515            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
11516 ____________________________________________________________________________
11517 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
11518         Log: xsubpp produces a spurious warning on directories called 'typemap'
11519      Branch: perl
11520            ! lib/ExtUtils/xsubpp
11521 ____________________________________________________________________________
11522 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
11523         Log: xsubpp treats invalid (indented) cpp directives as comments
11524      Branch: perl
11525            ! ext/IO/IO.xs
11526 ____________________________________________________________________________
11527 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
11528         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
11529      Branch: perl
11530            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
11531 ____________________________________________________________________________
11532 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
11533         Log: The debug_pag needs to be visible at all times
11534              because of the re extension.
11535      Branch: perl
11536            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
11537 ____________________________________________________________________________
11538 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
11539         Log: Subject: Re: [PATCH] Tests are good
11540              From: Philip Newton <Philip.Newton@gmx.net>
11541              Date: Sat, 24 Nov 2001 21:24:00 +0100
11542              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
11543      Branch: perl
11544            ! pod/perlhack.pod
11545 ____________________________________________________________________________
11546 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
11547         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
11548              From: "Craig A. Berry" <craigberry@mac.com> 
11549              Date: Sat, 24 Nov 2001 12:45:44 -0600
11550              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
11551              
11552              (with tweaks, and combined with Sarathy's #13242)
11553      Branch: perl
11554            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
11555 ____________________________________________________________________________
11556 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
11557         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
11558              From: John Peacock <jpeacock@rowman.com>
11559              Date: Sat, 24 Nov 2001 14:27:46 -0500
11560              Message-ID: <3BFFF4B2.40509@rowman.com> 
11561      Branch: perl
11562            ! lib/Exporter/Heavy.pm
11563 ____________________________________________________________________________
11564 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
11565         Log: use portable quotes
11566      Branch: perl
11567            ! ext/Devel/PPPort/harness/Makefile.PL
11568 ____________________________________________________________________________
11569 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
11570         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
11571              From: Nicholas Clark <nick@ccl4.org>
11572              Date: Sat, 24 Nov 2001 18:06:26 +0000
11573              Message-ID: <20011124180626.T37621@plum.flirble.org>
11574      Branch: perl
11575            ! installman
11576 ____________________________________________________________________________
11577 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
11578         Log: Subject: [PATCH] perl5005delta.pod L<>
11579              From: Nicholas Clark <nick@ccl4.org>
11580              Date: Sat, 24 Nov 2001 18:04:21 +0000
11581              Message-ID: <20011124180421.S37621@plum.flirble.org>
11582      Branch: perl
11583            ! pod/perl5005delta.pod
11584 ____________________________________________________________________________
11585 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
11586         Log: fix typo in config.vc; regenerate win32 config_H.* files
11587      Branch: perl
11588            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11589            ! win32/config_H.vc
11590 ____________________________________________________________________________
11591 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
11592         Log: Mention the charnames::vianame().
11593      Branch: perl
11594            ! pod/perluniintro.pod
11595 ____________________________________________________________________________
11596 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
11597         Log: Add charnames::vianame() in case people want to access
11598              the codes in run-time (as opposed to the compile-timeness
11599              of \N{...}).
11600      Branch: perl
11601            ! lib/charnames.pm lib/charnames.t
11602 ____________________________________________________________________________
11603 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
11604         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
11605              From: Nicholas Clark <nick@ccl4.org>
11606              Date: Sat, 24 Nov 2001 16:30:42 +0000
11607              Message-ID: <20011124163042.R37621@plum.flirble.org>
11608      Branch: perl
11609            ! regcomp.c regcomp.h
11610 ____________________________________________________________________________
11611 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
11612         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
11613              From: Nicholas Clark <nick@ccl4.org>
11614              Date: Sat, 24 Nov 2001 16:24:33 +0000
11615              Message-ID: <20011124162433.Q37621@plum.flirble.org>
11616              
11617              cmp fixes.
11618      Branch: perl
11619            ! pp.c
11620 ____________________________________________________________________________
11621 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
11622         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
11623              (It seems that "./perl" gets resolved to "perl" now.)
11624      Branch: perl
11625            ! perl.c
11626 ____________________________________________________________________________
11627 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
11628         Log: Subject: [PATCH] DB_File 1.800        
11629              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
11630              Date: Sat, 24 Nov 2001 11:41:41 -0000
11631              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
11632      Branch: perl
11633            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11634            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
11635            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
11636            ! ext/DB_File/t/db-recno.t
11637 ____________________________________________________________________________
11638 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
11639         Log: Tweak the PUSHED documentation.
11640      Branch: perl
11641            ! ext/PerlIO/Via/Via.pm
11642 ____________________________________________________________________________
11643 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
11644         Log: Update 1_compile for new known tests.
11645      Branch: perl
11646            ! t/lib/1_compile.t
11647 ____________________________________________________________________________
11648 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
11649         Log: Move the MBF/MBI test modules to t/lib.
11650      Branch: perl
11651            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
11652            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
11653            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
11654            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
11655            ! lib/Math/BigInt/t/sub_mbi.t
11656 ____________________________________________________________________________
11657 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
11658         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
11659              From: "Craig A. Berry" <craigberry@mac.com> 
11660              Date: Fri, 23 Nov 2001 18:05:35 -0600
11661              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
11662      Branch: perl
11663            ! configure.com
11664 ____________________________________________________________________________
11665 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
11666         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
11667              From: PPrymmer@factset.com 
11668              Date: Fri, 23 Nov 2001 17:03:07 -0500
11669              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
11670      Branch: perl
11671            ! ext/Unicode/Normalize/mkheader
11672 ____________________________________________________________________________
11673 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
11674         Log: Here are the right helper files.
11675      Branch: perl
11676            + t/lib/Filter/Simple/ExportTest.pm
11677            + t/lib/Filter/Simple/FilterOnlyTest.pm
11678            + t/lib/Filter/Simple/FilterTest.pm
11679            + t/lib/Filter/Simple/ImportTest.pm
11680            ! MANIFEST
11681 ____________________________________________________________________________
11682 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
11683         Log: Update Changes.
11684      Branch: perl
11685            ! Changes patchlevel.h
11686 ____________________________________________________________________________
11687 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
11688         Log: Never mind.
11689      Branch: perl
11690            - lib/Filter/Simple/lib/ExportTest.pm
11691            - lib/Filter/Simple/lib/ImportTest.pm
11692 ____________________________________________________________________________
11693 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
11694         Log: Mis-add.
11695      Branch: perl
11696            + lib/Filter/Simple/lib/ExportTest.pm
11697            + lib/Filter/Simple/lib/ImportTest.pm
11698 ____________________________________________________________________________
11699 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
11700         Log: Upgrade to Filter::Simple 0.77.
11701      Branch: perl
11702            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
11703            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
11704            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
11705            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
11706            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
11707 ____________________________________________________________________________
11708 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
11709         Log: Missing p4 add.
11710      Branch: perl
11711            + lib/ExtUtils/MM_VMS.t
11712 ____________________________________________________________________________
11713 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
11714         Log: Pass 5 at perldelta - module and utility updates cleanup.
11715      Branch: perl
11716            ! pod/perldelta.pod
11717 ____________________________________________________________________________
11718 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
11719         Log: metaconfig unit change for #13219.
11720      Branch: metaconfig/U/perl
11721            ! d_procselfexe.U
11722 ____________________________________________________________________________
11723 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
11724         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
11725      Branch: perl
11726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11727            ! pod/buildtoc.PL pod/perltoc.pod
11728 ____________________________________________________________________________
11729 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
11730         Log: Add procselfexe and d_dirfd to strange lands.
11731      Branch: perl
11732            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
11733            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11734            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11735            ! win32/config.gc win32/config.vc win32/config.win64
11736            ! wince/config.ce
11737 ____________________________________________________________________________
11738 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
11739         Log: metaconfig unit change for #13216.
11740      Branch: metaconfig/U/perl
11741            ! d_procselfexe.U
11742 ____________________________________________________________________________
11743 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
11744         Log: Better to "quote" the pathname.
11745      Branch: perl
11746            ! Configure config_h.SH
11747 ____________________________________________________________________________
11748 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
11749         Log: Use PROCSELFEXE_PATH.
11750      Branch: perl
11751            ! perl.c
11752 ____________________________________________________________________________
11753 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
11754         Log: metaconfig unit change for #13213.
11755      Branch: metaconfig/U/perl
11756            ! d_procselfexe.U
11757 ____________________________________________________________________________
11758 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
11759         Log: Add probing for BSD-like /proc/curproc/file.
11760      Branch: perl
11761            ! Configure config_h.SH
11762 ____________________________________________________________________________
11763 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
11764         Log: metaconfig unit change for 13211.
11765      Branch: metaconfig/U/perl
11766            + d_dirfd.U
11767 ____________________________________________________________________________
11768 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
11769         Log: Add probing for dirfd() so that it can be added it IO::Dir.
11770      Branch: perl
11771            ! Configure config_h.SH perl.h
11772 ____________________________________________________________________________
11773 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
11774         Log: ...and update the test count.
11775      Branch: perl
11776            ! lib/Pod/t/basic.t
11777 ____________________________________________________________________________
11778 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
11779         Log: Must remove the cap test also from the test script.
11780      Branch: perl
11781            ! lib/Pod/t/basic.t
11782 ____________________________________________________________________________
11783 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
11784         Log: Subject: [PATCH] Tests are good
11785              From: Nicholas Clark <nick@ccl4.org>
11786              Date: Fri, 23 Nov 2001 18:12:21 +0000
11787              Message-ID: <20011123181220.F37621@plum.flirble.org>
11788      Branch: perl
11789            ! pod/perlhack.pod
11790 ____________________________________________________________________________
11791 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
11792         Log: The basic.cap from podlators 1.14 is not very portable.
11793      Branch: perl
11794            - lib/Pod/t/basic.cap
11795            ! MANIFEST
11796 ____________________________________________________________________________
11797 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
11798         Log: Subject: Re: [DOC PATCHES] pod cleanups
11799              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11800              Date: 22 Nov 2001 12:54:16 -0000
11801              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
11802      Branch: perl
11803            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
11804            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
11805 ____________________________________________________________________________
11806 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
11807         Log: FAQ sync.
11808      Branch: perl
11809            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
11810 ____________________________________________________________________________
11811 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
11812         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
11813              From: PPrymmer@factset.com
11814              Date: Fri, 23 Nov 2001 11:43:45 -0500
11815              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
11816      Branch: perl
11817            ! MANIFEST lib/ExtUtils/MM_VMS.pm
11818 ____________________________________________________________________________
11819 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
11820         Log: Corify podlators 1.14 test.
11821      Branch: perl
11822            ! lib/Pod/t/basic.t
11823 ____________________________________________________________________________
11824 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
11825         Log: Output tweak needed because of podlators 1.14.
11826      Branch: perl
11827            ! t/pod/multiline_items.xr
11828 ____________________________________________________________________________
11829 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
11830         Log: Upgrade to podlators 1.14.
11831      Branch: perl
11832            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
11833            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
11834            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
11835            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
11836            ! lib/Pod/Text/Overstrike.pm
11837 ____________________________________________________________________________
11838 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
11839         Log: perlmodinstall tweaks from Philip Newton.
11840      Branch: perl
11841            ! pod/perlmodinstall.pod
11842 ____________________________________________________________________________
11843 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
11844         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
11845              From: Autrijus Tang <autrijus@autrijus.org>           
11846              Date: Fri, 23 Nov 2001 23:55:53 +0800
11847              Message-ID: <20011123235553.A2310@not.autrijus.org>
11848      Branch: perl
11849            ! Porting/genlog
11850 ____________________________________________________________________________
11851 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
11852         Log: Subject: Re: regex oddness with \Z and $&
11853              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
11854              Date: Fri, 23 Nov 2001 15:15:24 +0000
11855              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
11856      Branch: perl
11857            ! regcomp.c t/op/re_tests
11858 ____________________________________________________________________________
11859 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
11860         Log: regen_headers.
11861      Branch: perl
11862            ! embed.h global.sym pod/perlapi.pod proto.h
11863 ____________________________________________________________________________
11864 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
11865         Log: Forgotten check-in.
11866      Branch: perl
11867            ! pod/perlapi.pod
11868 ____________________________________________________________________________
11869 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
11870         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
11871      Branch: perl
11872            ! lib/Test/Simple.pm
11873 ____________________________________________________________________________
11874 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
11875         Log: Retract #13173 (effectively retract Net::Ping 2.06,
11876              go back to 2.04, the 2.06 hasn't seen the patches
11877              that have gone to the blead version.)
11878      Branch: perl
11879            - lib/Net/Ping/CHANGES lib/Net/Ping/README
11880            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
11881            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
11882            - lib/Net/Ping/t/200_ping_tcp.t
11883            ! MANIFEST lib/Net/Ping.pm
11884 ____________________________________________________________________________
11885 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
11886         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
11887              From: Robin Barker <rmb1@cise.npl.co.uk>
11888              Date: Thu, 22 Nov 2001 11:00:38 GMT
11889              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
11890      Branch: perl
11891            ! utils/perldoc.PL
11892 ____________________________________________________________________________
11893 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
11894         Log: metaconfig unit change for #13191.
11895      Branch: metaconfig/U/perl
11896            ! d_procselfexe.U
11897 ____________________________________________________________________________
11898 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
11899         Log: procselfexe tweak: for some reason I had a ls in
11900              /proc/self/exe, not the ls Configure thought it
11901              would found.
11902      Branch: perl
11903            ! Configure
11904 ____________________________________________________________________________
11905 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
11906         Log: Corify the Net::Ping tests; skip the tests
11907              unless $ENV{PERL_TEST_Net_Ping} is true.
11908      Branch: perl
11909            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
11910            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
11911            ! lib/Net/Ping/t/200_ping_tcp.t
11912 ____________________________________________________________________________
11913 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
11914         Log: metaconfig units changes for #13188.
11915      Branch: metaconfig
11916            ! U/modified/Head.U
11917      Branch: metaconfig/U/perl
11918            ! issymlink.U
11919 ____________________________________________________________________________
11920 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
11921         Log: The #13182 didn't really help.  The real problem
11922              seems to be that 'sh' can in AIX mean at least three
11923              different things, and we can't know which one it is
11924              unless we export $newsh from an earlier run (and it's
11925              the 'bsh' aka 'sh' that has the the broken test -h).
11926      Branch: perl
11927            ! Configure
11928 ____________________________________________________________________________
11929 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
11930         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
11931      Branch: perl
11932            ! op.c t/op/override.t
11933 ____________________________________________________________________________
11934 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
11935         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
11936              From: PPrymmer@factset.com 
11937              Date: Wed, 21 Nov 2001 20:17:25 -0500
11938              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
11939      Branch: perl
11940            ! lib/Shell.t
11941 ____________________________________________________________________________
11942 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
11943         Log: Reapply perlmodinstall parts of #12897.
11944      Branch: perl
11945            ! pod/perlmodinstall.pod
11946 ____________________________________________________________________________
11947 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
11948         Log: perlmodinstall 2.01 from Jon Orwant.
11949      Branch: perl
11950            ! pod/perlmodinstall.pod
11951 ____________________________________________________________________________
11952 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
11953         Log: Subject: [PATCH @10907] REXX on OS/2
11954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11955              Date: Wed, 21 Nov 2001 15:26:11 -0500
11956              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
11957      Branch: perl
11958            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
11959            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
11960 ____________________________________________________________________________
11961 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
11962         Log: metaconfig unit change for #13181.
11963      Branch: metaconfig/U/perl
11964            ! issymlink.U
11965 ____________________________________________________________________________
11966 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
11967         Log: AIX has broken builtin 'test'.
11968      Branch: perl
11969            ! Configure
11970 ____________________________________________________________________________
11971 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
11972         Log: Subject: [PATCH 5.7.x] INSTALL size update
11973              From: Andy Dougherty <doughera@lafayette.edu>
11974              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
11975              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
11976      Branch: perl
11977            ! INSTALL
11978 ____________________________________________________________________________
11979 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
11980         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
11981              to pp_sort.c.  Includes the quicksort stabilizing layer
11982              from John P. Linderman.  -Msort=qsort or -Msort=fast is
11983              faster than without (or with -Msort=mergesort or -Msort=safe)
11984              for short random inputs, but for some reason not quite as fast
11985              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
11986              optimizing definitely needed.
11987      Branch: perl
11988            + lib/sort.pm lib/sort.t pp_sort.c
11989            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
11990            ! embed.pl global.sym perl.h pp_ctl.c proto.h
11991            ! vms/descrip_mms.template vos/build.cm win32/Makefile
11992            ! win32/makefile.mk wince/Makefile.ce
11993 ____________________________________________________________________________
11994 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
11995         Log: Sync file with libnet-1.0901-tobe
11996      Branch: perl
11997            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
11998            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
11999            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
12000            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
12001            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
12002 ____________________________________________________________________________
12003 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
12004         Log: Subject: [PATCH perldoc] problems with pod2man
12005              From: Robin Barker <rmb1@cise.npl.co.uk>
12006              Date: Wed, 21 Nov 2001 17:48:51 GMT
12007              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
12008      Branch: perl
12009            ! utils/perldoc.PL
12010 ____________________________________________________________________________
12011 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
12012         Log: debug_pad only visible when debugging.
12013      Branch: perl
12014            ! makedef.pl
12015 ____________________________________________________________________________
12016 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
12017         Log: metaconfig units changes for #13174.
12018      Branch: metaconfig/U/perl
12019            + d_procselfexe.U
12020            - procselfexe.U
12021 ____________________________________________________________________________
12022 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
12023         Log: procselfexe tweaks.
12024      Branch: perl
12025            ! Configure config_h.SH
12026 ____________________________________________________________________________
12027 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
12028         Log: Upgrade to Net::Ping 2.06.
12029      Branch: perl
12030            + lib/Net/Ping/CHANGES lib/Net/Ping/README
12031            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
12032            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
12033            + lib/Net/Ping/t/200_ping_tcp.t
12034            ! MANIFEST lib/Net/Ping.pm
12035 ____________________________________________________________________________
12036 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
12037         Log: Upgrade to Math::BigInt 1.47.
12038      Branch: perl
12039            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12040            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
12041            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12042            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12043            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
12044            ! lib/Math/BigInt/t/sub_mbi.t
12045 ____________________________________________________________________________
12046 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
12047         Log: Dynaloading for POSIX-BC from Thomas Dorner.
12048      Branch: perl
12049            ! hints/posix-bc.sh
12050 ____________________________________________________________________________
12051 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
12052         Log: Strange: the same mysterious regex study bug
12053              seems to be present both in OS/390 and POSIX-BC.
12054              Deep EBCDIC magic that regex engine gets wrong,
12055              or a bug in some compiler/library shared by the
12056              two platforms?  From Thomas Dorner.
12057      Branch: perl
12058            ! t/op/study.t
12059 ____________________________________________________________________________
12060 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
12061         Log: More lost and found.
12062      Branch: perl
12063            + lib/Test/Simple/README
12064            ! MANIFEST
12065 ____________________________________________________________________________
12066 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
12067         Log: MANIFESTly missing.
12068      Branch: perl
12069            ! MANIFEST
12070 ____________________________________________________________________________
12071 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
12072         Log: Subject: Re: PERFORCE change 13162 for review               
12073              From: Philip Newton <Philip.Newton@gmx.net> 
12074              Date: Wed, 21 Nov 2001 16:44:30 +0100
12075              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
12076      Branch: perl
12077            ! ext/Devel/PPPort/PPPort.pm
12078 ____________________________________________________________________________
12079 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
12080         Log: Update Changes.
12081      Branch: perl
12082            ! Changes patchlevel.h
12083 ____________________________________________________________________________
12084 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
12085         Log: Small doc tweaks.
12086      Branch: perl
12087            ! ext/PerlIO/Via/Via.pm
12088 ____________________________________________________________________________
12089 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
12090         Log: Redundant return.
12091      Branch: perl
12092            ! ext/MIME/Base64/QuotedPrint.pm
12093 ____________________________________________________________________________
12094 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
12095         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
12096              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12097              Date: Wed, 21 Nov 2001 10:23:16 +0100
12098              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
12099      Branch: perl
12100            ! pp_pack.c t/op/pack.t
12101 ____________________________________________________________________________
12102 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
12103         Log: Add Devel::PPPort originally from Kenneth Albanowski,
12104              revigorated by Paul Marquess: gives h2xs a Perl version
12105              portability boost.
12106      Branch: perl
12107            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12108            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
12109            + ext/Devel/PPPort/harness/Harness.pm
12110            + ext/Devel/PPPort/harness/Harness.xs
12111            + ext/Devel/PPPort/harness/Makefile.PL
12112            + ext/Devel/PPPort/harness/module2.c
12113            + ext/Devel/PPPort/harness/module3.c
12114            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
12115            ! MANIFEST lib/h2xs.t utils/h2xs.PL
12116 ____________________________________________________________________________
12117 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
12118         Log: Oops.
12119      Branch: perl
12120            ! lib/Test/Simple/t/filehandles.t
12121 ____________________________________________________________________________
12122 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
12123         Log: Subject: Re: PERFORCE change 13152 for review               
12124              From: Philip Newton <Philip.Newton@gmx.net> 
12125              Date: Wed, 21 Nov 2001 09:04:05 +0100
12126              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
12127      Branch: perl
12128            ! lib/Test/Builder.pm
12129 ____________________________________________________________________________
12130 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
12131         Log: Subject: Re: PERFORCE change 13142 for review
12132              From: Philip Newton <Philip.Newton@gmx.net>
12133              Date: Wed, 21 Nov 2001 09:04:03 +0100
12134              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
12135              
12136              plus rewrap few paragraphs.
12137      Branch: perl
12138            ! lib/Pod/LaTeX.pm
12139 ____________________________________________________________________________
12140 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
12141         Log: Integrate #13154 from macperl; Remove comments.
12142      Branch: perl
12143           !> lib/File/Spec/Mac.pm
12144 ____________________________________________________________________________
12145 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
12146         Log: Update the list of modules having tests.
12147      Branch: perl
12148            ! t/lib/1_compile.t
12149 ____________________________________________________________________________
12150 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
12151         Log: Slight doc changes.
12152      Branch: maint-5.6/macperl
12153            ! macos/macperl/MacPerl.podhelp
12154 ____________________________________________________________________________
12155 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
12156         Log: Add UTF-16 coercion.
12157      Branch: maint-5.6/macperl
12158            ! macos/lib/Mac/AppleEvents/Simple.pm
12159 ____________________________________________________________________________
12160 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
12161         Log: Remove comments.
12162      Branch: maint-5.6/macperl
12163            ! lib/File/Spec/Mac.pm
12164 ____________________________________________________________________________
12165 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
12166         Log: Fix FSpGetCatInfo (and other functions) corrupting
12167              memory with bad filespecs (bug #471867)
12168      Branch: maint-5.6/macperl
12169            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
12170 ____________________________________________________________________________
12171 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
12172         Log: Upgrade to Test::Simple 0.33.
12173      Branch: perl
12174            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
12175            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
12176            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
12177 ____________________________________________________________________________
12178 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
12179         Log: Upgrade to Test::Harness 1.26.
12180      Branch: perl
12181            ! lib/Test/Harness.pm lib/Test/Harness/Changes
12182 ____________________________________________________________________________
12183 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
12184         Log: Integrate change #13145 from maintperl;
12185              another compatibility tweak to change#12559: avoid quoting
12186              arguments that already have quotes; add test case
12187      Branch: perl
12188           !> t/op/system_tests win32/win32.c
12189 ____________________________________________________________________________
12190 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
12191         Log: integrate change#13147 from mainline (fixes nit in change#10091)
12192              
12193              Subject: [PATCH] spaceship and refs
12194      Branch: maint-5.6/perl
12195            ! pp.c pp_hot.c t/op/cmp.t
12196 ____________________________________________________________________________
12197 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
12198         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
12199              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
12200              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
12201              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
12202      Branch: perl
12203            + lib/Pod/t/utils.t
12204            ! MANIFEST
12205 ____________________________________________________________________________
12206 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
12207         Log: Subject: [PATCH] spaceship and refs
12208              From: Nicholas Clark <nick@ccl4.org>
12209              Date: Tue, 20 Nov 2001 21:59:51 +0000
12210              Message-ID: <20011120215951.U62891@plum.flirble.org> 
12211      Branch: perl
12212            ! pp.c pp_hot.c t/op/cmp.t
12213 ____________________________________________________________________________
12214 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
12215         Log: Try to clarify which I/O call operates on bytes,
12216              which on characters, which on either.
12217      Branch: perl
12218            ! pod/perlfunc.pod
12219 ____________________________________________________________________________
12220 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
12221         Log: another compatibility tweak to change#12559: avoid quoting
12222              arguments that already have quotes; add test case
12223      Branch: maint-5.6/perl
12224            ! t/op/system_tests win32/win32.c
12225 ____________________________________________________________________________
12226 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
12227         Log: Give a simple example of writing PerlIO::Via handlers
12228              in Perl.
12229      Branch: perl
12230            ! ext/PerlIO/Via/Via.pm
12231 ____________________________________________________________________________
12232 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
12233         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
12234      Branch: perl
12235            + lib/Pod/t/latex.t
12236            ! MANIFEST
12237 ____________________________________________________________________________
12238 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
12239         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
12240              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12241              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
12242              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
12243      Branch: perl
12244            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
12245 ____________________________________________________________________________
12246 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
12247         Log: Spread d_procselfexe to far-off lands (undefined).
12248      Branch: perl
12249            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
12250            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12251            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12252            ! win32/config.gc win32/config.vc win32/config.win64
12253            ! wince/config.ce
12254 ____________________________________________________________________________
12255 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
12256         Log: Integrate perlio; add detection and use of /proc/self/exe
12257              (Linuxism for finding the absolute path of the executable)
12258      Branch: perl
12259           !> Configure config_h.SH perl.c t/op/magic.t
12260 ____________________________________________________________________________
12261 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
12262         Log: Really define do_report_used() only if DEBUGGING.
12263      Branch: perl
12264            ! sv.c
12265 ____________________________________________________________________________
12266 [ 13138] By: nick                                  on 2001/11/20  20:01:05
12267         Log: perl.c change to use HAS_PROCSELFEXE, also
12268              tweak to $^X test to comprehend full path to real executable
12269              being returned (like Cygwin as it happens...)
12270      Branch: perlio
12271            ! perl.c t/op/magic.t
12272 ____________________________________________________________________________
12273 [ 13137] By: nick                                  on 2001/11/20  19:46:00
12274         Log: Integrate mainline
12275      Branch: perlio
12276           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
12277           +> lib/NEXT/t/unseen.t
12278            - lib/NEXT/test.pl
12279           !> (integrate 34 files)
12280 ____________________________________________________________________________
12281 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
12282         Log: Subject: [?PATCH] terser pp_eq
12283              From: Nicholas Clark <nick@ccl4.org>
12284              Date: Mon, 19 Nov 2001 23:09:02 +0000
12285              Message-ID: <20011119230901.O62891@plum.flirble.org>
12286      Branch: perl
12287            ! pp_hot.c
12288 ____________________________________________________________________________
12289 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
12290         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
12291      Branch: perl
12292            ! pod/perldelta.pod
12293 ____________________________________________________________________________
12294 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
12295         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
12296              From: Andy Dougherty <doughera@lafayette.edu>
12297              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
12298              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
12299      Branch: perl
12300            ! ext/re/Makefile.PL ext/re/re.xs
12301 ____________________________________________________________________________
12302 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
12303         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
12304              From: Andy Dougherty <doughera@lafayette.edu>
12305              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
12306              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
12307      Branch: perl
12308            ! ext/re/re.xs
12309 ____________________________________________________________________________
12310 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
12311         Log: Integrate change #13119 from macperl.
12312              (No changes since already applied the patch,
12313              just keep perforce happy and well-fed.)
12314      Branch: perl
12315           !> lib/Pod/Html.pm
12316 ____________________________________________________________________________
12317 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
12318         Log: Subject: [PATCH] filter-util.pl for Mac OS
12319              From: Chris Nandor <pudge@pobox.com>
12320              Date: Tue, 20 Nov 2001 00:16:11 -0500
12321              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
12322      Branch: perl
12323            ! t/lib/filter-util.pl
12324 ____________________________________________________________________________
12325 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
12326         Log: Subject: [PATCH] Portability fix for Pod::Html
12327              From: Chris Nandor <pudge@pobox.com>
12328              Date: Tue, 20 Nov 2001 00:01:05 -0500
12329              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
12330      Branch: perl
12331            ! lib/Pod/Html.pm
12332 ____________________________________________________________________________
12333 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
12334         Log: Need to skip more tests if not perlio.
12335      Branch: perl
12336            ! lib/open.t
12337 ____________________________________________________________________________
12338 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
12339         Log: Pass 3 at perldelta - sort the lists of new modules,
12340              module improvements, and new platforms.
12341      Branch: perl
12342            ! pod/perldelta.pod
12343 ____________________________________________________________________________
12344 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
12345         Log: Document ${^OPEN}.
12346      Branch: perl
12347            ! pod/perlvar.pod
12348 ____________________________________________________________________________
12349 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
12350         Log: Make configpm work with extra keys
12351      Branch: maint-5.6/macperl
12352            ! macos/configpm
12353 ____________________________________________________________________________
12354 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
12355         Log: Version and doc updates
12356      Branch: maint-5.6/macperl
12357            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
12358 ____________________________________________________________________________
12359 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
12360         Log: More fixes for error message parsing (bug #470316)
12361      Branch: maint-5.6/macperl
12362            ! macos/macish.c
12363 ____________________________________________________________________________
12364 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
12365         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
12366              remove obsolete function (bug #465225)
12367      Branch: maint-5.6/macperl
12368            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
12369            ! macos/macperl/MPScript.c
12370 ____________________________________________________________________________
12371 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
12372         Log: Add p2as droplet to distribution.
12373      Branch: maint-5.6/macperl
12374            + macos/macperl/Droplets/p2as.plx
12375 ____________________________________________________________________________
12376 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
12377         Log: Bundle File::Sort.
12378      Branch: maint-5.6/macperl
12379            + macos/bundled_lib/blib/lib/File/Sort.pm
12380 ____________________________________________________________________________
12381 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
12382         Log: Various bundled module fixes.
12383      Branch: maint-5.6/macperl
12384            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
12385            ! macos/bundled_ext/Digest/MD5/t/files.t
12386            ! macos/bundled_ext/Filter/t/filter-util.pl
12387            ! macos/bundled_lib/blib/lib/Net/Config.pm
12388            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
12389 ____________________________________________________________________________
12390 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
12391         Log: Portability fix for Pod::Html.
12392      Branch: maint-5.6/macperl
12393            ! lib/Pod/Html.pm
12394 ____________________________________________________________________________
12395 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
12396         Log: Upgrade to Text::Balanced 1.89.
12397      Branch: perl
12398            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
12399            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
12400            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
12401            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
12402            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
12403            ! lib/Text/Balanced/t/gentag.t
12404 ____________________________________________________________________________
12405 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
12406         Log: Upgrade to NEXT 0.50.
12407      Branch: perl
12408            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
12409            + lib/NEXT/t/unseen.t
12410            - lib/NEXT/test.pl
12411            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
12412 ____________________________________________________________________________
12413 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
12414         Log: Integrate with maint-5.6/perl.
12415      Branch: maint-5.6/macperl
12416           !> win32/win32.c
12417 ____________________________________________________________________________
12418 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
12419         Log: Update the README.threads scary header a bit.
12420      Branch: perl
12421            ! README.threads
12422 ____________________________________________________________________________
12423 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
12424         Log: Pass 2 at perldelta: add some changes since 5.7.2.
12425      Branch: perl
12426            ! pod/perldelta.pod
12427 ____________________________________________________________________________
12428 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
12429         Log: Subject: [DOC PATCH] perlfaq4.pod 
12430              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12431              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
12432              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
12433      Branch: perl
12434            ! pod/perlfaq4.pod
12435 ____________________________________________________________________________
12436 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
12437         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
12438              From: Michael G Schwern <schwern@pobox.com> 
12439              Date: Mon, 19 Nov 2001 19:53:12 -0500
12440              Message-ID: <20011119195311.I11883@blackrider>
12441      Branch: perl
12442            ! perl.c
12443 ____________________________________________________________________________
12444 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
12445         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
12446              From: PPrymmer@factset.com
12447              Date: Mon, 19 Nov 2001 17:08:59 -0500
12448              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
12449      Branch: perl
12450            ! vms/descrip_mms.template
12451 ____________________________________________________________________________
12452 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
12453         Log: Create a per-interpeter debug scratchpad container
12454              and use that for the regexec debugging.
12455      Branch: perl
12456            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
12457 ____________________________________________________________________________
12458 [ 13109] By: nick                                  on 2001/11/19  22:01:45
12459         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
12460              Configure unit detects the feature).
12461      Branch: metaconfig/U/perl
12462            + procselfexe.U
12463      Branch: perlio
12464            ! Configure config_h.SH
12465 ____________________________________________________________________________
12466 [ 13108] By: nick                                  on 2001/11/19  20:39:17
12467         Log: Integrate mainline
12468      Branch: perlio
12469           +> t/op/or.t
12470           !> (integrate 44 files)
12471 ____________________________________________________________________________
12472 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
12473         Log: sysseek tweak.
12474      Branch: perl
12475            ! pod/perlfunc.pod
12476 ____________________________________________________________________________
12477 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
12478         Log: Move the sysio tests from io/utf8 to lib/open.
12479      Branch: perl
12480            ! lib/open.t t/io/utf8.t
12481 ____________________________________________________________________________
12482 [ 13105] By: nick                                  on 2001/11/19  20:15:39
12483         Log: Add a .package and a README to //depot/metaconfig
12484      Branch: metaconfig
12485            + .package README
12486 ____________________________________________________________________________
12487 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
12488         Log: Thou shalt not mix stdio and sysio.
12489      Branch: perl
12490            ! t/io/utf8.t
12491 ____________________________________________________________________________
12492 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
12493         Log: Update Changes.
12494      Branch: perl
12495            ! Changes patchlevel.h
12496 ____________________________________________________________________________
12497 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
12498         Log: The runops_debug needs to be present always, otherwise
12499              places like AIX which need an explicit symbol export list
12500              will croak when trying to build Devel::Peek (which uses
12501              the runops_debug).
12502      Branch: perl
12503            ! makedef.pl
12504 ____________________________________________________________________________
12505 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
12506         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
12507              From: PPrymmer@factset.com 
12508              Date: Mon, 19 Nov 2001 11:34:22 -0500
12509              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
12510      Branch: perl
12511            ! lib/Memoize/t/tie_sdbm.t
12512 ____________________________________________________________________________
12513 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
12514         Log: Retract #13088: it seems that unless dump.c is extensively
12515              reorganized as to what symbols it shows, when, and to whom,
12516              we are stuck with having the dump.o symbols in the libperl
12517              and thusly in the main Perl binary.
12518      Branch: perl
12519            ! embedvar.h perlapi.h perlvars.h
12520 ____________________________________________________________________________
12521 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
12522         Log: The _uni_display should not be in dump.c since they
12523              are used under normal operation (S_not_a_number()).
12524      Branch: perl
12525            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
12526 ____________________________________________________________________________
12527 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
12528         Log: Protect sv_dump() from being included unless DEBUGGING,
12529              as noticed by Ilya.
12530      Branch: perl
12531            ! sv.c
12532 ____________________________________________________________________________
12533 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
12534         Log: Pending further investigation skip the tell() tests.
12535              The tell() is okay on Solaris, HP-UX and Tru64, but fails
12536              (by returning too much) in Linux.
12537      Branch: perl
12538            ! t/io/utf8.t
12539 ____________________________________________________________________________
12540 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
12541         Log: Retract #13082 until a better solution is found:
12542              statics break ithreads.
12543      Branch: perl
12544            ! regexec.c
12545 ____________________________________________________________________________
12546 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
12547         Log: Figures 1 and 2 for UTF-8.
12548      Branch: perl
12549            ! pod/perlunicode.pod
12550 ____________________________________________________________________________
12551 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
12552         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
12553              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12554              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
12555              Message-ID: <20011119132645.A15034@rafael>
12556      Branch: perl
12557            ! op.c pod/perldiag.pod t/lib/warnings/op
12558 ____________________________________________________________________________
12559 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
12560         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
12561              From: Michael G Schwern <schwern@pobox.com> 
12562              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
12563              Message-ID: <20011119031112.E786@blackrider>
12564      Branch: perl
12565            ! t/op/closure.t
12566 ____________________________________________________________________________
12567 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
12568         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
12569              From: Michael G Schwern <schwern@pobox.com>
12570              Date: Mon, 19 Nov 2001 03:42:56 -0500
12571              Message-ID: <20011119034256.I786@blackrider>
12572      Branch: perl
12573            + t/op/or.t
12574            ! MANIFEST
12575 ____________________________________________________________________________
12576 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
12577         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
12578              From: "Craig A. Berry" <craigberry@mac.com>
12579              Date: Sun, 18 Nov 2001 14:33:48 -0600
12580              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
12581      Branch: perl
12582            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
12583 ____________________________________________________________________________
12584 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
12585         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
12586              From: Dave Rolsky <autarch@urth.org>
12587              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
12588              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
12589      Branch: perl
12590            ! lib/ExtUtils/Manifest.pm
12591 ____________________________________________________________________________
12592 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
12593         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
12594              From: Dave Rolsky <autarch@urth.org>
12595              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
12596              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
12597      Branch: perl
12598            ! lib/ExtUtils/Install.pm
12599 ____________________________________________________________________________
12600 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
12601         Log: The runops_dbg should not be needed.
12602      Branch: perl
12603            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
12604 ____________________________________________________________________________
12605 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
12606         Log: do_spawn() cleanup from Charles Lane.
12607      Branch: perl
12608            ! vms/vms.c
12609 ____________________________________________________________________________
12610 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
12611         Log: Update the list of tests.
12612      Branch: perl
12613            ! t/lib/1_compile.t
12614 ____________________________________________________________________________
12615 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
12616         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
12617              From: Michael G Schwern <schwern@pobox.com> 
12618              Date: Fri, 16 Nov 2001 17:37:04 -0500
12619              Message-ID: <20011116173703.L30160@blackrider>
12620      Branch: perl
12621            ! t/lib/warnings/sv
12622 ____________________________________________________________________________
12623 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
12624         Log: FAQ sync.
12625      Branch: perl
12626            ! pod/perlfaq4.pod
12627 ____________________________________________________________________________
12628 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
12629         Log: Integrate perlio; win32 sync.
12630      Branch: perl
12631           !> perlio.c win32/win32io.c
12632 ____________________________________________________________________________
12633 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
12634         Log: (retracted by #13096)
12635              Debugging would be badly skewed by a malloc per regex dump.
12636      Branch: perl
12637            ! regexec.c
12638 ____________________________________________________________________________
12639 [ 13081] By: nick                                  on 2001/11/18  19:08:40
12640         Log: Win32 layer has a dup which needs to match new prototype.
12641      Branch: perlio
12642            ! win32/win32io.c
12643 ____________________________________________________________________________
12644 [ 13080] By: nick                                  on 2001/11/18  19:05:02
12645         Log: Wrong way to get stdio mode used.
12646      Branch: perlio
12647            ! perlio.c
12648 ____________________________________________________________________________
12649 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
12650         Log: Retract #13048: that introduced a malloc() (through savepvn())
12651              to *every* m//, which killed the performance quite badly.
12652      Branch: perl
12653            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
12654 ____________________________________________________________________________
12655 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
12656         Log: Pass 1 at perldelta.pod: sort the section contents
12657              together, drop all but the 5.7.2 known problems,
12658              leave the 5.7.1 security note since that's the
12659              fullest explanation (update the date on that).
12660      Branch: perl
12661            ! pod/perldelta.pod
12662 ____________________________________________________________________________
12663 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
12664         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
12665              
12666              Tiny problem in the test for 20011113.110: I hope
12667              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
12668      Branch: perl
12669            ! pp.c t/op/repeat.t
12670 ____________________________________________________________________________
12671 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
12672         Log: All of syswrite/send/sendto need to return character counts,
12673              and character counts from the offset, not the beginning of
12674              the scalar.
12675      Branch: perl
12676            ! pp_sys.c
12677 ____________________________________________________________________________
12678 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
12679         Log: Integrate PerlIO: duping fixes.
12680      Branch: perl
12681           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12682           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
12683           !> perliol.h sv.c
12684 ____________________________________________________________________________
12685 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
12686         Log: syswrite() was still returning byte counts, not character counts.
12687      Branch: perl
12688            ! pp_sys.c t/io/utf8.t
12689 ____________________________________________________________________________
12690 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
12691         Log: Add test for sysread().
12692      Branch: perl
12693            ! t/io/utf8.t
12694 ____________________________________________________________________________
12695 [ 13072] By: nick                                  on 2001/11/18  16:15:31
12696         Log: Allow dup'ing of PerlIO::Scalar etc.
12697      Branch: perlio
12698            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
12699            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
12700            ! perliol.h sv.c
12701 ____________________________________________________________________________
12702 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
12703         Log: Prepend a null byte to the test set.
12704      Branch: perl
12705            ! t/io/utf8.t
12706 ____________________________________________________________________________
12707 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
12708         Log: Document how "no utf8;" can become handy.
12709      Branch: perl
12710            ! lib/utf8.pm
12711 ____________________________________________________________________________
12712 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
12713         Log: Integrate perlio; force the inclusion of the PL_runops_*
12714      Branch: perl
12715           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
12716 ____________________________________________________________________________
12717 [ 13068] By: nick                                  on 2001/11/18  13:23:33
12718         Log: embed.pl generated changes I forgot to include
12719      Branch: perlio
12720            ! embedvar.h perlapi.h pod/perlapi.pod
12721 ____________________________________________________________________________
12722 [ 13067] By: nick                                  on 2001/11/18  12:50:19
12723         Log: Force inclusion of both Perl_runops_* in perl itself,
12724              so they are available for Peek.xs etc.
12725      Branch: perlio
12726            ! perlvars.h
12727 ____________________________________________________________________________
12728 [ 13066] By: nick                                  on 2001/11/18  11:00:34
12729         Log: Integrate mainline - a few Devel::Peak fails.
12730      Branch: perlio
12731           +> (branch 29 files)
12732            - ext/Thread/Thread.pm lib/Benchmark.t
12733            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
12734            - lib/Lingua/KO/Hangul/Util/README
12735            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
12736            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
12737            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
12738            - vms/ext/vmsish.pm vms/ext/vmsish.t
12739            ! hv.c
12740           !> (integrate 389 files)
12741 ____________________________________________________________________________
12742 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
12743         Log: Start working on perldelta.  This is not yet any sort of
12744              editing; just concatenating perl570delta, perl571delta,
12745              and perl572delta.  Any sorting not done, any duplicate
12746              removal not done, any removal or update of obsolete items
12747              not done, any changes since 5.7.2 not included.  So there.
12748      Branch: perl
12749            ! pod/perldelta.pod
12750 ____________________________________________________________________________
12751 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
12752         Log: Banish "use utf8".
12753      Branch: perl
12754            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
12755 ____________________________________________________________________________
12756 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
12757         Log: Tweak from Charles Lane.
12758      Branch: perl
12759            ! vms/vms.c
12760 ____________________________________________________________________________
12761 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
12762         Log: Integrate change #13058 from maintperl;
12763              change#12559 breaks things on Win9x because command.com doesn't
12764              grok dquotes at all; disable all the system() smarts for
12765              command.com
12766      Branch: perl
12767           !> win32/win32.c
12768 ____________________________________________________________________________
12769 [ 13061] By: ams                                   on 2001/11/17  13:46:11
12770         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
12771              From: Jonathan Stowe <gellyfish@gellyfish.com>
12772              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
12773              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
12774      Branch: perl
12775            ! lib/Term/Cap.pm
12776 ____________________________________________________________________________
12777 [ 13060] By: ams                                   on 2001/11/17  09:49:10
12778         Log: Subject: [PATCH9 File/Find.pm doc nits
12779              From: Tels <perl_dummy@bloodgate.com>
12780              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
12781      Branch: perl
12782            ! lib/File/Find.pm
12783 ____________________________________________________________________________
12784 [ 13059] By: ams                                   on 2001/11/17  09:38:38
12785         Log: Subject: [PATCH] Benchmark.pm nit
12786              From: Tels <perl_dummy@bloodgate.com>
12787              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
12788      Branch: perl
12789            ! lib/Benchmark.pm
12790 ____________________________________________________________________________
12791 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
12792         Log: change#12559 breaks things on Win9x because command.com doesn't
12793              grok dquotes at all; disable all the system() smarts for
12794              command.com
12795      Branch: maint-5.6/perl
12796            ! win32/win32.c
12797 ____________________________________________________________________________
12798 [ 13057] By: ams                                   on 2001/11/16  20:30:03
12799         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
12800              From: Andy Dougherty <doughera@lafayette.edu>
12801              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
12802              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
12803      Branch: perl
12804            ! lib/Unicode/UCD.t
12805 ____________________________________________________________________________
12806 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
12807         Log: Subject: [Patch Perl@13023] VMS system() warning
12808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12809              Date: Fri, 16 Nov 2001 15:20:11 EST
12810              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
12811      Branch: perl
12812            ! vms/vms.c
12813 ____________________________________________________________________________
12814 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
12815         Log: It's neither-nor, and protect against the impossible.
12816      Branch: perl
12817            ! lib/Thread.pm
12818 ____________________________________________________________________________
12819 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
12820         Log: 5005threads didn't work because $Thread::VERSION wasn't
12821              visible.  Oops.
12822      Branch: perl
12823            ! ext/Thread/Makefile.PL lib/Thread.pm
12824 ____________________________________________________________________________
12825 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
12826         Log: Robustness against Linux using something else than gcc;
12827              based on
12828              
12829              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
12830              From: Charles Randall <cfriv@yahoo.com>
12831              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
12832              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
12833      Branch: perl
12834            ! ext/Errno/Errno_pm.PL
12835 ____________________________________________________________________________
12836 [ 13052] By: ams                                   on 2001/11/16  16:46:39
12837         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
12838              From: Russ Allbery <rra@stanford.edu>
12839              Date: 16 Nov 2001 09:44:21 -0800
12840              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
12841      Branch: perl
12842            ! lib/Pod/ParseLink.pm
12843 ____________________________________________________________________________
12844 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
12845         Log: Update perluniintro on the UTF-8 output matters
12846              (that -w will warn unless the stream is explicitly UTF-8-ified).
12847      Branch: perl
12848            ! pod/perluniintro.pod
12849 ____________________________________________________________________________
12850 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
12851         Log: Adding new files to MANIFEST is nice.
12852      Branch: perl
12853            ! MANIFEST
12854 ____________________________________________________________________________
12855 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
12856         Log: Update Changes.
12857      Branch: perl
12858            ! Changes patchlevel.h
12859 ____________________________________________________________________________
12860 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
12861         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
12862              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
12863              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
12864              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
12865      Branch: perl
12866            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
12867 ____________________________________________________________________________
12868 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
12869         Log: Rename perlunintro to perluniintro; regen toc.
12870      Branch: perl
12871            + pod/perluniintro.pod
12872            - pod/perlunintro.pod
12873            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12874 ____________________________________________________________________________
12875 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
12876         Log: Document the negated lookahead trick to emulate
12877              character class subtraction.
12878      Branch: perl
12879            ! pod/perlunicode.pod
12880 ____________________________________________________________________________
12881 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
12882         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
12883              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12884              Date: Fri, 16 Nov 2001 23:31:04 +0900
12885              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
12886              
12887              (with the tweak that Cntrl is not C, it's Cc)
12888      Branch: perl
12889            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
12890            ! lib/unicore/mktables
12891 ____________________________________________________________________________
12892 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
12893         Log: Subject: [PATCH current] runtime runops switch
12894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12895              Date: Fri, 16 Nov 2001 00:48:09 -0500
12896              Message-ID: <20011116004809.A934@math.ohio-state.edu>
12897      Branch: perl
12898            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
12899            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
12900            ! pod/perlintern.pod proto.h run.c
12901 ____________________________________________________________________________
12902 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
12903         Log: Further discourage old Thread code; tell how to tell
12904              the difference.
12905      Branch: perl
12906            ! lib/Thread.pm
12907 ____________________________________________________________________________
12908 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
12909         Log: A missing return; from Charles Lane.
12910      Branch: perl
12911            ! vms/vms.c
12912 ____________________________________________________________________________
12913 [ 13041] By: ams                                   on 2001/11/16  12:11:14
12914         Log: Subject: [PATCH] Doc spellcheck + podcheck
12915              From: Autrijus Tang <autrijus@egb.elixus.org>
12916              Date: Thu, 15 Nov 2001 22:49:05 -0800
12917              Message-Id: <20011116064905.GA44092@egb.elixus.org>
12918              
12919              Subject: [PATCH] podcheck+spellcheck, the rest of the story
12920              From: Autrijus Tang <autrijus@egb.elixus.org>
12921              Date: Fri, 16 Nov 2001 00:42:20 -0800
12922              Message-Id: <20011116084220.GA44295@egb.elixus.org>
12923              
12924              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
12925              From: Nicholas Clark <nick@ccl4.org>
12926              Date: Fri, 16 Nov 2001 10:32:01 +0000
12927              Message-Id: <20011116103200.F62891@plum.flirble.org>
12928              (Applied after suitable de-mangling.)
12929      Branch: perl
12930            ! README.aix README.dgux README.dos README.epoc README.hpux
12931            ! README.mint README.mpeix README.netware README.os2
12932            ! README.os390 README.plan9 README.qnx README.solaris
12933            ! README.threads doio.c pod/perl571delta.pod
12934            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
12935            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
12936            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
12937            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
12938            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
12939            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
12940 ____________________________________________________________________________
12941 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
12942         Log: Avoid redefinedness warning for now.
12943      Branch: perl
12944            ! lib/Thread.pm
12945 ____________________________________________________________________________
12946 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
12947         Log: use strict.
12948      Branch: perl
12949            ! lib/Thread.pm
12950 ____________________________________________________________________________
12951 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
12952         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
12953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
12954              Date: Thu, 15 Nov 2001 22:54:47 EST 
12955              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
12956      Branch: perl
12957            ! vms/vms.c vms/vmspipe.com
12958 ____________________________________________________________________________
12959 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
12960         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
12961              From: "chromatic" <chromatic@rmci.net>
12962              Date: Thu, 15 Nov 2001 19:54:23 -0700
12963              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
12964      Branch: perl
12965            ! lib/File/stat.t
12966 ____________________________________________________________________________
12967 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
12968         Log: Make Thread a wrapper for both ithreads and 5005threads.
12969              Needs a lot of work and Arthur's eyeballing (and finishing
12970              few missing odds and ends of threads.pm).  Now Thread
12971              is an extension without its own .pm.
12972              
12973              If there are people who have experience working with
12974              either the 5005threads or the ithreads: cleaning up
12975              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
12976              and porting the various Thread::* modules, like Thread::Queue,
12977              to work also with ithreads, is needed.
12978              
12979              Removed the 5005threads requirement from the 5005 tests
12980              for easier testing (not all of them work yet since
12981              they use the Thread::* modules that have not been made
12982              to work with ithreads).  Leave the 5005 tests named as
12983              *.tx so that they are not run by "make test".
12984      Branch: perl
12985            + lib/Thread.pm
12986            - ext/Thread/Thread.pm
12987            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
12988            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
12989            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
12990            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
12991            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
12992            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
12993            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
12994 ____________________________________________________________________________
12995 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
12996         Log: $VERSION "a5" doesn't quite work.
12997      Branch: perl
12998            ! ext/B/Makefile.PL
12999 ____________________________________________________________________________
13000 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
13001         Log: Add the fruits of Larry Shatzer's version verifying script.
13002              (There are some straddlers, but they will be fixed in the
13003              upcoming releases of the modules.)
13004      Branch: perl
13005            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
13006            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
13007            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
13008            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
13009            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
13010            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
13011            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
13012            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
13013            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
13014            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
13015            ! wince/FindExt.pm
13016 ____________________________________________________________________________
13017 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
13018         Log: Add Larry Shatzer's VERSION verifying script.
13019      Branch: perl
13020            + Porting/checkVERSION.pl
13021            ! MANIFEST Porting/pumpkin.pod
13022 ____________________________________________________________________________
13023 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
13024         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
13025              From: Michael G Schwern <schwern@pobox.com>
13026              Date: Thu, 15 Nov 2001 19:26:40 -0500
13027              Message-ID: <20011115192640.R31399@blackrider>
13028      Branch: perl
13029            ! t/test.pl
13030 ____________________________________________________________________________
13031 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
13032         Log: Document the MY_CXT business; from Paul Marquess.
13033      Branch: perl
13034            ! pod/perlxs.pod
13035 ____________________________________________________________________________
13036 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
13037         Log: VMSCMD synch attempt.
13038      Branch: perl
13039            ! vms/vms.c vms/vmsish.h
13040 ____________________________________________________________________________
13041 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
13042         Log: Advise against -P as instructed by Schwern.
13043      Branch: perl
13044            ! pod/perlrun.pod
13045 ____________________________________________________________________________
13046 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
13047         Log: Subject: [PATCH] v-strings as Objects Step 1
13048              From: John Peacock <jpeacock@rowman.com>
13049              Date: Thu, 15 Nov 2001 12:41:04 -0500
13050              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
13051      Branch: perl
13052            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
13053            ! util.c
13054 ____________________________________________________________________________
13055 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
13056         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
13057              From: Michael G Schwern <schwern@pobox.com>
13058              Date: Thu, 15 Nov 2001 12:47:59 -0500
13059              Message-ID: <20011115124759.E31399@blackrider>
13060      Branch: perl
13061            + t/run/switchx.aux t/run/switchx.t
13062            ! MANIFEST t/run/switches.t
13063 ____________________________________________________________________________
13064 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
13065         Log: Upgrade to Getopt::Long 2.26_03.
13066      Branch: perl
13067            ! lib/Getopt/Long.pm
13068 ____________________________________________________________________________
13069 [ 13025] By: ams                                   on 2001/11/15  20:46:22
13070         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
13071              From: Michael G Schwern <schwern@pobox.com>
13072              Date: Thu, 15 Nov 2001 16:24:11 -0500
13073              Message-Id: <20011115162411.M31399@blackrider>
13074      Branch: perl
13075            ! vms/vms.c
13076 ____________________________________________________________________________
13077 [ 13024] By: ams                                   on 2001/11/15  19:32:06
13078         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
13079              From: rspier@pobox.com (Robert Spier)
13080              Date: Thu, 15 Nov 2001 11:19:21 -0800
13081              Message-Id: <15348.5433.732364.963687@rls.cx>
13082      Branch: perl
13083            ! op.c
13084 ____________________________________________________________________________
13085 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
13086         Log: Update Changes.
13087      Branch: perl
13088            ! Changes patchlevel.h
13089 ____________________________________________________________________________
13090 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
13091         Log: Subject: [PATCH] new tests for command-line switches
13092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13093              Date: Thu, 15 Nov 2001 17:00:30 +0100
13094              Message-ID: <20011115170030.A14193@rafael>
13095      Branch: perl
13096            + t/run/switches.t
13097            ! MANIFEST
13098 ____________________________________________________________________________
13099 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
13100         Log: Upgrade to podlators 1.13.
13101      Branch: perl
13102            + lib/Pod/ParseLink.pm
13103            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
13104            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
13105            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
13106            ! t/pod/pod2usage.xr t/pod/podselect.xr
13107 ____________________________________________________________________________
13108 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
13109         Log: skip "might be used uninitialized".
13110      Branch: perl
13111            ! pp_sys.c
13112 ____________________________________________________________________________
13113 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
13114         Log: Fix for "perlio bug in koi8-r encoding".  The problem
13115              seemed to be that binmode() always flushed the handle,
13116              which is not so good when switching encodings.  Fixed,
13117              added Matt Sergeant's testcase, documented in perlfunc/binmode,
13118              also added a pointer about disciplines to perlfunc/open,
13119              and in general cleaned up and reformatted the open entry.
13120      Branch: perl
13121            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
13122 ____________________________________________________________________________
13123 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
13124         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
13125              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13126              Date: 15 Nov 2001 08:57:06 -0000
13127              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
13128              
13129              chop() and chomp() are not real list functions,
13130              so let's not have them overrideable.  (Casey will
13131              be confused since in #7071 he patched the other way.)
13132      Branch: perl
13133            ! pod/perlfunc.pod toke.c
13134 ____________________________________________________________________________
13135 [ 13017] By: ams                                   on 2001/11/15  12:56:49
13136         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
13137              From: Robin Barker <rmb1@cise.npl.co.uk>
13138              Date: Thu, 15 Nov 2001 13:48:34 GMT
13139              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
13140              (Applied with tweaks.)
13141      Branch: perl
13142            ! pod/perltrap.pod
13143 ____________________________________________________________________________
13144 [ 13016] By: ams                                   on 2001/11/15  09:12:48
13145         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
13146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13147              Date: Thu, 15 Nov 2001 09:06:39 +0100
13148              Message-Id: <20011115090639.A13005@rafael>
13149      Branch: perl
13150            ! pod/perlrun.pod
13151 ____________________________________________________________________________
13152 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
13153         Log: "link =" from utils.lst was being processed oddly.
13154      Branch: perl
13155            ! installman
13156 ____________________________________________________________________________
13157 [ 13014] By: ams                                   on 2001/11/15  02:52:52
13158         Log: Subject: [PATCH current] CreateTTY in -d
13159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13160              Date: Wed, 14 Nov 2001 21:26:31 -0500
13161              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
13162      Branch: perl
13163            ! lib/perl5db.pl
13164 ____________________________________________________________________________
13165 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
13166         Log: Corify the Filter::Simple tests. 
13167      Branch: perl
13168            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
13169            ! lib/Filter/Simple/t/filter_only.t
13170 ____________________________________________________________________________
13171 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
13172         Log: Upgrade to Filter::Simple 0.70.
13173      Branch: perl
13174            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
13175            + t/lib/FilterOnlyTest.pm
13176            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
13177            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
13178            ! t/lib/FilterTest.pm
13179 ____________________________________________________________________________
13180 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
13181         Log: Cleanliness inspired by Cygwin.
13182      Branch: perl
13183            ! Makefile.SH x2p/Makefile.SH
13184 ____________________________________________________________________________
13185 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
13186         Log: Add perlunintro (formerly known as perlunitut); regen toc.
13187      Branch: perl
13188            + pod/perlunintro.pod
13189            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13190 ____________________________________________________________________________
13191 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
13192         Log: FAQ sync.
13193      Branch: perl
13194            ! pod/perlfaq6.pod
13195 ____________________________________________________________________________
13196 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
13197         Log: Quieten pgcc 2.91.66 worries.
13198      Branch: perl
13199            ! gv.c pp_ctl.c utf8.c
13200 ____________________________________________________________________________
13201 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
13202         Log: Upgrade to Switch 2.06.
13203      Branch: perl
13204            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
13205            ! lib/Switch/t/nested.t
13206 ____________________________________________________________________________
13207 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
13208         Log: Upgrade to Attribute::Handlers 0.76.
13209      Branch: perl
13210            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
13211            ! lib/Attribute/Handlers/README
13212            ! lib/Attribute/Handlers/demo/Demo.pm
13213            ! lib/Attribute/Handlers/demo/Descriptions.pm
13214            ! lib/Attribute/Handlers/demo/MyClass.pm
13215            ! lib/Attribute/Handlers/demo/demo_cycle.pl
13216            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
13217            ! lib/Attribute/Handlers/t/multi.t
13218 ____________________________________________________________________________
13219 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
13220         Log: Signedness nit.
13221      Branch: perl
13222            ! regexec.c
13223 ____________________________________________________________________________
13224 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
13225         Log: VERSIONize.
13226      Branch: perl
13227            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
13228            ! lib/integer.pm
13229 ____________________________________________________________________________
13230 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
13231         Log: No pod in internal Net::FTP classes.
13232      Branch: perl
13233            ! pod/buildtoc.PL
13234 ____________________________________________________________________________
13235 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
13236         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
13237              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
13238              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
13239              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
13240      Branch: perl
13241            ! regexec.c
13242 ____________________________________________________________________________
13243 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
13244         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
13245              Pudge correctly).
13246      Branch: perl
13247            ! t/test.pl
13248 ____________________________________________________________________________
13249 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
13250         Log: Add comments to mark where $^X is being handled.
13251      Branch: perl
13252            ! perl.c toke.c
13253 ____________________________________________________________________________
13254 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
13255         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
13256              From: Michael G Schwern <schwern@pobox.com>
13257              Date: Wed, 14 Nov 2001 16:38:25 -0500
13258              Message-ID: <20011114163825.D6519@blackrider>
13259      Branch: perl
13260            ! t/op/repeat.t
13261 ____________________________________________________________________________
13262 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
13263         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
13264              From: Michael G Schwern <schwern@pobox.com>
13265              Date: Wed, 14 Nov 2001 13:19:15 -0500
13266              Message-ID: <20011114131915.K5096@blackrider>
13267      Branch: perl
13268            ! t/op/die_exit.t
13269 ____________________________________________________________________________
13270 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
13271         Log: Subject: Re: [PATCH] new version of runperl()
13272              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13273              Date: Wed, 14 Nov 2001 15:39:12 EST
13274              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
13275              
13276              "VMS $^X pipes etc" patch.
13277      Branch: perl
13278            ! vms/vms.c
13279 ____________________________________________________________________________
13280 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
13281         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
13282              and add "verbose" option to show the final command.
13283      Branch: perl
13284            ! t/test.pl
13285 ____________________________________________________________________________
13286 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
13287         Log: Goof in some of the comment fields of #12994.
13288      Branch: perl
13289            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
13290            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
13291            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
13292            ! lib/unicore/In/9.pl
13293 ____________________________________________________________________________
13294 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
13295         Log: The First, Last ranges in the Unicode data weren't
13296              getting their general categories added properly;
13297              noticed by Jeffrey Friedl.
13298      Branch: perl
13299            ! lib/unicore/Category.pl lib/unicore/In/0.pl
13300            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
13301            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
13302            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
13303            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
13304            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
13305            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
13306            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
13307            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
13308            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
13309            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
13310            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
13311            ! lib/unicore/mktables
13312 ____________________________________________________________________________
13313 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
13314         Log: Subject: [PATCH] new version of runperl()
13315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13316              Date: Wed, 14 Nov 2001 12:23:01 +0100
13317              Message-ID: <20011114122301.A29384@rafael>
13318      Branch: perl
13319            ! t/io/argv.t t/test.pl
13320 ____________________________________________________________________________
13321 [ 12992] By: ams                                   on 2001/11/14  13:40:39
13322         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
13323              From: Michael G Schwern <schwern@pobox.com>
13324              Date: Tue, 13 Nov 2001 23:17:54 -0500
13325              Message-Id: <20011113231754.S32567@blackrider>
13326      Branch: perl
13327            ! perl.c
13328 ____________________________________________________________________________
13329 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
13330         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
13331              From: Philip Newton <Philip.Newton@gmx.net>
13332              Date: Wed, 14 Nov 2001 10:59:53 +0100
13333              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
13334              
13335              plus a lot of paragraph reformatting because of long lines.
13336      Branch: perl
13337            ! pod/perlapio.pod
13338 ____________________________________________________________________________
13339 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
13340         Log: A bool is not a pointer.
13341      Branch: perl
13342            ! pp_sys.c
13343 ____________________________________________________________________________
13344 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
13345         Log: AUTHORS updates.
13346      Branch: perl
13347            ! AUTHORS
13348 ____________________________________________________________________________
13349 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
13350         Log: There are several MIME RFCs.
13351      Branch: perl
13352            ! ext/Encode/Encode.pm
13353 ____________________________________________________________________________
13354 [ 12987] By: ams                                   on 2001/11/14  01:09:28
13355         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
13356              From: Michael G Schwern <schwern@pobox.com>
13357              Date: Tue, 13 Nov 2001 20:59:13 -0500
13358              Message-Id: <20011113205913.H32567@blackrider>
13359      Branch: perl
13360            ! t/op/groups.t vms/test.com
13361 ____________________________________________________________________________
13362 [ 12986] By: ams                                   on 2001/11/14  01:07:06
13363         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
13364              From: Michael G Schwern <schwern@pobox.com>
13365              Date: Tue, 13 Nov 2001 20:51:34 -0500
13366              Message-Id: <20011113205134.F32567@blackrider>
13367      Branch: perl
13368            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
13369 ____________________________________________________________________________
13370 [ 12985] By: ams                                   on 2001/11/14  00:43:59
13371         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
13372              From: Michael G Schwern <schwern@pobox.com>
13373              Date: Tue, 13 Nov 2001 20:38:42 -0500
13374              Message-Id: <20011113203842.E32567@blackrider>
13375      Branch: perl
13376            ! pod/perlport.pod
13377 ____________________________________________________________________________
13378 [ 12984] By: ams                                   on 2001/11/14  00:32:15
13379         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
13380              From: Michael G Schwern <schwern@pobox.com>
13381              Date: Tue, 13 Nov 2001 20:27:02 -0500
13382              Message-Id: <20011113202702.D32567@blackrider>
13383      Branch: perl
13384            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
13385            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
13386            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
13387            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
13388 ____________________________________________________________________________
13389 [ 12983] By: ams                                   on 2001/11/14  00:00:27
13390         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
13391              From: Michael G Schwern <schwern@pobox.com>
13392              Date: Tue, 13 Nov 2001 19:51:59 -0500
13393              Message-Id: <20011113195159.B32567@blackrider>
13394      Branch: perl
13395            ! pod/perlport.pod
13396 ____________________________________________________________________________
13397 [ 12982] By: ams                                   on 2001/11/13  23:53:11
13398         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
13399              From: Larry Shatzer <fugazi@zippy.zyx.net>
13400              Date: Tue, 13 Nov 2001 17:27:59 -0700
13401              Message-Id: <20011113172759.E27768@zippy.zyx.net>
13402      Branch: perl
13403            ! pod/perlapio.pod
13404 ____________________________________________________________________________
13405 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
13406         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
13407              "large enough" Unicode characters returned more than one
13408              as their "Unicode size".
13409      Branch: perl
13410            ! pp_sys.c t/io/utf8.t
13411 ____________________________________________________________________________
13412 [ 12980] By: ams                                   on 2001/11/13  19:32:33
13413         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
13414              From: "Craig A. Berry" <craigberry@mac.com>
13415              Date: Tue, 13 Nov 2001 14:33:25 -0600
13416              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
13417      Branch: perl
13418            ! vms/gen_shrfls.pl
13419 ____________________________________________________________________________
13420 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
13421         Log: Subject: Minor patch to Encode.pm (detypo)
13422              From: "Philip Newton" <Philip.Newton@gmx.net>
13423              Date: Tue, 13 Nov 2001 20:11:01 +0100
13424              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
13425      Branch: perl
13426            ! ext/Encode/Encode.pm
13427 ____________________________________________________________________________
13428 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
13429         Log: Evil tabulators.
13430      Branch: perl
13431            ! ext/Encode/Encode.pm
13432 ____________________________________________________________________________
13433 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
13434         Log: Document the available encodings.
13435      Branch: perl
13436            ! ext/Encode/Encode.pm
13437 ____________________________________________________________________________
13438 [ 12976] By: ams                                   on 2001/11/13  17:14:07
13439         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
13440              From: Barrie Slaymaker <barries@slaysys.com>
13441              Date: Tue, 13 Nov 2001 12:41:36 -0500
13442              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
13443      Branch: perl
13444            ! t/op/universal.t
13445 ____________________________________________________________________________
13446 [ 12975] By: ams                                   on 2001/11/13  16:24:21
13447         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
13448              From: Barrie Slaymaker <barries@slaysys.com>
13449              Date: Tue, 13 Nov 2001 10:56:20 -0500
13450              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
13451              (Test applied with minor tweaks and ->isa("HASH") omission.)
13452      Branch: perl
13453            ! lib/UNIVERSAL.pm t/op/universal.t
13454 ____________________________________________________________________________
13455 [ 12974] By: ams                                   on 2001/11/13  15:46:07
13456         Log: Subject: [PATCH Benchmark.pm] docco tweaks
13457              From: Barrie Slaymaker <barries@slaysys.com>
13458              Date: Tue, 13 Nov 2001 11:34:45 -0500
13459              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
13460      Branch: perl
13461            ! lib/Benchmark.pm
13462 ____________________________________________________________________________
13463 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
13464         Log: Subject: [PATCH] Attack of the C loops, round 1
13465              From: Richard Soderberg <rs@oregonnet.com>
13466              Date: Mon, 12 Nov 2001 12:07:29 -0800
13467              Message-Id: <200111122007.MAA01994@oregonnet.com>
13468              
13469              Subject: [PATCH] bytecode.pl (tiny patch)
13470              From: Richard Soderberg <rs@oregonnet.com>
13471              Date: Mon, 12 Nov 2001 12:53:24 -0800
13472              Message-Id: <200111122053.MAA06272@oregonnet.com>
13473      Branch: perl
13474            ! bytecode.pl installhtml
13475 ____________________________________________________________________________
13476 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
13477         Log: Subject: [PATCH] Update to Filter::Util::Call
13478              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
13479              Date: Sun, 11 Nov 2001 22:33:33 -0000
13480              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
13481              
13482              Use the new CXT* macros.
13483      Branch: perl
13484            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13485 ____________________________________________________________________________
13486 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
13487         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
13488              From: Michael G Schwern <schwern@pobox.com>
13489              Date: Mon, 12 Nov 2001 20:50:34 -0500
13490              Message-ID: <20011112205034.H2888@blackrider>
13491      Branch: perl
13492            + lib/vmsish.pm lib/vmsish.t
13493            - vms/ext/vmsish.pm vms/ext/vmsish.t
13494            ! MANIFEST vms/descrip_mms.template
13495 ____________________________________________________________________________
13496 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
13497         Log: :utf8 works only with perlio.
13498      Branch: perl
13499            ! lib/open.t
13500 ____________________________________________________________________________
13501 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
13502         Log: Subject: Re: @Config -"des" not quite working on VMS
13503              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13504              Date: Tue, 13 Nov 2001 08:35:13 EST 
13505              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
13506      Branch: perl
13507            ! configure.com
13508 ____________________________________________________________________________
13509 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
13510         Log: Subject: [PATCH] lib/charnames.pm 
13511              From: Jeffrey Friedl <jfriedl@yahoo.com>
13512              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
13513              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
13514      Branch: perl
13515            ! lib/charnames.pm
13516 ____________________________________________________________________________
13517 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
13518         Log: Docs for Mac::err.
13519      Branch: maint-5.6/macperl
13520            ! macos/ext/Mac/err/err.pm
13521 ____________________________________________________________________________
13522 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
13523         Log: Some cleanup; change some globals to references for
13524              possible persistence later.
13525      Branch: maint-5.6/macperl
13526            ! macos/lib/Mac/Glue.pm
13527 ____________________________________________________________________________
13528 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
13529         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
13530      Branch: maint-5.6/macperl
13531            ! macos/ext/Mac/Files/Files.pm
13532 ____________________________________________________________________________
13533 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
13534         Log: Get Mac::Navigation to compile (bug #464684).
13535      Branch: maint-5.6/macperl
13536            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13537            ! macos/ext/Mac/Navigation/Makefile.PL
13538            ! macos/ext/Mac/Navigation/Navigation.xs
13539            ! macos/macperl/Makefile.mk
13540 ____________________________________________________________________________
13541 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
13542         Log: Add in modules and POD to help menu.
13543      Branch: maint-5.6/macperl
13544            ! macos/macperl/MacPerl.podhelp
13545 ____________________________________________________________________________
13546 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
13547         Log: Update bundled modules.
13548      Branch: maint-5.6/macperl
13549            + macos/bundled_ext/Filter/t/FilterTest.pm
13550            + macos/bundled_ext/List/Util/t/shuffle.t
13551            + macos/bundled_ext/Storable/t/compat06.t
13552            + macos/bundled_ext/Storable/t/st-dump.pl
13553            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
13554            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
13555            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
13556            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
13557            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
13558            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
13559            + macos/bundled_lib/blib/lib/lwpcook.pod
13560            + macos/bundled_lib/t/Filter/Simple/filter.t
13561            + macos/bundled_lib/t/Switch/t/given.t
13562            + macos/bundled_lib/t/Switch/t/nested.t
13563            + macos/bundled_lib/t/Switch/t/switch.t
13564            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
13565            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
13566            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
13567            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
13568            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
13569            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
13570            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
13571            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
13572            + macos/bundled_lib/t/URI/rfc2732.t
13573            + macos/bundled_lib/t/libnet/config.t
13574            + macos/bundled_lib/t/libnet/libnet_t.pl
13575            + macos/bundled_lib/t/libwww-perl/live/google.t
13576            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
13577            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
13578            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
13579            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
13580            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
13581            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
13582            + macos/bundled_lib/t/libwww-perl/live/validator.t
13583            - macos/bundled_ext/Filter/t/MyFilter.pm
13584            - macos/bundled_ext/Storable/t/compat-0.6.t
13585            - macos/bundled_ext/Storable/t/dump.pl
13586            - macos/bundled_ext/Time/Piece/Makefile.PL
13587            - macos/bundled_ext/Time/Piece/Piece.pm
13588            - macos/bundled_ext/Time/Piece/Piece.t
13589            - macos/bundled_ext/Time/Piece/Piece.xs
13590            - macos/bundled_ext/Time/Piece/README
13591            - macos/bundled_ext/Time/Piece/Seconds.pm
13592            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
13593            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
13594            - macos/bundled_lib/blib/lib/Net/PH.pm
13595            - macos/bundled_lib/blib/lib/Net/SNPP.pm
13596            - macos/bundled_lib/blib/lib/Text/Balanced.pod
13597            - macos/bundled_lib/t/Filter/Simple/test.pl
13598            - macos/bundled_lib/t/Switch/test.pl
13599            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
13600            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
13601            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
13602            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
13603            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
13604            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
13605            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
13606            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
13607            - macos/bundled_lib/t/libnet/ph.t
13608            ! (edit 125 files)
13609 ____________________________________________________________________________
13610 [ 12961] By: ams                                   on 2001/11/13  00:45:08
13611         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
13612              From: Michael G Schwern <schwern@pobox.com>
13613              Date: Mon, 12 Nov 2001 20:16:45 -0500
13614              Message-Id: <20011112201644.G2888@blackrider>
13615      Branch: perl
13616            ! pod/perlport.pod
13617 ____________________________________________________________________________
13618 [ 12960] By: ams                                   on 2001/11/12  23:54:00
13619         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
13620              Recoving dup tests for VMS
13621              From: Michael G Schwern <schwern@pobox.com>
13622              Date: Mon, 12 Nov 2001 19:35:33 -0500
13623              Message-Id: <20011112193533.D2888@blackrider>
13624      Branch: perl
13625            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
13626 ____________________________________________________________________________
13627 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
13628         Log: Update Changes.
13629      Branch: perl
13630            ! Changes patchlevel.h
13631 ____________________________________________________________________________
13632 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
13633         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
13634              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
13635              Date: Mon, 12 Nov 2001 12:35:18 EST 
13636              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
13637      Branch: perl
13638            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
13639            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
13640 ____________________________________________________________________________
13641 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
13642         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
13643              From: Barrie Slaymaker <barries@slaysys.com>
13644              Date: Mon, 12 Nov 2001 11:19:52 -0500
13645              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
13646      Branch: perl
13647            ! lib/File/Spec.t lib/File/Spec/Win32.pm
13648 ____________________________________________________________________________
13649 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
13650         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
13651              From: Barrie Slaymaker <barries@slaysys.com>
13652              Date: Mon, 12 Nov 2001 11:07:36 -0500
13653              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
13654      Branch: perl
13655            ! lib/Benchmark.pm
13656 ____________________________________________________________________________
13657 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
13658         Log: Misplaced test, noticed by Barrie Slaymaker.
13659              (We are missing Benchmark tests, then.)
13660      Branch: perl
13661            + ext/Devel/DProf/DProf.t
13662            - lib/Benchmark.t
13663            ! MANIFEST
13664 ____________________________________________________________________________
13665 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
13666         Log: Subject: [PATCH] a few typo fixes 
13667              From: Jeffrey Friedl <jfriedl@yahoo.com>
13668              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
13669              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
13670              
13671              Patching README.foo instead of pod/perlfoo.pod,
13672              not patching Math::BigInt (Tels will take care of that),
13673              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
13674              and perldoc.PL instead of libnetcfg and perldoc, patching
13675              ext/Digest/MD5/t/files.t since MD5.pm was changed.
13676      Branch: perl
13677            ! (edit 109 files)
13678 ____________________________________________________________________________
13679 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
13680         Log: Add a note about the dangers of bad UTF-8.
13681      Branch: perl
13682            ! pod/perlunicode.pod
13683 ____________________________________________________________________________
13684 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
13685         Log: NetWare Nit from Ananth Kesari.
13686      Branch: perl
13687            ! NetWare/config.wc
13688 ____________________________________________________________________________
13689 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
13690         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
13691      Branch: perl
13692            ! ext/Encode/Encode.pm
13693 ____________________________________________________________________________
13694 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
13695         Log: (retracted by #12951)
13696      Branch: perl
13697            ! ext/Encode/Encode.pm
13698 ____________________________________________________________________________
13699 [ 12949] By: ams                                   on 2001/11/12  06:40:18
13700         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
13701              From: Robert Spier <rspier@pobox.com>
13702              Date: Sun, 11 Nov 2001 18:50:18 -0800
13703              Message-Id: <15343.14570.121505.233336@rls.cx>
13704              
13705              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
13706              From: Rick Delaney <rick.delaney@home.com>
13707              Date: 12 Nov 2001 00:15:52 -0500
13708              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
13709      Branch: perl
13710            ! pp_hot.c t/op/taint.t
13711 ____________________________________________________________________________
13712 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
13713         Log: It seems that we actually have this detail implemented
13714              as for as Level 1 Support of Unicode regex support is
13715              concerned: at Level 1 only 1:1 support for loose
13716              (aka caseless, aka caseigoring ) matching is required.
13717      Branch: perl
13718            ! pod/perlunicode.pod
13719 ____________________________________________________________________________
13720 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
13721         Log: (retracted by #12951)
13722      Branch: perl
13723            ! ext/Encode/Encode.pm
13724 ____________________________________________________________________________
13725 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
13726         Log: BOM, bom, Bom.
13727      Branch: perl
13728            ! pod/perlunicode.pod
13729 ____________________________________________________________________________
13730 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
13731         Log: Upgrade to Math::BigInt 1.46.
13732      Branch: perl
13733            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13734            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
13735            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
13736            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
13737            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
13738 ____________________________________________________________________________
13739 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
13740         Log: Subject: Re: PERFORCE change 12943 for review
13741              From: "Philip Newton" <Philip.Newton@gmx.net>
13742              Date: Sun, 11 Nov 2001 20:53:36 +0100
13743              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
13744      Branch: perl
13745            ! pod/perlunicode.pod
13746 ____________________________________________________________________________
13747 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
13748         Log: Doc updates; make the Unicode discussions a little
13749              bit less alarming, and add information about encodings,
13750              surrogates, and BOMs.
13751      Branch: perl
13752            ! pod/perlunicode.pod
13753 ____________________________________________________________________________
13754 [ 12942] By: ams                                   on 2001/11/11  16:45:00
13755         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
13756              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
13757              Date: Mon, 12 Nov 2001 00:22:57 +0900
13758              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
13759      Branch: perl
13760            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13761            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
13762 ____________________________________________________________________________
13763 [ 12941] By: ams                                   on 2001/11/11  13:01:40
13764         Log: Subject: Re: PERFORCE change 12929 for review
13765              From: "Philip Newton" <Philip.Newton@gmx.net>
13766              Date: Sun, 11 Nov 2001 14:27:44 +0100
13767              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
13768      Branch: perl
13769            ! MANIFEST
13770 ____________________________________________________________________________
13771 [ 12940] By: ams                                   on 2001/11/11  05:06:43
13772         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
13773              From: Michael G Schwern <schwern@pobox.com>
13774              Date: Thu, 8 Nov 2001 22:56:45 -0500
13775              Message-Id: <20011108225645.H5587@blackrider>
13776      Branch: perl
13777            ! t/op/chdir.t
13778 ____________________________________________________________________________
13779 [ 12939] By: ams                                   on 2001/11/11  05:01:00
13780         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
13781              From: Michael G Schwern <schwern@pobox.com>
13782              Date: Sun, 11 Nov 2001 00:54:43 -0500
13783              Message-Id: <20011111005443.A24450@blackrider>
13784      Branch: perl
13785            ! ext/Cwd/t/cwd.t
13786 ____________________________________________________________________________
13787 [ 12938] By: ams                                   on 2001/11/11  03:25:13
13788         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
13789              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
13790              From: "chromatic" <chromatic@rmci.net>
13791              Date: Sat, 10 Nov 2001 21:03:20 -0700
13792              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
13793      Branch: perl
13794            ! lib/File/stat.pm lib/File/stat.t
13795 ____________________________________________________________________________
13796 [ 12937] By: ams                                   on 2001/11/11  02:05:23
13797         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
13798              From: "Craig A. Berry" <craigberry@mac.com>
13799              Date: Sat, 10 Nov 2001 17:23:52 -0600
13800              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
13801      Branch: perl
13802            ! t/op/magic.t
13803 ____________________________________________________________________________
13804 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
13805         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
13806      Branch: perl
13807            ! lib/open.pm lib/open.t
13808 ____________________________________________________________________________
13809 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
13810         Log: The Official name of ASCII.
13811      Branch: perl
13812            ! ext/Encode/Encode.pm
13813 ____________________________________________________________________________
13814 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
13815         Log: The KOI8-R example wasn't quite right.
13816      Branch: perl
13817            ! lib/open.pm lib/open.t
13818 ____________________________________________________________________________
13819 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
13820         Log: Enhance the open pragma to support :utf8, :locale,
13821              and :encoding directly as special cases, and rename
13822              the INOUT to IO.
13823      Branch: perl
13824            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
13825 ____________________________________________________________________________
13826 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
13827         Log: Document the UTF-16 surrogate encoding and decoding.
13828      Branch: perl
13829            ! ext/Encode/Encode.pm
13830 ____________________________________________________________________________
13831 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
13832         Log: A potential recursion breaker.
13833      Branch: perl
13834            ! sv.c
13835 ____________________________________________________________________________
13836 [ 12930] By: ams                                   on 2001/11/10  07:46:53
13837         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
13838              (was Re: perl@12892)
13839              From: "chromatic" <chromatic@rmci.net>
13840              Date: Sat, 10 Nov 2001 01:28:09 -0700
13841              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
13842      Branch: perl
13843            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
13844            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
13845            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
13846            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
13847 ____________________________________________________________________________
13848 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
13849         Log: Add a test for the bytes pragma.
13850      Branch: perl
13851            + lib/bytes.t
13852            ! MANIFEST
13853 ____________________________________________________________________________
13854 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
13855         Log: Doc update.
13856      Branch: perl
13857            ! lib/bytes.pm
13858 ____________________________________________________________________________
13859 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
13860         Log: Cease to exist.
13861      Branch: perl
13862            - lib/Unicode/Normalize.pm
13863 ____________________________________________________________________________
13864 [ 12926] By: ams                                   on 2001/11/10  03:23:16
13865         Log: Subject: [patch] my_setenv speedup + fixes
13866              From: Doug MacEachern <dougm@covalent.net>
13867              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
13868              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
13869      Branch: perl
13870            ! util.c
13871 ____________________________________________________________________________
13872 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
13873         Log: Newline trouble.
13874      Branch: perl
13875            ! lib/ExtUtils/Embed.t
13876 ____________________________________________________________________________
13877 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
13878         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
13879              From: "Craig A. Berry" <craigberry@mac.com>
13880              Date: Fri, 09 Nov 2001 18:13:16 -0600
13881              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
13882      Branch: perl
13883            ! vms/munchconfig.c
13884 ____________________________________________________________________________
13885 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
13886         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
13887              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13888              Date: Sat, 10 Nov 2001 00:10:45 +0100
13889              Message-ID: <20011110001045.A11945@rafael>
13890      Branch: perl
13891            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
13892            + t/run/switchn.t t/run/switchp.t
13893            ! MANIFEST
13894 ____________________________________________________________________________
13895 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
13896         Log: Subject: [PATCH] some tests not cleaning up properly               
13897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
13898              Date: Fri, 9 Nov 2001 22:13:10 +0100
13899              Message-ID: <20011109221310.A11115@rafael>
13900      Branch: perl
13901            ! ext/Cwd/t/cwd.t t/io/argv.t
13902 ____________________________________________________________________________
13903 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
13904         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
13905              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13906              Date: Fri, 9 Nov 2001 15:07:19 EST
13907              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
13908      Branch: perl
13909            ! lib/ExtUtils/Embed.t
13910 ____________________________________________________________________________
13911 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
13912         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
13913              have been copied so it shouldn't be freed in perl_destruct()
13914      Branch: perl
13915            ! perl.c
13916 ____________________________________________________________________________
13917 [ 12919] By: ams                                   on 2001/11/09  15:36:22
13918         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
13919              From: Michael G Schwern <schwern@pobox.com>
13920              Date: Fri, 9 Nov 2001 00:38:59 -0500
13921              Message-Id: <20011109003859.K5587@blackrider>
13922              (Applied with directory name changes suggested by Craig Berry.)
13923      Branch: perl
13924            ! ext/Cwd/t/cwd.t
13925 ____________________________________________________________________________
13926 [ 12918] By: ams                                   on 2001/11/09  15:29:15
13927         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
13928              From: Michael G Schwern <schwern@pobox.com>
13929              Date: Fri, 9 Nov 2001 01:44:14 -0500
13930              Message-Id: <20011109014414.N5587@blackrider>
13931      Branch: perl
13932            ! vms/ext/filespec.t
13933 ____________________________________________________________________________
13934 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
13935         Log: Update Changes.
13936      Branch: perl
13937            ! Changes patchlevel.h
13938 ____________________________________________________________________________
13939 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
13940         Log: Regen toc.
13941      Branch: perl
13942            ! pod/perltoc.pod
13943 ____________________________________________________________________________
13944 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
13945         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
13946              see http://www.jepstone.net/bjepson//jpl/cvs.html
13947      Branch: perl
13948            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
13949 ____________________________________________________________________________
13950 [ 12914] By: ams                                   on 2001/11/09  14:05:12
13951         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
13952              From: Michael G Schwern <schwern@pobox.com>
13953              Date: Thu, 8 Nov 2001 22:05:49 -0500
13954              Message-Id: <20011108220549.F5587@blackrider>
13955      Branch: perl
13956            ! vms/test.com
13957 ____________________________________________________________________________
13958 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
13959         Log: NetWare update from Ananth Kesari.
13960      Branch: perl
13961            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
13962 ____________________________________________________________________________
13963 [ 12912] By: ams                                   on 2001/11/09  13:40:26
13964         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
13965              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13966              Date: Fri, 9 Nov 2001 14:32:28 +0100
13967              Message-Id: <20011109143228.A18996@rafael>
13968      Branch: perl
13969            ! perl.c
13970 ____________________________________________________________________________
13971 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
13972         Log: FAQ sync.
13973      Branch: perl
13974            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13975            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
13976            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
13977 ____________________________________________________________________________
13978 [ 12910] By: ams                                   on 2001/11/09  07:33:49
13979         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
13980              From: Michael G Schwern <schwern@pobox.com>
13981              Date: Fri, 9 Nov 2001 00:41:56 -0500
13982              Message-Id: <20011109004156.L5587@blackrider>
13983      Branch: perl
13984            ! lib/File/Find/t/find.t
13985 ____________________________________________________________________________
13986 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
13987         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
13988              The CPAN distribution has both pm and XS implementations,
13989              and for performance reasons we choose the XS.
13990              Another reason to choose the XS is that it doesn't
13991              require Lingua::KO::Hangul::Util, which means that
13992              we can delete that-- which in turn means that Unicode::UCD
13993              cannot expect that: support it, but don't expect.
13994              Ditto Unicode::Collate.
13995              
13996              Note that Unicode::Normalize Makefile.PL and
13997              Normalize.xs have been modified from the CPAN 0.10
13998              versions: the first one to be simpler (no pm) and
13999              clean up the generated unf*.h files, the second one
14000              to quench compiler grumblings.  Must notify Sadahiro
14001              about these changes.
14002      Branch: perl
14003            + ext/Unicode/Normalize/Changes
14004            + ext/Unicode/Normalize/Makefile.PL
14005            + ext/Unicode/Normalize/Normalize.pm
14006            + ext/Unicode/Normalize/Normalize.pod
14007            + ext/Unicode/Normalize/Normalize.xs
14008            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
14009            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14010            + ext/Unicode/Normalize/t/test.t
14011            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
14012            - lib/Lingua/KO/Hangul/Util/README
14013            - lib/Lingua/KO/Hangul/Util/t/test.t
14014            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
14015            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
14016            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
14017            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
14018            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
14019            ! win32/makefile.mk
14020 ____________________________________________________________________________
14021 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
14022         Log: Test miscounting.
14023      Branch: perl
14024            ! ext/POSIX/t/posix.t
14025 ____________________________________________________________________________
14026 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
14027         Log: Quote the variables in failures messages more nicely.
14028      Branch: perl
14029            ! t/test.pl
14030 ____________________________________________________________________________
14031 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
14032         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
14033              From: Michael G Schwern <schwern@pobox.com>
14034              Date: Thu, 8 Nov 2001 17:24:49 -0500
14035              Message-ID: <20011108172449.A5587@blackrider>
14036              
14037              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
14038              From: "Craig A. Berry" <craigberry@mac.com>
14039              Date: Thu, 8 Nov 2001 16:35:00 -0600
14040              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
14041      Branch: perl
14042            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
14043 ____________________________________________________________________________
14044 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
14045         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
14046              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14047              Date: Thu, 8 Nov 2001 22:52:50 -0000
14048              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
14049      Branch: perl
14050            ! ext/DB_File/t/db-recno.t
14051 ____________________________________________________________________________
14052 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
14053         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
14054              (Probably not an EBCDIC issue the way one would think
14055              since no chr() et alia are used in UCD.pm.)
14056      Branch: perl
14057            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14058 ____________________________________________________________________________
14059 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
14060         Log: Whether overwriting the $self->{...} values (see #12902)
14061              is a good policy or not is debatable, but let's at least
14062              be consistent.
14063      Branch: perl
14064            ! lib/ExtUtils/MM_Unix.pm
14065 ____________________________________________________________________________
14066 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
14067         Log: The MakeMaker argument () quoting patch that sneaked
14068              in at #12883 didn't handle make macros like this $(...).
14069              Leaning toothpicks, we've got them.
14070      Branch: perl
14071            ! lib/ExtUtils/MM_Unix.pm
14072 ____________________________________________________________________________
14073 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
14074         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
14075              From: Michael G Schwern <schwern@pobox.com>
14076              Date: Wed, 7 Nov 2001 02:02:29 -0500
14077              Message-ID: <20011107020229.K2858@blackrider>
14078      Branch: perl
14079            ! t/io/argv.t t/test.pl vms/test.com
14080 ____________________________________________________________________________
14081 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
14082         Log: Subject: [PATCH 20011106.084] -s on #! line 
14083              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14084              Date: Wed, 7 Nov 2001 22:23:39 +0100
14085              Message-ID: <20011107222339.E729@rafael>
14086      Branch: perl
14087            ! embed.h embed.pl perl.c proto.h toke.c
14088 ____________________________________________________________________________
14089 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
14090         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
14091              From: Michael G Schwern <schwern@pobox.com>
14092              Date: Wed, 7 Nov 2001 16:52:49 -0500
14093              Message-ID: <20011107165249.I7346@blackrider>
14094      Branch: perl
14095            ! pod/perlhack.pod
14096 ____________________________________________________________________________
14097 [ 12898] By: ams                                   on 2001/11/08  13:02:19
14098         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
14099              From: Mark-Jason Dominus <mjd@plover.com>
14100              Date: Thu, 08 Nov 2001 08:59:02 -0500
14101              Message-Id: <20011108135902.2275.qmail@plover.com>
14102      Branch: perl
14103            ! INSTALL README README.amiga README.os2 README.vms
14104            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
14105            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
14106 ____________________________________________________________________________
14107 [ 12897] By: ams                                   on 2001/11/08  12:49:28
14108         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
14109              From: mjd@plover.com
14110              Date: 8 Nov 2001 13:33:18 -0000
14111              Message-Id: <20011108133318.1786.qmail@plover.com>
14112      Branch: perl
14113            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
14114            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14115            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14116            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
14117            ! pod/perlport.pod pod/perlvar.pod
14118 ____________________________________________________________________________
14119 [ 12896] By: ams                                   on 2001/11/08  11:22:12
14120         Log: open(FH, $file) should strip leading and trailing whitespace.
14121      Branch: perl
14122            ! doio.c
14123 ____________________________________________________________________________
14124 [ 12895] By: ams                                   on 2001/11/08  10:17:14
14125         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
14126              From: "Craig A. Berry" <craigberry@mac.com>
14127              Date: Wed, 07 Nov 2001 13:41:50 -0600
14128              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
14129      Branch: perl
14130            ! t/op/glob.t
14131 ____________________________________________________________________________
14132 [ 12894] By: ams                                   on 2001/11/08  08:32:20
14133         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
14134              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
14135              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
14136              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
14137      Branch: perl
14138            ! makedepend.SH
14139 ____________________________________________________________________________
14140 [ 12893] By: ams                                   on 2001/11/08  08:26:31
14141         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
14142              From: mjd@plover.com
14143              Date: 8 Nov 2001 08:08:07 -0000
14144              Message-Id: <20011108080807.30147.qmail@plover.com>
14145              
14146              Subject: bleadperl perl.pod
14147              From: mjd@plover.com
14148              Date: 8 Nov 2001 08:10:47 -0000
14149              Message-Id: <20011108081047.30178.qmail@plover.com>
14150              
14151              Subject: more bleadperl perl.pod
14152              From: mjd@plover.com
14153              Date: 8 Nov 2001 08:16:28 -0000
14154              Message-Id: <20011108081628.30229.qmail@plover.com>
14155      Branch: perl
14156            ! pod/perl.pod pod/perldebug.pod
14157 ____________________________________________________________________________
14158 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
14159         Log: Tweak for Cray-friendliness from Nicholas Clark.
14160      Branch: perl
14161            ! sv.c
14162 ____________________________________________________________________________
14163 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
14164         Log: VMS patch redo from Charles Lane.
14165      Branch: perl
14166            ! vms/gen_shrfls.pl
14167 ____________________________________________________________________________
14168 [ 12890] By: ams                                   on 2001/11/07  15:16:10
14169         Log: Subject: [ID 20011107.088] two perl pod nits
14170              From: lvirden@cas.org
14171              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
14172              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
14173      Branch: perl
14174            ! pod/perl.pod pod/perlfaq3.pod
14175 ____________________________________________________________________________
14176 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
14177         Log: Update Changes.
14178      Branch: perl
14179            ! Changes patchlevel.h
14180 ____________________________________________________________________________
14181 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
14182         Log: The (emulated) "no utf8" must be in a BEGIN block
14183              to be effective.
14184      Branch: perl
14185            ! lib/CGI/t/html.t
14186 ____________________________________________________________________________
14187 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
14188         Log: "v-strings" is the right term.
14189      Branch: perl
14190            ! pod/perltodo.pod
14191 ____________________________________________________________________________
14192 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
14193         Log: Add vstrings-as-objects need to perltodo.
14194      Branch: perl
14195            ! pod/perltodo.pod
14196 ____________________________________________________________________________
14197 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
14198         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
14199              From: Nicholas Clark <nick@ccl4.org>
14200              Date: Wed, 7 Nov 2001 14:36:32 +0000
14201              Message-ID: <20011107143631.I24980@plum.flirble.org>
14202      Branch: perl
14203            ! t/op/pack.t
14204 ____________________________________________________________________________
14205 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
14206         Log: The Embed test requires a major rewrite for VMS
14207              (plus it reveals a couple of annoying glitches
14208              in buffering), so skip the test for now; from
14209              Charles Lane.
14210      Branch: perl
14211            ! lib/ExtUtils/Embed.t
14212 ____________________________________________________________________________
14213 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
14214         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
14215              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14216              Date: Wed, 7 Nov 2001 09:23:28 EST
14217              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
14218              
14219              (Also i seems that an unrelated experimental patch
14220              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
14221      Branch: perl
14222            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
14223 ____________________________________________________________________________
14224 [ 12882] By: ams                                   on 2001/11/07  05:14:04
14225         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
14226              From: Mark-Jason Dominus <mjd@plover.com>
14227              Date: Wed, 07 Nov 2001 00:43:46 -0500
14228              Message-Id: <20011107054346.14428.qmail@plover.com>
14229      Branch: perl
14230            ! gv.c op.c toke.c
14231 ____________________________________________________________________________
14232 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
14233         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
14234              From: Michael G Schwern <schwern@pobox.com>             
14235              Date: Tue, 6 Nov 2001 22:04:39 -0500
14236              Message-ID: <20011106220439.D2858@blackrider>              
14237      Branch: perl
14238            ! lib/perl5db.pl
14239 ____________________________________________________________________________
14240 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
14241         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
14242              stress))
14243              From: Jonathan Stowe <gellyfish@gellyfish.com>
14244              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
14245              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
14246              
14247              (except for one hunk where indentation differs)
14248      Branch: perl
14249            ! lib/Term/Cap.t
14250 ____________________________________________________________________________
14251 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
14252         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
14253              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14254              Date: Tue, 6 Nov 2001 21:45:01 +0100
14255              Message-ID: <20011106214501.A704@rafael>
14256      Branch: perl
14257            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
14258            ! lib/File/Spec/Win32.pm
14259 ____________________________________________________________________________
14260 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
14261         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
14262              From: Michael G Schwern <schwern@pobox.com>              
14263              Date: Tue, 6 Nov 2001 20:58:45 -0500
14264              Message-ID: <20011106205845.G29411@blackrider>
14265      Branch: perl
14266            ! t/test.pl
14267 ____________________________________________________________________________
14268 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
14269         Log: Subject: making do_sprintf public       
14270              From: Doug MacEachern <dougm@covalent.net>    
14271              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
14272              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
14273      Branch: perl
14274            ! embed.h embed.pl global.sym
14275 ____________________________________________________________________________
14276 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
14277         Log: Update to CGI.pm 2.78.
14278              
14279              TODO: the test suite needs to be merged so that
14280              when in core, the core version is tested, and when
14281              using the CPAN version, testing the CPAN version.
14282              (the changes need to be sent to Lincoln, too...)
14283      Branch: perl
14284            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
14285            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
14286            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
14287            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
14288            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
14289            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
14290 ____________________________________________________________________________
14291 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
14292         Log: Integrate with perlio; (strictly) readonly hashes via XS.
14293      Branch: perl
14294           +> t/lib/access.t
14295           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
14296 ____________________________________________________________________________
14297 [ 12874] By: nick                                  on 2001/11/06  21:05:16
14298         Log: Keep It Simple and Stupid version of readonly hash support.
14299              - Test for SvREAONLY(hv) at a few spots in hv.c
14300              - add the error message to perldiag.pod
14301              - (dubious) add access::readonly() to univeral.c
14302              - add test using above
14303              - fixup ext/B/t/stash.t to account for access:: existing
14304      Branch: perlio
14305            + t/lib/access.t
14306            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
14307 ____________________________________________________________________________
14308 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
14309         Log: Fix incorrect warnings about broken globbing;
14310              from Andy Dougherty.
14311      Branch: perl
14312            ! hints/linux.sh
14313 ____________________________________________________________________________
14314 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
14315         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
14316              toggle-on from the encoding pragma.
14317      Branch: perl
14318            ! regcomp.c regexec.c
14319 ____________________________________________________________________________
14320 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
14321         Log: Retract #12824, doesn't help and is ignored
14322              by Configure anyway.
14323      Branch: perl
14324            ! hints/beos.sh
14325 ____________________________________________________________________________
14326 [ 12870] By: ams                                   on 2001/11/06  10:40:37
14327         Log: Subject: Cosmetic change
14328              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14329              Date: Tue, 06 Nov 2001 12:30:52 +0100
14330              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
14331      Branch: perl
14332            ! README.hpux
14333 ____________________________________________________________________________
14334 [ 12869] By: nick                                  on 2001/11/06  08:26:40
14335         Log: Integrate mainline
14336      Branch: perlio
14337           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
14338           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
14339 ____________________________________________________________________________
14340 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
14341         Log: The parentheses are protected enough.
14342      Branch: perl
14343            ! hints/os390.sh
14344 ____________________________________________________________________________
14345 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
14346         Log: ccflags, not ldflags.
14347      Branch: perl
14348            ! hints/os390.sh
14349 ____________________________________________________________________________
14350 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
14351         Log: ... and the proto to go with #12865.
14352      Branch: perl
14353            ! proto.h
14354 ____________________________________________________________________________
14355 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
14356         Log: Oops.  Luckily nothing was using this symbol yet.
14357      Branch: perl
14358            ! global.sym
14359 ____________________________________________________________________________
14360 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
14361         Log: Implement the encoding pragma for regex literals.
14362      Branch: perl
14363            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
14364 ____________________________________________________________________________
14365 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
14366         Log: More UTF8 EXACT fixing.
14367      Branch: perl
14368            ! regexec.c
14369 ____________________________________________________________________________
14370 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
14371         Log: More re debugging.
14372      Branch: perl
14373            ! regexec.c
14374 ____________________________________________________________________________
14375 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
14376         Log: EXACT correction attempt.  Continued in #12863.
14377      Branch: perl
14378            ! regexec.c
14379 ____________________________________________________________________________
14380 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
14381         Log: Unterminated L<.
14382      Branch: perl
14383            ! ext/DB_File/DB_File.pm
14384 ____________________________________________________________________________
14385 [ 12859] By: nick                                  on 2001/11/05  19:15:17
14386         Log: Integrate mainline
14387      Branch: perlio
14388           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14389           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14390           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
14391           +> lib/Math/BigInt/t/sub_mbi.t
14392            - lib/Math/BigInt/t/Math/Subclass.pm
14393            - lib/Math/BigInt/t/subclass.t
14394           !> (integrate 30 files)
14395 ____________________________________________________________________________
14396 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
14397         Log: Regex debugging fixes from Hugo.
14398      Branch: perl
14399            ! regcomp.c regexec.c
14400 ____________________________________________________________________________
14401 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
14402         Log: IRIX: at some point the cc -version has started
14403              to output to stderr, not stdout any more.
14404      Branch: perl
14405            ! hints/irix_6.sh
14406 ____________________________________________________________________________
14407 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
14408         Log: Update Changes.
14409      Branch: perl
14410            ! Changes patchlevel.h
14411 ____________________________________________________________________________
14412 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
14413         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
14414      Branch: perl
14415            ! lib/File/Spec/Unix.pm
14416 ____________________________________________________________________________
14417 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
14418         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
14419              From: rgarciasuarez@free.fr
14420              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
14421              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
14422      Branch: perl
14423            ! lib/File/Spec/Unix.pm
14424 ____________________________________________________________________________
14425 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
14426         Log: Use config.arch in OS/390 where the combination of
14427              IEEE floats and ldflags is tricky.
14428      Branch: perl
14429            ! hints/os390.sh
14430 ____________________________________________________________________________
14431 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
14432         Log: Metaconfig unit change for #12851.
14433      Branch: metaconfig
14434            ! U/modified/Config_sh.U
14435 ____________________________________________________________________________
14436 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
14437         Log: Support a config.arch file, similar to config.over,
14438              but loaded just before it.
14439      Branch: perl
14440            ! Configure INSTALL
14441 ____________________________________________________________________________
14442 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
14443         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
14444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14445              Date: Mon, 5 Nov 2001 14:26:24 +0100
14446              Message-ID: <20011105142624.C31977@rafael>
14447      Branch: perl
14448            ! lib/Symbol.pm lib/Symbol.t
14449 ____________________________________________________________________________
14450 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
14451         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
14452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14453              Date: Sun, 4 Nov 2001 22:28:57 +0100
14454              Message-ID: <20011104222857.C696@rafael>
14455      Branch: perl
14456            ! pod/perldebug.pod pod/perlpodspec.pod
14457 ____________________________________________________________________________
14458 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
14459         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
14460      Branch: perl
14461            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
14462 ____________________________________________________________________________
14463 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
14464         Log: Math::Big* test tweaks to work better with core:
14465              but the coast still not clear.
14466      Branch: perl
14467            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
14468            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14469 ____________________________________________________________________________
14470 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
14471         Log: Protect against high load: measure how much wall
14472              clock time went by while sleeping.  Avoids some
14473              false negatives, while may introduce some false
14474              positives.  Life is hard.
14475      Branch: perl
14476            ! ext/Time/HiRes/HiRes.t
14477 ____________________________________________________________________________
14478 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
14479         Log: More forgotten from #12843.
14480      Branch: perl
14481            ! lib/Math/BigInt/t/bigfltpm.inc
14482 ____________________________________________________________________________
14483 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
14484         Log: Forgot from #12843.
14485      Branch: perl
14486            + lib/Math/BigInt/t/bigintpm.inc
14487            ! MANIFEST
14488 ____________________________________________________________________________
14489 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
14490         Log: Upgrade to Math::BigInt 1.45; from Tels.
14491              NOTE: some of the tests are failing but that's because
14492              the core integration is not yet done.
14493      Branch: perl
14494            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
14495            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
14496            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14497            - lib/Math/BigInt/t/Math/Subclass.pm
14498            - lib/Math/BigInt/t/subclass.t
14499            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
14500            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
14501            ! lib/Math/BigInt/t/mbimbf.t
14502 ____________________________________________________________________________
14503 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
14504         Log: VMS: adds capability to control more configuration stuff with
14505              -D and -U switches; parsing config.sh to extract previous config
14506              info in VMS-form, and a rewrite of the "prompt/response" routine;
14507              from Charles Lane.
14508      Branch: perl
14509            ! configure.com
14510 ____________________________________________________________________________
14511 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
14512         Log: Subject: Typo correction in perldebguts.pod
14513              From: mjd@plover.com
14514              Date: 4 Nov 2001 16:20:05 -0000
14515              Message-ID: <20011104162005.16699.qmail@plover.com>
14516      Branch: perl
14517            ! pod/perldebguts.pod
14518 ____________________________________________________________________________
14519 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
14520         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
14521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14522              Date: Sun, 4 Nov 2001 11:47:30 +0100
14523              Message-ID: <20011104114730.A715@rafael>
14524              
14525              Remove -T from the test, wrong place for that.
14526      Branch: perl
14527            ! lib/File/Temp/t/mktemp.t
14528 ____________________________________________________________________________
14529 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
14530         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
14531              From: Nicholas Clark <nick@ccl4.org>
14532              Date: Sun, 4 Nov 2001 10:41:24 +0000
14533              Message-ID: <20011104104123.U20123@plum.flirble.org>
14534      Branch: perl
14535            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
14536 ____________________________________________________________________________
14537 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
14538         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
14539              From: Michael G Schwern <schwern@pobox.com>
14540              Date: Sat, 3 Nov 2001 15:41:47 -0500
14541              Message-ID: <20011103154147.C600@blackrider>
14542      Branch: perl
14543            ! lib/Term/Cap.t
14544 ____________________________________________________________________________
14545 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
14546         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
14547              From: "Craig A. Berry" <craigberry@mac.com>     
14548              Date: Sat, 03 Nov 2001 16:02:28 -0600
14549              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
14550      Branch: perl
14551            ! ext/Time/HiRes/HiRes.t
14552 ____________________________________________________________________________
14553 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
14554         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
14555              From: "chromatic" <chromatic@rmci.net>
14556              Date: Sat, 03 Nov 2001 12:28:17 -0700
14557              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
14558      Branch: perl
14559            ! lib/Term/Cap.t
14560 ____________________________________________________________________________
14561 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
14562         Log: Don't bother doing POSIX charclass parsing if it
14563              possibly cannot be so.  Prepares way for charclass
14564              syntax like [[abc]||[def]] (or just [[abc][def]])
14565              for union, [[\w]&&[$a]] for intersection,
14566              and [[a-z]&&[^def]] for subtraction.
14567              
14568              Currently /[[a]/ (or /[a[]/) parses as a character
14569              class containing two characters, "[" and "a",
14570              this may have to be broken for the syntax described
14571              above, otherwise we would have to scan the whole pattern
14572              to find out whether the square brackets match pairwise.
14573              Luckily, the special case of "[" doesn't seem to be
14574              documented (as opposed to "]" and "-"), so we may have
14575              better story for breaking it...  One can always use \[
14576              if one wants a literal "[", so there.
14577      Branch: perl
14578            ! regcomp.c
14579 ____________________________________________________________________________
14580 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
14581         Log: Comment correction.
14582      Branch: perl
14583            ! regcomp.c
14584 ____________________________________________________________________________
14585 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
14586         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
14587              The latter is a RedHatism.
14588      Branch: perl
14589            ! lib/ExtUtils/MakeMaker.pm
14590 ____________________________________________________________________________
14591 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
14592         Log: Integrate perlio.
14593      Branch: perl
14594           !> perlio.c
14595 ____________________________________________________________________________
14596 [ 12831] By: nick                                  on 2001/11/03  11:42:15
14597         Log: Integrate mainline
14598      Branch: perlio
14599           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
14600           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
14601           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
14602           !> sv.c t/test.pl
14603 ____________________________________________________________________________
14604 [ 12830] By: nick                                  on 2001/11/03  10:27:34
14605         Log: Fix clone_leak problem.
14606              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
14607              as vestige of calling PerlLIO_dup().
14608      Branch: perlio
14609            ! perlio.c
14610 ____________________________________________________________________________
14611 [ 12829] By: nick                                  on 2001/11/03  09:40:46
14612         Log: Tweaks attempting to locate Doug's clone_leak leak.
14613              - add some PerlIO_debug()
14614              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
14615              - Even if it closing stdout etc. do a fflush()
14616      Branch: perlio
14617            ! perlio.c
14618 ____________________________________________________________________________
14619 [ 12828] By: nick                                  on 2001/11/03  08:34:31
14620         Log: Integrate mainline
14621      Branch: perlio
14622           !> (integrate 54 files)
14623 ____________________________________________________________________________
14624 [ 12827] By: ams                                   on 2001/11/03  03:45:19
14625         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
14626              remove this later). Based on a patch from Robert Spier in
14627              <15330.61459.14452.795263@rls.cx>.
14628      Branch: perl
14629            ! sv.c
14630 ____________________________________________________________________________
14631 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
14632         Log: microperl sync.
14633      Branch: perl
14634            ! doio.c perl.c perl.h perlio.c regexec.c
14635 ____________________________________________________________________________
14636 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
14637         Log: Definitions for the Unicode Newline Guidelines.
14638      Branch: perl
14639            ! perl.h
14640 ____________________________________________________________________________
14641 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
14642         Log: (retracted by #12871)
14643              
14644              There is no csh of any kind in default BeOS.
14645              For the purposes of miniperl globbing, bash
14646              will do.
14647      Branch: perl
14648            ! hints/beos.sh
14649 ____________________________________________________________________________
14650 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
14651         Log: Integrate change #12820 from macperl to maint and blead;
14652              
14653              Fix up (dynaloading) to work properly with multiplicity
14654      Branch: maint-5.6/perl
14655           !> ext/DynaLoader/dl_mac.xs
14656      Branch: perl
14657           !> ext/DynaLoader/dl_mac.xs
14658 ____________________________________________________________________________
14659 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
14660         Log: Several fixes for various exit problems and clearing out
14661              task queue, as well as another (incomplete) go at
14662              fixing error message handling
14663      Branch: maint-5.6/macperl
14664            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
14665 ____________________________________________________________________________
14666 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
14667         Log: Add source files for bleadperl builds
14668      Branch: maint-5.6/macperl
14669            ! macos/Makefile.mk
14670 ____________________________________________________________________________
14671 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
14672         Log: Fix up to work properly with multiplicity
14673      Branch: maint-5.6/macperl
14674            ! ext/DynaLoader/dl_mac.xs
14675 ____________________________________________________________________________
14676 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
14677         Log: Integrate with maintperl.
14678      Branch: maint-5.6/macperl
14679           +> t/op/system.t t/op/system_tests
14680           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
14681           !> pod/perltodo.pod util.c win32/win32.c
14682 ____________________________________________________________________________
14683 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
14684         Log: Locate _PATH_LOG if it's a socket even if not #defined
14685              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
14686              via Nick Clark.
14687      Branch: perl
14688            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
14689 ____________________________________________________________________________
14690 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
14691         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
14692              From: Michael G Schwern <schwern@pobox.com>
14693              Date: Fri, 2 Nov 2001 15:36:41 -0500
14694              Message-ID: <20011102153641.E23234@blackrider>
14695      Branch: perl
14696            ! t/test.pl
14697 ____________________________________________________________________________
14698 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
14699         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
14700              From: merlyn@stonehenge.com (Randal L. Schwartz)
14701              Date: 02 Nov 2001 09:33:34 -0800
14702              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
14703              
14704              (two of the changes)
14705              
14706              Better coexistence with extensions.
14707      Branch: perl
14708            ! ext/Errno/Errno_pm.PL hints/darwin.sh
14709 ____________________________________________________________________________
14710 [ 12815] By: ams                                   on 2001/11/02  16:47:43
14711         Log: Subject: Re: [PATCH] the the double double word word fix fix
14712              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14713              Date: Fri, 02 Nov 2001 19:43:07 +0100
14714              Message-Id: <3BE2E93B.627C198E@alcatel.at>
14715      Branch: perl
14716            ! pod/perldebug.pod
14717 ____________________________________________________________________________
14718 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
14719         Log: Update Changes.
14720      Branch: perl
14721            ! Changes patchlevel.h
14722 ____________________________________________________________________________
14723 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
14724         Log: More encoding testing.
14725      Branch: perl
14726            ! lib/encoding.pm lib/encoding.t
14727 ____________________________________________________________________________
14728 [ 12812] By: ams                                   on 2001/11/02  15:07:11
14729         Log: Slight modification of #12811.
14730      Branch: perl
14731            ! op.c
14732 ____________________________________________________________________________
14733 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
14734         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
14735              From: Radu Greab <radu@netsoft.ro>
14736              Date: Fri, 2 Nov 2001 15:28:58 +0200
14737              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
14738      Branch: perl
14739            ! op.c t/op/stat.t
14740 ____________________________________________________________________________
14741 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
14742         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
14743              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14744              Date: Thu, 1 Nov 2001 22:35:50 +0100
14745              Message-ID: <20011101223550.A10849@rafael>
14746      Branch: perl
14747            ! lib/ExtUtils/Embed.t
14748 ____________________________________________________________________________
14749 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
14750         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
14751              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14752              Date: 2 Nov 2001 14:48:51 -0000
14753              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
14754      Branch: perl
14755            ! lib/File/Find.pm
14756 ____________________________________________________________________________
14757 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
14758         Log: Add documentation.
14759      Branch: perl
14760            ! embed.pl pod/perlapi.pod utf8.c
14761 ____________________________________________________________________________
14762 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
14763         Log: Unicode: add ToFold mapping.  Not used yet; but basically
14764              a more useful mapping for caseless aka case-ignoring than
14765              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
14766              algorithm for creating the foldings uses equivalence classes,
14767              see http://www.unicode.org/unicode/reports/tr21/
14768              Hopefully this feature will be used in //i.
14769              (The folding tables were introduced by #12689.)
14770      Branch: perl
14771            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
14772            ! utf8.c
14773 ____________________________________________________________________________
14774 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
14775         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
14776              From: "Craig A. Berry" <craigberry@mac.com>
14777              Date: Fri, 02 Nov 2001 00:03:52 -0600
14778              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
14779      Branch: perl
14780            ! lib/AutoSplit.t
14781 ____________________________________________________________________________
14782 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
14783         Log: Subject: Trivial doc patch
14784              From: andreas.koenig@anima.de (Andreas J. Koenig)
14785              Date: 02 Nov 2001 06:11:35 +0100
14786              Message-ID: <m37kt94v08.fsf@anima.de>
14787      Branch: perl
14788            ! pod/perlport.pod
14789 ____________________________________________________________________________
14790 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
14791         Log: Make encoding and charnames pragmas coexist.
14792      Branch: perl
14793            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
14794 ____________________________________________________________________________
14795 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
14796         Log: The basic character classes seem to go untested with Unicode.
14797      Branch: perl
14798            ! t/op/pat.t
14799 ____________________________________________________________________________
14800 [ 12802] By: ams                                   on 2001/11/02  00:39:36
14801         Log: Subject: [PATCH] the the double double word word fix fix
14802              From: Richard Soderberg <rs@oregonnet.com>
14803              Date: Thu, 1 Nov 2001 13:12:03 -0800
14804              Message-Id: <200111012112.NAA23288@oregonnet.com>
14805              
14806              Subject: Re: [PATCH] the the double double word word fix fix
14807              From: Mark-Jason Dominus <mjd@plover.com>
14808              Date: Thu, 01 Nov 2001 16:43:40 -0500
14809              Message-Id: <20011101214340.2044.qmail@plover.com>
14810              
14811              Subject: Re: [PATCH] the the double double word word fix fix
14812              From: Mark-Jason Dominus <mjd@plover.com>
14813              Date: Thu, 01 Nov 2001 16:51:39 -0500
14814              Message-Id: <20011101215139.2196.qmail@plover.com>
14815      Branch: perl
14816            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
14817            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
14818            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
14819            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
14820            ! pod/perltodo.pod pod/perlxstut.pod
14821 ____________________________________________________________________________
14822 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
14823         Log: Comment tweaks.
14824      Branch: perl
14825            ! toke.c
14826 ____________________________________________________________________________
14827 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
14828         Log: FAQ sync.
14829      Branch: perl
14830            ! pod/perlfaq9.pod
14831 ____________________________________________________________________________
14832 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
14833         Log: If an encoding is set by -M/-m, it must be in
14834              effect only for the actual script, not any other
14835              required/-M/-m'ed module, otherwise we enter a nasty
14836              recursion in regexec.c while trying to init the simple
14837              UTF-8 charclasses like PL_utf8_alnum.
14838      Branch: perl
14839            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
14840 ____________________________________________________________________________
14841 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
14842         Log: A bit more descriptive name.
14843      Branch: perl
14844            ! mg.c
14845 ____________________________________________________________________________
14846 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
14847         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
14848              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14849              Date: Wed, 31 Oct 2001 13:47:04 EST
14850              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
14851      Branch: perl
14852            ! ext/Time/HiRes/HiRes.t
14853 ____________________________________________________________________________
14854 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
14855         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
14856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14857              Date: Wed, 31 Oct 2001 13:43:29 EST
14858              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
14859      Branch: perl
14860            ! mg.c
14861 ____________________________________________________________________________
14862 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
14863         Log: Subject: [PATCH] Various test cleanups
14864              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14865              Date: Tue, 30 Oct 2001 21:56:26 +0100
14866              Message-ID: <20011030215626.A28503@rafael>
14867      Branch: perl
14868            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14869            ! ext/DB_File/t/db-recno.t ext/Encode.t
14870 ____________________________________________________________________________
14871 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
14872         Log: Update Changes.
14873      Branch: perl
14874            ! Changes patchlevel.h
14875 ____________________________________________________________________________
14876 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
14877         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
14878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
14879              Date: Wed, 31 Oct 2001 17:16:39 +0100
14880              Message-ID: <20011031171639.A32511@rafael>
14881      Branch: perl
14882            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
14883 ____________________________________________________________________________
14884 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
14885         Log: Skip message nit.
14886      Branch: perl
14887            ! t/io/fs.t
14888 ____________________________________________________________________________
14889 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
14890         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
14891              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14892              Date: 31 Oct 2001 14:49:37 -0000
14893              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
14894      Branch: perl
14895            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
14896 ____________________________________________________________________________
14897 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
14898         Log: Extend the effect of the encoding pragma to chr() and ord().
14899              
14900              TODO: regex literals, reentrancy problems with the utf8
14901              and charnames pragmas.
14902      Branch: perl
14903            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
14904 ____________________________________________________________________________
14905 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
14906         Log: Doc tweaks.
14907      Branch: perl
14908            ! lib/encoding.pm
14909 ____________________________________________________________________________
14910 [ 12788] By: nick                                  on 2001/10/31  08:59:56
14911         Log: Integrate mainline
14912      Branch: perlio
14913           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
14914           !> (integrate 49 files)
14915 ____________________________________________________________________________
14916 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
14917         Log: Forgot new proto.
14918      Branch: perl
14919            ! proto.h
14920 ____________________________________________________________________________
14921 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
14922         Log: Clarification: use encoding cannot be used to
14923              change the default encoding of "your whole script";
14924              only the default encoding of the *data*.  Also, it
14925              seems that "use encoding" does not mix with "use utf8"
14926              (a coredumping recursion ensues).  Should not be a huge
14927              problem since "use utf8" is pretty marginal nowadays.
14928      Branch: perl
14929            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
14930 ____________________________________________________________________________
14931 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
14932         Log: More documentation for the encode pragma.
14933      Branch: perl
14934            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
14935            ! pod/perlapi.pod pod/perlunicode.pod sv.c
14936 ____________________________________________________________________________
14937 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
14938         Log: Thinko in #12783.
14939      Branch: perl
14940            ! sv.c
14941 ____________________________________________________________________________
14942 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
14943         Log: Make sv_recode_to_utf8() a real API: the encoding
14944              is a parameter, instead of a global.  Document the
14945              PERL_ENCODING.
14946      Branch: perl
14947            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
14948            ! toke.c
14949 ____________________________________________________________________________
14950 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
14951         Log: Enable -Mencoding=foobar also for string literals.
14952      Branch: perl
14953            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
14954            ! pod/perlapi.pod proto.h sv.c toke.c
14955 ____________________________________________________________________________
14956 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
14957         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
14958              From: Andy Dougherty <doughera@lafayette.edu>
14959              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
14960              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
14961      Branch: perl
14962            ! ext/POSIX/hints/svr4.pl
14963 ____________________________________________________________________________
14964 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
14965         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
14966              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
14967              Date: Mon, 29 Oct 2001 23:11:58 -0000
14968              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
14969              
14970              Add compat.h.
14971      Branch: perl
14972            ! lib/h2xs.t utils/h2xs.PL
14973 ____________________________________________________________________________
14974 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
14975         Log: Subject: PerlIOBuf_dup
14976              From: Nicholas Clark <nick@ccl4.org>              
14977              Date: Mon, 29 Oct 2001 21:52:35 +0000             
14978              Message-ID: <20011029215235.K41204@plum.flirble.org>
14979              
14980              Add prototype.
14981      Branch: perl
14982            ! perliol.h
14983 ____________________________________________________________________________
14984 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
14985         Log: Subject: [PATCH] Make malloc.c errors more useful
14986              From: Richard Soderberg <rs@oregonnet.com>
14987              Date: Mon, 29 Oct 2001 22:28:02 -0800
14988              Message-Id: <200110300628.WAA11025@oregonnet.com>
14989      Branch: perl
14990            ! malloc.c
14991 ____________________________________________________________________________
14992 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
14993         Log: Retract #12776 - the bug 19990906.001 is still valid.
14994      Branch: perl
14995            ! t/run/kill_perl.t
14996 ____________________________________________________________________________
14997 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
14998         Log: (Retracted by #12777)
14999              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
15000              From: Michael G Schwern <schwern@pobox.com> 
15001              Date: Mon, 29 Oct 2001 23:01:08 -0500
15002              Message-ID: <20011029230108.G18053@blackrider>
15003      Branch: perl
15004            ! t/run/kill_perl.t
15005 ____________________________________________________________________________
15006 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
15007         Log: Comment nits.
15008      Branch: perl
15009            ! lib/encoding.t
15010 ____________________________________________________________________________
15011 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
15012         Log: integrate change#12772 from mainline
15013              
15014              Subject: [PATCH] Mommy, what's a pointer cast?
15015      Branch: maint-5.6/perl
15016            ! perl.h
15017 ____________________________________________________________________________
15018 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
15019         Log: Subject: [PATCH] Mommy, what's a pointer cast?
15020              From: Richard Soderberg <rs@oregonnet.com>
15021              Date: Mon, 29 Oct 2001 17:01:10 -0800
15022              Message-Id: <200110300101.RAA31561@oregonnet.com>
15023              
15024              (threads* parts)
15025      Branch: perl
15026            ! ext/threads/shared/shared.xs ext/threads/threads.xs
15027 ____________________________________________________________________________
15028 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
15029         Log: Subject: [PATCH] Mommy, what's a pointer cast?
15030              From: Richard Soderberg <rs@oregonnet.com>
15031              Date: Mon, 29 Oct 2001 17:01:10 -0800
15032              Message-Id: <200110300101.RAA31561@oregonnet.com>
15033              
15034              (the perl.h part)
15035      Branch: perl
15036            ! perl.h
15037 ____________________________________________________________________________
15038 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
15039         Log: Subject: [PATCH] OpenBSD likes signal.h 
15040              From: Richard Soderberg <rs@oregonnet.com>
15041              Date: Mon, 29 Oct 2001 17:00:31 -0800
15042              Message-Id: <200110300100.RAA31533@oregonnet.com>
15043      Branch: perl
15044            ! unixish.h
15045 ____________________________________________________________________________
15046 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
15047         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
15048              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15049              Date: Mon, 29 Oct 2001 23:04:23 -0000
15050              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
15051      Branch: perl
15052            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15053            ! ext/DB_File/t/db-recno.t
15054 ____________________________________________________________________________
15055 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
15056         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
15057              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15058              Date: Mon, 29 Oct 2001 12:34:07 -0600
15059              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
15060      Branch: perl
15061            ! ext/Time/HiRes/HiRes.t
15062 ____________________________________________________________________________
15063 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
15064         Log: Update Changes.
15065      Branch: perl
15066            ! Changes patchlevel.h
15067 ____________________________________________________________________________
15068 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
15069         Log: AIX needs an explicit symbol export list.
15070      Branch: perl
15071            ! lib/ExtUtils/Embed.t
15072 ____________________________________________________________________________
15073 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
15074         Log: The test (and the module) would require some
15075              quality hacking time to work on EBCDIC.  Based on
15076              the test results nothing seems to be majorly broken,
15077              the module just seems to have strange assumptions:
15078              got: ''\226\225\205'
15079              expected: ''one'
15080              The \226\225\205 being, of course, 'one', in EBCDIC.
15081      Branch: perl
15082            ! lib/Dumpvalue.t
15083 ____________________________________________________________________________
15084 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
15085         Log: Mark the test known to be failing in EBCDIC.
15086      Branch: perl
15087            ! t/op/tr.t
15088 ____________________________________________________________________________
15089 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
15090         Log: None of the libnet modules are going to work in
15091              EBCDIC without the Convert::EBCDIC.
15092      Branch: perl
15093            ! t/lib/1_compile.t
15094 ____________________________________________________________________________
15095 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
15096         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
15097      Branch: perl
15098            ! t/op/pack.t
15099 ____________________________________________________________________________
15100 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
15101         Log: UTF-EBCDIC ain't UTF-8.
15102      Branch: perl
15103            ! t/op/pack.t
15104 ____________________________________________________________________________
15105 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
15106         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
15107      Branch: perl
15108            ! t/lib/1_compile.t
15109 ____________________________________________________________________________
15110 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
15111         Log: Let's not assume ASCII.
15112      Branch: perl
15113            ! t/op/lc.t
15114 ____________________________________________________________________________
15115 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
15116         Log: Call the new perlio symbols differently.
15117      Branch: perl
15118            ! makedef.pl
15119 ____________________________________________________________________________
15120 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
15121         Log: Don't expect ASCII ordering.
15122      Branch: perl
15123            ! lib/ExtUtils/Manifest.t
15124 ____________________________________________________________________________
15125 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
15126         Log: Forgot from #12756.
15127      Branch: perl
15128            ! perlio.h
15129 ____________________________________________________________________________
15130 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
15131         Log: BeOS tweaks:
15132              - fseeko and ftello can be found by Configure but
15133              we do not seem to have prototypes for them so
15134              let's make up some
15135              - BeOS didn't use to have real sockets (sockets as
15136              filedescriptors) but the BONE package is supposed
15137              to fix this.  I do not know how to detect BONEness,
15138              see hints/beos.sh for a spot that needs to fixed.
15139              - BeOS has O_TEXT != O_BINARY but has no setmode()
15140      Branch: perl
15141            ! hints/beos.sh perlio.c
15142 ____________________________________________________________________________
15143 [ 12755] By: sky                                   on 2001/10/29  12:56:12
15144         Log: Ugly fix to not die when a thread creator is holding locks.
15145      Branch: perl
15146            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15147            ! ext/threads/threads.xs
15148 ____________________________________________________________________________
15149 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
15150         Log: Integrate change #12752 from maintperl;
15151              
15152              croak(Nullch) wasn't printing the contents of ERRSV if there was
15153              no outer eval (bug in change#6125)
15154      Branch: perl
15155           !> util.c
15156 ____________________________________________________________________________
15157 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
15158         Log: Subject: [PATCH h2xs] Use of static data in XS modules
15159              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
15160              Date: Sun, 28 Oct 2001 21:19:07 -0000
15161              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
15162              
15163              with nits from Sarathy.
15164      Branch: perl
15165            ! utils/h2xs.PL
15166 ____________________________________________________________________________
15167 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
15168         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
15169              no outer eval (bug in change#6125)
15170      Branch: maint-5.6/perl
15171            ! util.c
15172 ____________________________________________________________________________
15173 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
15174         Log: More todo for the encoding pragma.
15175      Branch: perl
15176            ! lib/encoding.pm
15177 ____________________________________________________________________________
15178 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
15179         Log: Add the encoding pragma to control the "upgrade"
15180              from the native eight bit data to Unicode.
15181              
15182              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
15183      Branch: perl
15184            + lib/encoding.pm lib/encoding.t
15185            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
15186            ! pod/perlunicode.pod pod/perlvar.pod sv.c
15187 ____________________________________________________________________________
15188 [ 12749] By: sky                                   on 2001/10/28  21:02:33
15189         Log: Update documentation.
15190      Branch: perl
15191            ! ext/threads/shared/shared.pm
15192 ____________________________________________________________________________
15193 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
15194         Log: Integrate change #12747 from maintperl;
15195              
15196              finishing touches to system() fixes on windows:
15197              * detect cmd shell correctly even if it had full path in it
15198              * more quoting needed for single-arg system if the argument
15199              really had multiple quoted arguments within it
15200              * be smarter about not calling the shell when the executable
15201              has spaces, but otherwise does not need shell involvement
15202              * add a testsuite (windows-specific currently)
15203      Branch: perl
15204           +> t/op/system.t t/op/system_tests
15205            ! MANIFEST pod/perltodo.pod
15206           !> win32/win32.c
15207 ____________________________________________________________________________
15208 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
15209         Log: finishing touches to system() fixes on windows:
15210              * detect cmd shell correctly even if it had full path in it
15211              * more quoting needed for single-arg system if the argument
15212              really had multiple quoted arguments within it
15213              * be smarter about not calling the shell when the executable
15214              has spaces, but otherwise does not need shell involvement
15215              * add a testsuite (windows-specific currently)
15216      Branch: maint-5.6/perl
15217            + t/op/system.t t/op/system_tests
15218            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
15219 ____________________________________________________________________________
15220 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
15221         Log: Integrate perlio.
15222      Branch: perl
15223           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
15224 ____________________________________________________________________________
15225 [ 12745] By: nick                                  on 2001/10/28  16:08:14
15226         Log: Mingw32 fixup for Embed.t
15227      Branch: perlio
15228            ! lib/ExtUtils/Embed.t
15229 ____________________________________________________________________________
15230 [ 12744] By: nick                                  on 2001/10/28  15:54:14
15231         Log: GCC vs MS 64-bit constant syntax
15232      Branch: perlio
15233            ! ext/Time/HiRes/HiRes.xs
15234 ____________________________________________________________________________
15235 [ 12743] By: nick                                  on 2001/10/28  15:42:55
15236         Log: Integrate mainline
15237      Branch: perlio
15238           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
15239 ____________________________________________________________________________
15240 [ 12742] By: sky                                   on 2001/10/28  14:47:10
15241         Log: Manpage updates.
15242      Branch: perl
15243            ! ext/threads/threads.pm
15244 ____________________________________________________________________________
15245 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
15246         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
15247      Branch: perl
15248            ! lib/ExtUtils/Embed.t
15249 ____________________________________________________________________________
15250 [ 12740] By: nick                                  on 2001/10/28  14:14:24
15251         Log: Integrate mainline
15252      Branch: perlio
15253           !> lib/ExtUtils/Embed.t win32/win32.c
15254 ____________________________________________________________________________
15255 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
15256         Log: Need to be ./executed.
15257      Branch: perl
15258            ! lib/ExtUtils/Embed.t
15259 ____________________________________________________________________________
15260 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
15261         Log: Integrate perlio.
15262      Branch: perl
15263           !> perlio.c win32/win32.h
15264 ____________________________________________________________________________
15265 [ 12737] By: nick                                  on 2001/10/28  13:53:45
15266         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
15267              by gcc -xc++.
15268      Branch: perlio
15269            ! win32/win32.h
15270 ____________________________________________________________________________
15271 [ 12736] By: nick                                  on 2001/10/28  13:50:50
15272         Log: Have :stdio layer update an honour the fd refcnt table.
15273              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
15274      Branch: perlio
15275            ! perlio.c
15276 ____________________________________________________________________________
15277 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
15278         Log: Integrate changes #12724 and #12725 from maintperl;
15279              multiarg system now works.
15280      Branch: perl
15281           !> win32/win32.c
15282 ____________________________________________________________________________
15283 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
15284         Log: Integrate perlio.
15285      Branch: perl
15286           +> lib/ExtUtils/Embed.t
15287           !> MANIFEST perlio.c
15288 ____________________________________________________________________________
15289 [ 12733] By: nick                                  on 2001/10/28  13:07:16
15290         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
15291              least for PERLIO=perlio unthreaded case
15292      Branch: perlio
15293            ! perlio.c
15294 ____________________________________________________________________________
15295 [ 12732] By: nick                                  on 2001/10/28  11:10:24
15296         Log: Typo in exe name
15297      Branch: perlio
15298            ! lib/ExtUtils/Embed.t
15299 ____________________________________________________________________________
15300 [ 12731] By: nick                                  on 2001/10/28  11:09:59
15301         Log: Integrate Mainline
15302      Branch: perlio
15303           !> Changes configure.com ext/DB_File/DB_File.pm
15304           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
15305           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
15306           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
15307           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
15308           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
15309           !> t/TEST t/op/regexp.t win32/buildext.pl
15310 ____________________________________________________________________________
15311 [ 12730] By: nick                                  on 2001/10/28  11:05:35
15312         Log: Fixup Embed.t for Win32/VC++
15313      Branch: perlio
15314            ! lib/ExtUtils/Embed.t
15315 ____________________________________________________________________________
15316 [ 12729] By: nick                                  on 2001/10/28  09:36:20
15317         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
15318              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
15319              ExtUtils::Embed.
15320      Branch: perlio
15321            + lib/ExtUtils/Embed.t
15322            ! MANIFEST
15323 ____________________________________________________________________________
15324 [ 12728] By: sky                                   on 2001/10/28  08:12:53
15325         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
15326              line manually!
15327      Branch: perl
15328            ! lib/ExtUtils/xsubpp
15329 ____________________________________________________________________________
15330 [ 12727] By: sky                                   on 2001/10/28  08:02:09
15331         Log: And here we use the prototypes.
15332      Branch: perl
15333            ! ext/threads/shared/shared.xs
15334 ____________________________________________________________________________
15335 [ 12726] By: sky                                   on 2001/10/28  08:00:48
15336         Log: Support [] style prototypes.
15337      Branch: perl
15338            ! lib/ExtUtils/xsubpp
15339 ____________________________________________________________________________
15340 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
15341         Log: yet another multi-arg system() fix on windows: batch files as the
15342              first argument (i.e. directly executed by CreateProcess()) need
15343              extra quoting to escape shell-shock
15344      Branch: maint-5.6/perl
15345            ! win32/win32.c
15346 ____________________________________________________________________________
15347 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
15348         Log: another multi-arg system() fix on windows: passing empty arguments
15349              now works
15350      Branch: maint-5.6/perl
15351            ! win32/win32.c
15352 ____________________________________________________________________________
15353 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
15354         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
15355              No final #else #error because we do not seem to
15356              be using #error?
15357      Branch: perl
15358            ! op.h
15359 ____________________________________________________________________________
15360 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
15361         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
15362              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
15363              Date: Sat, 27 Oct 2001 23:28:44 EST 
15364              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
15365      Branch: perl
15366            ! ext/Time/HiRes/HiRes.xs
15367 ____________________________________________________________________________
15368 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
15369         Log: Regen perlapi, perltoc.
15370      Branch: perl
15371            ! pod/perlapi.pod pod/perltoc.pod
15372 ____________________________________________________________________________
15373 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
15374         Log: Subject: [PATCH] sv.h documentation
15375              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
15376              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
15377              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
15378      Branch: perl
15379            ! sv.h
15380 ____________________________________________________________________________
15381 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
15382         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
15383              system("nmake -nologo", "clean") and there is no executable
15384              called "nmake -nologo"; this used to "work" pre-change#12559 due
15385              to bugs in multiarg system() that have since been fixed
15386      Branch: perl
15387            ! win32/buildext.pl
15388 ____________________________________________________________________________
15389 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
15390         Log: Update Changes.
15391      Branch: perl
15392            ! Changes patchlevel.h
15393 ____________________________________________________________________________
15394 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
15395         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
15396              From: Richard.Foley@t-online.de (Richard Foley)            
15397              Date: Sun, 28 Oct 2001 00:48:32 +0200
15398              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
15399      Branch: perl
15400            ! pod/perlhack.pod
15401 ____________________________________________________________________________
15402 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
15403         Log: Must store pointers with the right width.
15404      Branch: perl
15405            ! op.h
15406 ____________________________________________________________________________
15407 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
15408         Log: Integrate change #12711 from perlio;
15409              
15410              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
15411              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
15412      Branch: perl
15413           !> perlio.c
15414 ____________________________________________________________________________
15415 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
15416         Log: Subject: [PATCH] make minitest
15417              From: Nicholas Clark <nick@ccl4.org>
15418              Date: Sat, 27 Oct 2001 22:56:16 +0100
15419              Message-ID: <20011027225616.L20275@plum.flirble.org>
15420      Branch: perl
15421            ! t/TEST
15422 ____________________________________________________________________________
15423 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
15424         Log: Patch #12661 missed this.
15425      Branch: perl
15426            ! ext/DB_File/DB_File.pm
15427 ____________________________________________________________________________
15428 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
15429         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
15430              From: "Craig A. Berry" <craigberry@mac.com>
15431              Date: Sat, 27 Oct 2001 16:07:47 -0500
15432              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
15433      Branch: perl
15434            ! configure.com perlio.c
15435 ____________________________________________________________________________
15436 [ 12711] By: nick                                  on 2001/10/27  19:49:25
15437         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
15438              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
15439      Branch: perlio
15440            ! perlio.c
15441 ____________________________________________________________________________
15442 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
15443         Log: Let's not replace reason if there's one already supplied.
15444      Branch: perl
15445            ! t/op/regexp.t
15446 ____________________________________________________________________________
15447 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
15448         Log: is not good.
15449      Branch: perl
15450            ! t/op/regexp.t
15451 ____________________________________________________________________________
15452 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
15453         Log: ldlibpth can exist but be unset.
15454      Branch: perl
15455            ! t/TEST
15456 ____________________________________________________________________________
15457 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
15458         Log: Unicode: property alias naming cleanup.
15459      Branch: perl
15460            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
15461 ____________________________________________________________________________
15462 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
15463         Log: FAQ sync.
15464      Branch: perl
15465            ! pod/perlfaq4.pod
15466 ____________________________________________________________________________
15467 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
15468         Log: Integrate change #12703 from maintperl;
15469              
15470              typemap stuff intervenes before declaration, move it to PREINIT
15471              section
15472              
15473              (an empty integrate, but now the files are in sync
15474              between the branches)
15475      Branch: perl
15476           !> ext/ODBM_File/ODBM_File.xs
15477 ____________________________________________________________________________
15478 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
15479         Log: More PerlIO symbols.
15480      Branch: perl
15481            ! makedef.pl
15482 ____________________________________________________________________________
15483 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
15484         Log: typemap stuff intervenes before declaration, move it to PREINIT
15485              section
15486      Branch: maint-5.6/perl
15487            ! ext/ODBM_File/ODBM_File.xs
15488 ____________________________________________________________________________
15489 [ 12702] By: nick                                  on 2001/10/27  14:09:35
15490         Log: Integrate mainline
15491      Branch: perlio
15492           +> ext/threads/shared/t/av_simple.t
15493           +> ext/threads/shared/t/hv_refs.t
15494           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
15495           !> (integrate 109 files)
15496 ____________________________________________________________________________
15497 [ 12700] By: ams                                   on 2001/10/26  21:22:23
15498         Log: Subject: [PATCH] tweak divide
15499              From: Nicholas Clark <nick@ccl4.org>
15500              Date: Fri, 26 Oct 2001 22:52:17 +0100
15501              Message-Id: <20011026225217.B20275@plum.flirble.org>
15502      Branch: perl
15503            ! pp.c
15504 ____________________________________________________________________________
15505 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
15506         Log: Integrate a buncha things from maintperl.
15507      Branch: maint-5.6/macperl
15508           !> (integrate 32 files)
15509 ____________________________________________________________________________
15510 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
15511         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
15512              From: Andy Dougherty <doughera@lafayette.edu>
15513              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
15514              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
15515      Branch: perl
15516            ! hints/svr4.sh
15517 ____________________________________________________________________________
15518 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
15519         Log: When you're root, many things become writable.
15520      Branch: perl
15521            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
15522 ____________________________________________________________________________
15523 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
15524         Log: Update Changes.
15525      Branch: perl
15526            ! Changes patchlevel.h
15527 ____________________________________________________________________________
15528 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
15529         Log: Term/Cap.t attempts to access the floppy drive for no good reason
15530              on dosish systems
15531      Branch: perl
15532            ! lib/Term/Cap.t
15533 ____________________________________________________________________________
15534 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
15535         Log: fix misleading comment on known inadequacy in B::Terse, and skip
15536              it correctly
15537      Branch: perl
15538            ! ext/B/t/terse.t
15539 ____________________________________________________________________________
15540 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
15541         Log: fix spurious AutoSplit.t failure under windows
15542      Branch: perl
15543            ! lib/AutoSplit.t
15544 ____________________________________________________________________________
15545 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
15546         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
15547      Branch: perl
15548            ! ext/Time/HiRes/HiRes.t
15549 ____________________________________________________________________________
15550 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
15551         Log: More logical to use %04"UVXf" than %"UVuf" since
15552              the Unicode standard prefers hex.
15553      Branch: perl
15554            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
15555            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
15556            ! lib/unicore/mktables utf8.c
15557 ____________________________________________________________________________
15558 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
15559         Log: change#12065 seems to have broken Encode build on windows; fix
15560      Branch: perl
15561            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
15562 ____________________________________________________________________________
15563 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
15564         Log: Unicode: add the case folding table.
15565      Branch: perl
15566            + lib/unicore/To/Fold.pl
15567            ! MANIFEST lib/unicore/mktables
15568 ____________________________________________________________________________
15569 [ 12688] By: sky                                   on 2001/10/26  13:51:29
15570         Log: Get the new functions right, do not export lock since we use builtin lock.
15571              TODO: fix xsubpp to support the new prototypes
15572      Branch: perl
15573            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15574 ____________________________________________________________________________
15575 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
15576         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
15577              as suggested by Sarathy.
15578      Branch: perl
15579            ! mg.c
15580 ____________________________________________________________________________
15581 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
15582         Log: avoid compiler warning
15583      Branch: perl
15584            ! win32/win32.c
15585 ____________________________________________________________________________
15586 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
15587         Log: WinCE update from Rainer Keuchel.
15588      Branch: perl
15589            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
15590            ! wince/wince.c
15591 ____________________________________________________________________________
15592 [ 12684] By: sky                                   on 2001/10/26  13:34:33
15593         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
15594      Branch: perl
15595            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15596 ____________________________________________________________________________
15597 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
15598         Log: More fixes that were made to the core and not in the libnet src
15599      Branch: perl
15600            ! lib/Net/Domain.pm
15601 ____________________________________________________________________________
15602 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
15603         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
15604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
15605              Date: Fri, 26 Oct 2001 13:55:21 +0200
15606              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
15607              
15608              (plus make the db-recno.t#59 accept both \n and \r\n)
15609      Branch: perl
15610            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15611            ! ext/DB_File/t/db-recno.t
15612 ____________________________________________________________________________
15613 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
15614         Log: Fix tests to be able to run in the core and the CPAN dist
15615      Branch: perl
15616            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
15617            ! lib/Net/t/require.t lib/Net/t/smtp.t
15618 ____________________________________________________________________________
15619 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
15620         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
15621              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15622              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
15623              Date: Fri, 26 Oct 2001 08:34:46 EDT
15624      Branch: perl
15625            ! ext/Time/HiRes/HiRes.t
15626 ____________________________________________________________________________
15627 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
15628         Log: Sync libnet modules with what will be libnet-1.08
15629      Branch: perl
15630            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
15631            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
15632            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
15633            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
15634 ____________________________________________________________________________
15635 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
15636         Log: Integrate maintperl changes #12268 and #12669;
15637              
15638              final touches to the audit for statics and thread-unsafe code
15639              * make DB_File, ODBM_File thread-safe 
15640              * remove unnecessary/dangerous statics and protect others
15641              from not getting accidentally enabled under threaded perls
15642              
15643              windows support functions get_childdir() et al aren't exported
15644              correctly under vanilla build
15645              
15646              Testing under win32 appreciated since changes there had
15647              to be manually merged and I cannot test how badly did I do.
15648      Branch: perl
15649           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
15650           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
15651           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
15652           !> win32/vmem.h win32/win32.c win32/win32iop.h
15653 ____________________________________________________________________________
15654 [ 12677] By: sky                                   on 2001/10/26  12:37:17
15655         Log: More Config::threads to threads::threads changes
15656      Branch: perl
15657            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
15658 ____________________________________________________________________________
15659 [ 12676] By: sky                                   on 2001/10/26  12:31:46
15660         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
15661      Branch: perl
15662            ! ext/threads/threads.pm ext/threads/threads.xs
15663 ____________________________________________________________________________
15664 [ 12675] By: sky                                   on 2001/10/26  12:06:30
15665         Log: Allocing a TLS in runtime is not too hot.
15666      Branch: perl
15667            ! ext/threads/threads.xs
15668 ____________________________________________________________________________
15669 [ 12674] By: sky                                   on 2001/10/26  11:59:09
15670         Log: Don't display debug data.
15671      Branch: perl
15672            ! ext/threads/threads.pm
15673 ____________________________________________________________________________
15674 [ 12673] By: sky                                   on 2001/10/26  11:35:47
15675         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
15676              complete bar support for blessed objects.
15677              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
15678      Branch: perl
15679            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
15680 ____________________________________________________________________________
15681 [ 12672] By: sky                                   on 2001/10/26  11:15:28
15682         Log: Fix case where shared reference does not exist in current thread.
15683      Branch: perl
15684            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
15685 ____________________________________________________________________________
15686 [ 12671] By: sky                                   on 2001/10/26  08:48:52
15687         Log: Support for references in shared arrays.
15688      Branch: perl
15689            ! ext/threads/shared/shared.xs
15690 ____________________________________________________________________________
15691 [ 12670] By: sky                                   on 2001/10/26  08:30:11
15692         Log: Add tests for references in hashes.
15693      Branch: perl
15694            + ext/threads/shared/t/hv_refs.t
15695            ! MANIFEST
15696 ____________________________________________________________________________
15697 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
15698         Log: windows support functions get_childdir() et al aren't exported
15699              correctly under vanilla build
15700      Branch: maint-5.6/perl
15701            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
15702 ____________________________________________________________________________
15703 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
15704         Log: final touches to the audit for statics and thread-unsafe code
15705              * make DB_File, ODBM_File thread-safe 
15706              * remove unnecessary/dangerous statics and protect others
15707              from not getting accidentally enabled under threaded perls
15708      Branch: maint-5.6/perl
15709            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
15710            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
15711            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
15712            ! win32/win32.c
15713 ____________________________________________________________________________
15714 [ 12667] By: ams                                   on 2001/10/26  03:48:36
15715         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
15716              From: "Richard Soderberg" <rs@crystalflame.net>
15717              Date: Thu, 25 Oct 2001 23:42:50 -0400
15718              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
15719      Branch: perl
15720            ! sharedsv.c
15721 ____________________________________________________________________________
15722 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
15723         Log: Integrate change #12664 from maintperl;
15724              
15725              the newest GCCs don't seem to like C<"string1"##STRING2>
15726              so keep it as C<"string1" STRING2> (latter appears to
15727              work everywhere)
15728      Branch: perl
15729           !> ext/DynaLoader/dlutils.c
15730 ____________________________________________________________________________
15731 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
15732         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
15733              From: Chris Nandor <pudge@pobox.com>
15734              Date: Thu, 25 Oct 2001 22:15:03 -0400
15735              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
15736      Branch: perl
15737            ! perl.h
15738 ____________________________________________________________________________
15739 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
15740         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
15741              C<"string1" STRING2> (latter appears to work everywhere)
15742      Branch: maint-5.6/perl
15743            ! ext/DynaLoader/dlutils.c
15744 ____________________________________________________________________________
15745 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
15746         Log: AUTHORS update.
15747      Branch: perl
15748            ! AUTHORS
15749 ____________________________________________________________________________
15750 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
15751         Log: Integrate change #12660 from maintperl;
15752              
15753              make the dMY_CXT stuff available under all of
15754              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
15755      Branch: perl
15756           !> perl.h
15757 ____________________________________________________________________________
15758 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
15759         Log: Subject: [PATCH] DB_File-1.79
15760              From: "Paul Marquess" <paul.marquess@openwave.com>
15761              Date: Fri, 26 Oct 2001 00:03:54 +0100
15762              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
15763      Branch: perl
15764            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
15765            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
15766 ____________________________________________________________________________
15767 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
15768         Log: make the dMY_CXT stuff available under all of
15769              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
15770      Branch: maint-5.6/perl
15771            ! perl.h
15772 ____________________________________________________________________________
15773 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
15774         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
15775              From: Michael G Schwern <schwern@pobox.com>
15776              Date: Thu, 25 Oct 2001 18:28:12 -0400
15777              Message-ID: <20011025182812.M4811@blackrider>
15778      Branch: perl
15779            ! t/run/kill_perl.t
15780 ____________________________________________________________________________
15781 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
15782         Log: STRLEN != int.
15783      Branch: perl
15784            ! regcomp.c regexec.c
15785 ____________________________________________________________________________
15786 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
15787         Log: Subject: [PATCH] remove small IVop redundancy
15788              From: Nicholas Clark <nick@ccl4.org>
15789              Date: Thu, 25 Oct 2001 22:48:28 +0100
15790              Message-ID: <20011025224827.M66471@plum.flirble.org>
15791      Branch: perl
15792            ! pp.c pp_hot.c
15793 ____________________________________________________________________________
15794 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
15795         Log: Metaconfig unit change for #12655.
15796      Branch: metaconfig/U/perl
15797            ! Extensions.U
15798 ____________________________________________________________________________
15799 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
15800         Log: Subject: Re: Not OK @12650
15801              From: Andy Dougherty <doughera@lafayette.edu>
15802              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
15803              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
15804      Branch: perl
15805            ! Configure
15806 ____________________________________________________________________________
15807 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
15808         Log: Integrate changes #12652 and #12653 from maintperl;
15809              
15810              more tweaks to change#12626
15811              * move the boilerplate code over to perl.h and make DynaLoader
15812              use it
15813              * make re, Opcode, File::Glob and B threadsafe
15814              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
15815              C<no re;> anywhere)
15816              
15817              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
15818              
15819              File::Glob required a bit more work in bleadperl
15820              because of ExtUtils::Constant (see the Makefile.PL change)
15821      Branch: perl
15822            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
15823           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
15824           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
15825 ____________________________________________________________________________
15826 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
15827         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
15828      Branch: maint-5.6/perl
15829            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
15830            ! ext/Opcode/Opcode.xs ext/re/re.xs
15831 ____________________________________________________________________________
15832 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
15833         Log: more tweaks to change#12626
15834              * move the boilerplate code over to perl.h and make DynaLoader
15835              use it
15836              * make re, Opcode, File::Glob and B threadsafe
15837              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
15838              C<no re;> anywhere)
15839      Branch: maint-5.6/perl
15840            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
15841            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
15842 ____________________________________________________________________________
15843 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
15844         Log: Metaconfig unit change for #12650.
15845      Branch: metaconfig/U/perl
15846            ! Extensions.U
15847 ____________________________________________________________________________
15848 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
15849         Log: Subject: Re: ithreads doesn't like usedl=n
15850              From: Andy Dougherty <doughera@lafayette.edu>
15851              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
15852              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
15853              
15854              Special-case threads::shared.
15855      Branch: perl
15856            ! Configure
15857 ____________________________________________________________________________
15858 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
15859         Log: Getting fancier...
15860      Branch: perl
15861            ! t/TEST
15862 ____________________________________________________________________________
15863 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
15864         Log: csh - what a pain.
15865      Branch: perl
15866            ! t/TEST
15867 ____________________________________________________________________________
15868 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
15869         Log: Update Changes.
15870      Branch: perl
15871            ! Changes patchlevel.h
15872 ____________________________________________________________________________
15873 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
15874         Log: Allow resetting the locale system for the duration
15875              of the build (Mac OS X default setting LANG=En_US
15876              ist kaputt)
15877      Branch: perl
15878            ! Makefile.SH
15879 ____________________________________________________________________________
15880 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
15881         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
15882      Branch: perl
15883            ! ext/Digest/MD5/t/files.t
15884 ____________________________________________________________________________
15885 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
15886         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
15887              From: Andy Dougherty <doughera@lafayette.edu>
15888              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
15889              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
15890      Branch: perl
15891            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
15892            ! ext/threads/shared/Makefile.PL
15893 ____________________________________________________________________________
15894 [ 12643] By: sky                                   on 2001/10/25  12:28:26
15895         Log: Add support for reference members of hashes.
15896      Branch: perl
15897            ! ext/threads/shared/shared.xs
15898 ____________________________________________________________________________
15899 [ 12642] By: ams                                   on 2001/10/25  12:21:13
15900         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
15901              From: "Norton Allen" <nort@qnx.com>
15902              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
15903              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
15904      Branch: perl
15905            ! ext/Digest/MD5/MD5.xs
15906 ____________________________________________________________________________
15907 [ 12641] By: sky                                   on 2001/10/25  10:27:39
15908         Log: Tests shared hashes.
15909      Branch: perl
15910            + ext/threads/shared/t/hv_simple.t
15911            ! MANIFEST
15912 ____________________________________________________________________________
15913 [ 12640] By: sky                                   on 2001/10/25  10:18:23
15914         Log: Fix threadcounts for arrays and hashes.
15915      Branch: perl
15916            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
15917 ____________________________________________________________________________
15918 [ 12639] By: sky                                   on 2001/10/25  10:17:26
15919         Log: Note to self, doing *src_ary++ in a macro that evaluates
15920              the value more than once is a good way to dump core.
15921      Branch: perl
15922            ! sharedsv.c
15923 ____________________________________________________________________________
15924 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
15925         Log: Integrate change #12636 from maintperl; more dl fixups.
15926      Branch: perl
15927           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
15928           !> ext/DynaLoader/dl_vms.xs
15929 ____________________________________________________________________________
15930 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
15931         Log: Like dl_hpux, like dl_dld.
15932      Branch: perl
15933            ! ext/DynaLoader/dl_dld.xs
15934 ____________________________________________________________________________
15935 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
15936         Log: followups to change#12635
15937      Branch: maint-5.6/perl
15938            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
15939            ! ext/DynaLoader/dl_vms.xs
15940 ____________________________________________________________________________
15941 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
15942         Log: add part of change#12634 to the two files that need it; dl_aix.xs
15943              in maint-5.6 doesn't have the branch that had the problem in
15944              mainline
15945      Branch: maint-5.6/perl
15946            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
15947 ____________________________________________________________________________
15948 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
15949         Log: Fixes for #12627.
15950      Branch: perl
15951            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
15952 ____________________________________________________________________________
15953 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
15954         Log: Since pv_uni_display and sv_uni_display are now used
15955              in the re extension, their symbols have to be exported.
15956      Branch: perl
15957            ! embed.pl global.sym
15958 ____________________________________________________________________________
15959 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
15960         Log: Subject:  Re: [PATCH Perl@12567] debug /list
15961              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15962              Date: Tue, 23 Oct 2001 21:40:33 EDT
15963              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
15964      Branch: perl
15965            ! configure.com
15966 ____________________________________________________________________________
15967 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
15968         Log: This takes care of some of the re 'debug' cases but
15969              not all cases since the information whether the pattern
15970              or the target are utf8 seems to be either lost or not
15971              spread widely enough, sigh.
15972      Branch: perl
15973            ! regcomp.c
15974 ____________________________________________________________________________
15975 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
15976         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
15977              From: John Peacock <jpeacock@rowman.com>
15978              Date: Wed, 24 Oct 2001 16:53:29 -0400
15979              Message-ID: <3BD72A49.1508D152@rowman.com>
15980      Branch: perl
15981            ! configure.com
15982 ____________________________________________________________________________
15983 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
15984         Log: Upgrade NetWare and WinCE as in #12626.
15985      Branch: perl
15986            ! NetWare/dl_netware.xs wince/dl_win32.xs
15987 ____________________________________________________________________________
15988 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
15989         Log: Tru64 compiler nit.
15990      Branch: perl
15991            ! ext/threads/shared/shared.xs
15992 ____________________________________________________________________________
15993 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
15994         Log: Integrate change #12626 from maintperl;
15995              make DynaLoader threadsafe by moving all statics into
15996              interpreter-local space
15997              
15998              TODO: Netware, OS/2, WinCE
15999      Branch: perl
16000           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16001           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
16002           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
16003           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
16004           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16005           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16006           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
16007 ____________________________________________________________________________
16008 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
16009         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
16010              space
16011      Branch: maint-5.6/perl
16012            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
16013            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
16014            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
16015            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
16016            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
16017            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
16018            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
16019 ____________________________________________________________________________
16020 [ 12625] By: sky                                   on 2001/10/24  20:05:26
16021         Log: Change #12623 inflicted an infinite hang. Fixed.
16022      Branch: perl
16023            ! ext/threads/shared/shared.xs
16024 ____________________________________________________________________________
16025 [ 12624] By: sky                                   on 2001/10/24  19:06:55
16026         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
16027      Branch: perl
16028            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16029 ____________________________________________________________________________
16030 [ 12623] By: sky                                   on 2001/10/24  18:06:34
16031         Log: We need to do sharedsv_find in the original perl context.
16032      Branch: perl
16033            ! ext/threads/shared/shared.xs
16034 ____________________________________________________________________________
16035 [ 12622] By: sky                                   on 2001/10/24  17:26:51
16036         Log: Add support for basic support for AVs, references not supported yet.
16037              Add test for AVs.
16038              Add more tests to sv_refs
16039              Fix documentation issues.  
16040      Branch: perl
16041            + ext/threads/shared/t/av_simple.t
16042            ! MANIFEST ext/threads/shared/shared.pm
16043            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
16044 ____________________________________________________________________________
16045 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
16046         Log: Dump Unicode better for re 'debug'.  The regprop()
16047              is unfinished since have to figure out how to detect
16048              Unicodeness in there.
16049      Branch: perl
16050            ! regcomp.c regexec.c
16051 ____________________________________________________________________________
16052 [ 12620] By: sky                                   on 2001/10/24  13:18:07
16053         Log: Add support for finding shared arrays and hashes.
16054      Branch: perl
16055            ! sharedsv.c
16056 ____________________________________________________________________________
16057 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
16058         Log: Rewrite sv_uni_display() as pv_uni_display() as
16059              reimplement sv_uni_display() using that.
16060      Branch: perl
16061            ! dump.c embed.h embed.pl proto.h
16062 ____________________________________________________________________________
16063 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
16064         Log: Integrate change #12615 from maintperl;
16065              on Windows, IO::File::new_tmpfile() fails after being called
16066              32767 times because MSVCRT thinks stdio's TMP_MAX is a
16067              process-wide limit
16068      Branch: perl
16069           !> win32/win32.c
16070 ____________________________________________________________________________
16071 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
16072         Log: Don't try to print ints as IVs.
16073      Branch: perl
16074            ! ext/Time/HiRes/HiRes.xs
16075 ____________________________________________________________________________
16076 [ 12616] By: sky                                   on 2001/10/24  11:06:35
16077         Log: We only need to fetch the SV from the backend if the index
16078              is not the same as mg_private.     In theory this could be
16079              a problem if there are an exact multiple of U16 changes
16080              of a shared variable between two access in a given thread,
16081              we choose to avoid theory for now.
16082      Branch: perl
16083            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
16084 ____________________________________________________________________________
16085 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
16086         Log: on Windows, IO::File::new_tmpfile() fails after being called
16087              32767 times because MSVCRT thinks stdio's TMP_MAX is a
16088              process-wide limit
16089      Branch: maint-5.6/perl
16090            ! win32/win32.c
16091 ____________________________________________________________________________
16092 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
16093         Log: Negation and Unicode: sort of solves 20010303.010,
16094              except not quite like reported in the Subject
16095              (Perl_warner is still utf8-ignorant).
16096      Branch: perl
16097            ! pp.c t/lib/warnings/sv
16098 ____________________________________________________________________________
16099 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
16100         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
16101      Branch: perl
16102            ! sv.c t/lib/warnings/sv
16103 ____________________________________________________________________________
16104 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
16105         Log: sv_uni_display(): do not add the "...", let the caller
16106              do it if wanted, and be prepared for more display options.
16107      Branch: perl
16108            ! dump.c embed.h embed.pl proto.h
16109 ____________________________________________________________________________
16110 [ 12611] By: nick                                  on 2001/10/23  20:28:07
16111         Log: Integrate mainline
16112      Branch: perlio
16113           !> Changes configure.com cygwin/cygwin.c
16114           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
16115           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
16116           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
16117           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
16118           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
16119           !> utils/h2xs.PL utils/perldoc.PL
16120 ____________________________________________________________________________
16121 [ 12610] By: sky                                   on 2001/10/23  19:39:24
16122         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
16123              don't call themselves READONLY but still die with modification
16124              attempt. We only call bless for ext and umagic.
16125      Branch: perl
16126            ! sv.c
16127 ____________________________________________________________________________
16128 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
16129         Log: Croak() on negative time; doc tweaks.
16130      Branch: perl
16131            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
16132            ! ext/Time/HiRes/HiRes.xs
16133 ____________________________________________________________________________
16134 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
16135         Log: FAQ sync.
16136      Branch: perl
16137            ! pod/perlfaq4.pod pod/perlfaq7.pod
16138 ____________________________________________________________________________
16139 [ 12607] By: sky                                   on 2001/10/23  18:27:27
16140         Log: Call setmagic on the referent we are blessing.
16141      Branch: perl
16142            ! sv.c
16143 ____________________________________________________________________________
16144 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
16145         Log: Small test nits.
16146      Branch: perl
16147            ! t/op/lc.t
16148 ____________________________________________________________________________
16149 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
16150         Log: Update Changes.
16151      Branch: perl
16152            ! Changes patchlevel.h
16153 ____________________________________________________________________________
16154 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
16155         Log: Make the PerlIO_init() prototypes consistent.
16156      Branch: perl
16157            ! perlio.c
16158 ____________________________________________________________________________
16159 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
16160         Log: Upping the test count is a good idea.
16161      Branch: perl
16162            ! t/op/lc.t
16163 ____________________________________________________________________________
16164 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
16165         Log: Document the final sigma spot.
16166      Branch: perl
16167            ! pp.c
16168 ____________________________________________________________________________
16169 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
16170         Log: Fix multicharacter titlecase (ucfirst).
16171      Branch: perl
16172            ! pod/perlunicode.pod pp.c t/op/lc.t
16173 ____________________________________________________________________________
16174 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
16175         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
16176              From: Mikhail Zabaluev <mhz@alt-linux.org>
16177              Date: Tue, 23 Oct 2001 10:40:37 +0400
16178              Message-ID: <20011023104037.A12761@localhost.localdomain>
16179              
16180              (#12406 replaced with this)
16181      Branch: perl
16182            ! utils/perldoc.PL
16183 ____________________________________________________________________________
16184 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
16185         Log: MacOS Classic updates from Pudge.
16186      Branch: perl
16187            ! lib/File/Spec.t lib/File/Spec/Mac.pm
16188 ____________________________________________________________________________
16189 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
16190         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
16191              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16192              Date: Sun, 14 Oct 2001 23:14:46 +0200
16193              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
16194              
16195              except for the 2->4 changes.
16196      Branch: perl
16197            ! lib/AutoSplit.t
16198 ____________________________________________________________________________
16199 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
16200         Log: integrate macperl contents into maint-5.6
16201      Branch: maint-5.6/perl
16202            ! mg.c
16203           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
16204           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
16205           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
16206           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
16207           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
16208           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
16209           !> t/lib/filefind.t t/lib/filespec.t
16210 ____________________________________________________________________________
16211 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
16212         Log: At some point the #6234 has been lost from the mainline
16213              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
16214      Branch: perl
16215            ! lib/File/Spec/Win32.pm
16216 ____________________________________________________________________________
16217 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
16218         Log: Cygwin seems to round up (or closest, but not down)
16219              for time(), so half of the time (bad pun intended)
16220              Time::HiRes::time() is less than time(), half of
16221              the time it's more.  So let's try harder in the loop.
16222      Branch: perl
16223            ! ext/Time/HiRes/HiRes.t
16224 ____________________________________________________________________________
16225 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
16226         Log: MacOS Classic timeofday(), from Chris Nandor. 
16227      Branch: perl
16228            ! ext/Time/HiRes/HiRes.xs
16229 ____________________________________________________________________________
16230 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
16231         Log: Integrate changes #12580 and #12581 from macperl;
16232              
16233              Fix path construction.
16234              
16235              (Copyright) Nit.
16236      Branch: perl
16237           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
16238 ____________________________________________________________________________
16239 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
16240         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
16241              doesn't seem to help (the error being output to console, maybe?)
16242      Branch: perl
16243            ! lib/Net/Domain.pm
16244 ____________________________________________________________________________
16245 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
16246         Log: Taint the getcwd() result also in Cygwin.
16247              (TODO: which other platforms need the same thing?)
16248      Branch: perl
16249            ! cygwin/cygwin.c
16250 ____________________________________________________________________________
16251 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
16252         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
16253      Branch: perl
16254            ! t/op/taint.t
16255 ____________________________________________________________________________
16256 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
16257         Log: getpwuid() fragility continues.
16258      Branch: perl
16259            ! utils/h2xs.PL
16260 ____________________________________________________________________________
16261 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
16262         Log: getpwuid() might succeed but that's no guarantee
16263              that the $home will be defined.
16264      Branch: perl
16265            ! ext/File/Glob/t/basic.t
16266 ____________________________________________________________________________
16267 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
16268         Log: It's safer to to expand the variable, too... (see #12571)
16269      Branch: perl
16270            ! t/TEST
16271 ____________________________________________________________________________
16272 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
16273         Log: Integrate with maintperl.
16274      Branch: maint-5.6/macperl
16275           !> win32/bin/pl2bat.pl win32/win32.c
16276 ____________________________________________________________________________
16277 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
16278         Log: Oops, forgot to include Win32 ... just as well, since it
16279              seems in bleadperl, change #7764 was not included
16280              (adding C:\temp).  Re-added.  Rip it back out if it
16281              doesn't belong.  :-)
16282      Branch: maint-5.6/macperl
16283            ! lib/File/Spec/Win32.pm
16284 ____________________________________________________________________________
16285 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
16286         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
16287              From: "Craig A. Berry" <craigberry@mac.com>
16288              Date: Mon, 22 Oct 2001 15:25:19 -0500
16289              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
16290      Branch: perl
16291            ! configure.com
16292 ____________________________________________________________________________
16293 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
16294         Log: Add in lots of File::Spec changes, from Thomas Wegner,
16295              and sync with changes from bleadperl.
16296      Branch: maint-5.6/macperl
16297            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
16298            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16299            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16300            ! lib/File/Spec/Win32.pm t/lib/filespec.t
16301 ____________________________________________________________________________
16302 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
16303         Log: Sync with latest File::Find and tests from bleadperl.
16304      Branch: maint-5.6/macperl
16305            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
16306 ____________________________________________________________________________
16307 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
16308         Log: Nit.
16309      Branch: maint-5.6/macperl
16310            ! perl.c
16311 ____________________________________________________________________________
16312 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
16313         Log: Fix path construction.
16314      Branch: maint-5.6/macperl
16315            ! ext/DynaLoader/DynaLoader_pm.PL
16316 ____________________________________________________________________________
16317 [ 12579] By: nick                                  on 2001/10/22  19:08:35
16318         Log: Integrate mainline (for Arthurs thread.xs fix)
16319      Branch: perlio
16320           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
16321 ____________________________________________________________________________
16322 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
16323         Log: Fix up exported symbols, move relevant docs
16324              over from macperl.pod.
16325      Branch: maint-5.6/macperl
16326            ! macos/ext/MacPerl/MacPerl.pm
16327 ____________________________________________________________________________
16328 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
16329         Log: Make ADDRESS called optionally as a method.
16330      Branch: maint-5.6/macperl
16331            ! macos/lib/Mac/Glue.pm
16332 ____________________________________________________________________________
16333 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
16334         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
16335              Apple event.
16336      Branch: maint-5.6/macperl
16337            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
16338            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
16339            ! macos/macperl/MPTerminology.aete
16340 ____________________________________________________________________________
16341 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
16342         Log: Clean up some build utilities. Change Entab to Duplicate;
16343              fix docs and error reporting; improve macify() of paths;
16344              remove requirement for Exporter.pm presence.
16345      Branch: maint-5.6/macperl
16346            ! macos/InstallBLIB macos/MacPerlTests.cmd
16347            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
16348 ____________________________________________________________________________
16349 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
16350         Log: Sync Time::HiRes with bleadperl
16351      Branch: maint-5.6/macperl
16352            ! macos/bundled_ext/Time/HiRes/HiRes.pm
16353            ! macos/bundled_ext/Time/HiRes/HiRes.t
16354            ! macos/bundled_ext/Time/HiRes/HiRes.xs
16355 ____________________________________________________________________________
16356 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
16357         Log: Fix up Changes
16358      Branch: maint-5.6/macperl
16359            ! macos/Changes
16360 ____________________________________________________________________________
16361 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
16362         Log: A user might belong to only a single group
16363              (the group equal to the group id).
16364      Branch: perl
16365            ! t/op/groups.t
16366 ____________________________________________________________________________
16367 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
16368         Log: Prepending (instead of replacing with) the pwd is safer. 
16369      Branch: perl
16370            ! t/TEST
16371 ____________________________________________________________________________
16372 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
16373         Log: Be more robust if no hostname or domainname
16374              (especially the latter)
16375      Branch: perl
16376            ! lib/Net/Domain.pm
16377 ____________________________________________________________________________
16378 [ 12569] By: sky                                   on 2001/10/22  17:41:07
16379         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
16380      Branch: perl
16381            ! ext/threads/threads.xs
16382 ____________________________________________________________________________
16383 [ 12568] By: nick                                  on 2001/10/22  16:31:24
16384         Log: Integrate mainline
16385      Branch: perlio
16386           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
16387           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16388           +> ext/threads/shared/t/sv_refs.t
16389           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
16390            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16391            - lib/unicore/To/SpecUpper.pl
16392           !> (integrate 42 files)
16393 ____________________________________________________________________________
16394 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
16395         Log: Update Changes.
16396      Branch: perl
16397            ! Changes patchlevel.h
16398 ____________________________________________________________________________
16399 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
16400         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
16401              From: Michael G Schwern <schwern@pobox.com>
16402              Date: Mon, 22 Oct 2001 03:48:38 -0400
16403              Message-ID: <20011022034838.B1676@blackrider>
16404      Branch: perl
16405            ! pod/perlvar.pod
16406 ____________________________________________________________________________
16407 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
16408         Log: Pod nits, as suggested by Stas Bekman.
16409      Branch: perl
16410            ! ext/threads/shared/shared.pm ext/threads/threads.pm
16411 ____________________________________________________________________________
16412 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
16413         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
16414              From: "Paul Marquess" <paul.marquess@openwave.com> 
16415              Date: Sun, 21 Oct 2001 21:11:15 +0100
16416              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
16417      Branch: perl
16418            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
16419            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
16420            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
16421            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
16422            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
16423            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
16424            ! ext/SDBM_File/sdbm.t
16425 ____________________________________________________________________________
16426 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
16427         Log: Integrate change #12559 from maintperl;
16428              various fixes for system() and backticks under windows
16429      Branch: perl
16430           !> win32/win32.c
16431 ____________________________________________________________________________
16432 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
16433         Log: Integrate change #12560 from maintperl;
16434              make pl2bat use %0 rather than "%0" (the latter fails to work
16435              in a lot of common cases)
16436      Branch: perl
16437           !> win32/bin/pl2bat.pl
16438 ____________________________________________________________________________
16439 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
16440         Log: Integrate changes #12549 and #12550 from maintperl;
16441              
16442              readline() doesn't work with our variables; it confuses them with
16443              my variables (change#4227 was incomplete)
16444      Branch: perl
16445            ! t/lib/strict/vars
16446           !> t/base/rs.t toke.c
16447 ____________________________________________________________________________
16448 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
16449         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
16450              in a lot of common cases)
16451      Branch: maint-5.6/perl
16452            ! win32/bin/pl2bat.pl
16453 ____________________________________________________________________________
16454 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
16455         Log: various fixes for system() and backticks under windows:
16456              
16457              * avoid munging whitespace that is passed within quotes
16458              * work around a cmd.exe misfeature that made multi-arg
16459              system() unreliable when there is more than one quoted
16460              argument
16461              * make multi-arg system() autoquote arguments as needed
16462              before passing them to the shell (this avoids having to
16463              second guess the shell quoting)
16464              * perl's -Dp switch can be used to trace the innards
16465      Branch: maint-5.6/perl
16466            ! win32/win32.c
16467 ____________________________________________________________________________
16468 [ 12558] By: nick                                  on 2001/10/22  08:58:42
16469         Log: Integrate ithreads buffer flush fix from perlio
16470      Branch: perl
16471           !> ext/threads/t/basic.t perl.c
16472 ____________________________________________________________________________
16473 [ 12557] By: nick                                  on 2001/10/22  08:35:09
16474         Log: All tests pass (legitimately) on ithreads
16475      Branch: perlio
16476            ! ext/threads/t/basic.t perl.c
16477 ____________________________________________________________________________
16478 [ 12556] By: nick                                  on 2001/10/22  06:51:22
16479         Log: Integrate non-ithreads fix to mainline
16480      Branch: perl
16481           !> perlio.c
16482 ____________________________________________________________________________
16483 [ 12555] By: nick                                  on 2001/10/22  06:48:33
16484         Log: Restore non-ithreads build. Interestingly binmode test passes
16485              non-ithreads - so crlf layer is not damaged and ithreads fail
16486              is a symptom ...
16487      Branch: perlio
16488            ! perlio.c
16489 ____________________________________________________________________________
16490 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
16491         Log: Integrate from perlio; restructuring.
16492      Branch: perl
16493           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
16494           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
16495           !> win32/perlhost.h
16496 ____________________________________________________________________________
16497 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
16498         Log: Integrate from maintperl
16499              (Changes 12350, 12496, 12548, 12549, 12550)
16500      Branch: maint-5.6/macperl
16501           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
16502           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
16503 ____________________________________________________________________________
16504 [ 12552] By: nick                                  on 2001/10/21  19:18:12
16505         Log: Win32 PerlIO_cleanup special cases should no longer be required.
16506      Branch: perlio
16507            ! perl.c
16508 ____________________________________________________________________________
16509 [ 12551] By: nick                                  on 2001/10/21  19:16:56
16510         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
16511      Branch: perlio
16512            ! win32/makefile.mk
16513 ____________________________________________________________________________
16514 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
16515         Log: change#12549 wasn't aware of strictures
16516      Branch: maint-5.6/perl
16517            ! t/pragma/strict-vars toke.c
16518 ____________________________________________________________________________
16519 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
16520         Log: readline() doesn't work with our variables; it confuses them with
16521              my variables (change#4227 was incomplete)
16522      Branch: maint-5.6/perl
16523            ! t/base/rs.t toke.c
16524 ____________________________________________________________________________
16525 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
16526         Log: change#12220 appears to have pulled in a mainline change that
16527              isn't applicable to maint-5.6 (some platforms don't taint
16528              cwd)
16529      Branch: maint-5.6/perl
16530            ! t/lib/filefind-taint.t
16531 ____________________________________________________________________________
16532 [ 12547] By: nick                                  on 2001/10/21  17:15:54
16533         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
16534              for them. Call explicit cleanup during destruct process.
16535              - one binmode test is failing
16536              - also ext/threads/t/basic.t fails under make test, and is noisy under
16537              harness. (Threads results are intermingled and don't match order expected.)
16538      Branch: perlio
16539            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
16540            ! perlio.h perliol.h pod/perlapi.pod sv.c
16541 ____________________________________________________________________________
16542 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
16543         Log: Implement multicharacter case mappings where a single
16544              Unicode character can be mapped into several.
16545      Branch: perl
16546            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16547            - lib/unicore/To/SpecUpper.pl
16548            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
16549            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
16550            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
16551            ! proto.h t/op/lc.t utf8.c
16552 ____________________________________________________________________________
16553 [ 12545] By: sky                                   on 2001/10/21  15:25:16
16554         Log: First support of threads::shared, support shared svs and references.
16555      Branch: perl
16556            + ext/threads/shared/Makefile.PL ext/threads/shared/README
16557            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16558            + ext/threads/shared/t/sv_refs.t
16559            + ext/threads/shared/t/sv_simple.t
16560            ! MANIFEST sharedsv.c
16561 ____________________________________________________________________________
16562 [ 12544] By: nick                                  on 2001/10/21  14:52:35
16563         Log: PerlIO layer table as PL_perlio (per-interpreter)
16564      Branch: perlio
16565            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
16566            ! pod/perlapi.pod sv.c
16567 ____________________________________________________________________________
16568 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
16569         Log: Prettyprinting.
16570      Branch: perl
16571            ! pod/perlunicode.pod
16572 ____________________________________________________________________________
16573 [ 12542] By: ams                                   on 2001/10/21  03:50:25
16574         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
16575              From: "Sean M. Burke" <sburke@cpan.org>
16576              Date: Sat, 20 Oct 2001 17:51:09 -0600
16577              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
16578      Branch: perl
16579            + pod/perlpodspec.pod
16580            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
16581            ! pod/perltoc.pod
16582 ____________________________________________________________________________
16583 [ 12541] By: nick                                  on 2001/10/20  22:23:53
16584         Log: Fix typos in new locking on MemShared
16585              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
16586              - seems to make segfaults more deterministic - suspect they are 
16587              attempt to free() after Interp and Host have gone.
16588      Branch: perlio
16589            ! perlio.c win32/perlhost.h
16590 ____________________________________________________________________________
16591 [ 12540] By: nick                                  on 2001/10/20  21:50:46
16592         Log: Remove the MemShared re-#define (again)
16593      Branch: perlio
16594            ! perlio.c
16595 ____________________________________________________________________________
16596 [ 12539] By: nick                                  on 2001/10/20  21:49:06
16597         Log: Use locks on MemShared
16598      Branch: perlio
16599            ! win32/perlhost.h
16600 ____________________________________________________________________________
16601 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
16602         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
16603              From: "chromatic" <chromatic@rmci.net>
16604              Date: Sat, 20 Oct 2001 11:13:47 -0600
16605              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
16606      Branch: perl
16607            ! installhtml
16608 ____________________________________________________________________________
16609 [ 12537] By: nick                                  on 2001/10/20  16:44:03
16610         Log: Integrate mainline
16611      Branch: perlio
16612           !> (integrate 48 files)
16613 ____________________________________________________________________________
16614 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
16615         Log: Update Changes.
16616      Branch: perl
16617            ! Changes patchlevel.h
16618 ____________________________________________________________________________
16619 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
16620         Log: Upgrade to podlators 1.11, from Russ Allbery.
16621      Branch: perl
16622            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
16623            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
16624            ! pod/pod2man.PL pod/pod2text.PL
16625 ____________________________________________________________________________
16626 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
16627         Log: Integrate perlio change #12532:
16628              introduce and use PerlIO_intmod2str().
16629      Branch: perl
16630           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
16631 ____________________________________________________________________________
16632 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
16633         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
16634      Branch: perl
16635            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
16636 ____________________________________________________________________________
16637 [ 12532] By: nick                                  on 2001/10/20  14:25:37
16638         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
16639              Use for non-PERLIO fdupopen().
16640      Branch: perlio
16641            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
16642 ____________________________________________________________________________
16643 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
16644         Log: Integrate perlio: PerlIO win32 fixes.
16645      Branch: perl
16646           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
16647           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
16648           !> proto.h sv.h win32/win32io.c
16649 ____________________________________________________________________________
16650 [ 12530] By: nick                                  on 2001/10/20  12:53:30
16651         Log: Fixed in two places - p4 resolve
16652      Branch: perlio
16653            ! perlsdio.h
16654 ____________________________________________________________________________
16655 [ 12529] By: nick                                  on 2001/10/20  12:51:05
16656         Log: Fix for ithreads/stdio build
16657      Branch: perlio
16658            ! perlio.c perlsdio.h
16659 ____________________________________________________________________________
16660 [ 12528] By: ams                                   on 2001/10/20  12:13:25
16661         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
16662              From: Michael G Schwern <schwern@pobox.com>
16663              Date: Sat, 20 Oct 2001 01:41:21 -0400
16664              Message-Id: <20011020014121.I3681@blackrider>
16665      Branch: perl
16666            ! installman
16667 ____________________________________________________________________________
16668 [ 12527] By: ams                                   on 2001/10/20  12:09:41
16669         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
16670              From: Michael G Schwern <schwern@pobox.com>
16671              Date: Sat, 20 Oct 2001 02:04:21 -0400
16672              Message-Id: <20011020020421.A11732@blackrider>
16673      Branch: perl
16674            ! lib/Pod/Checker.pm
16675 ____________________________________________________________________________
16676 [ 12526] By: ams                                   on 2001/10/20  11:59:41
16677         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
16678              From: "chromatic" <chromatic@rmci.net>
16679              Date: Fri, 19 Oct 2001 22:46:39 -0600
16680              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
16681      Branch: perl
16682            ! lib/Net/Config.pm
16683 ____________________________________________________________________________
16684 [ 12525] By: nick                                  on 2001/10/20  11:16:18
16685         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
16686              Perl_sv_setsv_flags directly.
16687      Branch: perlio
16688            ! ext/threads/threads.xs
16689 ____________________________________________________________________________
16690 [ 12524] By: nick                                  on 2001/10/20  10:28:17
16691         Log: Add a new flag character 'm' to embed.pl set to represent
16692              "functions" which are really macros. Use it foe the troublesome
16693              sv_setsv() etc. macros in sv.h - changing latter to define
16694              sv_setsv rather than sv_setsv_macro etc.
16695      Branch: perlio
16696            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
16697            ! pod/perlapi.pod proto.h sv.h
16698 ____________________________________________________________________________
16699 [ 12523] By: nick                                  on 2001/10/20  09:17:17
16700         Log: Add comments explaining why win32.h/embed.h are included where they are
16701              in perl.h 
16702      Branch: perlio
16703            ! perl.h
16704 ____________________________________________________________________________
16705 [ 12522] By: nick                                  on 2001/10/20  08:27:44
16706         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
16707              being used yet.
16708      Branch: perlio
16709            ! win32/win32io.c
16710 ____________________________________________________________________________
16711 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
16712         Log: Wording tweaks.
16713      Branch: perl
16714            ! t/TEST
16715 ____________________________________________________________________________
16716 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
16717         Log: Subject: IO module with nonblocking socket connect patch 
16718              From: Raul Dias <raul@dias.com.br>
16719              Date: Fri, 19 Oct 2001 22:45:32 -0300
16720              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
16721      Branch: perl
16722            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
16723 ____________________________________________________________________________
16724 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
16725         Log: Test vertical whitespace combined with /x in \p{}.
16726      Branch: perl
16727            ! t/op/pat.t
16728 ____________________________________________________________________________
16729 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
16730         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
16731              From: Gisle Aas <gisle@ActiveState.com> 
16732              Date: 19 Oct 2001 16:46:02 -0700
16733              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
16734      Branch: perl
16735            ! lib/ExtUtils/MakeMaker.pm
16736 ____________________________________________________________________________
16737 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
16738         Log: No more this symbol.
16739      Branch: perl
16740            ! makedef.pl
16741 ____________________________________________________________________________
16742 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
16743         Log: Integrate change #12511; fix gross win32 build issues.
16744      Branch: perl
16745           !> makedef.pl sv.c
16746 ____________________________________________________________________________
16747 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
16748         Log: Unpack in scalar context should return the first value
16749              returned in list context, as pointed out by Ton Hospel
16750              in 2001-05-21 (this is how it works already in blead,
16751              just adding the test).
16752      Branch: perl
16753            ! t/op/pack.t
16754 ____________________________________________________________________________
16755 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
16756         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
16757              From: "Craig A. Berry" <craigberry@mac.com>
16758              Date: Fri, 19 Oct 2001 16:59:30 -0500
16759              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
16760      Branch: perl
16761            ! utils/perldoc.PL
16762 ____________________________________________________________________________
16763 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
16764         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
16765              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16766              Date: Fri, 19 Oct 2001 17:45:23 EDT
16767              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
16768      Branch: perl
16769            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
16770            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
16771            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
16772            ! vms/vmsish.h
16773 ____________________________________________________________________________
16774 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
16775         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
16776              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16777              Date: Fri, 19 Oct 2001 17:26:35 EDT
16778              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
16779      Branch: perl
16780            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
16781 ____________________________________________________________________________
16782 [ 12511] By: nick                                  on 2001/10/19  19:55:36
16783         Log: Fix gross win32 build issues
16784      Branch: perlio
16785            ! makedef.pl sv.c
16786 ____________________________________________________________________________
16787 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
16788         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
16789              From: David Dyck <dcd@tc.fluke.com>
16790              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
16791              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
16792      Branch: perl
16793            ! lib/File/Find.pm
16794 ____________________________________________________________________________
16795 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
16796         Log: Subject: Re: PerlIO and Encode
16797              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16798              Date: Tue, 16 Oct 2001 01:50:16 +0900
16799              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
16800      Branch: perl
16801            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
16802            ! ext/Encode/Encode/Tcl.t
16803 ____________________________________________________________________________
16804 [ 12508] By: ams                                   on 2001/10/19  17:59:16
16805         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
16806              (See #12499)
16807      Branch: perl
16808            ! pod/perlintro.pod
16809 ____________________________________________________________________________
16810 [ 12507] By: nick                                  on 2001/10/19  16:30:43
16811         Log: Integrate mainline
16812      Branch: perlio
16813           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
16814           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
16815           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
16816           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
16817           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
16818           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
16819           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
16820           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
16821           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
16822           +> win32/config_H.win64
16823            - lib/Test/Utils.pm lib/unicore/mktables.PL
16824            - t/lib/Test/Simple/Catch/More.pm
16825           !> (integrate 84 files)
16826 ____________________________________________________________________________
16827 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
16828         Log: Retract the #10451 which seems to be the cause
16829              of the major leakage from while(){eval"sub{}"}
16830      Branch: perl
16831            ! op.c t/run/kill_perl.t
16832 ____________________________________________________________________________
16833 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
16834         Log: Regen toc.
16835      Branch: perl
16836            ! pod/perltoc.pod
16837 ____________________________________________________________________________
16838 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
16839         Log: Tiny tweaks.
16840      Branch: perl
16841            ! pod/perl.pod
16842 ____________________________________________________________________________
16843 [ 12503] By: ams                                   on 2001/10/19  13:34:24
16844         Log: Subject: Re: perlintro.pod
16845              From: Abe Timmerman <abe@ztreet.demon.nl>
16846              Date: Fri, 19 Oct 2001 14:12:40 +0200
16847              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
16848      Branch: perl
16849            ! pod/perlintro.pod
16850 ____________________________________________________________________________
16851 [ 12502] By: ams                                   on 2001/10/19  13:24:12
16852         Log: Slight reorganisation of references.
16853      Branch: perl
16854            ! pod/perl.pod
16855 ____________________________________________________________________________
16856 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
16857         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
16858              From: Kay Röpke <kroepke@dolphin-services.de>
16859              Date: Fri, 19 Oct 2001 14:04:01 +0200 
16860              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
16861      Branch: perl
16862            ! lib/ExtUtils/MakeMaker.pm
16863 ____________________________________________________________________________
16864 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
16865         Log: Unicode categories continue:
16866              implement Category=, Script=, Block=
16867              (these are based on an upcoming update of TR#18)
16868              Fix a bug where we got two In categories named "old italic",
16869              and another where shortcut for the Is categories wasn't taken.
16870      Branch: perl
16871            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
16872            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
16873            ! pod/perlunicode.pod t/op/pat.t
16874 ____________________________________________________________________________
16875 [ 12499] By: ams                                   on 2001/10/19  01:42:29
16876         Log: Subject: a small patch to perlintro.pod.
16877              From: Autrijus Tang <autrijus@autrijus.org>
16878              Date: Fri, 19 Oct 2001 01:45:51 +0800
16879              Message-Id: <20011019014551.A35625@not.autrijus.org>
16880              (Applied by hand with nits.)
16881      Branch: perl
16882            ! pod/perlintro.pod
16883 ____________________________________________________________________________
16884 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
16885         Log: Subject: [PATCH] OpenBSD hints for ithreads
16886              From: Andy Dougherty <doughera@lafayette.edu>
16887              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
16888              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
16889      Branch: perl
16890            ! hints/openbsd.sh
16891 ____________________________________________________________________________
16892 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
16893         Log: Retract #12446; the problem solved by #12474.
16894      Branch: perl
16895            ! hints/aix.sh
16896 ____________________________________________________________________________
16897 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
16898         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
16899              message and suppress line number info (from Steve Hay
16900              <Steve.Hay@uk.radan.com>)
16901      Branch: maint-5.6/perl
16902            ! lib/Carp/Heavy.pm
16903 ____________________________________________________________________________
16904 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
16905         Log: More documented In categories.
16906      Branch: perl
16907            ! pod/perlunicode.pod
16908 ____________________________________________________________________________
16909 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
16910         Log: Update Changes.
16911      Branch: perl
16912            ! Changes patchlevel.h
16913 ____________________________________________________________________________
16914 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
16915         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
16916      Branch: perl
16917            ! MANIFEST
16918 ____________________________________________________________________________
16919 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
16920         Log: Wrong skip() arguments.
16921      Branch: perl
16922            ! ext/B/t/terse.t
16923 ____________________________________________________________________________
16924 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
16925         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
16926              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16927              Date: Wed, 17 Oct 2001 09:10:53 EDT 
16928              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
16929      Branch: perl
16930            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
16931            ! pod/perlapi.pod vms/vms.c
16932 ____________________________________________________________________________
16933 [ 12490] By: ams                                   on 2001/10/18  09:31:00
16934         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
16935              From: Mark-Jason Dominus <mjd@plover.com>
16936              Date: Thu, 18 Oct 2001 06:25:35 -0400
16937              Message-Id: <20011018102535.19264.qmail@plover.com>
16938      Branch: perl
16939            ! pod/perl.pod
16940 ____________________________________________________________________________
16941 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
16942         Log: Prettyprinting.
16943      Branch: perl
16944            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
16945 ____________________________________________________________________________
16946 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
16947         Log: Regen toc.
16948      Branch: perl
16949            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16950 ____________________________________________________________________________
16951 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
16952         Log: Add perlintro, from Skud.
16953      Branch: perl
16954            + pod/perlintro.pod
16955            ! MANIFEST
16956 ____________________________________________________________________________
16957 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
16958         Log: FAQ sync.
16959      Branch: perl
16960            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
16961            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
16962            ! pod/perlfaq8.pod pod/perlfaq9.pod
16963 ____________________________________________________________________________
16964 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
16965         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
16966              in speed (upto 20% speedup in certain operations) but meanwhile
16967              regexps and arithmetics got slower (5-10%) (according to
16968              perlbench average speedup is negligible, and within measuring
16969              flutter, 1%).  Therefore retracting all the changes
16970              aimed at getting -std1 to compile cleanly:  #12475, #12476,
16971              #12479, #12480, #12481, #12482, #12483, #12484.
16972      Branch: perl
16973            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
16974            ! pp_hot.c pp_sys.c toke.c
16975 ____________________________________________________________________________
16976 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
16977         Log: (retracted by #12485)
16978              Strict ANSI doesn't like the third argument of main()
16979              so enable ignoring it if using ultra picky compiler.
16980      Branch: perl
16981            ! miniperlmain.c
16982 ____________________________________________________________________________
16983 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
16984         Log: (retracted by #12485)
16985              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
16986      Branch: perl
16987            ! perl.h
16988 ____________________________________________________________________________
16989 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
16990         Log: (retracted by #12485)
16991              Add explanatory comment.
16992      Branch: perl
16993            ! mg.c
16994 ____________________________________________________________________________
16995 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
16996         Log: (retracted by #12485)
16997              More dollar$hiding.
16998      Branch: perl
16999            ! doio.c perl.h pp_sys.c
17000 ____________________________________________________________________________
17001 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
17002         Log: (retracted by #12485)
17003              KISS.
17004      Branch: perl
17005            ! mg.c
17006 ____________________________________________________________________________
17007 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
17008         Log: (retracted by #12485)
17009              Thou shalt not #ifdef inside macro invocations,
17010              noticed by Rafael Garcia-Suarez.
17011      Branch: perl
17012            ! mg.c
17013 ____________________________________________________________________________
17014 [ 12478] By: ams                                   on 2001/10/17  18:50:55
17015         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
17016              From: Anton Berezin <tobez@tobez.org>
17017              Date: Wed, 17 Oct 2001 18:25:48 +0200
17018              Message-Id: <20011017182548.A12082@heechee.tobez.org>
17019      Branch: perl
17020            ! pp_sys.c
17021 ____________________________________________________________________________
17022 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
17023         Log: (retracted by #12485)
17024              Unterminated #ifdef.
17025      Branch: perl
17026            ! mg.c
17027 ____________________________________________________________________________
17028 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
17029         Log: (retracted by #12485)
17030              Avoid dollar signs in identifiers (in non-VMS) to
17031              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
17032      Branch: perl
17033            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
17034            ! toke.c
17035 ____________________________________________________________________________
17036 [ 12474] By: ams                                   on 2001/10/17  15:14:50
17037         Log: Subject: Two AIX patches
17038              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17039              Date: Wed, 17 Oct 2001 18:04:35 +0200
17040              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
17041      Branch: perl
17042            ! hints/aix.sh makedef.pl
17043 ____________________________________________________________________________
17044 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
17045         Log: Limiting the Time::HiRes::sleep and usleep to
17046              one second is not a good policy if drop-in
17047              replacement is still a goal.
17048      Branch: perl
17049            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17050            ! ext/Time/HiRes/HiRes.xs
17051 ____________________________________________________________________________
17052 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
17053         Log: Subject: [PATCH] Test::Simple 0.32
17054              From: Michael G Schwern <schwern@pobox.com> 
17055              Date: Wed, 17 Oct 2001 03:42:41 -0400
17056              Message-ID: <20011017034241.A25038@blackrider>
17057      Branch: perl
17058            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
17059            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
17060            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
17061            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
17062            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
17063            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
17064            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
17065            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
17066            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
17067            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17068            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17069            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17070            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17071            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
17072            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
17073            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
17074            ! t/lib/Test/Simple/Catch.pm
17075            ! t/lib/Test/Simple/sample_tests/five_fail.plx
17076 ____________________________________________________________________________
17077 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
17078         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
17079              From: Michael G Schwern <schwern@pobox.com> 
17080              Date: Wed, 17 Oct 2001 04:04:13 -0400
17081              Message-ID: <20011017040413.C25550@blackrider>
17082      Branch: perl
17083            ! t/TEST t/harness vms/test.com
17084 ____________________________________________________________________________
17085 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
17086         Log: Regen doc with perlmodstyle added.
17087      Branch: perl
17088            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17089 ____________________________________________________________________________
17090 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
17091         Log: Pod cleanup.
17092      Branch: perl
17093            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
17094 ____________________________________________________________________________
17095 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
17096         Log: Subject: perlmodstyle as a patch
17097              From: Kirrily Robert <skud@infotrope.net>
17098              Date: Tue, 16 Oct 2001 22:47:23 -0400
17099              Message-ID: <20011016224723.A20673@infotrope.net>
17100      Branch: perl
17101            + pod/perlmodstyle.pod
17102            ! MANIFEST
17103 ____________________________________________________________________________
17104 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
17105         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
17106              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
17107              Date: Thu, 6 Sep 2001 11:09:40 +0100
17108              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
17109              
17110              Mention also the develooper p5p archive.
17111      Branch: perl
17112            ! pod/perlhack.pod
17113 ____________________________________________________________________________
17114 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
17115         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
17116              From: Kay Röpke <kroepke@dolphin-services.de>
17117              Date: Tue, 16 Oct 2001 17:23:52 +0200
17118              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
17119      Branch: perl
17120            ! lib/ExtUtils/MakeMaker.pm
17121 ____________________________________________________________________________
17122 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
17123         Log: Add the special casing mappings (from SpecCase.txt)
17124              (except for the hyper special case mappings that have
17125              the condition list); the special casing mappings are
17126              unused for now.  Small tidying up on mktables.
17127      Branch: perl
17128            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
17129            + lib/unicore/To/SpecUpper.pl
17130            ! lib/unicore/mktables
17131 ____________________________________________________________________________
17132 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
17133         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
17134              From: "David H. Adler" <dha@panix.com>       
17135              Date: Tue, 16 Oct 2001 11:59:35 -0400
17136              Message-ID: <20011016115935.A13078@panix.com>
17137              
17138              Subject: [ PATCH ] perldata patch, revised
17139              From: "David H. Adler" <dha@panix.com>     
17140              Date: Tue, 16 Oct 2001 18:26:49 -0400
17141              Message-ID: <20011016182649.C23970@panix.com>
17142      Branch: perl
17143            ! pod/perldata.pod pod/perlop.pod
17144 ____________________________________________________________________________
17145 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
17146         Log: Integrate perlio: PerlIO_dup (for all but Win32).
17147      Branch: perl
17148           !> embed.h embed.pl ext/Encode/Encode.xs
17149           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
17150           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
17151           !> win32/win32io.c
17152 ____________________________________________________________________________
17153 [ 12462] By: nick                                  on 2001/10/16  19:11:30
17154         Log: PerlIOXxxx_dups for all but Win32
17155      Branch: perlio
17156            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
17157            ! ext/PerlIO/Via/Via.xs
17158 ____________________________________________________________________________
17159 [ 12461] By: nick                                  on 2001/10/16  18:28:48
17160         Log: Implement PerlIOStdio_dup (explains core dumps - dup
17161              was not setting up a FILE * to be fclosed()).
17162      Branch: perlio
17163            ! perlio.c
17164 ____________________________________________________________________________
17165 [ 12460] By: nick                                  on 2001/10/16  17:31:47
17166         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
17167              overflow.
17168      Branch: perlio
17169            ! perlio.c
17170 ____________________________________________________________________________
17171 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
17172         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
17173              From: "Craig A. Berry" <craigberry@mac.com>
17174              Date: Tue, 16 Oct 2001 13:08:38 -0500
17175              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
17176      Branch: perl
17177            ! configure.com
17178 ____________________________________________________________________________
17179 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
17180         Log: Can't expect too much accuracy from a sleep of one second.
17181              (I think this will also fail with high load.)
17182      Branch: perl
17183            ! ext/Time/HiRes/HiRes.t
17184 ____________________________________________________________________________
17185 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
17186         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
17187              From: "Werner, Randolf" <randolf.werner@sap.com>
17188              Date: Tue, 16 Oct 2001 18:33:02 +0200
17189              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
17190      Branch: perl
17191            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
17192            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
17193 ____________________________________________________________________________
17194 [ 12456] By: nick                                  on 2001/10/16  14:08:16
17195         Log: Builds under ithreads (but fails all threads tests)
17196      Branch: perlio
17197            ! hv.c perlio.c sv.c
17198 ____________________________________________________________________________
17199 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
17200         Log: I think the Perl_sortsv needs *not* be skipped?
17201      Branch: perl
17202            ! makedef.pl
17203 ____________________________________________________________________________
17204 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
17205         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
17206              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
17207              Date: Tue, 16 Oct 2001 15:32:44 +0200
17208              Message-ID: <3BCC531C.11494.3E433F@localhost>
17209      Branch: perl
17210            ! t/op/groups.t
17211 ____________________________________________________________________________
17212 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
17213         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
17214              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
17215              Date: Tue, 16 Oct 2001 15:01:04 +0200
17216              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
17217      Branch: perl
17218            ! t/io/fs.t
17219 ____________________________________________________________________________
17220 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
17221         Log: A forgotten deletion.
17222      Branch: perl
17223            - lib/unicore/mktables.PL
17224 ____________________________________________________________________________
17225 [ 12451] By: nick                                  on 2001/10/16  11:32:48
17226         Log: Skeleton of "PerlIO_dup" coded.
17227              Still-passes all tests non-threaded (well it would wouldn't it!)
17228      Branch: perlio
17229            ! embed.h embed.pl ext/Encode/Encode.xs
17230            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
17231            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
17232            ! win32/win32io.c
17233 ____________________________________________________________________________
17234 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
17235         Log: Document the problem with the swash_fetch() API that affects
17236              more complex case conversions.
17237      Branch: perl
17238            ! lib/utf8_heavy.pl utf8.c
17239 ____________________________________________________________________________
17240 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
17241         Log: Make Time::HiRes::sleep() and usleep() to return
17242              the number of seconds (a floating point value) and 
17243              microseconds (an integer) actually slept (well,
17244              modulo the time spent in measuring the time actually
17245              slept...), to be a better drop-in replacement for
17246              the builtin sleep().  Noticed by Chris Nandor.
17247              
17248              Also make usleep() to croak if fed illegal number
17249              of useconds (anything greater than 1_000_000).
17250      Branch: perl
17251            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17252            ! ext/Time/HiRes/HiRes.xs
17253 ____________________________________________________________________________
17254 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
17255         Log: A missing SvREFCNT_dec.
17256      Branch: perl
17257            ! perl.c
17258 ____________________________________________________________________________
17259 [ 12447] By: nick                                  on 2001/10/15  20:27:53
17260         Log: Beginings of PerlIO_dup support (unstable)
17261      Branch: perlio
17262            ! perlio.c perliol.h
17263 ____________________________________________________________________________
17264 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
17265         Log: (retracted by #12497)
17266              In AIX vac 5 just can't seem to get regcomp right.
17267      Branch: perl
17268            ! hints/aix.sh
17269 ____________________________________________________________________________
17270 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
17271         Log: Bump the version number to agree with the maintperl one.
17272      Branch: perl
17273            ! lib/Tie/RefHash.pm
17274 ____________________________________________________________________________
17275 [ 12444] By: nick                                  on 2001/10/15  15:59:57
17276         Log: Integrate mainline
17277      Branch: perlio
17278           +> lib/Math/BigInt/t/Math/Subclass.pm
17279           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
17280           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
17281           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
17282           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
17283           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
17284           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
17285           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
17286           +> lib/unicore/mktables
17287            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
17288            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
17289            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
17290            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
17291            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
17292            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
17293            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
17294            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
17295            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
17296            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
17297            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
17298            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
17299            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
17300            - lib/unicore/syllables.txt
17301           !> (integrate 344 files)
17302 ____________________________________________________________________________
17303 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
17304         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
17305      Branch: perl
17306            ! ext/DB_File/DB_File.xs
17307 ____________________________________________________________________________
17308 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
17309         Log: Sync the skip() amounts with the number of tests.
17310      Branch: perl
17311            ! lib/Term/Complete.t
17312 ____________________________________________________________________________
17313 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
17314         Log: Update Changes.
17315      Branch: perl
17316            ! Changes patchlevel.h
17317 ____________________________________________________________________________
17318 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
17319         Log: MacOS Classic catdir() rewrite from Thomas Wegner
17320              (backward incompatibility, but a deliberate one,
17321              the old version simply is broken in its logic),
17322              also documentation updates, and as suggested replicated
17323              the File::Spec::Unix documentation updates also on the
17324              File::Spec documentation.
17325              
17326              TODO: there seems to be duplication of documentation
17327              between File::Spec and File::Spec::Unix.  I think
17328              the ::Unix should be left only with specific UNIXisms,
17329              and all the generic documentation should be in ::Spec.
17330      Branch: perl
17331            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17332            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
17333            ! lib/File/Spec/Unix.pm
17334 ____________________________________________________________________________
17335 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
17336         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
17337              From: Blair Zajac <blair@orcaware.com>
17338              Date: Mon, 24 Sep 2001 11:48:58 -0700
17339              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
17340              
17341              (the skip() messages)
17342      Branch: perl
17343            ! t/op/magic.t
17344 ____________________________________________________________________________
17345 [ 12438] By: ams                                   on 2001/10/14  23:43:59
17346         Log: Subject: [PATCH] make PerlIO default on VMS
17347              From: "Craig A. Berry" <craigberry@mac.com>
17348              Date: Sun, 14 Oct 2001 15:27:18 -0500
17349              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
17350      Branch: perl
17351            ! configure.com
17352 ____________________________________________________________________________
17353 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
17354         Log: Retract #12436 (Abhijit already did this at #12426)
17355      Branch: perl
17356            ! lib/ExtUtils/MM_Unix.pm
17357 ____________________________________________________________________________
17358 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
17359         Log: (retracted by #12437)
17360              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
17361              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
17362              Date: Sat, 13 Oct 2001 20:33:55 +0200
17363              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
17364      Branch: perl
17365            ! lib/ExtUtils/MM_Unix.pm
17366 ____________________________________________________________________________
17367 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
17368         Log: Subject: h2xs grammar nit
17369              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17370              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
17371              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
17372      Branch: perl
17373            ! utils/h2xs.PL
17374 ____________________________________________________________________________
17375 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
17376         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
17377              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
17378              Date: Sun, 14 Oct 2001 11:25:08 +0100
17379              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
17380      Branch: perl
17381            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
17382            ! warnings.pl
17383 ____________________________________________________________________________
17384 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
17385         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
17386              for File::Spec::Mac::catfile)
17387      Branch: perl
17388            ! lib/h2xs.t
17389 ____________________________________________________________________________
17390 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
17391         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
17392              From: Nicholas Clark <nick@ccl4.org>
17393              Date: Sat, 13 Oct 2001 00:07:31 +0100
17394              Message-ID: <20011013000731.D67535@plum.flirble.org>
17395      Branch: perl
17396            ! lib/h2xs.t utils/h2xs.PL
17397 ____________________________________________________________________________
17398 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
17399         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
17400              before DEFINE and INC), and repent by taking DEFINE and
17401              INC away from PASTHRU.
17402      Branch: perl
17403            ! lib/ExtUtils/MM_Unix.pm
17404 ____________________________________________________________________________
17405 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
17406         Log: More MANIFEST anomalies.
17407      Branch: perl
17408            ! MANIFEST
17409 ____________________________________________________________________________
17410 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
17411         Log: Not that many.
17412      Branch: perl
17413            ! MANIFEST
17414 ____________________________________________________________________________
17415 [ 12428] By: sky                                   on 2001/10/13  20:59:27
17416         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
17417              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17418              Date: Sat, 13 Oct 2001 23:15:55 +0200
17419              Message-ID: <20011013231555.A18071@rafael>
17420      Branch: perl
17421            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
17422            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17423 ____________________________________________________________________________
17424 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
17425         Log: Rewrite mktables from scratch.
17426              - Cleaner.
17427              - Faster: 15-20 seconds as opposed to several minutes.
17428              - More dynamic: the names of the various categories
17429              such as the linebreak ones are dynamic, not static.
17430              - Is.pl: long names for the general category properties
17431              are now available.
17432              - Ranges (<... ,First>, <..., Last>) from the general
17433              categories work now.
17434              - No more mktables.PL because the mktables.PL is not
17435              and never has been run to create a mktables.
17436              - syllables.txt and Is/Syl*.pl removed: non-standard
17437              (not part of the Unicode), and the whole concept is
17438              being reworked (http://syllabary.sourceforge.net/),
17439              the old way wouldn't even work with the new Syllables.txt
17440              (it would result in 1000+ new categories)
17441      Branch: perl
17442            + lib/unicore/In/163.pl lib/unicore/In/164.pl
17443            + lib/unicore/In/165.pl lib/unicore/In/166.pl
17444            + lib/unicore/In/167.pl lib/unicore/In/168.pl
17445            + lib/unicore/In/169.pl lib/unicore/In/170.pl
17446            + lib/unicore/In/171.pl lib/unicore/Is.pl
17447            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
17448            + lib/unicore/mktables
17449            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
17450            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
17451            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
17452            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
17453            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
17454            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
17455            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
17456            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
17457            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
17458            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
17459            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
17460            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
17461            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
17462            - lib/unicore/syllables.txt
17463            ! (edit 304 files)
17464 ____________________________________________________________________________
17465 [ 12426] By: ams                                   on 2001/10/13  18:05:36
17466         Log: ExtUtils::MM_Unix should ignore comments when searching for
17467              $VERSION.
17468      Branch: perl
17469            ! lib/ExtUtils/MM_Unix.pm
17470 ____________________________________________________________________________
17471 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
17472         Log: Subject: Re: New module XML::Clean
17473              From: andreas.koenig@anima.de (Andreas J. Koenig)
17474              Date: 13 Oct 2001 10:17:09 +0200
17475              Message-ID: <m37ku0t0my.fsf@anima.de>
17476      Branch: perl
17477            ! pod/perlnewmod.pod
17478 ____________________________________________________________________________
17479 [ 12424] By: sky                                   on 2001/10/13  09:39:59
17480         Log: Set thread stack size if needed.
17481      Branch: perl
17482            ! ext/threads/threads.xs
17483 ____________________________________________________________________________
17484 [ 12423] By: sky                                   on 2001/10/13  09:36:49
17485         Log: We do want to set the attribute to joinable even on modern posix
17486              platforms.
17487      Branch: perl
17488            ! ext/threads/threads.xs
17489 ____________________________________________________________________________
17490 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
17491         Log: Subject: [PATCH ext/Data/Dumper.xs]
17492              From: Brian Ingerson <ingy@ttul.org>
17493              Date: Fri, 12 Oct 2001 19:32:35 -0700
17494              Message-ID: <20011012193235.B889@ttul.org>
17495      Branch: perl
17496            ! ext/Data/Dumper/Dumper.xs
17497 ____________________________________________________________________________
17498 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
17499         Log: Update Changes.
17500      Branch: perl
17501            ! Changes patchlevel.h
17502 ____________________________________________________________________________
17503 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
17504         Log: FAQ sync.
17505      Branch: perl
17506            ! pod/perlfaq3.pod pod/perlfaq4.pod
17507 ____________________________________________________________________________
17508 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
17509         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
17510              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
17511              Date: Fri, 12 Oct 2001 11:51:05 -0700
17512              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
17513      Branch: perl
17514            ! lib/File/Copy.pm
17515 ____________________________________________________________________________
17516 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
17517         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
17518              From: "chromatic" <chromatic@rmci.net>     
17519              Date: Thu, 11 Oct 2001 10:57:55 -0600
17520              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
17521              
17522              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
17523              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17524              Date: Thu, 11 Oct 2001 22:34:21 +0200
17525              Message-ID: <20011011223421.A693@rafael>     
17526              
17527              plus undef $Term::Complete::stty as suggested by Rafael.
17528      Branch: perl
17529            ! lib/Term/Complete.pm lib/Term/Complete.t
17530 ____________________________________________________________________________
17531 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
17532         Log: UUnndduupplleexx..
17533      Branch: perl
17534            ! perl.h
17535 ____________________________________________________________________________
17536 [ 12416] By: sky                                   on 2001/10/12  20:16:19
17537         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
17538              From: Andy Dougherty <doughera@lafayette.edu>
17539              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
17540              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
17541              (Potentially only band-aid)
17542      Branch: perl
17543            ! sv.c
17544 ____________________________________________________________________________
17545 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
17546         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
17547              mishandles kill(), and therefore the sigaction test
17548              should be skipped, from Charles Lane.
17549      Branch: perl
17550            ! ext/POSIX/t/sigaction.t
17551 ____________________________________________________________________________
17552 [ 12414] By: sky                                   on 2001/10/12  18:47:49
17553         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
17554      Branch: perl
17555            ! op.h
17556 ____________________________________________________________________________
17557 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
17558         Log: Upgrade to Math::BigInt 1.44 from Tels and
17559              further fixes from John Peacock.
17560      Branch: perl
17561            + lib/Math/BigInt/t/Math/Subclass.pm
17562            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
17563            + lib/Math/BigInt/t/subclass.t
17564            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17565            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
17566            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
17567            ! lib/Math/BigInt/t/mbimbf.t
17568 ____________________________________________________________________________
17569 [ 12412] By: sky                                   on 2001/10/12  18:28:23
17570         Log: perhaps pthread_attr_t really needs to be set for the old api
17571      Branch: perl
17572            ! ext/threads/threads.xs
17573 ____________________________________________________________________________
17574 [ 12411] By: sky                                   on 2001/10/12  18:11:45
17575         Log: pthread_keycreate not pthread_key_create under the here be dragons API
17576      Branch: perl
17577            ! ext/threads/threads.h
17578 ____________________________________________________________________________
17579 [ 12410] By: sky                                   on 2001/10/12  18:07:37
17580         Log: Apperently OLD PTHREADS API is a bit retarded.
17581              This should fix another set of compile failures in HP-UX 10.20.
17582      Branch: perl
17583            ! ext/threads/threads.h ext/threads/threads.xs
17584 ____________________________________________________________________________
17585 [ 12409] By: nick                                  on 2001/10/12  15:30:01
17586         Log: Blind integrate of mainline
17587      Branch: perlio
17588           +> (branch 32 files)
17589            - lib/unicode/README
17590           !> (integrate 121 files)
17591 ____________________________________________________________________________
17592 [ 12408] By: sky                                   on 2001/10/12  14:55:08
17593         Log: Let us avoid being smart for now.
17594      Branch: perl
17595            ! ext/threads/threads.h
17596 ____________________________________________________________________________
17597 [ 12407] By: sky                                   on 2001/10/12  14:38:12
17598         Log: (void*) the argument to make sure we work with picky compilers
17599      Branch: perl
17600            ! ext/threads/threads.xs
17601 ____________________________________________________________________________
17602 [ 12406] By: ams                                   on 2001/10/12  13:26:04
17603         Log: (replaced with #12600)
17604              
17605              Subject: [PATCH 5.6.1 perldoc] use File::Temp
17606              From: Mikhail Zabaluev <mhz@alt-linux.org>
17607              Date: Fri, 12 Oct 2001 12:47:47 +0400
17608              Message-Id: <20011012124747.E13918@localhost.localdomain>
17609      Branch: perl
17610            ! utils/perldoc.PL
17611 ____________________________________________________________________________
17612 [ 12405] By: ams                                   on 2001/10/12  13:05:32
17613         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
17614              From: andreas.koenig@anima.de (Andreas J. Koenig)
17615              Date: 12 Oct 2001 11:12:07 +0200
17616              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
17617      Branch: perl
17618            ! lib/Memoize/t/speed.t
17619 ____________________________________________________________________________
17620 [ 12404] By: sky                                   on 2001/10/12  12:46:15
17621         Log: A) Support OLD_PTHREADS_API
17622              B) Change from using pthread_t to using a TLS to store the
17623              index of the thread in an hash, this is to avoid problems when
17624              in fact pthread_t was not a seralizable type.
17625              Both these changes are because of HP-UX 10.20
17626              This has not been tested on win32 but should work there.
17627              Need to add support for NetWare.
17628      Branch: perl
17629            ! ext/threads/threads.h ext/threads/threads.xs
17630 ____________________________________________________________________________
17631 [ 12403] By: ams                                   on 2001/10/12  07:34:19
17632         Log: Subject: Re: New module XML::Clean
17633              From: andreas.koenig@anima.de (Andreas J. Koenig)
17634              Date: 12 Oct 2001 10:20:35 +0200
17635              Message-Id: <m3elo9uv58.fsf@anima.de>
17636      Branch: perl
17637            ! pod/perlnewmod.pod
17638 ____________________________________________________________________________
17639 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
17640         Log: More HP model tweaks from Merijn.
17641      Branch: perl
17642            ! README.hpux
17643 ____________________________________________________________________________
17644 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
17645         Log: Update Changes.
17646      Branch: perl
17647            ! Changes patchlevel.h
17648 ____________________________________________________________________________
17649 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
17650         Log: HP-UX update from H.Merijn Brand.
17651      Branch: perl
17652            ! README.hpux
17653 ____________________________________________________________________________
17654 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
17655         Log: Subject: [PATCH] fix link rot in README.vms
17656              From: "Craig A. Berry" <craigberry@mac.com>
17657              Date: Wed, 10 Oct 2001 17:17:00 -0500
17658              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
17659      Branch: perl
17660            ! README.vms
17661 ____________________________________________________________________________
17662 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
17663         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
17664              From: "chromatic" <chromatic@rmci.net>
17665              Date: Wed, 10 Oct 2001 15:50:30 -0600
17666              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
17667      Branch: perl
17668            ! lib/Term/Complete.t
17669 ____________________________________________________________________________
17670 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
17671         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
17672              From: "chromatic" <chromatic@rmci.net>
17673              Date: Wed, 10 Oct 2001 15:45:42 -0600
17674              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
17675      Branch: perl
17676            + lib/ExtUtils/Packlist.t
17677            ! MANIFEST
17678 ____________________________________________________________________________
17679 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
17680         Log: VMS needs quotes around the -I option to keep it from
17681              being downcased, from Charles Lane.
17682      Branch: perl
17683            ! t/run/kill_perl.t
17684 ____________________________________________________________________________
17685 [ 12395] By: ams                                   on 2001/10/10  16:22:32
17686         Log: Subject: [PATCH lib/FindBin.pm]
17687              From: Stas Bekman <stas@stason.org>
17688              Date: Tue, 09 Oct 2001 23:57:10 +0800
17689              Message-Id: <3BC31E56.60805@stason.org>
17690      Branch: perl
17691            ! lib/FindBin.pm
17692 ____________________________________________________________________________
17693 [ 12394] By: ams                                   on 2001/10/10  16:09:53
17694         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
17695              From: Abhijit Menon-Sen <ams@wiw.org>
17696              Date: Wed, 10 Oct 2001 21:59:33 +0530
17697              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
17698      Branch: perl
17699            ! ext/Data/Dumper/Dumper.xs
17700 ____________________________________________________________________________
17701 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
17702         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
17703              from Charles Lane.
17704      Branch: perl
17705            ! lib/File/Spec/VMS.pm
17706 ____________________________________________________________________________
17707 [ 12392] By: ams                                   on 2001/10/10  14:49:43
17708         Log: Subject: [PATCH] two s/// bugfixes
17709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17710              Date: Wed, 10 Oct 2001 17:23:44 +0200
17711              Message-Id: <20011010172344.C22440@rafael>
17712      Branch: perl
17713            ! pp_ctl.c regexec.c t/op/subst.t
17714 ____________________________________________________________________________
17715 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
17716         Log: Fix/improve handling of the [000000] special "root"
17717              directory, by putting cwd in canonical form when doing
17718              abs2rel, and prepending a 000000 to directory "chunks"
17719              if missing from base or path.  Also adjust test to
17720              reflect the (improved) output from abs2rel.
17721              From Charles Lane.
17722      Branch: perl
17723            ! lib/File/Spec.t lib/File/Spec/VMS.pm
17724 ____________________________________________________________________________
17725 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
17726         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
17727              all of the extra VMSish attributes (such as "treat this logical
17728              as a device name") that are necessary to make programs run.
17729              A tainted %ENV does not hinder VMS.  From Charles Lane.
17730      Branch: perl
17731            ! lib/File/Find/t/taint.t
17732 ____________________________________________________________________________
17733 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
17734         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
17735              
17736              o  VMS is case-insensitive, RTL downcases filenames read
17737              by perl... so need to re-upcase filenames like MANIFEST
17738              and MANIFEST.SKIP
17739              
17740              o  Need to convert VMS-style to Unix-style filenames when comparing
17741              names in MANIFEST to names in filesystem.
17742              
17743              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
17744              since VMS won't let you (easily) delete non-empty directories.
17745              
17746              From Charles Lane.
17747      Branch: perl
17748            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
17749 ____________________________________________________________________________
17750 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
17751         Log: Unix and VMS agree on "*" as a "match any number of any chars"
17752              wildcards, but differ ("?"  vs.  "%") for their "match any single
17753              char" wildcard.  This patch changes "?"  chars to "%" before doing a
17754              VMS glob...at no loss of functionality, since "?"  isn't a valid
17755              filename char on VMS.  From Charles Lane.
17756      Branch: perl
17757            ! doio.c
17758 ____________________________________________________________________________
17759 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
17760         Log: (accidentally empty submit; new life as #12390)
17761      Branch: perl
17762            ! lib/File/Find/t/taint.t
17763 ____________________________________________________________________________
17764 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
17765         Log: Even more VMS tweakage from Charles Lane:
17766              
17767              Tweak #1:  splitdir only works on directory part of filespec,
17768              split off volume first
17769              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
17770              (it's a horrible kludge in the run-time library,
17771              improved in later versions). Check the
17772              $Config{'d_setenv'} flag before attempting to set it.
17773      Branch: perl
17774            ! t/op/chdir.t
17775 ____________________________________________________________________________
17776 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
17777         Log: VMS tweakage from Charles Lane.
17778              
17779              . command.com doubles an output line when prompting for extensions
17780              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
17781              . perl5db doesn't clean up after itself
17782      Branch: perl
17783            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
17784 ____________________________________________________________________________
17785 [ 12384] By: sky                                   on 2001/10/09  19:16:11
17786         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
17787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17788              Date: Tue, 9 Oct 2001 22:10:26 +0200
17789              Message-ID: <20011009221026.A8579@rafael>
17790      Branch: perl
17791            ! pod/perldata.pod
17792 ____________________________________________________________________________
17793 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
17794         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
17795              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
17796              Date: 9 Oct 2001 15:15:06 -0000
17797              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
17798      Branch: perl
17799            ! t/op/subst.t
17800 ____________________________________________________________________________
17801 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
17802         Log: Update Changes.
17803      Branch: perl
17804            ! Changes patchlevel.h
17805 ____________________________________________________________________________
17806 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
17807         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
17808              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
17809              when a NULL is passed for the filename string pointer.
17810              From Charles Lane.
17811      Branch: perl
17812            ! vms/vms.c
17813 ____________________________________________________________________________
17814 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
17815         Log: Subject: HP systems update
17816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17817              Date: Tue, 09 Oct 2001 15:59:22 +0200
17818              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
17819      Branch: perl
17820            ! README.hpux
17821 ____________________________________________________________________________
17822 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
17823         Log: CPAN::Nox does now have a test.
17824      Branch: perl
17825            ! t/lib/1_compile.t
17826 ____________________________________________________________________________
17827 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
17828         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
17829              From: David Dyck <dcd@tc.fluke.com>
17830              Date: Mon, 1 Oct 2001 12:17:36 -0700
17831              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
17832      Branch: perl
17833            ! installperl
17834 ____________________________________________________________________________
17835 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
17836         Log: NetWare update from Ananth Kesari.
17837      Branch: perl
17838            ! NetWare/nwperlsys.h makedef.pl
17839 ____________________________________________________________________________
17840 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
17841         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
17842              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17843              Date: Tue, 9 Oct 2001 08:40:57 EDT
17844              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
17845      Branch: perl
17846            ! lib/File/Find/t/find.t
17847 ____________________________________________________________________________
17848 [ 12374] By: ams                                   on 2001/10/09  05:31:45
17849         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
17850              ExtUtils::Mkbootstrap
17851              From: "chromatic" <chromatic@rmci.net>
17852              Date: Tue, 09 Oct 2001 00:08:37 -0600
17853              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
17854      Branch: perl
17855            + lib/ExtUtils/Mkbootstrap.t
17856            ! MANIFEST
17857 ____________________________________________________________________________
17858 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
17859         Log: Enable more debugging.
17860      Branch: perl
17861            ! lib/utf8_heavy.pl
17862 ____________________________________________________________________________
17863 [ 12372] By: ams                                   on 2001/10/09  02:11:59
17864         Log: #12370 forgot to modify is_gv_magical().
17865      Branch: perl
17866            ! gv.c
17867 ____________________________________________________________________________
17868 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
17869         Log: Make the toupper/lower/title API for Unicode not right
17870              but at least less wrong: prepare for the mapping being
17871              more than just one-character-to-one-character.
17872      Branch: perl
17873            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
17874            ! regexec.c utf8.c
17875 ____________________________________________________________________________
17876 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
17877         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
17878              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17879              Date: Mon, 8 Oct 2001 22:18:23 -0400
17880              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
17881      Branch: perl
17882            ! pod/perlvar.pod t/op/taint.t
17883 ____________________________________________________________________________
17884 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
17885         Log: FAQ sync.
17886      Branch: perl
17887            ! pod/perlfaq3.pod pod/perlfaq4.pod
17888 ____________________________________________________________________________
17889 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
17890         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
17891              From: "chromatic" <chromatic@rmci.net>
17892              Date: Mon, 08 Oct 2001 14:05:32 -0600
17893              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
17894      Branch: perl
17895            ! lib/Term/Cap.t
17896 ____________________________________________________________________________
17897 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
17898         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
17899              From: Michael G Schwern <schwern@pobox.com>
17900              Date: Mon, 8 Oct 2001 17:00:14 -0400
17901              Message-ID: <20011008170014.L17083@blackrider>
17902      Branch: perl
17903            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
17904 ____________________________________________________________________________
17905 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
17906         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
17907              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17908              Date: Mon, 8 Oct 2001 16:01:33 EDT
17909              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
17910      Branch: perl
17911            ! ext/Time/HiRes/HiRes.xs
17912 ____________________________________________________________________________
17913 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
17914         Log: Subject: [PATCH] Autosplit patch for VMS
17915              From: "Craig A. Berry" <craigberry@mac.com>
17916              Date: Mon, 08 Oct 2001 15:40:43 -0500
17917              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
17918      Branch: perl
17919            ! lib/AutoSplit.pm lib/AutoSplit.t
17920 ____________________________________________________________________________
17921 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
17922         Log: Don't assume that everybody is running OS X 10.1 yet;
17923              from Kay Röpke.
17924      Branch: perl
17925            ! hints/darwin.sh
17926 ____________________________________________________________________________
17927 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
17928         Log: Update Changes.
17929      Branch: perl
17930            ! Changes patchlevel.h
17931 ____________________________________________________________________________
17932 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
17933         Log: Retract #12358 for now.
17934      Branch: perl
17935            ! lib/Term/Cap.t
17936 ____________________________________________________________________________
17937 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
17938         Log: Can't figure out what this is testing.
17939              (If it is trying to catch SIGKILL, it should stop
17940              trying because that is by definition impossible.)
17941      Branch: perl
17942            ! lib/sigtrap.t
17943 ____________________________________________________________________________
17944 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
17945         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
17946              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17947              Date: Sun, 30 Sep 2001 21:15:13 +0200
17948              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
17949      Branch: perl
17950            ! lib/ExtUtils/MM_Win32.pm
17951 ____________________________________________________________________________
17952 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
17953         Log: Clarify the ldlibpth part and condense the overall text.
17954      Branch: perl
17955            ! t/TEST
17956 ____________________________________________________________________________
17957 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
17958         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
17959              From: "chromatic" <chromatic@rmci.net>
17960              Date: Sun, 07 Oct 2001 16:59:26 -0600
17961              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
17962      Branch: perl
17963            ! lib/Term/Cap.t
17964 ____________________________________________________________________________
17965 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
17966         Log: Update the list because fo #12265.
17967      Branch: perl
17968            ! t/lib/1_compile.t
17969 ____________________________________________________________________________
17970 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
17971         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
17972              From: Nicholas Clark <nick@ccl4.org>
17973              Date: Sun, 7 Oct 2001 20:53:33 +0100
17974              Message-ID: <20011007205333.S38756@plum.flirble.org>   
17975      Branch: perl
17976            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
17977            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17978            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
17979            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
17980            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
17981            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
17982            ! lib/Switch/t/switch.t lib/Term/Complete.t
17983            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
17984            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
17985            ! t/op/my_stash.t
17986 ____________________________________________________________________________
17987 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
17988         Log: Integrate patch #12350 from maintperl; typo in
17989              IO::Seekable doc.
17990      Branch: perl
17991           !> ext/IO/lib/IO/Seekable.pm
17992 ____________________________________________________________________________
17993 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
17994         Log: Detypo.
17995      Branch: perl
17996            ! hints/darwin.sh
17997 ____________________________________________________________________________
17998 [ 12353] By: sky                                   on 2001/10/07  17:16:14
17999         Log: Change 12349 didn't really get it right.
18000      Branch: perl
18001            ! lib/Unicode/README
18002 ____________________________________________________________________________
18003 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
18004         Log: If running the harness the dynamic library search path
18005              may need setting.
18006      Branch: perl
18007            ! t/TEST
18008 ____________________________________________________________________________
18009 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
18010         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
18011              in ldflags.
18012      Branch: perl
18013            ! hints/darwin.sh
18014 ____________________________________________________________________________
18015 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
18016         Log: typo in IO::Seekable doc
18017      Branch: maint-5.6/perl
18018            ! ext/IO/lib/IO/Seekable.pm
18019 ____________________________________________________________________________
18020 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
18021         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
18022              doesn't work on Mac OS X 10.1 (when unpacking the tar the
18023              latter gets renamed as lib/unicode:1, assumedly for security
18024              reasons not to overwrite stuff)
18025      Branch: perl
18026            + lib/Unicode/README
18027            - lib/unicode/README
18028            ! MANIFEST
18029 ____________________________________________________________________________
18030 [ 12348] By: ams                                   on 2001/10/07  05:33:40
18031         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
18032              From: "chromatic" <chromatic@rmci.net>
18033              Date: Sat, 06 Oct 2001 21:42:03 -0600
18034              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
18035      Branch: perl
18036            + lib/CPAN/t/Nox.t
18037            ! MANIFEST
18038 ____________________________________________________________________________
18039 [ 12347] By: ams                                   on 2001/10/07  00:48:10
18040         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
18041              From: "chromatic" <chromatic@rmci.net>
18042              Date: Sat, 06 Oct 2001 18:52:10 -0600
18043              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
18044      Branch: perl
18045            + lib/sigtrap.t
18046            ! MANIFEST
18047 ____________________________________________________________________________
18048 [ 12346] By: ams                                   on 2001/10/06  23:14:01
18049         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
18050              h2xs write?)
18051              From: Nicholas Clark <nick@ccl4.org>
18052              Date: Sat, 6 Oct 2001 21:46:43 +0100
18053              Message-Id: <20011006214643.L38756@plum.flirble.org>
18054      Branch: perl
18055            ! utils/h2xs.PL
18056 ____________________________________________________________________________
18057 [ 12345] By: ams                                   on 2001/10/06  17:39:53
18058         Log: Subject: [PATCH] Memoize tests
18059              From: Nicholas Clark <nick@ccl4.org>
18060              Date: Sat, 6 Oct 2001 18:04:21 +0100
18061              Message-Id: <20011006180421.J38756@plum.flirble.org>
18062      Branch: perl
18063            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
18064            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
18065            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
18066            ! lib/Memoize/t/expire_module_n.t
18067            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
18068            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
18069            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
18070            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
18071            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
18072            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
18073 ____________________________________________________________________________
18074 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
18075         Log: Retract the latter part of #12343.
18076      Branch: perl
18077            ! ext/IO/lib/IO/Socket/INET.pm
18078 ____________________________________________________________________________
18079 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
18080         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
18081              From: David Dyck <dcd@tc.fluke.com>
18082              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
18083              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
18084              
18085              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
18086              From: David Dyck <dcd@tc.fluke.com>
18087              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
18088              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
18089      Branch: perl
18090            ! ext/IO/lib/IO/Socket/INET.pm
18091 ____________________________________________________________________________
18092 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
18093         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
18094              From: Robin Barker <rmb1@cise.npl.co.uk>
18095              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
18096              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
18097      Branch: perl
18098            ! t/TEST
18099 ____________________________________________________________________________
18100 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
18101         Log: Don't assume that %x is good for displaying UVs.
18102      Branch: perl
18103            ! dump.c
18104 ____________________________________________________________________________
18105 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
18106         Log: Update Changes.
18107      Branch: perl
18108            ! Changes patchlevel.h
18109 ____________________________________________________________________________
18110 [ 12339] By: ams                                   on 2001/10/05  10:22:34
18111         Log: Subject: [PATCH] perlfunc/select
18112              From: Nicholas Clark <nick@ccl4.org>
18113              Date: Fri, 5 Oct 2001 11:33:58 +0100
18114              Message-Id: <20011005113358.Z38756@plum.flirble.org>
18115      Branch: perl
18116            ! pod/perlfunc.pod
18117 ____________________________________________________________________________
18118 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
18119         Log: Retract #12313 and #12249.
18120      Branch: perl
18121            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
18122            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
18123            ! pod/perlebcdic.pod
18124 ____________________________________________________________________________
18125 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
18126         Log: Subject: [PATCH] perlvms.pod update
18127              From: "Craig A. Berry" <craigberry@mac.com>
18128              Date: Thu, 04 Oct 2001 12:55:52 -0500
18129              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
18130      Branch: perl
18131            ! vms/perlvms.pod
18132 ____________________________________________________________________________
18133 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
18134         Log: Subject: PATCH: Tie::SubstrHash
18135              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18136              Date: Thu, 04 Oct 2001 12:12:41 +0100
18137              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
18138      Branch: perl
18139            ! lib/Tie/SubstrHash.pm
18140 ____________________________________________________________________________
18141 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
18142         Log: Unicode properties saga continues.
18143      Branch: perl
18144            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
18145            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
18146 ____________________________________________________________________________
18147 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
18148         Log: Yet more Unicode properties.
18149      Branch: perl
18150            + lib/unicore/In/137.pl lib/unicore/In/138.pl
18151            + lib/unicore/In/139.pl lib/unicore/In/140.pl
18152            + lib/unicore/In/141.pl lib/unicore/In/142.pl
18153            + lib/unicore/In/143.pl lib/unicore/In/144.pl
18154            + lib/unicore/In/145.pl lib/unicore/In/146.pl
18155            + lib/unicore/In/147.pl lib/unicore/In/148.pl
18156            + lib/unicore/In/149.pl lib/unicore/In/150.pl
18157            + lib/unicore/In/151.pl lib/unicore/In/152.pl
18158            + lib/unicore/In/153.pl lib/unicore/In/154.pl
18159            + lib/unicore/In/155.pl lib/unicore/In/156.pl
18160            + lib/unicore/In/157.pl lib/unicore/In/158.pl
18161            + lib/unicore/In/159.pl lib/unicore/In/160.pl
18162            + lib/unicore/In/161.pl lib/unicore/In/162.pl
18163            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
18164            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
18165            ! pod/perlunicode.pod
18166 ____________________________________________________________________________
18167 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
18168         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
18169              From: "Craig A. Berry" <craigberry@mac.com>
18170              Date: Wed, 03 Oct 2001 17:45:25 -0500
18171              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
18172              
18173              (the lib/Term/Complete.t patched differently by #12332)
18174      Branch: perl
18175            ! lib/ExtUtils/Command.t
18176 ____________________________________________________________________________
18177 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
18178         Log: Restore only if something to restore.
18179      Branch: perl
18180            ! lib/Term/Complete.t
18181 ____________________________________________________________________________
18182 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
18183         Log: Update various resources for credits,
18184              minor icons fixes, and versions.
18185      Branch: maint-5.6/macperl
18186            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
18187            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
18188            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
18189 ____________________________________________________________________________
18190 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
18191         Log: Quiet the warnings about using undef value
18192      Branch: maint-5.6/macperl
18193            ! lib/File/Temp.pm
18194 ____________________________________________________________________________
18195 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
18196         Log: Fix up Ballon Help and Help menu docs (first pass);
18197              remove balloon rez file, and autogenerate with
18198              Balloon2Rez instead.
18199      Branch: maint-5.6/macperl
18200            + macos/macperl/macscripts/Balloon2Rez
18201            - macos/macperl/MPBalloons.r
18202            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
18203 ____________________________________________________________________________
18204 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
18205         Log: Allow overriding of defaults, for change #12327.
18206      Branch: maint-5.6/macperl
18207            ! perl.h
18208 ____________________________________________________________________________
18209 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
18210         Log: Override PerlProc_exit.
18211      Branch: maint-5.6/macperl
18212            ! macos/macish.h
18213 ____________________________________________________________________________
18214 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
18215         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
18216      Branch: maint-5.6/macperl
18217            + macos/bundled_lib/blib/lib/MD5.pm
18218            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
18219            + macos/lib/Mac/AETE/Dialect.pm
18220            + macos/lib/Mac/AETE/Format/Converter.pm
18221            + macos/lib/Mac/AETE/Format/Dictionary.pm
18222            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
18223            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
18224            + macos/lib/Mac/Toolbox.pod
18225            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
18226 ____________________________________________________________________________
18227 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
18228         Log: Sync up silly CVS headers ... I should commit CVS
18229              first to avoid this ...
18230      Branch: maint-5.6/macperl
18231            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
18232            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
18233            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
18234            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
18235 ____________________________________________________________________________
18236 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
18237         Log: Fix Matthias' address, and attributions.
18238      Branch: maint-5.6/macperl
18239            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
18240            ! pod/perlport.pod
18241 ____________________________________________________________________________
18242 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
18243         Log: Fix Matthias' address, and attributions.
18244      Branch: maint-5.6/macperl
18245            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
18246            ! macos/ext/Mac/Components/Components.pm
18247            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
18248            ! macos/ext/Mac/Dialogs/Dialogs.pm
18249            ! macos/ext/Mac/Events/Events.pm
18250            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
18251            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
18252            ! macos/ext/Mac/Gestalt/Gestalt.pm
18253            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
18254            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
18255            ! macos/ext/Mac/Menus/Menus.pm
18256            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
18257            ! macos/ext/Mac/Movies/Movies.pm
18258            ! macos/ext/Mac/Navigation/Navigation.pm
18259            ! macos/ext/Mac/Notification/Notification.pm
18260            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
18261            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
18262            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
18263            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
18264            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
18265            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
18266            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
18267            ! macos/ext/Mac/StandardFile/StandardFile.pm
18268            ! macos/ext/Mac/TextEdit/TextEdit.pm
18269            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
18270            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
18271            ! macos/lib/Mac/LowMem.pm
18272 ____________________________________________________________________________
18273 [ 12322] By: sky                                   on 2001/10/03  18:41:07
18274         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
18275              From: "Craig A. Berry" <craigberry@mac.com>
18276              Date: Wed, 03 Oct 2001 14:30:55 -0500
18277              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
18278      Branch: perl
18279            ! vms/vms.c
18280 ____________________________________________________________________________
18281 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
18282         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
18283              From: "Craig A. Berry" <craigberry@mac.com>
18284              Date: Wed, 03 Oct 2001 14:30:55 -0500
18285              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
18286      Branch: perl
18287            ! vms/vms.c
18288 ____________________________________________________________________________
18289 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
18290         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
18291              only IsL&) and Inherited (negative lookahead good);
18292              add tests for Common, Inherited, and L&.
18293      Branch: perl
18294            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
18295 ____________________________________________________________________________
18296 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
18297         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
18298              (The Unicode standard uses L& quite often.)
18299      Branch: perl
18300            ! lib/utf8_heavy.pl
18301 ____________________________________________________________________________
18302 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
18303         Log: Add the 'Common' Unicode property (code points not
18304              explicitly assigned to any other script).
18305      Branch: perl
18306            + lib/unicore/In/136.pl
18307            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
18308 ____________________________________________________________________________
18309 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
18310         Log: Skip the RV printing test under threads until fixed.
18311      Branch: perl
18312            ! ext/B/t/terse.t
18313 ____________________________________________________________________________
18314 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
18315         Log: Subject: 12309 / cygwin / win2k
18316              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18317              Date: Wed, 03 Oct 2001 15:25:15 +0200
18318              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
18319      Branch: perl
18320            ! makedef.pl
18321 ____________________________________________________________________________
18322 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
18323         Log: Metaconfig unit change for #12314.
18324      Branch: metaconfig
18325            ! U/modified/Head.U
18326 ____________________________________________________________________________
18327 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
18328         Log: Subject: Both cygwin and djgpp on one machine
18329              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18330              Date: Wed, 03 Oct 2001 15:02:59 +0200
18331              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
18332      Branch: perl
18333            ! Configure
18334 ____________________________________________________________________________
18335 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
18336         Log: (retracted by #12338)
18337              
18338              Subject: [PATCH] Code clean up for perlboot.pod
18339              From: Casey West <casey@geeknest.com>
18340              Date: Tue, 2 Oct 2001 19:24:43 -0400
18341              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
18342              
18343              Subject: [PATCH] Code clean up for perlbot.diff
18344              From: Casey West <casey@geeknest.com>
18345              Date: Tue, 2 Oct 2001 19:25:22 -0400
18346              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
18347              
18348              Subject: [PATCH] Code clean up for perlcall.pod
18349              From: Casey West <casey@geeknest.com>
18350              Date: Tue, 2 Oct 2001 19:25:57 -0400
18351              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
18352              
18353              Subject: [PATCH] Code clean up for perldata.pod
18354              From: Casey West <casey@geeknest.com>
18355              Date: Tue, 2 Oct 2001 19:26:29 -0400
18356              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
18357              
18358              Subject: [PATCH] Code clean up for perldbmfilter.pod
18359              From: Casey West <casey@geeknest.com>
18360              Date: Tue, 2 Oct 2001 19:26:59 -0400
18361              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
18362              
18363              Subject: [PATCH] Code clean up for perlebcdic.pod
18364              From: Casey West <casey@geeknest.com>
18365              Date: Tue, 2 Oct 2001 19:27:37 -0400
18366              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
18367      Branch: perl
18368            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
18369            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
18370 ____________________________________________________________________________
18371 [ 12312] By: ams                                   on 2001/10/02  23:43:55
18372         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
18373              From: Michael G Schwern <schwern@pobox.com>
18374              Date: Tue, 2 Oct 2001 17:00:49 -0400
18375              Message-Id: <20011002170049.A9955@blackrider>
18376      Branch: perl
18377            ! lib/ExtUtils/MakeMaker.pm
18378 ____________________________________________________________________________
18379 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
18380         Log: FAQ sync.
18381      Branch: perl
18382            ! pod/perlfaq3.pod
18383 ____________________________________________________________________________
18384 [ 12310] By: nick                                  on 2001/10/02  16:09:49
18385         Log: Integrate mainline
18386      Branch: perlio
18387           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
18388           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
18389           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
18390           !> patchlevel.h t/op/pat.t
18391 ____________________________________________________________________________
18392 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
18393         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
18394              not just one single space.
18395      Branch: perl
18396            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
18397 ____________________________________________________________________________
18398 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
18399         Log: AUTHORS updates.
18400      Branch: perl
18401            ! AUTHORS
18402 ____________________________________________________________________________
18403 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
18404         Log: Update Changes.
18405      Branch: perl
18406            ! Changes patchlevel.h
18407 ____________________________________________________________________________
18408 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
18409         Log: Work around old buggy glibcs for langinfo constants,
18410              from Nicholas Clark and David Dyck.
18411      Branch: perl
18412            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
18413 ____________________________________________________________________________
18414 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
18415         Log: Eradicate Time::Piece; add an example.
18416      Branch: perl
18417            ! ext/I18N/Langinfo/Langinfo.pm
18418 ____________________________________________________________________________
18419 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
18420         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
18421              From: Robert Spier <rspier@pobox.com>
18422              Date: Mon, 1 Oct 2001 23:20:16 -0700
18423              Message-ID: <15289.23712.422087.878224@rls.cx>
18424      Branch: perl
18425            ! lib/Pod/Html.pm
18426 ____________________________________________________________________________
18427 [ 12303] By: sky                                   on 2001/10/02  10:40:57
18428         Log: Fixes obscure bug that manifests itself by.
18429              local $!=0;undef*STDOUT;#segfaults
18430              Has been around for a while. Possible other magic IO vars are
18431              possibly affected as well. Reported by Jos Boumans.
18432      Branch: perl
18433            ! mg.c
18434 ____________________________________________________________________________
18435 [ 12302] By: nick                                  on 2001/10/02  09:00:52
18436         Log: Integrate mainline
18437      Branch: perlio
18438           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
18439           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
18440           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
18441 ____________________________________________________________________________
18442 [ 12301] By: nick                                  on 2001/10/02  08:40:57
18443         Log: Integrate mainline + lib/open.t patch from Chromatic
18444      Branch: perlio
18445           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
18446            ! lib/open.t
18447           !> (integrate 29 files)
18448 ____________________________________________________________________________
18449 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
18450         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
18451              Until it has, better stop early if someone requests threads.
18452      Branch: perl
18453            ! hints/darwin.sh
18454 ____________________________________________________________________________
18455 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
18456         Log: Subject: [ID 20011001.011] redundant code in t/TEST
18457              From: David Dyck <dcd@tc.fluke.com>
18458              Date: Mon, 1 Oct 2001 12:56:24 -0700
18459              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
18460      Branch: perl
18461            ! t/TEST
18462 ____________________________________________________________________________
18463 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
18464         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
18465              From: "chromatic" <chromatic@rmci.net>
18466              Date: Mon, 01 Oct 2001 12:27:12 -0600
18467              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
18468      Branch: perl
18469            ! lib/Term/Cap.t
18470 ____________________________________________________________________________
18471 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
18472         Log: UNICOS testing patches from Nicholas Clark.
18473      Branch: perl
18474            ! t/op/arith.t t/op/pack.t
18475 ____________________________________________________________________________
18476 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
18477         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
18478              From: "chromatic" <chromatic@rmci.net>
18479              Date: Mon, 01 Oct 2001 10:21:51 -0600
18480              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
18481      Branch: perl
18482            ! lib/open.t
18483 ____________________________________________________________________________
18484 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
18485         Log: Make missing the RADIXCHAR a softer, gentler error.
18486      Branch: perl
18487            ! ext/I18N/Langinfo/Langinfo.t
18488 ____________________________________________________________________________
18489 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
18490         Log: Nuke also the LANG because of glibc.
18491      Branch: perl
18492            ! lib/open.t
18493 ____________________________________________________________________________
18494 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
18495         Log: Also the ^Is is optional.
18496      Branch: perl
18497            ! pod/perlunicode.pod t/op/pat.t
18498 ____________________________________________________________________________
18499 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
18500         Log: Be careful to pull chars from the varargs stack when
18501              formatting chars.
18502      Branch: perl
18503            ! regcomp.c
18504 ____________________________________________________________________________
18505 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
18506         Log: sortsv not in place anymore, noticed by John P. Linderman.
18507      Branch: perl
18508            ! pod/perlapi.pod pp_ctl.c
18509 ____________________________________________________________________________
18510 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
18511         Log: Make the diagnostic messages more neutral.
18512      Branch: perl
18513            ! ext/B/t/terse.t
18514 ____________________________________________________________________________
18515 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
18516         Log: Forgotten from #12288.
18517      Branch: perl
18518            ! ext/Data/Dumper/Dumper.pm
18519 ____________________________________________________________________________
18520 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
18521         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
18522              From: Brian Ingerson <ingy@ttul.org>
18523              Date: Sun, 30 Sep 2001 21:45:56 -0700
18524              Message-ID: <20010930214556.D26392@ttul.org>
18525              
18526              (remember also the #12289)
18527      Branch: perl
18528            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
18529 ____________________________________________________________________________
18530 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
18531         Log: More Unicode property tests for the abbreviated
18532              general properties.
18533      Branch: perl
18534            ! t/op/pat.t
18535 ____________________________________________________________________________
18536 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
18537         Log: Further tweaks to the Unicode properties.
18538      Branch: perl
18539            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
18540 ____________________________________________________________________________
18541 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
18542         Log: Retract #12284.
18543      Branch: perl
18544            ! lib/Term/Cap.t
18545 ____________________________________________________________________________
18546 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
18547         Log: (Retracted by #12285)
18548      Branch: perl
18549            ! lib/Term/Cap.t
18550 ____________________________________________________________________________
18551 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
18552         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
18553              From: "chromatic" <chromatic@rmci.net>  
18554              Date: Sun, 30 Sep 2001 16:10:02 -0600
18555              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
18556      Branch: perl
18557            + lib/Term/Cap.t
18558            ! MANIFEST
18559 ____________________________________________________________________________
18560 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
18561         Log: Use stty -g to restore the terminal state, do not even
18562              try to run the tests if stty -g is not available.
18563      Branch: perl
18564            ! lib/Term/Complete.t
18565 ____________________________________________________________________________
18566 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
18567         Log: Cleanup utf8_heavy; allow dropping the In prefix from
18568              Unicode script/block properties.
18569      Branch: perl
18570            ! lib/utf8_heavy.pl
18571 ____________________________________________________________________________
18572 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
18573         Log: Retract the #12259 for now.
18574      Branch: perl
18575            ! embed.h embed.pl sv.h
18576 ____________________________________________________________________________
18577 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
18578         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
18579      Branch: perl
18580            + lib/Text/TabsWrap/CHANGELOG
18581            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
18582 ____________________________________________________________________________
18583 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
18584         Log: #12272 wasn't right, it introduced an extra ().
18585      Branch: perl
18586            ! lib/utf8_heavy.pl
18587 ____________________________________________________________________________
18588 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
18589         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
18590              From: Jonathan Stowe <gellyfish@gellyfish.com>
18591              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
18592              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
18593      Branch: perl
18594            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
18595 ____________________________________________________________________________
18596 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
18597         Log: Subject: Patch to put qsortsv in the public API
18598              From: Brian Ingerson <ingy@ttul.org>
18599              Date: Sat, 29 Sep 2001 17:41:13 -0700
18600              Message-ID: <20010929174113.A30223@ttul.org>
18601      Branch: perl
18602            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
18603 ____________________________________________________________________________
18604 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
18605         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
18606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18607              Date: Sat, 29 Sep 2001 23:54:48 +0200
18608              Message-ID: <20010929235448.A5017@rafael>
18609      Branch: perl
18610            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
18611 ____________________________________________________________________________
18612 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
18613         Log: FAQ sync.
18614      Branch: perl
18615            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18616            ! pod/perlfaq9.pod
18617 ____________________________________________________________________________
18618 [ 12273] By: bailey                                on 2001/09/29  23:43:46
18619         Log: Resync with mainline
18620      Branch: vmsperl
18621           +> (branch 1207 files)
18622            - (delete 324 files)
18623           !> (integrate 866 files)
18624 ____________________________________________________________________________
18625 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
18626         Log: Nasty recursion trap if one would match Unicode.
18627      Branch: perl
18628            ! lib/utf8_heavy.pl
18629 ____________________________________________________________________________
18630 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
18631         Log: More Unicode todo.
18632      Branch: perl
18633            ! pod/perltodo.pod
18634 ____________________________________________________________________________
18635 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
18636         Log: Explain a bit the new more flexible \p\P syntax.
18637      Branch: perl
18638            ! pod/perlunicode.pod
18639 ____________________________________________________________________________
18640 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
18641         Log: More leniency to the \p and \P: now can have whitespace
18642              between the property definition and the curlies; now can
18643              invert the property by having a caret between the open
18644              curly and the property.
18645      Branch: perl
18646            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
18647 ____________________________________________________________________________
18648 [ 12268] By: nick                                  on 2001/09/29  17:39:26
18649         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
18650              one test (lib/open.t) fails
18651      Branch: perlio
18652           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
18653           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
18654           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
18655           +> lib/Tie/Scalar.t lib/open.t
18656            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
18657            - ext/B/Stash.t
18658           !> (integrate 62 files)
18659 ____________________________________________________________________________
18660 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
18661         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
18662      Branch: perl
18663            ! t/op/chdir.t
18664 ____________________________________________________________________________
18665 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
18666         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
18667              From: "Craig A. Berry" <craigberry@mac.com> 
18668              Date: Sat, 29 Sep 2001 09:35:33 -0500
18669              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
18670      Branch: perl
18671            ! t/op/chdir.t
18672 ____________________________________________________________________________
18673 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
18674         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
18675              From: "chromatic" <chromatic@rmci.net>
18676              Date: Fri, 28 Sep 2001 21:20:12 -0600
18677              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
18678      Branch: perl
18679            + lib/Tie/Scalar.t
18680            ! MANIFEST lib/Tie/Scalar.pm
18681 ____________________________________________________________________________
18682 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
18683         Log: Allow for more flexibility in the \p{In...} names, now
18684              case doesn't matter, and any space or dash can be
18685              matched by any space, dash, underbar, or empty.
18686              (may be going too far on leniency)
18687      Branch: perl
18688            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
18689            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
18690            ! t/op/pat.t
18691 ____________________________________________________________________________
18692 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
18693         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
18694              From: "chromatic" <chromatic@rmci.net>
18695              Date: Fri, 28 Sep 2001 17:39:50 -0600
18696              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
18697      Branch: perl
18698            + lib/open.t
18699            ! MANIFEST
18700 ____________________________________________________________________________
18701 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
18702         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
18703              From: "Craig A. Berry" <craigberry@mac.com>
18704              Date: Fri, 28 Sep 2001 16:24:51 -0500
18705              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
18706      Branch: perl
18707            ! ext/File/Glob/t/basic.t
18708 ____________________________________________________________________________
18709 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
18710         Log: Subject: [DOC PATCH] Carp.pm pod typo
18711              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18712              Date: Fri, 28 Sep 2001 23:14:51 +0200
18713              Message-ID: <20010928231451.E16889@rafael>
18714      Branch: perl
18715            ! lib/Carp.pm
18716 ____________________________________________________________________________
18717 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
18718         Log: Subject: [PATCH] Allow an @INC hook to set %INC
18719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18720              Date: Fri, 28 Sep 2001 22:18:13 +0200
18721              Message-ID: <20010928221813.A16889@rafael>
18722      Branch: perl
18723            ! pp_ctl.c
18724 ____________________________________________________________________________
18725 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
18726         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
18727              From: Nicholas Clark <nick@ccl4.org>
18728              Date: Fri, 28 Sep 2001 23:39:33 +0100
18729              Message-ID: <20010928233933.C23673@plum.flirble.org>
18730      Branch: perl
18731            ! embed.h embed.pl sv.h
18732 ____________________________________________________________________________
18733 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
18734         Log: Update Changes.
18735      Branch: perl
18736            ! Changes patchlevel.h
18737 ____________________________________________________________________________
18738 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
18739         Log: Move the B tests to B/t.
18740      Branch: perl
18741            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
18742            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
18743            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
18744            - ext/B/Showlex.t ext/B/Stash.t
18745            ! MANIFEST
18746 ____________________________________________________________________________
18747 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
18748         Log: Forgot from #12254.
18749      Branch: perl
18750            + ext/B/B/Terse.t
18751 ____________________________________________________________________________
18752 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
18753         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
18754              From: "chromatic" <chromatic@rmci.net>
18755              Date: Thu, 27 Sep 2001 23:22:17 -0600
18756              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
18757      Branch: perl
18758            ! MANIFEST
18759 ____________________________________________________________________________
18760 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
18761         Log: Test numbering mismatch.
18762      Branch: perl
18763            ! t/op/chdir.t
18764 ____________________________________________________________________________
18765 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
18766         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
18767              From: "Craig A. Berry" <craigberry@mac.com>
18768              Date: Wed, 26 Sep 2001 17:43:14 -0500
18769              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
18770      Branch: perl
18771            ! iperlsys.h t/op/chdir.t
18772 ____________________________________________________________________________
18773 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
18774         Log: Subject: [PATCH gv.c] make __ANON__ global
18775              From: Robin Barker <rmb1@cise.npl.co.uk>
18776              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
18777              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
18778      Branch: perl
18779            ! gv.c t/op/anonsub.t t/op/runlevel.t
18780 ____________________________________________________________________________
18781 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
18782         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
18783              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18784              Date: Thu, 27 Sep 2001 22:34:32 +0200
18785              Message-ID: <20010927223432.A1485@rafael>
18786      Branch: perl
18787            ! ext/B/B/Terse.pm
18788 ____________________________________________________________________________
18789 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
18790         Log: (retracted by #12338)
18791              
18792              Subject: [PATCH] Cleanup of perldsc.pod      
18793              From: Casey West <casey@geeknest.com>
18794              Date: Thu, 27 Sep 2001 11:13:17 -0400
18795              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
18796      Branch: perl
18797            ! pod/perldsc.pod
18798 ____________________________________________________________________________
18799 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
18800         Log: Not everyone is using ithreads...
18801      Branch: perl
18802            ! ext/Devel/Peek/Peek.t
18803 ____________________________________________________________________________
18804 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
18805         Log: Document the nss_delete core dump workaround for HP-UX
18806              and Solaris, bug IDs 20010805.018 and 20010629.004.
18807      Branch: perl
18808            ! README.hpux README.solaris
18809 ____________________________________________________________________________
18810 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
18811         Log: Dump Unicode hash keys also as Unicode,
18812              not just as a byte string.
18813      Branch: perl
18814            ! dump.c ext/Devel/Peek/Peek.t
18815 ____________________________________________________________________________
18816 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
18817         Log: Integrate changes #12241 and #12242 from macperl:
18818              
18819              Remove unneeded disabling of umask() calls
18820              
18821              Note (get|set)sockopt are available.
18822      Branch: perl
18823           !> lib/File/Temp.pm pod/perlport.pod
18824 ____________________________________________________________________________
18825 [ 12244] By: sky                                   on 2001/09/27  08:53:00
18826         Log: Flush buffers on thread closedown.
18827      Branch: perl
18828            ! ext/threads/threads.xs
18829 ____________________________________________________________________________
18830 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
18831         Log: Dump SvUTF8(sv)s also as \x{...}.
18832              
18833              TODO: dump the SvUTF8() hash keys similarly. 
18834      Branch: perl
18835            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
18836 ____________________________________________________________________________
18837 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
18838         Log: Note (get|set)sockopt are available.
18839      Branch: maint-5.6/macperl
18840            ! pod/perlport.pod
18841 ____________________________________________________________________________
18842 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
18843         Log: Remove unneeded disabling of umask() calls
18844      Branch: maint-5.6/macperl
18845            ! lib/File/Temp.pm
18846 ____________________________________________________________________________
18847 [ 12240] By: sky                                   on 2001/09/26  18:44:56
18848         Log: Documention update
18849      Branch: perl
18850            ! ext/threads/threads.pm
18851 ____________________________________________________________________________
18852 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
18853         Log: Update Changes.
18854      Branch: perl
18855            ! Changes patchlevel.h
18856 ____________________________________________________________________________
18857 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
18858         Log: Check that all environment variables are tainted.
18859      Branch: perl
18860            ! t/op/taint.t
18861 ____________________________________________________________________________
18862 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
18863         Log: Manual integration error in #12235.
18864      Branch: perl
18865            ! lib/File/DosGlob.t
18866 ____________________________________________________________________________
18867 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
18868         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
18869              From: "chromatic" <chromatic@rmci.net>
18870              Date: Tue, 25 Sep 2001 23:57:07 -0600
18871              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
18872      Branch: perl
18873            ! perlio.c
18874 ____________________________________________________________________________
18875 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
18876         Log: Integrate macperl changes from Chris Nandor:
18877              12192 11817 11815 11813 11778 11775
18878              
18879              Update CPAN.pm to work with new Mac::BuildTools instead
18880              of ExtUtils::MM_MacOS "orphan" functions
18881              
18882              Fix test
18883              
18884              Make syntax check report in MPW style, fix tests
18885              to use Mac::err=unix to get normal-style error
18886              messages.
18887              
18888              More module and test ports from Thomas Wegner et al
18889              
18890              Fix open of /dev/null for Mac OS
18891              
18892              Allow for platforms to override formatting of errors
18893              on output from Matthias Neeracher (core files)
18894      Branch: perl
18895            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
18896            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
18897            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
18898           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
18899           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
18900           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
18901 ____________________________________________________________________________
18902 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
18903         Log: grrr.
18904      Branch: perl
18905            ! t/op/gv.t
18906 ____________________________________________________________________________
18907 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
18908         Log: Retract #12232.
18909      Branch: perl
18910            ! t/op/gv.t
18911 ____________________________________________________________________________
18912 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
18913         Log: (Retracted by #12233.)
18914      Branch: perl
18915            ! t/op/gv.t
18916 ____________________________________________________________________________
18917 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
18918         Log: Detypo.
18919      Branch: perl
18920            ! ext/Encode/Makefile.PL
18921 ____________________________________________________________________________
18922 [ 12230] By: sky                                   on 2001/09/26  11:36:23
18923         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
18924              We are using a "delay" here because we do not want to depend on thread synchronization issues.
18925      Branch: perl
18926            + ext/threads/t/stress_cv.t
18927            ! MANIFEST ext/threads/t/stress_string.t
18928 ____________________________________________________________________________
18929 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
18930         Log: NetWare tweak from Ananth Kesari.
18931      Branch: perl
18932            ! NetWare/t/Readme.txt
18933 ____________________________________________________________________________
18934 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
18935         Log: Trick to fool case-blind filesystems.
18936      Branch: perl
18937            ! ext/Encode/Makefile.PL
18938 ____________________________________________________________________________
18939 [ 12227] By: sky                                   on 2001/09/26  11:06:50
18940         Log: Threads can start executing in a different order than they were
18941              created.... so we cannot ok() inside the threadstarter.
18942      Branch: perl
18943            ! ext/threads/t/stress_string.t
18944 ____________________________________________________________________________
18945 [ 12226] By: sky                                   on 2001/09/26  07:41:45
18946         Log: Add in stress_string.t to stress test threads a bit more.
18947      Branch: perl
18948            + ext/threads/t/stress_string.t
18949            ! MANIFEST
18950 ____________________________________________________________________________
18951 [ 12225] By: sky                                   on 2001/09/26  07:04:21
18952         Log: Fix negative refcount introduced by #12223.
18953      Branch: perl
18954            ! ext/threads/threads.xs
18955 ____________________________________________________________________________
18956 [ 12224] By: sky                                   on 2001/09/26  06:57:58
18957         Log: Update documentation to match change #12223
18958      Branch: perl
18959            ! sharedsv.c
18960 ____________________________________________________________________________
18961 [ 12223] By: sky                                   on 2001/09/26  06:54:32
18962         Log: Use a separate interpreter for the sharedsv space. Another
18963              negative sv leak. Sigh.
18964      Branch: perl
18965            ! sharedsv.c
18966 ____________________________________________________________________________
18967 [ 12222] By: sky                                   on 2001/09/26  05:58:35
18968         Log: Do the environ assignment in perl_contruct to match perl_destruct.
18969              Now we don't need to perl_parse/perl_run. However environ is a
18970              global....
18971      Branch: perl
18972            ! perl.c
18973 ____________________________________________________________________________
18974 [ 12221] By: sky                                   on 2001/09/26  05:41:02
18975         Log: Move the creation of PL_strtab to perl_construct so we can work
18976              with HV and HEs without running perl_parse.
18977      Branch: perl
18978            ! perl.c
18979 ____________________________________________________________________________
18980 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
18981         Log: integrate macperl changes into maint-5.6
18982      Branch: maint-5.6/perl
18983           !> (integrate 26 files)
18984 ____________________________________________________________________________
18985 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
18986         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
18987              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
18988      Branch: maint-5.6/macperl
18989            ! macos/ext/Mac/Fonts/Fonts.xs
18990            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
18991 ____________________________________________________________________________
18992 [ 12218] By: ams                                   on 2001/09/25  23:31:33
18993         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
18994              From: Nicholas Clark <nick@ccl4.org>
18995              Date: Wed, 26 Sep 2001 01:20:20 +0100
18996              Message-Id: <20010926012020.B48092@plum.flirble.org>
18997      Branch: perl
18998            ! lib/AutoSplit.t
18999 ____________________________________________________________________________
19000 [ 12217] By: ams                                   on 2001/09/25  22:33:05
19001         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
19002              From: "Craig A. Berry" <craigberry@mac.com>
19003              Date: Tue, 25 Sep 2001 18:08:42 -0500
19004              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
19005      Branch: perl
19006            ! vms/vms.c
19007 ____________________________________________________________________________
19008 [ 12216] By: ams                                   on 2001/09/25  21:41:01
19009         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
19010              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
19011              From: Michael G Schwern <schwern@pobox.com>
19012              Date: Wed, 26 Sep 2001 00:38:21 -0400
19013              Message-Id: <20010926003821.A627@blackrider>
19014      Branch: perl
19015            ! lib/AutoSplit.t
19016 ____________________________________________________________________________
19017 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
19018         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
19019              From: Michael G Schwern <schwern@pobox.com>
19020              Date: Tue, 25 Sep 2001 17:43:49 -0400
19021              Message-ID: <20010925174349.B19534@blackrider>
19022      Branch: perl
19023            ! lib/Test/Simple.pm lib/Test/Utils.pm
19024 ____________________________________________________________________________
19025 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
19026         Log: Integrate changes from bleadperl.
19027      Branch: maint-5.6/macperl
19028           !> pod/perlport.pod
19029 ____________________________________________________________________________
19030 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
19031         Log: skip($mess) should result in one skip.
19032      Branch: perl
19033            ! t/test.pl
19034 ____________________________________________________________________________
19035 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
19036         Log: Integrate change #12200 from maintperl.
19037      Branch: maint-5.6/macperl
19038           !> win32/perlhost.h
19039 ____________________________________________________________________________
19040 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
19041         Log: Fix file types to "apple"
19042      Branch: maint-5.6/macperl
19043            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
19044            ! macos/ext/Mac/SAT/t/Collision.rsrc
19045 ____________________________________________________________________________
19046 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
19047         Log: Fix rsrc file as snd file; fix path in t file.
19048      Branch: maint-5.6/macperl
19049            ! macos/ext/Mac/Notification/t/Notification.rsrc
19050            ! macos/ext/Mac/Notification/t/Notification.t
19051 ____________________________________________________________________________
19052 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
19053         Log: Sync up with File::Find from bleadperl.
19054      Branch: maint-5.6/macperl
19055            ! lib/File/Find.pm t/lib/filefind-taint.t
19056 ____________________________________________________________________________
19057 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
19058         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
19059              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
19060              of hundreds)
19061      Branch: maint-5.6/macperl
19062            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
19063            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
19064            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
19065 ____________________________________________________________________________
19066 [ 12207] By: nick                                  on 2001/09/25  19:04:36
19067         Log: Integrate mainline (untested while modem is up)
19068      Branch: perlio
19069           +> lib/AutoSplit.t t/test.pl
19070            - lib/warnings/register.t
19071           !> (integrate 28 files)
19072 ____________________________________________________________________________
19073 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
19074         Log: perldiag entry for #12205.
19075      Branch: perl
19076            ! pod/perldiag.pod
19077 ____________________________________________________________________________
19078 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
19079         Log: Subject: [PATCH] warning on v-string in use/require
19080              From: John Peacock <jpeacock@rowman.com>
19081              Date: Mon, 24 Sep 2001 17:29:03 -0400
19082              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
19083      Branch: perl
19084            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
19085 ____________________________________________________________________________
19086 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
19087         Log: perltooc et al updates.
19088      Branch: perl
19089            ! plan9/mkfile pod/roffitall
19090 ____________________________________________________________________________
19091 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
19092         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
19093              From: Michael G Schwern <schwern@pobox.com>
19094              Date: Sun, 23 Sep 2001 00:07:12 -0400
19095              Message-ID: <20010923000712.A7005@blackrider>
19096      Branch: perl
19097            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
19098 ____________________________________________________________________________
19099 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
19100         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
19101              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19102              Date: Wed, 26 Sep 2001 01:25:10 +0900
19103              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
19104      Branch: perl
19105            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
19106            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
19107            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
19108 ____________________________________________________________________________
19109 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
19110         Log: Integrate change #12200 from maintperl;
19111              on windows, virtualized environment could propagate deleted variables
19112              into children if they happen to be at the very end of the table
19113      Branch: perl
19114           !> win32/perlhost.h
19115 ____________________________________________________________________________
19116 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
19117         Log: on windows, virtualized environment could propagate deleted variables
19118              into children if they happen to be at the very end of the table
19119              (thanks for succinct test case from Johan Holmberg, and fix from
19120              Doug Lankshear)
19121      Branch: maint-5.6/perl
19122            ! win32/perlhost.h
19123 ____________________________________________________________________________
19124 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
19125         Log: avoid the use of ftime() (it does a useless, potentially
19126              expensive call to GetTimeZoneInformation()); this potentially
19127              also results in three more digits of precision from
19128              Time::HiRes::time()
19129      Branch: perl
19130            ! ext/Time/HiRes/HiRes.xs
19131 ____________________________________________________________________________
19132 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
19133         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
19134              
19135              Note: io/binmode is failing, have to figure out why.
19136      Branch: perl
19137            + t/test.pl
19138            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
19139            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
19140            ! t/run/exit.t
19141 ____________________________________________________________________________
19142 [ 12197] By: ams                                   on 2001/09/25  13:48:55
19143         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
19144              From: Nicholas Clark <nick@ccl4.org>
19145              Date: Tue, 25 Sep 2001 00:37:40 +0100
19146              Message-Id: <20010925003740.S4971@plum.flirble.org>
19147              (Further changes expected.)
19148      Branch: perl
19149            + lib/AutoSplit.t
19150            ! MANIFEST
19151 ____________________________________________________________________________
19152 [ 12196] By: sky                                   on 2001/09/25  13:37:12
19153         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
19154              _ftime to try and be more robust.
19155      Branch: perl
19156            ! ext/Time/HiRes/HiRes.xs
19157 ____________________________________________________________________________
19158 [ 12194] By: ams                                   on 2001/09/25  11:40:00
19159         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
19160              From: "Craig A. Berry" <craigberry@mac.com>
19161              Date: Mon, 24 Sep 2001 17:54:20 -0500
19162              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
19163      Branch: perl
19164            ! vms/descrip_mms.template
19165 ____________________________________________________________________________
19166 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
19167         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
19168              not working, cursor not spinning (Bug #422129); external
19169              editor problems (Bug #456329); escape/cmd-. not activating
19170              "Cancel" in Save dialog box (Bug #446960); Runtimes not
19171              executing on launch (Bug #464441).
19172      Branch: maint-5.6/macperl
19173            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
19174            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
19175            ! macos/macperl/MacPerl.r
19176 ____________________________________________________________________________
19177 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
19178         Log: Update CPAN.pm to work with new Mac::BuildTools instead
19179              of ExtUtils::MM_MacOS "orphan" functions
19180      Branch: maint-5.6/macperl
19181            ! lib/CPAN.pm
19182 ____________________________________________________________________________
19183 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
19184         Log: Fix up another xsubpp problem (Matthias Neeracher)
19185      Branch: maint-5.6/macperl
19186            ! macos/xsubpp
19187 ____________________________________________________________________________
19188 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
19189         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
19190      Branch: maint-5.6/macperl
19191            ! macos/lib/ExtUtils/MM_MacOS.pm
19192 ____________________________________________________________________________
19193 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
19194         Log: Fix up Makefiles for more Mac:: modules (and prepare for
19195              static build ...?)
19196      Branch: maint-5.6/macperl
19197            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
19198            ! macos/macperl/Makefile.mk
19199 ____________________________________________________________________________
19200 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
19201         Log: Fix up tests
19202      Branch: maint-5.6/macperl
19203            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
19204 ____________________________________________________________________________
19205 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
19206         Log: Make malloc smarter, fix bugs.  (Bug #404030)
19207      Branch: maint-5.6/macperl
19208            ! macos/icemalloc.c macos/icemalloc.h
19209 ____________________________________________________________________________
19210 [ 12186] By: nick                                  on 2001/09/24  19:18:17
19211         Log: Integrate mainline
19212      Branch: perlio
19213           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
19214           +> lib/filetest.t
19215           !> (integrate 30 files)
19216 ____________________________________________________________________________
19217 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
19218         Log: Retract #12136, the warnings::register is already
19219              tested by t/lib/warnings/9enabled, as pointed out
19220              by Paul Marquess.
19221      Branch: perl
19222            - lib/warnings/register.t
19223            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
19224 ____________________________________________________________________________
19225 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
19226         Log: fix Time::HiRes implementation of gettimeofday() on windows
19227              (HiRes.t#14 now passes)
19228      Branch: perl
19229            ! ext/Time/HiRes/HiRes.xs
19230 ____________________________________________________________________________
19231 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
19232         Log: File::Spec::catfile() canonifies everything to blackslashes on
19233              windows :-(
19234      Branch: perl
19235            ! lib/ExtUtils/Manifest.t
19236 ____________________________________________________________________________
19237 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
19238         Log: test number mismatch
19239      Branch: perl
19240            ! t/op/magic.t
19241 ____________________________________________________________________________
19242 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
19243         Log: ok().
19244      Branch: perl
19245            ! t/op/pack.t
19246 ____________________________________________________________________________
19247 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
19248         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
19249              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19250      Branch: perl
19251            ! pp_pack.c t/op/pack.t
19252 ____________________________________________________________________________
19253 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
19254         Log: Update Changes.
19255      Branch: perl
19256            ! Changes patchlevel.h
19257 ____________________________________________________________________________
19258 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
19259         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
19260              From: Michael G Schwern <schwern@pobox.com>
19261              Date: Mon, 24 Sep 2001 11:12:13 -0400
19262              Message-ID: <20010924111213.G27885@blackrider>
19263      Branch: perl
19264            ! lib/ExtUtils/Manifest.pm
19265 ____________________________________________________________________________
19266 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
19267         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
19268              From: Michael G Schwern <schwern@pobox.com> 
19269              Date: Mon, 24 Sep 2001 11:02:07 -0400
19270              Message-ID: <20010924110207.E27885@blackrider>
19271      Branch: perl
19272            ! vms/test.com
19273 ____________________________________________________________________________
19274 [ 12176] By: ams                                   on 2001/09/24  14:01:59
19275         Log: Update Changes.
19276      Branch: perl
19277            ! Changes
19278 ____________________________________________________________________________
19279 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
19280         Log: Various cleanups.
19281      Branch: perl
19282            ! ext/threads/Makefile.PL ext/threads/threads.xs
19283 ____________________________________________________________________________
19284 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
19285         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
19286      Branch: maint-5.6/macperl
19287           !> (integrate 33 files)
19288 ____________________________________________________________________________
19289 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
19290         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
19291              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19292              Date: Mon, 24 Sep 2001 20:04:58 +0900
19293              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
19294      Branch: perl
19295            ! ext/Encode/Encode/gb2312.enc
19296 ____________________________________________________________________________
19297 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
19298         Log: Clarifying comment to #12164.
19299      Branch: perl
19300            ! lib/Cwd.pm
19301 ____________________________________________________________________________
19302 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
19303         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
19304              From: Nicholas Clark <nick@ccl4.org>
19305              Date: Sun, 23 Sep 2001 23:00:56 +0100
19306              Message-ID: <20010923230055.Y4971@plum.flirble.org>
19307              
19308              (with "sample_constants" changed to "fallback")
19309      Branch: perl
19310            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
19311            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
19312            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
19313            ! lib/h2xs.t utils/h2xs.PL
19314 ____________________________________________________________________________
19315 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
19316         Log: Metaconfig unit change for #12167.
19317      Branch: metaconfig
19318            ! U/modified/Cppsym.U
19319 ____________________________________________________________________________
19320 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
19321         Log: Add a few glibc cpp symbols to probe for.
19322      Branch: perl
19323            ! Configure
19324 ____________________________________________________________________________
19325 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
19326         Log: DJGPP tweaks for Laszlo Molnar.
19327      Branch: perl
19328            ! djgpp/djgppsed.sh dosish.h
19329 ____________________________________________________________________________
19330 [ 12165] By: ams                                   on 2001/09/24  10:07:08
19331         Log: Subject: [PATCH t/op/inccode.t] More tests
19332              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19333              Date: 24 Sep 2001 10:01:44 -0000
19334              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
19335      Branch: perl
19336            ! t/op/inccode.t
19337 ____________________________________________________________________________
19338 [ 12164] By: ams                                   on 2001/09/24  09:43:29
19339         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
19340              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
19341              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
19342              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
19343      Branch: perl
19344            ! lib/Cwd.pm
19345 ____________________________________________________________________________
19346 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
19347         Log: 1_compile updates.
19348      Branch: perl
19349            ! t/lib/1_compile.t
19350 ____________________________________________________________________________
19351 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
19352         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
19353              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19354              Date: Wed, 19 Sep 2001 22:47:14 +0200
19355              Message-ID: <20010919224714.A6382@rafael>
19356      Branch: perl
19357            ! pod/perlvar.pod pp_ctl.c
19358 ____________________________________________________________________________
19359 [ 12161] By: ams                                   on 2001/09/23  17:40:02
19360         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
19361              filetest Pragma
19362              From: "chromatic" <chromatic@rmci.net>
19363              Date: Sun, 23 Sep 2001 12:07:25 -0600
19364              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
19365      Branch: perl
19366            + lib/filetest.t
19367            ! MANIFEST t/lib/1_compile.t
19368 ____________________________________________________________________________
19369 [ 12160] By: ams                                   on 2001/09/23  16:32:11
19370         Log: Additional minor chdir() tweak.
19371      Branch: perl
19372            ! pod/perlfunc.pod
19373 ____________________________________________________________________________
19374 [ 12159] By: ams                                   on 2001/09/23  16:25:01
19375         Log: Subject: PATCH lib/ExtUtils/Command.t
19376              From: Abe Timmerman <abe@ztreet.demon.nl>
19377              Date: Sun, 23 Sep 2001 19:11:44 +0200
19378              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
19379      Branch: perl
19380            ! lib/ExtUtils/Command.t
19381 ____________________________________________________________________________
19382 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
19383         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
19384              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19385              Date: Sun, 23 Sep 2001 02:02:26 +0200
19386              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
19387      Branch: perl
19388            ! makedef.pl
19389 ____________________________________________________________________________
19390 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
19391         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
19392              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
19393              Date: Sat, 22 Sep 2001 12:54:39 -0500
19394              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
19395      Branch: perl
19396            ! t/op/study.t
19397 ____________________________________________________________________________
19398 [ 12156] By: nick                                  on 2001/09/23  07:48:44
19399         Log: Integrate mainline
19400      Branch: perlio
19401            - check83.pl
19402           !> ext/Encode/Encode/2022-cn.enc
19403 ____________________________________________________________________________
19404 [ 12155] By: nick                                  on 2001/09/23  07:48:01
19405         Log: Integrate mainline
19406      Branch: perlio
19407           +> (branch 64 files)
19408            - ext/Encode/Encode/cns11643-1.enc
19409            - ext/Encode/Encode/cns11643-2.enc
19410            - ext/Encode/Encode/iso2022-cn.enc
19411            - ext/Encode/Encode/iso2022-jp.enc
19412            - ext/Encode/Encode/iso2022-jp1.enc
19413            - ext/Encode/Encode/iso2022-jp2.enc
19414            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
19415            - ext/Encode/Encode/iso8859-1.enc
19416            - ext/Encode/Encode/iso8859-1.ucm
19417            - ext/Encode/Encode/iso8859-10.enc
19418            - ext/Encode/Encode/iso8859-10.ucm
19419            - ext/Encode/Encode/iso8859-13.enc
19420            - ext/Encode/Encode/iso8859-13.ucm
19421            - ext/Encode/Encode/iso8859-14.enc
19422            - ext/Encode/Encode/iso8859-14.ucm
19423            - ext/Encode/Encode/iso8859-15.enc
19424            - ext/Encode/Encode/iso8859-15.ucm
19425            - ext/Encode/Encode/iso8859-16.enc
19426            - ext/Encode/Encode/iso8859-16.ucm
19427            - ext/Encode/Encode/iso8859-2.enc
19428            - ext/Encode/Encode/iso8859-2.ucm
19429            - ext/Encode/Encode/iso8859-3.enc
19430            - ext/Encode/Encode/iso8859-3.ucm
19431            - ext/Encode/Encode/iso8859-4.enc
19432            - ext/Encode/Encode/iso8859-4.ucm
19433            - ext/Encode/Encode/iso8859-5.enc
19434            - ext/Encode/Encode/iso8859-5.ucm
19435            - ext/Encode/Encode/iso8859-6.enc
19436            - ext/Encode/Encode/iso8859-6.ucm
19437            - ext/Encode/Encode/iso8859-7.enc
19438            - ext/Encode/Encode/iso8859-7.ucm
19439            - ext/Encode/Encode/iso8859-8.enc
19440            - ext/Encode/Encode/iso8859-8.ucm
19441            - ext/Encode/Encode/iso8859-9.enc
19442            - ext/Encode/Encode/iso8859-9.ucm
19443            - ext/Encode/Encode/isoir-197.enc
19444            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
19445            - t/lib/sample-tests/header_at_end
19446            - t/lib/sample-tests/header_at_end_fail
19447           !> (integrate 174 files)
19448 ____________________________________________________________________________
19449 [ 12154] By: ams                                   on 2001/09/23  07:11:46
19450         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
19451              by Blair Zajac.
19452      Branch: perl
19453            ! pod/perlfunc.pod
19454 ____________________________________________________________________________
19455 [ 12153] By: ams                                   on 2001/09/23  06:56:32
19456         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
19457              Forgotten deprecation of *glob{FILEHANDLE}?
19458              From: "chromatic" <chromatic@rmci.net>
19459              Date: Sat, 22 Sep 2001 21:27:56 -0600
19460              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
19461      Branch: perl
19462            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
19463 ____________________________________________________________________________
19464 [ 12152] By: ams                                   on 2001/09/23  06:42:58
19465         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
19466              From: Michael G Schwern <schwern@pobox.com>
19467              Date: Sun, 23 Sep 2001 03:34:39 -0400
19468              Message-Id: <20010923033439.E7005@blackrider>
19469      Branch: perl
19470            ! lib/File/Find.pm
19471 ____________________________________________________________________________
19472 [ 12151] By: ams                                   on 2001/09/23  06:37:57
19473         Log: Subject: Re: t/op/magic.t missing tests on Win32
19474              From: Michael G Schwern <schwern@pobox.com>
19475              Date: Sat, 22 Sep 2001 20:29:09 -0400
19476              Message-Id: <20010922202909.I18223@blackrider>
19477      Branch: perl
19478            ! t/op/magic.t
19479 ____________________________________________________________________________
19480 [ 12150] By: ams                                   on 2001/09/23  06:36:26
19481         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
19482              Dumpvalue.pm
19483              From: "chromatic" <chromatic@rmci.net>
19484              Date: Sat, 22 Sep 2001 19:41:31 -0600
19485              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
19486      Branch: perl
19487            + lib/Dumpvalue.t
19488            ! MANIFEST lib/Dumpvalue.pm
19489 ____________________________________________________________________________
19490 [ 12149] By: ams                                   on 2001/09/23  06:25:35
19491         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
19492              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19493              Date: Sun, 23 Sep 2001 15:27:56 +0900
19494              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
19495      Branch: perl
19496            ! ext/Encode/Encode/2022-cn.enc
19497 ____________________________________________________________________________
19498 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
19499         Log: Manual eror in #12147.
19500      Branch: perl
19501            ! win32/win32.c
19502 ____________________________________________________________________________
19503 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
19504         Log: Integrate change #12146 from maintperl;
19505              win32_chdir() et al don't handle a NULL argument gracefully
19506      Branch: perl
19507           !> win32/perlhost.h win32/win32.c
19508 ____________________________________________________________________________
19509 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
19510         Log: win32_chdir() et al don't handle a NULL argument gracefully
19511      Branch: maint-5.6/perl
19512            ! win32/perlhost.h win32/win32.c
19513 ____________________________________________________________________________
19514 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
19515         Log: typo in change#12026
19516      Branch: maint-5.6/perl
19517            ! op.c
19518 ____________________________________________________________________________
19519 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
19520         Log: Subject: [PATCH] Re: scalar context unpack bugs
19521              From: Nicholas Clark <nick@ccl4.org>
19522              Date: Sat, 22 Sep 2001 23:07:56 +0100
19523              Message-ID: <20010922230755.O4971@plum.flirble.org>
19524      Branch: perl
19525            ! pp_pack.c t/op/pack.t
19526 ____________________________________________________________________________
19527 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
19528         Log: Try ExtUtils::Command.t everywhere, not just on Win32
19529              (as suggested by NI-S).  Also allow running it either
19530              in t/ or in the main directory.
19531      Branch: perl
19532            ! lib/ExtUtils/Command.t
19533 ____________________________________________________________________________
19534 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
19535         Log: Update the test on warnings/register.t.
19536      Branch: perl
19537            ! t/lib/1_compile.t
19538 ____________________________________________________________________________
19539 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
19540         Log: The code is now almost tidy enough to keep the IRIX cc happy.
19541      Branch: perl
19542            ! hints/irix_6.sh
19543 ____________________________________________________________________________
19544 [ 12140] By: ams                                   on 2001/09/22  17:26:32
19545         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
19546              use_ithreads
19547              From: "Craig A. Berry" <craigberry@mac.com>
19548              Date: Sat, 22 Sep 2001 13:15:32 -0500
19549              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
19550      Branch: perl
19551            ! configure.com
19552 ____________________________________________________________________________
19553 [ 12139] By: ams                                   on 2001/09/22  16:44:08
19554         Log: Do what perl_clone() does for sharedsv functions.
19555      Branch: perl
19556            ! embed.pl proto.h
19557 ____________________________________________________________________________
19558 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
19559         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
19560              (suggested by Sarathy, extensions shouldn't be dabbling with
19561              op structures, so binary backward compatibility should not be
19562              an issue.)
19563      Branch: perl
19564            ! hints/irix_6.sh op.h
19565 ____________________________________________________________________________
19566 [ 12137] By: ams                                   on 2001/09/22  16:21:05
19567         Log: More cleanups. (What's PERL_DECL_PROT?)
19568      Branch: perl
19569            ! embed.pl proto.h sharedsv.h
19570 ____________________________________________________________________________
19571 [ 12136] By: ams                                   on 2001/09/22  15:14:34
19572         Log: (Retracted by #12185)
19573              
19574              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
19575              Add Tests for warnings::register, Doc Update
19576              From: "chromatic" <chromatic@rmci.net>
19577              Date: Sat, 22 Sep 2001 09:43:20 -0600
19578              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
19579      Branch: perl
19580            + lib/warnings/register.t
19581            ! MANIFEST lib/warnings/register.pm
19582 ____________________________________________________________________________
19583 [ 12135] By: ams                                   on 2001/09/22  15:07:50
19584         Log: `@foo' should be @foo for consistency.
19585      Branch: perl
19586            ! pod/perldiag.pod
19587 ____________________________________________________________________________
19588 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
19589         Log: (Retracted by #12138)
19590              
19591              Add -woff (turn warning off) 3187:
19592              "A pointer is converted to a smaller integer."
19593              This happens when your pointers are 64-bit: then every case
19594              of converting pointers to PADOFFSETs (explicitly 32-bit)
19595              faces truncation (even explicit use of INT2PTR doesn't help).
19596              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
19597              Changing PADOFFSET from U32 to UV would help, but that
19598              would break binary backward compatibility of BASEOP and padop
19599              (assuming you have been using 64-bit pointers).
19600      Branch: perl
19601            ! hints/irix_6.sh
19602 ____________________________________________________________________________
19603 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
19604         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
19605              but the name comes from the inside the file, not from the file
19606              name, and Rumanian is the name of the language.
19607      Branch: perl
19608            + ext/Encode/Encode/macRumanian.enc
19609            - ext/Encode/Encode/macRomania.enc
19610            ! MANIFEST
19611 ____________________________________________________________________________
19612 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
19613         Log: Rename perltootc as perltooc for 8.3-friedliness.
19614      Branch: perl
19615            + pod/perltooc.pod
19616            - pod/perltootc.pod
19617            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
19618            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
19619            ! pod/perltoot.pod
19620 ____________________________________________________________________________
19621 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
19622         Log: Find more conflicts by lowercasing.
19623      Branch: perl
19624            + Porting/check83.pl
19625            - check83.pl
19626            ! MANIFEST
19627 ____________________________________________________________________________
19628 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
19629         Log: The AIX cc 5.0.0.0 is simply too buggy.
19630      Branch: perl
19631            ! hints/aix.sh
19632 ____________________________________________________________________________
19633 [ 12129] By: ams                                   on 2001/09/22  12:35:38
19634         Log: Uninteresting cleanup.
19635      Branch: perl
19636            ! form.h
19637 ____________________________________________________________________________
19638 [ 12128] By: ams                                   on 2001/09/22  12:28:48
19639         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
19640              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19641              Date: Sat, 22 Sep 2001 14:29:13 +0100
19642              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
19643      Branch: perl
19644            ! cv.h
19645 ____________________________________________________________________________
19646 [ 12127] By: ams                                   on 2001/09/22  12:04:28
19647         Log: What's a backet?
19648      Branch: perl
19649            ! dump.c
19650 ____________________________________________________________________________
19651 [ 12126] By: ams                                   on 2001/09/22  10:02:34
19652         Log: Removed duplicated tests #19 and #20.
19653      Branch: perl
19654            ! t/op/do.t
19655 ____________________________________________________________________________
19656 [ 12125] By: ams                                   on 2001/09/22  03:58:41
19657         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
19658              From: Michael Carman <mjcarman@home.com>
19659              Date: Fri, 21 Sep 2001 17:54:05 -0500
19660              Message-Id: <3BABC50D.6040202@home.com>
19661              (Applied with some changes.)
19662      Branch: perl
19663            ! pod/perlmod.pod
19664 ____________________________________________________________________________
19665 [ 12124] By: ams                                   on 2001/09/22  03:44:19
19666         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
19667              From: Michael G Schwern <schwern@pobox.com>
19668              Date: Fri, 21 Sep 2001 19:20:40 -0400
19669              Message-Id: <20010921192040.E5494@blackrider>
19670      Branch: perl
19671            ! t/op/chdir.t
19672 ____________________________________________________________________________
19673 [ 12123] By: ams                                   on 2001/09/22  03:41:08
19674         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
19675              From: Blair Zajac <blair@orcaware.com>
19676              Date: Fri, 21 Sep 2001 15:13:04 -0700
19677              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
19678      Branch: perl
19679            ! t/op/chdir.t
19680 ____________________________________________________________________________
19681 [ 12122] By: ams                                   on 2001/09/22  03:37:07
19682         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
19683              20010920.007
19684              From: Michael G Schwern <schwern@pobox.com>
19685              Date: Fri, 21 Sep 2001 17:59:03 -0400
19686              Message-Id: <20010921175903.V5494@blackrider>
19687      Branch: perl
19688            ! t/op/do.t
19689 ____________________________________________________________________________
19690 [ 12121] By: ams                                   on 2001/09/22  03:30:38
19691         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
19692              suite on WinCE)
19693              From: Michael G Schwern <schwern@pobox.com>
19694              Date: Fri, 21 Sep 2001 19:41:03 -0400
19695              Message-Id: <20010921194103.G5494@blackrider>
19696      Branch: perl
19697            ! pod/perlport.pod
19698 ____________________________________________________________________________
19699 [ 12120] By: ams                                   on 2001/09/22  03:28:06
19700         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
19701              From: Michael G Schwern <schwern@pobox.com>
19702              Date: Fri, 21 Sep 2001 17:33:35 -0400
19703              Message-Id: <20010921173335.T5494@blackrider>
19704              ($ENV{FOO}=undef hunk not applied.)
19705      Branch: perl
19706            ! t/op/magic.t
19707 ____________________________________________________________________________
19708 [ 12119] By: ams                                   on 2001/09/22  03:02:26
19709         Log: Subject: [PATCH] perldiag.pod
19710              From: Peter Scott <Peter@PSDT.com>
19711              Date: Fri, 21 Sep 2001 18:54:50 -0700
19712              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
19713              (Moved to the right place.)
19714      Branch: perl
19715            ! pod/perldiag.pod
19716 ____________________________________________________________________________
19717 [ 12118] By: ams                                   on 2001/09/21  20:05:29
19718         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
19719              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19720              Date: Fri, 21 Sep 2001 22:36:54 +0200
19721              Message-Id: <20010921223654.A12742@rafael>
19722      Branch: perl
19723            ! t/op/do.t
19724 ____________________________________________________________________________
19725 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
19726         Log: Restore things as they were before
19727              the backward compatibility police notices.
19728      Branch: perl
19729            ! lib/Cwd.pm
19730 ____________________________________________________________________________
19731 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
19732         Log: More Cwd from Schwern: make also OS/2 and DOS
19733              Cwd agree with File::Spec (that is, native path
19734              syntax using \ instead of / -- backward compatibility
19735              polic warning) and stop Win32 from using bsd_realpath().
19736      Branch: perl
19737            ! lib/Cwd.pm
19738 ____________________________________________________________________________
19739 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
19740         Log: Subject: [PATCH @12110] RE: Untested libraries update
19741              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19742              Date: Fri, 21 Sep 2001 18:21:07 +0100
19743              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
19744      Branch: perl
19745            ! lib/warnings/register.pm
19746 ____________________________________________________________________________
19747 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
19748         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
19749              From: Michael G Schwern <schwern@pobox.com>
19750              Date: Thu, 20 Sep 2001 22:54:02 -0400
19751              Message-ID: <20010920225402.A3611@blackrider>
19752      Branch: perl
19753            ! lib/Cwd.pm
19754 ____________________________________________________________________________
19755 [ 12113] By: ams                                   on 2001/09/21  17:08:24
19756         Log: Subject: [PATCH] avoid v-strings with require/use
19757              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19758              Date: Fri, 21 Sep 2001 12:34:40 -0400
19759              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
19760      Branch: perl
19761            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
19762            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
19763            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
19764            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
19765            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
19766            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
19767            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
19768            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19769            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
19770            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
19771            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
19772            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
19773            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
19774            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
19775            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
19776            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
19777            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
19778            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
19779            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
19780 ____________________________________________________________________________
19781 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
19782         Log: Update Changes.
19783      Branch: perl
19784            ! Changes patchlevel.h
19785 ____________________________________________________________________________
19786 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
19787         Log: Make AIX and Tru64 compilers happy.  
19788      Branch: perl
19789            ! ext/threads/threads.h ext/threads/threads.xs
19790 ____________________________________________________________________________
19791 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
19792         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
19793              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
19794              Date: 21 Sep 2001 09:16:37 -0000
19795              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
19796      Branch: perl
19797            ! toke.c
19798 ____________________________________________________________________________
19799 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
19800         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
19801              From: Michael G Schwern <schwern@pobox.com>
19802              Date: Thu, 20 Sep 2001 21:21:34 -0400
19803              Message-ID: <20010920212134.Y28291@blackrider>
19804      Branch: perl
19805            ! pp_sys.c
19806 ____________________________________________________________________________
19807 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
19808         Log: Subject: Re: GDB Debugging Macros from mod_perl
19809              From: rspier@pobox.com (Robert Spier)
19810              Date: Thu, 20 Sep 2001 22:45:03 -0700
19811              Message-ID: <15274.54239.413929.49430@rls.cx>
19812      Branch: perl
19813            ! pod/perltodo.pod
19814 ____________________________________________________________________________
19815 [ 12105] By: sky                                   on 2001/09/21  10:33:34
19816         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
19817              timezone! GetSystemTime should be available on all Win32 
19818              platforms we support. Perhaps Time::HiRes should be extended to
19819              support WinCE and Novell?
19820      Branch: perl
19821            ! ext/Time/HiRes/HiRes.xs
19822 ____________________________________________________________________________
19823 [ 12104] By: sky                                   on 2001/09/21  08:12:39
19824         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
19825      Branch: perl
19826            ! ext/threads/threads.h ext/threads/threads.xs
19827 ____________________________________________________________________________
19828 [ 12103] By: sky                                   on 2001/09/21  07:57:41
19829         Log: Rename the *thread* functions to Perl_* to avoid clashes.
19830              Notably on AIX but could become a problem on other platforms.
19831      Branch: perl
19832            ! ext/threads/threads.h ext/threads/threads.xs
19833 ____________________________________________________________________________
19834 [ 12102] By: sky                                   on 2001/09/21  07:35:30
19835         Log: Add the shared sv space to the global vars.
19836              Fix problems compiling on win32.
19837      Branch: perl
19838            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
19839            ! sharedsv.c sharedsv.h
19840 ____________________________________________________________________________
19841 [ 12101] By: ams                                   on 2001/09/21  00:19:55
19842         Log: Subject: [PATCH] win32/Makefile warning fix
19843              From: Blair Zajac <blair@orcaware.com>
19844              Date: Thu, 20 Sep 2001 18:15:43 -0700
19845              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
19846      Branch: perl
19847            ! win32/Makefile
19848 ____________________________________________________________________________
19849 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
19850         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
19851              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19852              Date: Thu, 20 Sep 2001 18:36:22 +0200
19853              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
19854      Branch: perl
19855            ! lib/ExtUtils/Command.t
19856 ____________________________________________________________________________
19857 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
19858         Log: Cant spl wirth a dam.
19859      Branch: perl
19860            ! intrpvar.h
19861 ____________________________________________________________________________
19862 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
19863         Log: Don't use C++ comments.
19864      Branch: perl
19865            ! ext/threads/threads.xs
19866 ____________________________________________________________________________
19867 [ 12097] By: ams                                   on 2001/09/20  21:42:07
19868         Log: Change #12044 didn't.
19869      Branch: perl
19870            ! lib/constant.pm
19871 ____________________________________________________________________________
19872 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
19873         Log: Metaconfig unit changes for #12095.
19874      Branch: metaconfig
19875            ! U/modified/Myinit.U U/modified/libs.U
19876 ____________________________________________________________________________
19877 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
19878         Log: Remove iconv references since we are not using it
19879              and not going to; regen perltoc, perlmodlib.
19880              (Some references still linger in perltoc, have to figure
19881              out where they are coming from.)
19882      Branch: perl
19883            ! Configure NetWare/config.wc NetWare/config_H.wc
19884            ! Porting/Glossary Porting/config.sh Porting/config_H
19885            ! config_h.SH configure.com epoc/config.sh perl.h
19886            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
19887            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19888            ! vos/config.ga.h win32/config.bc win32/config.gc
19889            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19890            ! win32/config_H.vc wince/config.ce wince/config.h
19891            ! wince/config_H.ce
19892 ____________________________________________________________________________
19893 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
19894         Log: Subject: [PATCH docs] Re: ARGV and read
19895              From: Dave Mitchell <davem@fdgroup.co.uk>
19896              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
19897              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
19898      Branch: perl
19899            ! pod/perltodo.pod pod/perlvar.pod
19900 ____________________________________________________________________________
19901 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
19902         Log: Fresh copies from the cvs.perl.org perlfaq repository.
19903      Branch: perl
19904            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19905            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19906            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19907            ! pod/perlfaq9.pod
19908 ____________________________________________________________________________
19909 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
19910         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
19911              From: Nicholas Clark <nick@ccl4.org>
19912              Date: Thu, 20 Sep 2001 14:27:08 +0100
19913              Message-ID: <20010920142708.X4971@plum.flirble.org>
19914      Branch: perl
19915            ! pp_pack.c t/op/pack.t
19916 ____________________________________________________________________________
19917 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
19918         Log: The sharedsv_space* are variables, not code.  Duh.
19919      Branch: perl
19920            ! intrpvar.h makedef.pl
19921 ____________________________________________________________________________
19922 [ 12090] By: ams                                   on 2001/09/20  11:26:06
19923         Log: Subject: [patch lib/lib_pm.PL]
19924              From: Stas Bekman <stas@stason.org>
19925              Date: Thu, 20 Sep 2001 18:48:53 +0800
19926              Message-Id: <3BA9C995.6010302@stason.org>
19927              (Applied by hand.)
19928      Branch: perl
19929            ! lib/lib_pm.PL
19930 ____________________________________________________________________________
19931 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
19932         Log: Only 21 tests, skipping or not.
19933      Branch: perl
19934            ! lib/ExtUtils/Command.t
19935 ____________________________________________________________________________
19936 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
19937         Log: New exported symbols.
19938      Branch: perl
19939            ! makedef.pl
19940 ____________________________________________________________________________
19941 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
19942         Log: Update Changes.
19943      Branch: perl
19944            ! Changes patchlevel.h
19945 ____________________________________________________________________________
19946 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
19947         Log: Correct numbering of the tests is useful.
19948      Branch: perl
19949            ! ext/threads/t/basic.t
19950 ____________________________________________________________________________
19951 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
19952         Log: More tests now too.
19953      Branch: perl
19954            ! lib/ExtUtils/Command.t
19955 ____________________________________________________________________________
19956 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
19957         Log: More tests now.
19958      Branch: perl
19959            ! ext/threads/t/basic.t
19960 ____________________________________________________________________________
19961 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
19962         Log: The test assumed 7-bit ASCII.  Now it "just"
19963              assumes 8-bit whatever.
19964      Branch: perl
19965            ! t/op/crypt.t
19966 ____________________________________________________________________________
19967 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
19968         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
19969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19970              Date: Wed, 19 Sep 2001 11:45:28 +0200
19971              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
19972              
19973              Lvalue casts are not portable.
19974      Branch: perl
19975            ! ext/threads/threads.xs
19976 ____________________________________________________________________________
19977 [ 12081] By: sky                                   on 2001/09/19  10:17:52
19978         Log: Make the basic test contain only realy basic API tests
19979              Seems to be a problem with detach.
19980      Branch: perl
19981            ! ext/threads/t/basic.t
19982 ____________________________________________________________________________
19983 [ 12080] By: ams                                   on 2001/09/19  01:23:55
19984         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
19985              From: Michael G Schwern <schwern@pobox.com>
19986              Date: Tue, 18 Sep 2001 19:53:48 -0400
19987              Message-Id: <20010918195348.M585@blackrider>
19988              
19989              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
19990              From: Michael G Schwern <schwern@pobox.com>
19991              Date: Tue, 18 Sep 2001 22:07:13 -0400
19992              Message-Id: <20010918220713.B19616@blackrider>
19993      Branch: perl
19994            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
19995            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19996            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
19997            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
19998            ! lib/Test/Tutorial.pod
19999 ____________________________________________________________________________
20000 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
20001         Log: Indent the test a bit.
20002      Branch: perl
20003            ! ext/threads/t/basic.t
20004 ____________________________________________________________________________
20005 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
20006         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
20007              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20008              Date: Tue, 18 Sep 2001 18:06:44 +0200
20009              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
20010      Branch: perl
20011            ! win32/win32.c
20012 ____________________________________________________________________________
20013 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
20014         Log: Subject: stat access time is wrong on Win95
20015              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20016              Date: Tue, 18 Sep 2001 21:59:24 +0200
20017              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
20018      Branch: perl
20019            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
20020 ____________________________________________________________________________
20021 [ 12076] By: ams                                   on 2001/09/18  22:11:25
20022         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
20023              From: Michael G Schwern <schwern@pobox.com>
20024              Date: Tue, 18 Sep 2001 18:47:14 -0400
20025              Message-Id: <20010918184714.I585@blackrider>
20026      Branch: perl
20027            ! t/op/crypt.t
20028 ____________________________________________________________________________
20029 [ 12075] By: sky                                   on 2001/09/18  19:29:37
20030         Log: two test failures
20031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20032              Message-ID: <20010918221702.A17408@rafael>
20033              partly applied, #12074 already fixed half the patch
20034      Branch: perl
20035            ! ext/threads/t/basic.t
20036 ____________________________________________________________________________
20037 [ 12074] By: sky                                   on 2001/09/18  18:49:03
20038         Log: Fixes test case failure introduced by #12071, the warning is
20039              now correctly spelled :-)
20040      Branch: perl
20041            ! ext/IO/lib/IO/t/io_sel.t
20042 ____________________________________________________________________________
20043 [ 12073] By: sky                                   on 2001/09/18  18:46:22
20044         Log: Make the test behave properly!
20045      Branch: perl
20046            ! ext/threads/t/basic.t
20047 ____________________________________________________________________________
20048 [ 12072] By: ams                                   on 2001/09/18  18:44:59
20049         Log: OP_RCATLINE is an SVOP, not a BASEOP.
20050      Branch: perl
20051            ! opcode.h opcode.pl
20052 ____________________________________________________________________________
20053 [ 12071] By: ams                                   on 2001/09/18  18:06:27
20054         Log: Deprecate != Depreciate.
20055      Branch: perl
20056            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
20057            ! lib/Pod/ParseUtils.pm
20058 ____________________________________________________________________________
20059 [ 12070] By: ams                                   on 2001/09/18  15:14:58
20060         Log: Subject: [PATCH] Getopt::Std cleanup
20061              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20062              Date: Tue, 18 Sep 2001 17:32:13 +0200
20063              Message-Id: <20010918173213.C777@rafael>
20064      Branch: perl
20065            ! lib/Getopt/Std.pm lib/Getopt/Std.t
20066 ____________________________________________________________________________
20067 [ 12069] By: sky                                   on 2001/09/18  14:56:33
20068         Log: Forgot the makefile
20069      Branch: perl
20070            + ext/threads/Makefile.PL
20071 ____________________________________________________________________________
20072 [ 12068] By: sky                                   on 2001/09/18  14:13:26
20073         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
20074              The test will fail because of Test.pm not knowing about threads. 
20075              basic needs to be manually tested
20076              compile time warnings on IV2PTR conversions need to be fixed
20077      Branch: perl
20078            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
20079            + ext/threads/threads.h ext/threads/threads.pm
20080            + ext/threads/threads.xs
20081            ! MANIFEST
20082 ____________________________________________________________________________
20083 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
20084         Log: DJGPP tweak from Laszlo Molnar.
20085      Branch: perl
20086            ! djgpp/config.over
20087 ____________________________________________________________________________
20088 [ 12066] By: sky                                   on 2001/09/18  10:24:31
20089         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
20090      Branch: perl
20091            ! sharedsv.c sharedsv.h
20092 ____________________________________________________________________________
20093 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
20094         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
20095              ditto ^cns.
20096      Branch: perl
20097            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
20098            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
20099            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
20100            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
20101            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
20102            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
20103            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
20104            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
20105            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
20106            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
20107            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
20108            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
20109            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
20110            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
20111            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
20112            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
20113            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
20114            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
20115            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
20116            + ext/Encode/Encode/ir-197.enc
20117            - ext/Encode/Encode/cns11643-1.enc
20118            - ext/Encode/Encode/cns11643-2.enc
20119            - ext/Encode/Encode/iso2022-cn.enc
20120            - ext/Encode/Encode/iso2022-jp.enc
20121            - ext/Encode/Encode/iso2022-jp1.enc
20122            - ext/Encode/Encode/iso2022-jp2.enc
20123            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
20124            - ext/Encode/Encode/iso8859-1.enc
20125            - ext/Encode/Encode/iso8859-1.ucm
20126            - ext/Encode/Encode/iso8859-10.enc
20127            - ext/Encode/Encode/iso8859-10.ucm
20128            - ext/Encode/Encode/iso8859-11.enc
20129            - ext/Encode/Encode/iso8859-11.ucm
20130            - ext/Encode/Encode/iso8859-13.enc
20131            - ext/Encode/Encode/iso8859-13.ucm
20132            - ext/Encode/Encode/iso8859-14.enc
20133            - ext/Encode/Encode/iso8859-14.ucm
20134            - ext/Encode/Encode/iso8859-15.enc
20135            - ext/Encode/Encode/iso8859-15.ucm
20136            - ext/Encode/Encode/iso8859-16.enc
20137            - ext/Encode/Encode/iso8859-16.ucm
20138            - ext/Encode/Encode/iso8859-2.enc
20139            - ext/Encode/Encode/iso8859-2.ucm
20140            - ext/Encode/Encode/iso8859-3.enc
20141            - ext/Encode/Encode/iso8859-3.ucm
20142            - ext/Encode/Encode/iso8859-4.enc
20143            - ext/Encode/Encode/iso8859-4.ucm
20144            - ext/Encode/Encode/iso8859-5.enc
20145            - ext/Encode/Encode/iso8859-5.ucm
20146            - ext/Encode/Encode/iso8859-6.enc
20147            - ext/Encode/Encode/iso8859-6.ucm
20148            - ext/Encode/Encode/iso8859-7.enc
20149            - ext/Encode/Encode/iso8859-7.ucm
20150            - ext/Encode/Encode/iso8859-8.enc
20151            - ext/Encode/Encode/iso8859-8.ucm
20152            - ext/Encode/Encode/iso8859-9.enc
20153            - ext/Encode/Encode/iso8859-9.ucm
20154            - ext/Encode/Encode/isoir-197.enc
20155            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
20156 ____________________________________________________________________________
20157 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
20158         Log: Must Uppercase.
20159      Branch: perl
20160            ! ext/Encode/Encode.pm
20161 ____________________________________________________________________________
20162 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
20163         Log: Add various encodings.
20164      Branch: perl
20165            + ext/Encode/Encode/iso8859-11.enc
20166            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
20167            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
20168            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
20169            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
20170            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
20171            + ext/Encode/Encode/viscii.ucm
20172            ! MANIFEST ext/Encode/Encode.pm
20173 ____________________________________________________________________________
20174 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
20175         Log: lib/unicode relic.
20176      Branch: perl
20177            ! ext/Encode/compile
20178 ____________________________________________________________________________
20179 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
20180         Log: Subject: [PATCH] Re: filename problems
20181              From: Michael G Schwern <schwern@pobox.com>
20182              Date: Mon, 17 Sep 2001 17:26:26 -0400
20183              Message-ID: <20010917172626.Q585@blackrider>
20184      Branch: perl
20185            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
20186            - t/lib/sample-tests/header_at_end
20187            - t/lib/sample-tests/header_at_end_fail
20188            ! MANIFEST lib/Test/Harness/t/test-harness.t
20189 ____________________________________________________________________________
20190 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
20191         Log: Explicitly explain the 1e9 seconds, not everybody
20192              is a C geek.
20193      Branch: perl
20194            ! ext/Time/HiRes/HiRes.pm
20195 ____________________________________________________________________________
20196 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
20197         Log: Explain an apparent bug reported by
20198              Richard J. Barbalace <rjbarbal@MIT.EDU>,
20199              with additional explanation from Gisle Aas.
20200      Branch: perl
20201            ! ext/Time/HiRes/HiRes.pm
20202 ____________________________________________________________________________
20203 [ 12058] By: ams                                   on 2001/09/17  19:52:01
20204         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
20205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20206              Date: Mon, 17 Sep 2001 22:48:05 +0200
20207              Message-Id: <20010917224805.C11744@rafael>
20208      Branch: perl
20209            ! t/lib/warnings/op t/lib/warnings/pp
20210 ____________________________________________________________________________
20211 [ 12057] By: ams                                   on 2001/09/17  16:51:18
20212         Log: Its a nit!
20213      Branch: perl
20214            ! sv.h
20215 ____________________________________________________________________________
20216 [ 12056] By: ams                                   on 2001/09/17  16:47:55
20217         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
20218              From: "Craig A. Berry" <craigberry@mac.com>
20219              Date: Mon, 17 Sep 2001 12:34:20 -0500
20220              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
20221      Branch: perl
20222            ! vms/vms.c
20223 ____________________________________________________________________________
20224 [ 12055] By: ams                                   on 2001/09/17  16:05:15
20225         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
20226              From: Gisle Aas <gisle@ActiveState.com>
20227              Date: 16 Apr 2001 16:20:34 -0700
20228              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
20229              (Applied by hand.)
20230      Branch: perl
20231            ! lib/CPAN.pm lib/CPAN/Nox.pm
20232 ____________________________________________________________________________
20233 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
20234         Log: Update Changes.
20235      Branch: perl
20236            ! Changes patchlevel.h
20237 ____________________________________________________________________________
20238 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
20239         Log: Adding new files to the MANIFEST is always nice.
20240      Branch: perl
20241            ! MANIFEST
20242 ____________________________________________________________________________
20243 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
20244         Log: Reindent the PerlIO files (suggested by NI-S), used
20245              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
20246              (GNU indent).  Note that wholesale re-indenting might
20247              be nice, but that would break nice formatting/alignment
20248              of assignments, equality testing, and complex boolean
20249              expressions with lots of &s and |s.
20250      Branch: perl
20251            ! perlio.c perlio.h perliol.h
20252 ____________________________________________________________________________
20253 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
20254         Log: Add a script for being 8.3-polite.
20255              The found conflicts are being worked on.
20256      Branch: perl
20257            + check83.pl
20258            ! MANIFEST Porting/pumpkin.pod
20259 ____________________________________________________________________________
20260 [ 12050] By: sky                                   on 2001/09/17  12:44:36
20261         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
20262              finding it.
20263      Branch: perl
20264            ! sv.c
20265 ____________________________________________________________________________
20266 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
20267         Log: Bump up versions because of #12041.
20268      Branch: perl
20269            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
20270            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
20271            ! lib/Time/localtime.pm
20272 ____________________________________________________________________________
20273 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
20274         Log: Bump the version number because of #12042.
20275      Branch: perl
20276            ! lib/CPAN/FirstTime.pm
20277 ____________________________________________________________________________
20278 [ 12047] By: ams                                   on 2001/09/17  11:21:40
20279         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
20280              From: Abhijit Menon-Sen <ams@wiw.org>
20281              Date: Mon, 17 Sep 2001 17:44:12 +0530
20282              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
20283      Branch: perl
20284            ! op.c
20285 ____________________________________________________________________________
20286 [ 12046] By: sky                                   on 2001/09/17  07:14:17
20287         Log: Subject: Re: t/op/ver.t using skip() improperly
20288              From: "chromatic" <chromatic@rmci.net>
20289              Date: Mon, 17 Sep 2001 00:22:29 -0600
20290              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
20291      Branch: perl
20292            ! t/op/ver.t
20293 ____________________________________________________________________________
20294 [ 12045] By: nick                                  on 2001/09/17  07:12:14
20295         Log: Integrate mainline
20296      Branch: perlio
20297           +> t/op/chdir.t
20298           !> (integrate 117 files)
20299 ____________________________________________________________________________
20300 [ 12044] By: ams                                   on 2001/09/17  05:49:53
20301         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
20302              From: Ilmari Karonen <iltzu@sci.fi>
20303              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
20304              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
20305              (And $VERSION = '1.05'.)
20306      Branch: perl
20307            ! lib/constant.pm
20308 ____________________________________________________________________________
20309 [ 12043] By: ams                                   on 2001/09/17  05:44:50
20310         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
20311              From: Michael G Schwern <schwern@pobox.com>
20312              Date: Mon, 17 Sep 2001 07:49:04 +0200
20313              Message-Id: <20010917074904.V1588@blackrider>
20314              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
20315      Branch: perl
20316            + t/op/chdir.t
20317            ! MANIFEST pp_sys.c
20318 ____________________________________________________________________________
20319 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
20320         Log: Subject: Re: CPAN.pm needs some hacking 
20321              From: "chromatic" <chromatic@rmci.net>
20322              Date: Sun, 16 Sep 2001 16:46:29 -0600
20323              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
20324      Branch: perl
20325            ! lib/CPAN/FirstTime.pm
20326 ____________________________________________________________________________
20327 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
20328         Log: Change use|require 5.005_64 to use|require 5.6.1.
20329      Branch: perl
20330            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
20331            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20332            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20333            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
20334            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
20335            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20336            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
20337            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
20338            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
20339            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
20340            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
20341            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
20342            ! lib/base.pm lib/fields.pm
20343 ____________________________________________________________________________
20344 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
20345         Log: Bump up version numbers.
20346              
20347              TODO 1: double check that pre-5.6.1 CPAN.pm:s
20348              don't try to download 5.8.0 because of the
20349              version numbers.  Mainly this means using _00
20350              in the core version numbers.
20351              
20352              TODO 2: the "use 5.005_64" in many modules
20353              needs to be changed to, say, "use 5.6.1".
20354      Branch: perl
20355            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
20356            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
20357            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
20358            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
20359            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
20360            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
20361            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20362            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
20363            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
20364            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
20365            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
20366 ____________________________________________________________________________
20367 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
20368         Log: Use UCHARAT() as suggested by Inaba Hiroto.
20369      Branch: perl
20370            ! regexec.c
20371 ____________________________________________________________________________
20372 [ 12038] By: ams                                   on 2001/09/16  15:16:24
20373         Log: Subject: [PATCH] Re: Core module version numbers review
20374              From: Peter Scott <Peter@PSDT.com>
20375              Date: Sun, 16 Sep 2001 09:09:58 -0700
20376              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
20377      Branch: perl
20378            ! lib/perl5db.pl
20379 ____________________________________________________________________________
20380 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
20381         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
20382              not yet fully implemented.
20383      Branch: perl
20384            ! pod/perlfunc.pod pod/perlunicode.pod
20385 ____________________________________________________________________________
20386 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
20387         Log: Subject: [patch] plug PL_beginav_save leak
20388              From: Doug MacEachern <dougm@covalent.net>
20389              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
20390              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
20391      Branch: perl
20392            ! perl.c
20393 ____________________________________________________________________________
20394 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
20395         Log: (accidentally empty checkin)
20396      Branch: perl
20397            ! sv.c
20398 ____________________________________________________________________________
20399 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
20400         Log: Subject: [patch] ithreads+PL_beginav_save
20401              From: Doug MacEachern <dougm@covalent.net>
20402              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
20403              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
20404      Branch: perl
20405            ! sv.c
20406 ____________________________________________________________________________
20407 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
20408         Log: Subject: [PATCH] h2xs.PL with C::Scan
20409              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20410              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
20411              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
20412      Branch: perl
20413            ! utils/h2xs.PL
20414 ____________________________________________________________________________
20415 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
20416         Log: Elaborate (well, make more vague, really) #12030.
20417      Branch: perl
20418            ! pod/perltodo.pod pod/perlunicode.pod
20419 ____________________________________________________________________________
20420 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
20421         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
20422              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20423              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
20424              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
20425      Branch: perl
20426            ! regexec.c
20427 ____________________________________________________________________________
20428 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
20429         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
20430              are not yet complete.
20431      Branch: perl
20432            ! pod/perltodo.pod pod/perlunicode.pod
20433 ____________________________________________________________________________
20434 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
20435         Log: Document what's still to be done on the regular expression
20436              Unicode support, based on the UTR#18.
20437      Branch: perl
20438            ! pod/perltodo.pod pod/perlunicode.pod
20439 ____________________________________________________________________________
20440 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
20441         Log: Regen headers.
20442      Branch: perl
20443            ! embedvar.h perlapi.h
20444 ____________________________________________________________________________
20445 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
20446         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
20447              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20448              Date: Sun, 09 Sep 2001 18:41:54 +0100
20449              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
20450      Branch: perl
20451            ! Porting/findvars ext/ByteLoader/bytecode.h
20452            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
20453            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
20454 ____________________________________________________________________________
20455 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
20456         Log: enable most warnings for windows build; fix the various typecasting
20457              nits that showed up (no bugfixes here)
20458      Branch: maint-5.6/perl
20459            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
20460            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
20461            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
20462            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
20463            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
20464            ! x2p/walk.c
20465 ____________________________________________________________________________
20466 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
20467         Log: Integrate change #12024 from maintperl
20468              (a local() precedence bug)
20469      Branch: perl
20470           !> lib/ExtUtils/Install.pm
20471 ____________________________________________________________________________
20472 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
20473         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
20474              change#8642
20475      Branch: maint-5.6/perl
20476            ! lib/ExtUtils/Install.pm
20477 ____________________________________________________________________________
20478 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
20479         Log: Update Changes.
20480      Branch: perl
20481            ! Changes patchlevel.h
20482 ____________________________________________________________________________
20483 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
20484         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
20485              From: "chromatic" <chromatic@rmci.net>
20486              Date: Fri, 14 Sep 2001 09:44:57 -0600 
20487              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
20488      Branch: perl
20489            ! lib/ExtUtils/Manifest.t
20490 ____________________________________________________________________________
20491 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
20492         Log: Hopefully better skipping of the Complete.t tests
20493              in case of not a tty. 
20494      Branch: perl
20495            ! lib/Term/Complete.t t/op/stat.t
20496 ____________________________________________________________________________
20497 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
20498         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
20499              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20500              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
20501              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
20502      Branch: perl
20503            ! regexec.c t/op/pat.t
20504 ____________________________________________________________________________
20505 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
20506         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
20507              From: Robin Barker <rmb1@cise.npl.co.uk>
20508              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
20509              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
20510      Branch: perl
20511            ! pod/perlport.pod
20512 ____________________________________________________________________________
20513 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
20514         Log: NetWare tweaks from Ananth Kesari.
20515      Branch: perl
20516            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
20517            ! NetWare/nwutil.h
20518 ____________________________________________________________________________
20519 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
20520         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
20521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20522              Date: Fri, 14 Sep 2001 10:51:13 +0200
20523              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
20524      Branch: perl
20525            ! pod/perlport.pod
20526 ____________________________________________________________________________
20527 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
20528         Log: Subject: Re: [PATCH 2 pl2pm.PL]
20529              From: Joe Smith <Joe.Smith@inwap.com>
20530              Date: Fri, 14 Sep 2001 00:13:32 -0700
20531              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
20532              
20533              Eradicate qu.
20534      Branch: perl
20535            ! keywords.h keywords.pl utils/pl2pm.PL
20536 ____________________________________________________________________________
20537 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
20538         Log: Retract #12013, didn't go over too well in Tru64.
20539      Branch: perl
20540            ! embed.h embed.pl sv.h
20541 ____________________________________________________________________________
20542 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
20543         Log: Subject: [PATCH] Execute files of debugger commands
20544              From: Peter Scott <Peter@PSDT.com>
20545              Date: Thu, 13 Sep 2001 15:26:31 -0700
20546              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
20547      Branch: perl
20548            ! lib/perl5db.pl pod/perldebug.pod
20549 ____________________________________________________________________________
20550 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
20551         Log: (Retracted by #12015)
20552              Subject: [proposed PATCH] Re: perl@11920
20553              From: Nicholas Clark <nick@ccl4.org>
20554              Date: Wed, 12 Sep 2001 23:46:09 +0100
20555              Message-ID: <20010912234609.H4971@plum.flirble.org>     
20556      Branch: perl
20557            ! embed.h embed.pl sv.h
20558 ____________________________________________________________________________
20559 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
20560         Log: ucblib shouldn't be linked against in nonstop-ux,
20561              from Tom Bates.
20562      Branch: perl
20563            ! hints/nonstopux.sh
20564 ____________________________________________________________________________
20565 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
20566         Log: Do stty only if we have stty.
20567              
20568              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
20569      Branch: perl
20570            ! lib/Term/Complete.pm
20571 ____________________________________________________________________________
20572 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
20573         Log: Skip the test if not running on a tty.
20574      Branch: perl
20575            ! lib/Term/Complete.t
20576 ____________________________________________________________________________
20577 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
20578         Log: Regen headers.
20579      Branch: perl
20580            ! embed.h opcode.h pod/perlapi.pod proto.h
20581 ____________________________________________________________________________
20582 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
20583         Log: Subject: [PATCH op.c] Re: perl@12003
20584              From: Robin Barker <rmb1@cise.npl.co.uk>
20585              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
20586              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
20587      Branch: perl
20588            ! op.c
20589 ____________________________________________________________________________
20590 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
20591         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
20592              From: Robin Barker <rmb1@cise.npl.co.uk>
20593              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
20594              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
20595      Branch: perl
20596            ! sv.c
20597 ____________________________________________________________________________
20598 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
20599         Log: Upgrade to Memoize 0.66.
20600      Branch: perl
20601            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
20602            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
20603            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
20604 ____________________________________________________________________________
20605 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
20606         Log: Subject: [ID 20010912.007] substr reference core dump
20607              From: me-01@ton.iguana.be
20608              Date: 12 Sep 2001 14:11:16 -0000
20609              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
20610      Branch: perl
20611            ! mg.c
20612 ____________________________________________________________________________
20613 [ 12004] By: ams                                   on 2001/09/12  01:13:49
20614         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
20615              From: Ilmari Karonen <iltzu@sci.fi>
20616              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
20617              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
20618      Branch: perl
20619            ! pod/perlfaq4.pod
20620 ____________________________________________________________________________
20621 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
20622         Log: Update Changes.
20623      Branch: perl
20624            ! Changes patchlevel.h
20625 ____________________________________________________________________________
20626 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
20627         Log: NetWare update from Ananth Kesari.
20628      Branch: perl
20629            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
20630            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
20631 ____________________________________________________________________________
20632 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
20633         Log: Retract #11984: div() being redefined, and 1397
20634              failing on 64-bit platforms.
20635      Branch: perl
20636            ! lib/Math/BigInt/Calc.pm
20637 ____________________________________________________________________________
20638 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
20639         Log: Metaconfig unit change for #11999.
20640      Branch: metaconfig
20641            ! U/protos/d_lseekproto.U
20642 ____________________________________________________________________________
20643 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
20644         Log: The lseek fix (#11991) was no fix.
20645      Branch: perl
20646            ! Configure
20647 ____________________________________________________________________________
20648 [ 11998] By: sky                                   on 2001/09/11  07:52:06
20649         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
20650              From: Matt Sergeant <MSergeant@star.net.uk>
20651              Date: Tue, 11 Sep 2001 09:22:32 +0100
20652              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
20653      Branch: perl
20654            ! ext/Encode/Encode.pm
20655 ____________________________________________________________________________
20656 [ 11997] By: sky                                   on 2001/09/11  06:35:29
20657         Log: Sometimes dTHX is added because it is needed on non 
20658              gnuc platforms, but not needed there. This uses GCC
20659              to silence GCC specific warnings by marking pTHX as 
20660              unused.
20661      Branch: perl
20662            ! perl.h
20663 ____________________________________________________________________________
20664 [ 11996] By: nick                                  on 2001/09/11  06:25:27
20665         Log: Integrate mainline
20666      Branch: perlio
20667            - ext/POSIX/sigaction.t lib/File/Find/taint.t
20668           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
20669 ____________________________________________________________________________
20670 [ 11995] By: nick                                  on 2001/09/11  06:23:39
20671         Log: Part Integrate mainline
20672      Branch: perlio
20673           +> (branch 69 files)
20674            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
20675            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
20676            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
20677            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
20678            - lib/Switch/t/switch_case.t lib/Test/Harness.t
20679            - lib/Test/More/Changes lib/Test/More/t/More.t
20680            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
20681            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
20682            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
20683            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
20684            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
20685            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
20686            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
20687            - t/lib/Test/More/Catch.pm wince/perl.ico
20688           !> (integrate 197 files)
20689 ____________________________________________________________________________
20690 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
20691         Log: Subject: Re: [PATCH] Encode.pm docs fix
20692              From: Gisle Aas <gisle@ActiveState.com>
20693              Date: 10 Sep 2001 11:27:02 -0700
20694              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
20695      Branch: perl
20696            ! ext/Encode/Encode.pm
20697 ____________________________________________________________________________
20698 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
20699         Log: Fix unpack U to be the reverse of pack U
20700              (but implement unpack U0U as a backdoor to get
20701              the UTF-8 malformed warnings from un-UTF-8 data)
20702      Branch: perl
20703            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
20704 ____________________________________________________________________________
20705 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
20706         Log: Metaconfig unit change for #11991;
20707              delete an unused unit (d_strtoull.U is the one used)
20708      Branch: metaconfig
20709            ! U/protos/d_lseekproto.U
20710      Branch: metaconfig/U/perl
20711            - strtoull.U
20712 ____________________________________________________________________________
20713 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
20714         Log: Subject: [PATCH] Configure not recording lseek proto
20715              From: Blair Zajac <blair@orcaware.com>
20716              Date: Mon, 10 Sep 2001 17:52:37 -0700
20717              Message-ID: <3B9D6055.BA334A31@orcaware.com>
20718              
20719              plus regen Configure.
20720      Branch: perl
20721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20722            ! config_h.SH uconfig.h
20723 ____________________________________________________________________________
20724 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
20725         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
20726              From: Nicholas Clark <nick@ccl4.org>
20727              Date: Tue, 11 Sep 2001 00:00:31 +0100
20728              Message-ID: <20010911000031.G1512@plum.flirble.org>
20729      Branch: perl
20730            + t/op/qq.t
20731            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
20732 ____________________________________________________________________________
20733 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
20734         Log: Subject: [PATCH] Building on win32 w/o perlio
20735              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20736              Date: Mon, 10 Sep 2001 23:38:46 +0200
20737              Message-ID: <3B9D4F06.14433.2C37644@localhost>
20738      Branch: perl
20739            ! perl.c win32/Makefile win32/makefile.mk
20740 ____________________________________________________________________________
20741 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
20742         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
20743              From: "chromatic" <chromatic@rmci.net>
20744              Date: Mon, 10 Sep 2001 15:14:01 -0600
20745              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
20746      Branch: perl
20747            + lib/CGI/t/push.t
20748            ! MANIFEST
20749 ____________________________________________________________________________
20750 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
20751         Log: Subject: avoiding hoardes of zombies
20752              From: Nicholas Clark <nick@ccl4.org>
20753              Date: Mon, 10 Sep 2001 22:00:40 +0100
20754              Message-ID: <20010910220040.C1512@plum.flirble.org>
20755      Branch: perl
20756            ! pod/perlipc.pod
20757 ____________________________________________________________________________
20758 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
20759         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
20760              From: John Peacock <jpeacock@rowman.com>
20761              Date: Mon, 10 Sep 2001 16:34:30 -0400
20762              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
20763      Branch: perl
20764            ! sv.c t/op/ver.t utf8.h
20765 ____________________________________________________________________________
20766 [ 11985] By: ams                                   on 2001/09/10  23:20:13
20767         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
20768      Branch: perl
20769            ! MANIFEST
20770 ____________________________________________________________________________
20771 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
20772         Log: (Retracted by #12001)
20773              Subject: Calc with USE_MUL/USE_DIV
20774              From: Tels <perl_dummy@bloodgate.com>
20775              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
20776              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
20777      Branch: perl
20778            ! lib/Math/BigInt/Calc.pm
20779 ____________________________________________________________________________
20780 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
20781         Log: Subject: [PATCH op.c] Re: perl@11978
20782              From: Robin Barker <rmb1@cise.npl.co.uk>
20783              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
20784              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
20785              
20786              Format errors.
20787      Branch: perl
20788            ! op.c
20789 ____________________________________________________________________________
20790 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
20791         Log: Switch PADOFFSET back to U32 both because of binary backward
20792              compatibility and because Arthur seems to have been fixing the
20793              problems with naughty integer-pointer casting.
20794      Branch: perl
20795            ! op.h
20796 ____________________________________________________________________________
20797 [ 11981] By: ams                                   on 2001/09/10  16:31:43
20798         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
20799              Fix Pod Typo, Add Test for ExtUtils::Command
20800              From: "chromatic" <chromatic@rmci.net>
20801              Date: Mon, 10 Sep 2001 11:20:56 -0600
20802              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
20803      Branch: perl
20804            + lib/ExtUtils/Command.t
20805            ! MANIFEST lib/ExtUtils/Command.pm
20806 ____________________________________________________________________________
20807 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
20808         Log: Subject: [PATCH] Encode.pm docs fix
20809              From: Matt Sergeant <MSergeant@star.net.uk>
20810              Date: Mon, 10 Sep 2001 15:24:01 +0100
20811              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
20812      Branch: perl
20813            ! ext/Encode/Encode.pm
20814 ____________________________________________________________________________
20815 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
20816         Log: Update Changes.
20817      Branch: perl
20818            ! Changes patchlevel.h
20819 ____________________________________________________________________________
20820 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
20821         Log: Revert #11973, the dTHX seems to be needed in there
20822              for threaded builds.
20823      Branch: perl
20824            ! perlio.c
20825 ____________________________________________________________________________
20826 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
20827         Log: Detypo.
20828      Branch: perl
20829            ! pod/perlguts.pod
20830 ____________________________________________________________________________
20831 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
20832         Log: Further Class::Struct patching from Damian.
20833              
20834              The new new semantics are:
20835              
20836              * If you pass an initializer for a nested object, it has to be:
20837              a) a reference to an object of that class, or      
20838              b) a reference to an object of a subclass of that class, or
20839              c) a reference to a hash of arguments to be passed to the
20840              class's constructor
20841              * If you pass no initializer for a nested object, the attribute
20842              is initialized to C<undef>
20843      Branch: perl
20844            ! lib/Class/Struct.pm
20845 ____________________________________________________________________________
20846 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
20847         Log: Skip the crypt test if no crypt.
20848      Branch: perl
20849            ! t/op/crypt.t
20850 ____________________________________________________________________________
20851 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
20852         Log: Warn against using bare v-strings as IP addresses
20853              (okay if using the wrappers from Socket)
20854      Branch: perl
20855            ! pod/perldata.pod pod/perlport.pod
20856 ____________________________________________________________________________
20857 [ 11973] By: sky                                   on 2001/09/10  11:57:58
20858         Log: Remove unused dTHX. Silenced another warning.
20859      Branch: perl
20860            ! perlio.c
20861 ____________________________________________________________________________
20862 [ 11972] By: sky                                   on 2001/09/10  11:54:25
20863         Log: Silence some more warnings INT2PTR.
20864      Branch: perl
20865            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
20866 ____________________________________________________________________________
20867 [ 11971] By: sky                                   on 2001/09/10  11:21:50
20868         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
20869      Branch: perl
20870            ! cop.h
20871 ____________________________________________________________________________
20872 [ 11970] By: sky                                   on 2001/09/10  11:17:25
20873         Log: Apply INT2PTR with force to silence warnings from
20874              PM_GETRE and friends. No more warnings with 64bit 
20875              IVs and 32bit pointers.    
20876      Branch: perl
20877            ! op.c op.h perl.c
20878 ____________________________________________________________________________
20879 [ 11969] By: sky                                   on 2001/09/10  10:13:02
20880         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
20881      Branch: perl
20882            ! pod/perlguts.pod
20883 ____________________________________________________________________________
20884 [ 11968] By: sky                                   on 2001/09/10  10:02:51
20885         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
20886              Rename to custop_op_name to Perl_custom_op_name to match perlapi
20887              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
20888              perl_clone.
20889      Branch: perl
20890            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
20891 ____________________________________________________________________________
20892 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
20893         Log: Using strlen() not good on embedded nul bytes.
20894      Branch: perl
20895            ! regcomp.c
20896 ____________________________________________________________________________
20897 [ 11966] By: ams                                   on 2001/09/09  21:06:13
20898         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
20899              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20900              Date: Mon, 13 Aug 2001 22:51:59 +0200
20901              Message-ID: <20010813225159.C6681@rafael>
20902              (Applied with several tweaks.)
20903      Branch: perl
20904            ! embed.h embed.pl proto.h toke.c
20905 ____________________________________________________________________________
20906 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
20907         Log: The exact error message is system-dependent.
20908      Branch: perl
20909            ! lib/ExtUtils/Manifest.t
20910 ____________________________________________________________________________
20911 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
20912         Log: Add Windows and Mac Sami support to Encode
20913              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
20914      Branch: perl
20915            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
20916            ! MANIFEST
20917 ____________________________________________________________________________
20918 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
20919         Log: Use the tried method.
20920      Branch: perl
20921            ! pod/perlport.pod
20922 ____________________________________________________________________________
20923 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
20924         Log: Can't count parentheses.
20925      Branch: perl
20926            ! ext/IO/lib/IO/Socket/INET.pm
20927 ____________________________________________________________________________
20928 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
20929         Log: perlport additions: 1 while unlink, add/delete directory
20930              entries and permissions, cygwin stat funkiness (from Michael
20931              Schwern and Nicholas Clark)
20932      Branch: perl
20933            ! pod/perlport.pod
20934 ____________________________________________________________________________
20935 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
20936         Log: blib does have a detectable test.
20937      Branch: perl
20938            ! t/lib/1_compile.t
20939 ____________________________________________________________________________
20940 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
20941         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
20942              From: "chromatic" <chromatic@rmci.net>
20943              Date: Sat, 08 Sep 2001 19:33:42 -0600
20944              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
20945      Branch: perl
20946            + lib/Term/Complete.t
20947            ! MANIFEST
20948 ____________________________________________________________________________
20949 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
20950         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
20951              From: Michael G Schwern <schwern@pobox.com> 
20952              Date: Sat, 8 Sep 2001 02:40:26 -0400
20953              Message-ID: <20010908024026.A26283@blackrider>
20954      Branch: perl
20955            + lib/Test/Tutorial.pod
20956            ! MANIFEST
20957 ____________________________________________________________________________
20958 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
20959         Log: Try to look up protocol (by name) only iff it has non-numbers:
20960              nice if the server is in a chrooted environment (no /etc/protocols,
20961              server code using hardcorded protocol numbers like 6 for tcp),
20962              suggested by John Holdsworth <coldwave@bigfoot.com>.
20963              In other words, if we are given a number, why look it up again
20964              (by number)?
20965      Branch: perl
20966            ! ext/IO/lib/IO/Socket/INET.pm
20967 ____________________________________________________________________________
20968 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
20969         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
20970              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20971              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
20972              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
20973              
20974              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
20975              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20976              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
20977              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
20978              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
20979              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
20980              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
20981              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
20982      Branch: perl
20983            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
20984 ____________________________________________________________________________
20985 [ 11955] By: ams                                   on 2001/09/09  02:54:21
20986         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
20987              From: "Craig A. Berry" <craigberry@mac.com>
20988              Date: Sat, 08 Sep 2001 19:02:16 -0500
20989              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
20990      Branch: perl
20991            ! lib/CGI/t/carp.t
20992 ____________________________________________________________________________
20993 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
20994         Log: Documentation tweaks; think the IP address as an opaque string.
20995      Branch: perl
20996            ! ext/Socket/Socket.pm
20997 ____________________________________________________________________________
20998 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
20999         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
21000              From: Michael G Schwern <schwern@pobox.com>
21001              Date: Sat, 8 Sep 2001 19:45:46 -0400
21002              Message-ID: <20010908194546.C9193@blackrider>
21003      Branch: perl
21004            + lib/blib.t
21005            ! MANIFEST lib/blib.pm t/lib/1_compile.t
21006 ____________________________________________________________________________
21007 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
21008         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
21009              From: "chromatic" <chromatic@rmci.net>
21010              Date: Sat, 08 Sep 2001 12:31:44 -0600
21011              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
21012      Branch: perl
21013            + lib/CGI/t/fast.t
21014            ! MANIFEST
21015 ____________________________________________________________________________
21016 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
21017         Log: The Socket tests were wrong: they were assuming too much.
21018      Branch: perl
21019            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
21020 ____________________________________________________________________________
21021 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
21022         Log: Retract the portability changes since they
21023              seem to have opened a can of worms... will
21024              go back to UNICOS/mk and do the bare minimum
21025              required to get the tests working.
21026      Branch: perl
21027            ! ext/Socket/Socket.xs
21028 ____________________________________________________________________________
21029 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
21030         Log: PADOFFSET is used to cast pointers into integers,
21031              if pointers are 64 bits and U32 32 bits,
21032              bad things may happen, or at least warnings issued.
21033      Branch: perl
21034            ! op.h
21035 ____________________________________________________________________________
21036 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
21037         Log: Still more Socket portability tweaking.
21038              Now Socket.t seems to be happy in all of
21039              Linux/x86, Tru64/alpha, Solaris/sparc,
21040              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
21041              
21042              Addendum: it seems that io_multihomed, io_sock, and hostent
21043              were broken in little-endians (linux/x86 and tru64/alpha)
21044              because of this change.  Argh.
21045      Branch: perl
21046            ! ext/Socket/Socket.xs
21047 ____________________________________________________________________________
21048 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
21049         Log: More portability kicking on inet_ntoa().
21050      Branch: perl
21051            ! ext/Socket/Socket.xs
21052 ____________________________________________________________________________
21053 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
21054         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
21055              From: Michael G Schwern <schwern@pobox.com> 
21056              Date: Fri, 7 Sep 2001 23:06:51 -0400
21057              Message-ID: <20010907230651.R606@blackrider>
21058      Branch: perl
21059            + lib/ExtUtils/Manifest.t
21060            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
21061 ____________________________________________________________________________
21062 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
21063         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
21064              From: "chromatic" <chromatic@rmci.net>
21065              Date: Fri, 07 Sep 2001 17:53:15 -0600      
21066              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
21067      Branch: perl
21068            + lib/ExtUtils/testlib.t
21069            ! MANIFEST
21070 ____________________________________________________________________________
21071 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
21072         Log: Thinko.
21073      Branch: perl
21074            ! lib/integer.t
21075 ____________________________________________________________________________
21076 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
21077         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
21078              From: "Craig A. Berry" <craigberry@mac.com>
21079              Date: Fri, 07 Sep 2001 15:30:03 -0500
21080              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
21081      Branch: perl
21082            ! lib/CGI/Carp.pm
21083 ____________________________________________________________________________
21084 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
21085         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
21086              From: Michael G Schwern <schwern@pobox.com>
21087              Date: Fri, 7 Sep 2001 15:38:13 -0400
21088              Message-ID: <20010907153813.K606@blackrider>
21089      Branch: perl
21090            ! lib/ExtUtils/MM_Unix.pm
21091 ____________________________________________________________________________
21092 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
21093         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
21094              From: Robin Barker <rmb1@cise.npl.co.uk>
21095              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
21096              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
21097      Branch: perl
21098            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
21099 ____________________________________________________________________________
21100 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
21101         Log: Clean up 1_compile.t; move tests to more consistent
21102              places (t/ subdirectories); add integer.t (much of
21103              the pragma is tested elsewhere but there is no one
21104              centralized place)
21105      Branch: perl
21106            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
21107            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
21108            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
21109            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
21110            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
21111            - lib/File/Find/find.t lib/File/Find/taint.t
21112            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
21113 ____________________________________________________________________________
21114 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
21115         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
21116              From: "chromatic" <chromatic@rmci.net>
21117              Date: Fri, 07 Sep 2001 10:17:40 -0600
21118              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
21119      Branch: perl
21120            ! lib/File/Find/taint.t
21121 ____________________________________________________________________________
21122 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
21123         Log: Update Changes.
21124      Branch: perl
21125            ! Changes patchlevel.h
21126 ____________________________________________________________________________
21127 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
21128         Log: Rename the old threading tutorial, start a new one,
21129              regen toc.
21130      Branch: perl
21131            + pod/perlothrtut.pod
21132            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
21133            ! pod/perltoc.pod
21134 ____________________________________________________________________________
21135 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
21136         Log: vars very much has a test.
21137      Branch: perl
21138            ! t/lib/1_compile.t
21139 ____________________________________________________________________________
21140 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
21141         Log: Subject: Re: wince/perl.ico marked as binary
21142              From: Nicholas Clark <nick@ccl4.org>
21143              Date: Fri, 7 Sep 2001 13:54:40 +0100
21144              Message-ID: <20010907135439.D39150@plum.flirble.org>
21145              
21146              and wince/Makefile.ce change from Rainer Keuchel.
21147      Branch: perl
21148            + wince/makeico.pl
21149            ! MANIFEST wince/Makefile.ce
21150 ____________________________________________________________________________
21151 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
21152         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
21153              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21154              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
21155              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
21156      Branch: perl
21157            ! regexec.c
21158 ____________________________________________________________________________
21159 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
21160         Log: (Replaced by #11934)
21161              Subject: Re: [PATCH regexec.c] more general .* and .*?
21162              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21163              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
21164              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
21165      Branch: perl
21166            ! regexec.c
21167 ____________________________________________________________________________
21168 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
21169         Log: The #11931 patching misbehaved.
21170      Branch: perl
21171            ! lib/Test/Harness/t/test-harness.t
21172 ____________________________________________________________________________
21173 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
21174         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
21175              From: Michael G Schwern <schwern@pobox.com>
21176              Date: Fri, 7 Sep 2001 03:30:41 -0400
21177              Message-ID: <20010907033041.A2796@blackrider>
21178      Branch: perl
21179            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
21180            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
21181            + t/lib/sample-tests/header_at_end_fail
21182            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
21183            - lib/Test/Harness.t
21184            ! MANIFEST lib/Test/Harness.pm t/TEST
21185 ____________________________________________________________________________
21186 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
21187         Log: Subject: [PATCH] Digest::MD5 update
21188              From: Gisle Aas <gisle@ActiveState.com>
21189              Date: 06 Sep 2001 23:32:56 -0700
21190              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
21191      Branch: perl
21192            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
21193            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
21194 ____________________________________________________________________________
21195 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
21196         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
21197              From: "chromatic" <chromatic@rmci.net>
21198              Date: Thu, 06 Sep 2001 23:11:44 -0600
21199              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
21200      Branch: perl
21201            + lib/less.t
21202            ! MANIFEST t/lib/1_compile.t
21203 ____________________________________________________________________________
21204 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
21205         Log: The binary file must somehow differently stored.
21206      Branch: perl
21207            - wince/perl.ico
21208            ! MANIFEST
21209 ____________________________________________________________________________
21210 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
21211         Log: Add more modules to the list of modules that have tests,
21212              Schwern's wallet is getting more nervous.
21213              (Run t/lib/1_compile.t manually to see which modules
21214              are lacking tests, or the tests can't be run for some
21215              reason or another, such as the Net:: modules)
21216      Branch: perl
21217            ! t/lib/1_compile.t
21218 ____________________________________________________________________________
21219 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
21220         Log: Try to make Socket::inet_ntoa() more robust.
21221      Branch: perl
21222            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
21223 ____________________________________________________________________________
21224 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
21225         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
21226              From: chromatic <chromatic@rmci.net>       
21227              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
21228              Message-Id: <01090522580506.19590@firewheel>           
21229      Branch: perl
21230            ! lib/English.t
21231 ____________________________________________________________________________
21232 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
21233         Log: Subject: Re: perlvar manpage and localizing special vars
21234              From: Stas Bekman <stas@stason.org>
21235              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
21236              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
21237      Branch: perl
21238            ! pod/perlvar.pod
21239 ____________________________________________________________________________
21240 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
21241         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
21242              From: Robin Barker <rmb1@cise.npl.co.uk>
21243              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
21244              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
21245      Branch: perl
21246            ! lib/ExtUtils/MakeMaker.pm
21247 ____________________________________________________________________________
21248 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
21249         Log: Symbol missing; AIX unhappy.
21250      Branch: perl
21251            ! makedef.pl
21252 ____________________________________________________________________________
21253 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
21254         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
21255              Reported in 5.61, seems to work okay in blead.
21256      Branch: perl
21257            ! t/run/kill_perl.t
21258 ____________________________________________________________________________
21259 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
21260         Log: Update Changes.
21261      Branch: perl
21262            ! Changes patchlevel.h
21263 ____________________________________________________________________________
21264 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
21265         Log: Document the bad assumptions currently breaking
21266              the Socket.t tests 10, 11, and 13 in UNICOS.
21267      Branch: perl
21268            ! ext/Socket/Socket.xs
21269 ____________________________________________________________________________
21270 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
21271         Log: Subject: [PATCH x2p] make OPTIMIZE=...
21272              From: Robin Barker <rmb1@cise.npl.co.uk>
21273              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
21274              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
21275      Branch: perl
21276            ! x2p/Makefile.SH x2p/cflags.SH
21277 ____________________________________________________________________________
21278 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
21279         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
21280              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21281              Date: Thu, 6 Sep 2001 11:09:40 +0100
21282              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
21283              
21284              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
21285              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21286              Date: 6 Sep 2001 10:14:38 -0000
21287              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
21288      Branch: perl
21289            ! pod/perlfaq1.pod pod/perlhack.pod
21290 ____________________________________________________________________________
21291 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
21292         Log: Subject: Extra NUL is Data::Dumper output - patch
21293              From: Tony Cook <tony@develop-help.com>
21294              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
21295              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
21296      Branch: perl
21297            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
21298 ____________________________________________________________________________
21299 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
21300         Log: Avoid redefinition warning
21301              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
21302              from
21303              perl -w -Ilib -MCwd -e ''
21304      Branch: perl
21305            ! lib/Cwd.pm
21306 ____________________________________________________________________________
21307 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
21308         Log: Update the is_tainted() example implementation.
21309      Branch: perl
21310            ! pod/perlsec.pod
21311 ____________________________________________________________________________
21312 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
21313         Log: Missing) in #11912.
21314      Branch: perl
21315            ! lib/Test/Simple/t/fail.t
21316 ____________________________________________________________________________
21317 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
21318         Log: Rewhack Test-Simple into core harness.
21319      Branch: perl
21320            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
21321            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
21322            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
21323            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
21324            ! lib/Test/Simple/t/skipall.t
21325 ____________________________________________________________________________
21326 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
21327         Log: Workaround for the new Exporter 'feature'.
21328      Branch: perl
21329            ! lib/Test/More.pm
21330 ____________________________________________________________________________
21331 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
21332         Log: Re-introduce pure-Perl fall-back for abs_path,
21333              re-introduce #11898.
21334      Branch: perl
21335            ! lib/Cwd.pm lib/File/Find.pm
21336 ____________________________________________________________________________
21337 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
21338         Log: More tests.
21339      Branch: perl
21340            ! lib/Exporter.t
21341 ____________________________________________________________________________
21342 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
21343         Log: Retract #11898 for now because it introduces
21344              a rather nasty depencency: when B is being built,
21345              MakeMaker is used.  MakeMaker uses File::Find.
21346              File::Find uses Cwd::getcwd()...which doesn't
21347              exist yet.
21348      Branch: perl
21349            ! lib/File/Find.pm
21350 ____________________________________________________________________________
21351 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
21352         Log: New test welcome.
21353      Branch: perl
21354            + lib/Test/Simple/t/simple.t
21355 ____________________________________________________________________________
21356 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
21357         Log: Old test begone.
21358      Branch: perl
21359            - lib/Attribute/Handlers/test.pl
21360 ____________________________________________________________________________
21361 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
21362         Log: Test-Simple syncup from Schwern.
21363      Branch: perl
21364            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
21365            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
21366            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
21367            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
21368            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
21369            - lib/Test/More/Changes lib/Test/More/t/More.t
21370            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21371            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21372            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
21373            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
21374            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
21375            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21376            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21377            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
21378            ! t/lib/Test/Simple/sample_tests/death.plx
21379            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
21380            ! t/lib/Test/Simple/sample_tests/extras.plx
21381            ! t/lib/Test/Simple/sample_tests/five_fail.plx
21382            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
21383            ! t/lib/Test/Simple/sample_tests/one_fail.plx
21384            ! t/lib/Test/Simple/sample_tests/require.plx
21385            ! t/lib/Test/Simple/sample_tests/success.plx
21386            ! t/lib/Test/Simple/sample_tests/too_few.plx
21387            ! t/lib/Test/Simple/sample_tests/two_fail.plx
21388 ____________________________________________________________________________
21389 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
21390         Log: Integrate File::Find changes from bleadperl
21391      Branch: maint-5.6/macperl
21392            ! lib/File/Find.pm t/lib/filefind-taint.t
21393 ____________________________________________________________________________
21394 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
21395         Log: Integrate 11847 from maint-5.6/perl
21396      Branch: maint-5.6/macperl
21397           !> sv.c
21398 ____________________________________________________________________________
21399 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
21400         Log: In UNICOS division yada yada.
21401      Branch: perl
21402            ! t/op/override.t
21403 ____________________________________________________________________________
21404 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
21405         Log: In UNICOS division is really lossy, better use
21406              a tolerance test.
21407      Branch: perl
21408            ! ext/Time/HiRes/HiRes.t
21409 ____________________________________________________________________________
21410 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
21411         Log: In UNICOS sigaction() sets an extra flag
21412              ("the signal has been registered for all the processes in
21413              a multitasking group.")
21414      Branch: perl
21415            ! ext/POSIX/sigaction.t
21416 ____________________________________________________________________________
21417 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
21418         Log: Documentation micropatch from Damian.
21419      Branch: perl
21420            ! lib/Attribute/Handlers.pm
21421 ____________________________________________________________________________
21422 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
21423         Log: (Retracted by #11908)
21424              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
21425              From: Michael G Schwern <schwern@pobox.com>
21426              Date: Wed, 5 Sep 2001 15:58:21 -0400
21427              Message-ID: <20010905155821.I632@blackrider>
21428      Branch: perl
21429            ! lib/File/Find.pm lib/File/Find/taint.t
21430 ____________________________________________________________________________
21431 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
21432         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
21433              From: Michael G Schwern <schwern@pobox.com>
21434              Date: Wed, 5 Sep 2001 19:16:31 -0400
21435              Message-ID: <20010905191631.E11386@blackrider>
21436      Branch: perl
21437            + lib/CGI/t/carp.t
21438            ! MANIFEST
21439 ____________________________________________________________________________
21440 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
21441         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
21442              From: chromatic <chromatic@rmci.net>
21443              Date: Wed, 5 Sep 2001 18:08:07 -0600
21444              Message-Id: <01090518080700.19590@firewheel>
21445      Branch: perl
21446            ! lib/English.pm
21447 ____________________________________________________________________________
21448 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
21449         Log: Fix a typo #11889 and add a test for the same.
21450      Branch: perl
21451            ! ext/Socket/Socket.t ext/Socket/Socket.xs
21452 ____________________________________________________________________________
21453 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
21454         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
21455              From: "Craig A. Berry" <craigberry@mac.com>
21456              Date: Wed, 05 Sep 2001 17:48:54 -0500
21457              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
21458      Branch: perl
21459            ! lib/warnings.t t/run/kill_perl.t
21460 ____________________________________________________________________________
21461 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
21462         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
21463              From: Michael G Schwern <schwern@pobox.com>
21464              Date: Wed, 5 Sep 2001 17:22:25 -0400
21465              Message-ID: <20010905172225.C11386@blackrider>
21466      Branch: perl
21467            ! t/run/kill_perl.t
21468 ____________________________________________________________________________
21469 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
21470         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
21471              From: Nicholas Clark <nick@ccl4.org>
21472              Date: Wed, 5 Sep 2001 20:54:24 +0100
21473              Message-ID: <20010905205424.C25120@plum.flirble.org>
21474      Branch: perl
21475            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
21476 ____________________________________________________________________________
21477 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
21478         Log: Forgotten thing.
21479      Branch: perl
21480            ! uconfig.h
21481 ____________________________________________________________________________
21482 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
21483         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
21484              From: chromatic <chromatic@rmci.net>               
21485              Date: Wed, 5 Sep 2001 13:22:08 -0600
21486              Message-Id: <01090513220807.10587@firewheel> 
21487      Branch: perl
21488            ! lib/English.pm
21489 ____________________________________________________________________________
21490 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
21491         Log: inet_ntoa() tweaks:
21492              - don't allow addresses with > 255 characters
21493              - indent the HP-UX workaround
21494              - don't leak memory
21495      Branch: perl
21496            ! ext/Socket/Socket.xs
21497 ____________________________________________________________________________
21498 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
21499         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
21500              <xwu@theeducationcenter.com>
21501      Branch: perl
21502            ! lib/File/Find.pm
21503 ____________________________________________________________________________
21504 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
21505         Log: Typo nits.
21506      Branch: perl
21507            ! lib/File/Find.pm
21508 ____________________________________________________________________________
21509 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
21510         Log: -Wall nit.
21511      Branch: perl
21512            ! op.c
21513 ____________________________________________________________________________
21514 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
21515         Log: Update to Scalar-List-Utils 1.05
21516      Branch: perl
21517            ! ext/List/Util/ChangeLog ext/List/Util/README
21518            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21519 ____________________________________________________________________________
21520 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
21521         Log: Update Changes.
21522      Branch: perl
21523            ! Changes patchlevel.h
21524 ____________________________________________________________________________
21525 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
21526         Log: Update to Scalar-List-Utils 1.04
21527      Branch: perl
21528            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
21529            ! ext/List/Util/lib/List/Util.pm
21530            ! ext/List/Util/lib/Scalar/Util.pm
21531 ____________________________________________________________________________
21532 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
21533         Log: Metaconfigify #11724.
21534      Branch: metaconfig
21535            ! U/threads/archname.U
21536 ____________________________________________________________________________
21537 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
21538         Log: The MacOS reference is okay, no reason to hide it.
21539      Branch: perl
21540            ! lib/Cwd.pm
21541 ____________________________________________________________________________
21542 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
21543         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
21544              From: Michael G Schwern <schwern@pobox.com>
21545              Date: Tue, 4 Sep 2001 15:30:10 -0400
21546              Message-ID: <20010904153010.H26466@blackrider> 
21547              
21548              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
21549      Branch: perl
21550            ! ext/Cwd/Makefile.PL lib/Cwd.pm
21551 ____________________________________________________________________________
21552 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
21553         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
21554              From: Michael G Schwern <schwern@pobox.com>
21555              Date: Tue, 4 Sep 2001 17:39:13 -0400
21556              Message-ID: <20010904173913.C626@blackrider>
21557      Branch: perl
21558            ! lib/Cwd.pm
21559 ____________________________________________________________________________
21560 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
21561         Log: Subject: Re: Perl_pp_* in public API?
21562              From: "Craig A. Berry" <craigberry@mac.com>
21563              Date: Tue, 4 Sep 2001 21:51:29 -0500
21564              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
21565      Branch: perl
21566            ! ext/List/Util/Util.xs
21567 ____________________________________________________________________________
21568 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
21569         Log: From Damian: Class::Struct was unable to define
21570              recursive classes.  After the patch an object reference
21571              (rather than a hash) is required to initialize
21572              an object attribute.  If no such initializer is given to
21573              the constructor, object attributes are now default
21574              initialized to C<undef>.
21575      Branch: perl
21576            ! lib/Class/Struct.pm lib/Class/Struct.t
21577 ____________________________________________________________________________
21578 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
21579         Log: Subject: Re: sv_catpvfn and sv_setpvfn
21580              From: Richard Soderberg <rs@oregonnet.com>
21581              Date: Tue, 4 Sep 2001 15:16:47 -0700
21582              Message-Id: <200109042216.PAA17858@oregonnet.com>
21583      Branch: perl
21584            ! pod/perlclib.pod pod/perlguts.pod
21585 ____________________________________________________________________________
21586 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
21587         Log: NetWare updates from Ananth Kesari.
21588      Branch: perl
21589            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
21590            ! NetWare/nw5thread.h
21591 ____________________________________________________________________________
21592 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
21593         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
21594              From: Nicholas Clark <nick@ccl4.org>
21595              Date: Tue, 4 Sep 2001 22:42:50 +0100
21596              Message-ID: <20010904224250.P25120@plum.flirble.org>
21597      Branch: perl
21598            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
21599            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
21600            ! t/op/oct.t toke.c
21601 ____________________________________________________________________________
21602 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
21603         Log: Fix Cwd::getcwd() not being tainted, as noticed
21604              by Schwern.
21605      Branch: perl
21606            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
21607            - ext/Cwd/Cwd.t
21608            ! MANIFEST ext/Cwd/Cwd.xs util.c
21609 ____________________________________________________________________________
21610 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
21611         Log: Retract #11870 and volatilize the right destruct_level.
21612              Silly thinko pointed out by Sarathy.
21613      Branch: perl
21614            ! intrpvar.h perl.c
21615 ____________________________________________________________________________
21616 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
21617         Log: At least a temporary fix for the mysterious scope core dumps
21618              in Tru64 from Graham.
21619      Branch: perl
21620            ! ext/List/Util/Util.xs
21621 ____________________________________________________________________________
21622 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
21623         Log: (Retracted by #11872)
21624      Branch: perl
21625            ! intrpvar.h
21626 ____________________________________________________________________________
21627 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
21628         Log: Quench a -Wall gripe noticed by Robin Barker.
21629      Branch: perl
21630            ! op.c
21631 ____________________________________________________________________________
21632 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
21633         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
21634              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21635              Date: Wed, 05 Sep 2001 02:01:32 +0900
21636              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
21637      Branch: perl
21638            ! lib/Unicode/UCD.pm
21639 ____________________________________________________________________________
21640 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
21641         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
21642              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21643              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
21644              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
21645      Branch: perl
21646            ! gv.c
21647 ____________________________________________________________________________
21648 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
21649         Log: Update Changes.
21650      Branch: perl
21651            ! Changes patchlevel.h
21652 ____________________________________________________________________________
21653 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
21654         Log: Add the \[$@%&*] prototype support.
21655      Branch: perl
21656            ! op.c pod/perlsub.pod t/comp/proto.t
21657 ____________________________________________________________________________
21658 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
21659         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
21660              From: Michael G Schwern <schwern@pobox.com>
21661              Date: Mon, 3 Sep 2001 18:59:01 -0400
21662              Message-ID: <20010903185901.Z9233@blackrider>
21663      Branch: perl
21664            ! lib/CGI/t/form.t
21665 ____________________________________________________________________________
21666 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
21667         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
21668              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
21669              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
21670              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
21671      Branch: perl
21672            ! gv.c
21673 ____________________________________________________________________________
21674 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
21675         Log: More srand entry tweakage based on Randal's suggestion.
21676      Branch: perl
21677            ! pod/perlfunc.pod
21678 ____________________________________________________________________________
21679 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
21680         Log: Subject: [PATCH] 'main' *is* a reserved word
21681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21682              Date: Mon, 3 Sep 2001 22:55:41 +0200
21683              Message-ID: <20010903225541.A24097@rafael>
21684      Branch: perl
21685            ! toke.c
21686 ____________________________________________________________________________
21687 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
21688         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
21689              From: Peter Prymmer <pvhp@best.com>
21690              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
21691              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
21692      Branch: perl
21693            ! README.vms configure.com
21694 ____________________________________________________________________________
21695 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
21696         Log: Subject: Re: A slightly better default seed?   
21697              From: Michael G Schwern <schwern@pobox.com>
21698              Date: Mon, 3 Sep 2001 18:08:15 -0400 
21699              Message-ID: <20010903180815.W9233@blackrider>
21700      Branch: perl
21701            ! t/op/srand.t
21702 ____________________________________________________________________________
21703 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
21704         Log: Add sharedsv.o to microperl object files.
21705      Branch: perl
21706            ! Makefile.micro
21707 ____________________________________________________________________________
21708 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
21709         Log: AUTHORS updates and
21710              
21711              Subject: [PATCH] Just some preening :-)        
21712              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
21713              Date: Tue, 4 Sep 2001 14:16:59 +0100
21714              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
21715      Branch: perl
21716            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
21717 ____________________________________________________________________________
21718 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
21719         Log: Typo fix and slight rewording.
21720      Branch: perl
21721            ! pod/perlfunc.pod
21722 ____________________________________________________________________________
21723 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
21724         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
21725      Branch: perl
21726            ! pod/perlfaq4.pod
21727 ____________________________________________________________________________
21728 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
21729         Log: The helper file changed name.
21730      Branch: perl
21731            ! MANIFEST
21732 ____________________________________________________________________________
21733 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
21734         Log: Update to Scalar-List-Utils 1.03
21735      Branch: perl
21736            + ext/List/Util/t/shuffle.t
21737            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
21738            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
21739            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
21740            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
21741            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
21742            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
21743            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
21744            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
21745 ____________________________________________________________________________
21746 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
21747         Log: Make crypt() do something more sane for Unicode
21748              (take crypt() of the low eight bits of the characters,
21749              instead of taking crypt() of the UTF-8 of the scalar);
21750              add a test for crypt().
21751      Branch: perl
21752            + t/op/crypt.t
21753            ! MANIFEST pod/perlfunc.pod pp.c
21754 ____________________________________________________________________________
21755 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
21756         Log: Reorganize the srand entry.
21757      Branch: perl
21758            ! pod/perlfunc.pod
21759 ____________________________________________________________________________
21760 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
21761         Log: Remove the tests that assume something about
21762              calling srand() without arguments multiple times.
21763      Branch: perl
21764            ! t/op/srand.t
21765 ____________________________________________________________________________
21766 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
21767         Log: Upgrade to Math::BigInt 1.42.
21768      Branch: perl
21769            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21770            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
21771            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
21772            ! lib/Math/BigInt/t/mbimbf.t
21773 ____________________________________________________________________________
21774 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
21775         Log: integrate change#11847 from maint-5.6
21776              
21777              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
21778      Branch: perl
21779            ! sv.c
21780 ____________________________________________________________________________
21781 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
21782         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
21783      Branch: maint-5.6/perl
21784            ! sv.c
21785 ____________________________________________________________________________
21786 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
21787         Log: As far as I can tell these functions have been Unicodified.
21788      Branch: perl
21789            ! doop.c
21790 ____________________________________________________________________________
21791 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
21792         Log: Update to Storable 1.0.13.
21793      Branch: perl
21794            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21795            ! ext/Storable/Storable.xs
21796 ____________________________________________________________________________
21797 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
21798         Log: Patch the Filter::Simple test to work with
21799              the core test suite (since the FilterTest.pm
21800              is in t/lib, not in lib).
21801      Branch: perl
21802            ! lib/Filter/Simple/t/filter.t
21803 ____________________________________________________________________________
21804 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
21805         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
21806      Branch: perl
21807            + t/lib/FilterTest.pm
21808            - t/lib/MyFilter.pm
21809 ____________________________________________________________________________
21810 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
21811         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
21812              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
21813              Text::Balanced 1.86.
21814      Branch: perl
21815            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
21816            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
21817            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
21818            + lib/Switch/t/nested.t lib/Switch/t/switch.t
21819            + lib/Text/Balanced/Changes lib/Text/Balanced/README
21820            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
21821            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
21822            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
21823            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
21824            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
21825            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
21826            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
21827            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
21828            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
21829            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
21830            ! MANIFEST lib/Attribute/Handlers.pm
21831            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
21832            ! lib/Attribute/Handlers/demo/Demo.pm
21833            ! lib/Attribute/Handlers/demo/Descriptions.pm
21834            ! lib/Attribute/Handlers/demo/MyClass.pm
21835            ! lib/Attribute/Handlers/demo/demo.pl
21836            ! lib/Attribute/Handlers/demo/demo2.pl
21837            ! lib/Attribute/Handlers/demo/demo3.pl
21838            ! lib/Attribute/Handlers/demo/demo4.pl
21839            ! lib/Attribute/Handlers/demo/demo_call.pl
21840            ! lib/Attribute/Handlers/demo/demo_chain.pl
21841            ! lib/Attribute/Handlers/demo/demo_cycle.pl
21842            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
21843            ! lib/Attribute/Handlers/demo/demo_phases.pl
21844            ! lib/Attribute/Handlers/demo/demo_range.pl
21845            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
21846            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
21847            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
21848            ! lib/Text/Balanced.pm
21849 ____________________________________________________________________________
21850 [ 11841] By: sky                                   on 2001/09/03  11:04:15
21851         Log: Forgot to add a file with Change #11840
21852      Branch: perl
21853            + t/op/srand.t
21854 ____________________________________________________________________________
21855 [ 11840] By: sky                                   on 2001/09/03  11:02:04
21856         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
21857              From: Michael G Schwern <schwern@pobox.com>
21858              Date: Mon, 3 Sep 2001 07:43:00 -0400
21859              Message-ID: <20010903074300.E9233@blackrider>
21860      Branch: perl
21861            ! MANIFEST pod/perlfunc.pod t/op/rand.t
21862 ____________________________________________________________________________
21863 [ 11839] By: sky                                   on 2001/09/03  10:47:11
21864         Log: Document the changes with regards to running of END blocks.
21865              And DESTROY on global objects are called in perl_destruct()!
21866      Branch: perl
21867            ! pod/perl572delta.pod pod/perlembed.pod
21868 ____________________________________________________________________________
21869 [ 11838] By: sky                                   on 2001/09/03  09:34:44
21870         Log: Subject: [PATCH t/op/time.t] Partial cleanup
21871              From: Michael G Schwern <schwern@pobox.com>
21872              Date: Mon, 3 Sep 2001 06:29:42 -0400
21873              Message-ID: <20010903062942.C9233@blackrider>
21874      Branch: perl
21875            ! t/op/time.t
21876 ____________________________________________________________________________
21877 [ 11837] By: sky                                   on 2001/09/03  09:30:02
21878         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
21879              From: Michael G Schwern <schwern@pobox.com>
21880              Date: Mon, 3 Sep 2001 06:24:13 -0400
21881              Message-ID: <20010903062413.B9233@blackrider>
21882      Branch: perl
21883            ! t/op/rand.t
21884 ____________________________________________________________________________
21885 [ 11836] By: sky                                   on 2001/09/03  07:56:47
21886         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
21887              From: Michael G Schwern <schwern@pobox.com>
21888              Date: Sun, 2 Sep 2001 21:38:43 -0400
21889              Message-ID: <20010902213843.L2711@blackrider>
21890      Branch: perl
21891            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
21892            ! MANIFEST
21893 ____________________________________________________________________________
21894 [ 11835] By: nick                                  on 2001/09/03  06:20:06
21895         Log: Integrate mainline
21896      Branch: perlio
21897           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
21898            - t/op/misc.t
21899           !> (integrate 187 files)
21900 ____________________________________________________________________________
21901 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
21902         Log: Update Changes.
21903      Branch: perl
21904            ! Changes patchlevel.h
21905 ____________________________________________________________________________
21906 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
21907         Log: Slight tweaks.
21908      Branch: perl
21909            ! t/run/kill_perl.t
21910 ____________________________________________________________________________
21911 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
21912         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
21913      Branch: perl
21914            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21915 ____________________________________________________________________________
21916 [ 11831] By: sky                                   on 2001/09/02  12:10:42
21917         Log: Change #11828 wasn't complete, this updates to intest path
21918      Branch: perl
21919            ! t/run/kill_perl.t
21920 ____________________________________________________________________________
21921 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
21922         Log: 's's's.
21923      Branch: perl
21924            ! Changes
21925 ____________________________________________________________________________
21926 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
21927         Log: Update Changes.
21928      Branch: perl
21929            ! Changes patchlevel.h
21930 ____________________________________________________________________________
21931 [ 11828] By: sky                                   on 2001/09/02  11:53:56
21932         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
21933              From: Michael G Schwern <schwern@pobox.com>
21934              Date: Sat, 1 Sep 2001 20:18:58 -0400
21935              Message-ID: <20010901201858.X606@blackrider>
21936              +MANIFEST Fix
21937      Branch: perl
21938            + t/run/kill_perl.t
21939            - t/op/misc.t t/run/segfault.t
21940            ! MANIFEST
21941 ____________________________________________________________________________
21942 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
21943         Log: Subject: [PATCH] lib/Time/Local.pm
21944              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21945              Date: Sun, 2 Sep 2001 06:50:01 -0500
21946              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
21947      Branch: perl
21948            ! lib/Time/Local.pm
21949 ____________________________________________________________________________
21950 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
21951         Log: Tick off Unicode collation and the normalization from
21952              the todo list.
21953      Branch: perl
21954            ! pod/perltodo.pod
21955 ____________________________________________________________________________
21956 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
21957         Log: Update to Unicode 3.1.1.
21958      Branch: perl
21959            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
21960            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
21961            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
21962            ! lib/unicore/PropList.txt lib/unicore/README.perl
21963            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
21964            ! lib/unicore/rename lib/unicore/version
21965 ____________________________________________________________________________
21966 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
21967         Log: Slight doc tweaks for the module.
21968      Branch: perl
21969            ! lib/Unicode/UCD.pm
21970 ____________________________________________________________________________
21971 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
21972         Log: Rename the variable: it *used* to be (wrongly) that the
21973              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
21974              but that is no more the case: PL_reg_match_utf8 is better.
21975      Branch: perl
21976            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
21977            ! regexec.c sv.c thrdvar.h
21978 ____________________________________________________________________________
21979 [ 11822] By: ams                                   on 2001/09/02  02:54:50
21980         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
21981              From: Ilmari Karonen <iltzu@sci.fi>
21982              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
21983              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
21984              (op/sub_lval.t updated to take new error message into account.)
21985      Branch: perl
21986            ! op.c t/op/sub_lval.t
21987 ____________________________________________________________________________
21988 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
21989         Log: remove stray CRs in files; keep all files with UNIX line-ends
21990              (Porting/makerel adds CRs to the files that need it in the
21991              distribution)
21992      Branch: perl
21993            ! NetWare/t/NWScripts.pl README.dos
21994            ! ext/Encode/Encode/cns11643-1.enc
21995            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
21996            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
21997 ____________________________________________________________________________
21998 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
21999         Log: some remnants of change#11803
22000      Branch: perl
22001            ! ext/ByteLoader/byterun.h perl.h
22002 ____________________________________________________________________________
22003 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
22004         Log: Update to Unicode::Collate 0.08.
22005      Branch: perl
22006            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22007            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22008 ____________________________________________________________________________
22009 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
22010         Log: Test tweaks.
22011      Branch: perl
22012            ! t/op/pat.t
22013 ____________________________________________________________________________
22014 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
22015         Log: Fix test
22016      Branch: maint-5.6/macperl
22017            ! t/lib/b.t
22018 ____________________________________________________________________________
22019 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
22020         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
22021              warnings in Config.pm with -W; increase default and
22022              minimum RAM; bump version number.
22023      Branch: maint-5.6/macperl
22024            + macos/lib/Mac/LowMem.pm
22025            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
22026            ! macos/configpm macos/macperl/MacPerl.r
22027 ____________________________________________________________________________
22028 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
22029         Log: Make syntax check report in MPW style, fix tests
22030              to use Mac::err=unix to get normal-style error
22031              messages.
22032      Branch: maint-5.6/macperl
22033            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
22034            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
22035 ____________________________________________________________________________
22036 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
22037         Log: Make MPW-style errors optional (but the default); add
22038              MacPerl::ErrorFormat() function and Mac::err pragma
22039      Branch: maint-5.6/macperl
22040            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
22041            + macos/ext/Mac/err/err.xs
22042            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
22043            ! macos/macish.c macos/macish.h macos/macperl.sym
22044 ____________________________________________________________________________
22045 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
22046         Log: More module and test ports from Thomas Wegner et al
22047      Branch: maint-5.6/macperl
22048            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
22049            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
22050            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
22051            ! t/op/magic.t
22052 ____________________________________________________________________________
22053 [ 11812] By: sky                                   on 2001/09/01  17:19:30
22054         Log: Subject: [PATCH t/op/concat.t] cleanup
22055              From: Michael G Schwern <schwern@pobox.com>
22056              Date: Sat, 1 Sep 2001 14:06:28 -0400
22057              Message-ID: <20010901140628.C606@blackrider>
22058      Branch: perl
22059            ! t/op/concat.t
22060 ____________________________________________________________________________
22061 [ 11811] By: sky                                   on 2001/09/01  12:25:29
22062         Log: Change #11805 didn't update the MANIFEST
22063      Branch: perl
22064            ! MANIFEST
22065 ____________________________________________________________________________
22066 [ 11810] By: sky                                   on 2001/09/01  11:52:44
22067         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
22068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22069              Date: Sat, 1 Sep 2001 14:50:14 +0200
22070              Message-ID: <20010901145014.A691@rafael>
22071      Branch: perl
22072            ! t/op/inccode.t
22073 ____________________________________________________________________________
22074 [ 11809] By: sky                                   on 2001/09/01  11:49:22
22075         Log: Subject: PATCH: ExtUtils::MakeMaker
22076              From: Tony Bowden <tony@kasei.com>
22077              Date: Sat, 1 Sep 2001 10:33:53 +0100
22078              Message-ID: <20010901103353.A13863@soto.kasei.com>
22079              Manually applied
22080      Branch: perl
22081            ! lib/ExtUtils/MakeMaker.pm
22082 ____________________________________________________________________________
22083 [ 11808] By: sky                                   on 2001/09/01  11:39:13
22084         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
22085              From: mike808@users.sourceforge.net
22086              Date: Sat, 1 Sep 101 11:27:50 GMT
22087              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
22088              With little tweak
22089      Branch: perl
22090            ! lib/Term/Cap.pm
22091 ____________________________________________________________________________
22092 [ 11807] By: ams                                   on 2001/09/01  11:31:16
22093         Log: Subject: oct() and hex()
22094              From: Nicholas Clark <nick@ccl4.org>
22095              Date: Fri, 31 Aug 2001 23:14:13 +0100
22096              Message-Id: <20010831231413.J4950@plum.flirble.org>
22097      Branch: perl
22098            ! pod/perlclib.pod
22099 ____________________________________________________________________________
22100 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
22101         Log: Integrate change 11801 from maintperl
22102      Branch: maint-5.6/macperl
22103            ! perl.c
22104 ____________________________________________________________________________
22105 [ 11805] By: sky                                   on 2001/08/31  21:35:10
22106         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
22107              From: Michael G Schwern <schwern@pobox.com>
22108              Date: Fri, 31 Aug 2001 15:36:28 -0400
22109              Message-ID: <20010831153628.B598@blackrider>
22110              Check for things which used to segfault
22111      Branch: perl
22112            + t/run/segfault.t
22113 ____________________________________________________________________________
22114 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
22115         Log: integrate change#11801 from maint-5.6
22116              
22117              remove age-old UNICOS "workaround" that introduces a static, and
22118              hence an egregious race condition for threaded builds (*sigh*
22119              beats me why this kludge wasn't guarded by a UNICOS-specific
22120              #define *sigh*)
22121      Branch: perl
22122            ! perl.c
22123 ____________________________________________________________________________
22124 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
22125         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
22126              working in 5.7.x
22127      Branch: perl
22128            - objXSUB.h
22129            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
22130            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
22131            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
22132            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
22133            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
22134            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
22135            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
22136            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
22137            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
22138            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
22139            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
22140            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22141            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
22142            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
22143            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
22144            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
22145            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
22146            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
22147            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
22148            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
22149            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
22150            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
22151 ____________________________________________________________________________
22152 [ 11802] By: ams                                   on 2001/08/31  18:11:32
22153         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
22154              From: "Philip Newton" <Philip.Newton@gmx.net>
22155              Date: Fri, 31 Aug 2001 21:12:56 +0200
22156              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
22157      Branch: perl
22158            ! pod/perldiag.pod
22159 ____________________________________________________________________________
22160 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
22161         Log: remove age-old UNICOS "workaround" that introduces a static, and
22162              hence an egregious race condition for threaded builds (*sigh*
22163              beats me why this kludge wasn't guarded by a UNICOS-specific
22164              #define *sigh*)
22165      Branch: maint-5.6/perl
22166            ! perl.c
22167 ____________________________________________________________________________
22168 [ 11800] By: sky                                   on 2001/08/31  17:30:26
22169         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
22170              Might break on platforms where bool is larger than 8 bites ???
22171      Branch: perl
22172            ! regcomp.c
22173 ____________________________________________________________________________
22174 [ 11799] By: ams                                   on 2001/08/31  12:15:44
22175         Log: Integrate 11778 into mainline.
22176      Branch: perl
22177            ! t/base/term.t
22178 ____________________________________________________________________________
22179 [ 11798] By: sky                                   on 2001/08/31  11:31:44
22180         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
22181              supposed to happen.
22182      Branch: perl
22183            ! regcomp.c
22184 ____________________________________________________________________________
22185 [ 11797] By: sky                                   on 2001/08/31  11:28:17
22186         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
22187              From: "John P. Linderman" <jpl@research.att.com>
22188              Date: Fri, 31 Aug 2001 08:20:35 -0400
22189              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
22190              Fixes test 14 which could fail randomly in rare cases.
22191      Branch: perl
22192            ! ext/Time/HiRes/HiRes.t regcomp.c
22193 ____________________________________________________________________________
22194 [ 11796] By: ams                                   on 2001/08/31  01:13:07
22195         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
22196              From: Nicholas Clark <nick@ccl4.org>
22197              Date: Thu, 30 Aug 2001 23:21:50 +0100
22198              Message-Id: <20010830232150.D4950@plum.flirble.org>
22199      Branch: perl
22200            ! ext/Sys/Syslog/Makefile.PL
22201 ____________________________________________________________________________
22202 [ 11795] By: ams                                   on 2001/08/30  23:53:23
22203         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
22204              patching example
22205              From: Michael G Schwern <schwern@pobox.com>
22206              Date: Thu, 30 Aug 2001 17:02:08 -0400
22207              Message-Id: <20010830170208.M2318@blackrider>
22208      Branch: perl
22209            ! pod/perlhack.pod
22210 ____________________________________________________________________________
22211 [ 11794] By: ams                                   on 2001/08/30  19:35:36
22212         Log: Subject: [PATCH] pp_modulo
22213              From: Nicholas Clark <nick@ccl4.org>
22214              Date: Thu, 30 Aug 2001 18:20:54 +0100
22215              Message-Id: <20010830182053.A4950@plum.flirble.org>
22216      Branch: perl
22217            ! pp.c t/op/64bitint.t
22218 ____________________________________________________________________________
22219 [ 11793] By: sky                                   on 2001/08/30  13:02:48
22220         Log: 11792 wasn't complete
22221      Branch: perl
22222            ! makedef.pl regcomp.c
22223 ____________________________________________________________________________
22224 [ 11792] By: sky                                   on 2001/08/30  12:21:11
22225         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
22226      Branch: perl
22227            ! makedef.pl
22228 ____________________________________________________________________________
22229 [ 11791] By: sky                                   on 2001/08/30  10:08:02
22230         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
22231      Branch: perl
22232            ! config_h.SH
22233 ____________________________________________________________________________
22234 [ 11790] By: sky                                   on 2001/08/30  08:22:31
22235         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
22236              on the pad. Fixes coredumps in cleanups introduced by
22237              Change 11755  
22238      Branch: perl
22239            ! op.c perl.c sv.h
22240 ____________________________________________________________________________
22241 [ 11789] By: sky                                   on 2001/08/29  19:01:47
22242         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
22243              This is a replacement implmentation that works on HPUX.
22244              This bug should probably be fixed in GCC.
22245      Branch: perl
22246            ! ext/Socket/Socket.xs
22247 ____________________________________________________________________________
22248 [ 11788] By: ams                                   on 2001/08/29  17:35:33
22249         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
22250              From: Nicholas Clark <nick@ccl4.org>
22251              Date: Wed, 29 Aug 2001 18:21:56 +0100
22252              Message-Id: <20010829182156.O4950@plum.flirble.org>
22253      Branch: perl
22254            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
22255 ____________________________________________________________________________
22256 [ 11787] By: sky                                   on 2001/08/29  10:42:54
22257         Log: Added test for pack_addr_in and unpack_addr_in
22258              Nitpik in test 10
22259      Branch: perl
22260            ! ext/Socket/Socket.t
22261 ____________________________________________________________________________
22262 [ 11786] By: sky                                   on 2001/08/29  10:28:14
22263         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
22264              Trying to catch errors on HP-UX
22265      Branch: perl
22266            ! ext/Socket/Socket.t
22267 ____________________________________________________________________________
22268 [ 11785] By: sky                                   on 2001/08/29  09:07:03
22269         Log: make sure USE_THREADS is defined so external apps work
22270      Branch: perl
22271            ! config_h.SH
22272 ____________________________________________________________________________
22273 [ 11784] By: sky                                   on 2001/08/29  08:06:12
22274         Log: Subject: Re: The hitlist of untested modules.
22275              From: Jonathan Stowe <gellyfish@gellyfish.com>
22276              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
22277              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
22278              Start of tests for Shell.pm (make Schwern poorer!)
22279      Branch: perl
22280            + lib/Shell.t
22281            ! MANIFEST
22282 ____________________________________________________________________________
22283 [ 11783] By: sky                                   on 2001/08/29  07:37:50
22284         Log: END{} can change the return value even if we die from BEGIN{}
22285      Branch: perl
22286            ! miniperlmain.c
22287 ____________________________________________________________________________
22288 [ 11782] By: ams                                   on 2001/08/29  06:32:17
22289         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
22290              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22291              Date: Wed, 29 Aug 2001 09:18:17 +0200
22292              Message-Id: <20010829091817.A4453@rafael>
22293      Branch: perl
22294            ! t/op/inccode.t
22295 ____________________________________________________________________________
22296 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
22297         Log: Delete xsubpp.patch, as full copy exists now
22298      Branch: maint-5.6/macperl
22299            - macos/xsubpp.patch
22300 ____________________________________________________________________________
22301 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
22302         Log: Add Changes file
22303      Branch: maint-5.6/macperl
22304            + macos/Changes
22305 ____________________________________________________________________________
22306 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
22307         Log: Add Mac version of xsubpp as separate file
22308      Branch: maint-5.6/macperl
22309            + macos/xsubpp
22310            ! macos/Makefile.mk
22311 ____________________________________________________________________________
22312 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
22313         Log: Fix open of /dev/null for Mac OS
22314      Branch: maint-5.6/macperl
22315            ! t/base/term.t
22316 ____________________________________________________________________________
22317 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
22318         Log: Various patches: enable more tests; skip CVS in PerlInstall;
22319              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
22320      Branch: maint-5.6/macperl
22321            ! macos/MacPerlTests.cmd macos/PerlInstall
22322            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
22323 ____________________________________________________________________________
22324 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
22325         Log: Allow for platforms to override formatting of errors
22326              on output from Matthias Neeracher (Mac files)
22327      Branch: maint-5.6/macperl
22328            ! macos/macish.c macos/macish.h
22329 ____________________________________________________________________________
22330 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
22331         Log: Allow for platforms to override formatting of errors
22332              on output from Matthias Neeracher (core files)
22333      Branch: maint-5.6/macperl
22334            ! perl.h pp_ctl.c util.c
22335 ____________________________________________________________________________
22336 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
22337         Log: Add some param checking, from reports by Kevin Reid.
22338      Branch: maint-5.6/macperl
22339            ! macos/ext/Mac/Controls/Controls.pm
22340            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
22341 ____________________________________________________________________________
22342 [ 11773] By: ams                                   on 2001/08/28  23:54:57
22343         Log: Subject: [PATCH] make coretest
22344              From: Paul Johnson <paul@pjcj.net>
22345              Date: Wed, 29 Aug 2001 00:11:38 +0200
22346              Message-Id: <20010829001138.B12169@pjcj.net>
22347              (Applied without the change to perlhack.pod. This should
22348              probably stay undocumented.)
22349      Branch: perl
22350            ! Makefile.SH t/TEST
22351 ____________________________________________________________________________
22352 [ 11772] By: sky                                   on 2001/08/28  13:01:20
22353         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
22354              From: Michael G Schwern <schwern@pobox.com>
22355              Date: Tue, 28 Aug 2001 09:57:39 -0400
22356              Message-ID: <20010828095738.E17775@blackrider>
22357      Branch: perl
22358            ! pod/perlhack.pod t/op/pack.t
22359 ____________________________________________________________________________
22360 [ 11771] By: sky                                   on 2001/08/28  11:20:13
22361         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
22362              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22363              Date: Tue, 28 Aug 2001 14:23:43 +0200
22364              Message-ID: <20010828142343.A19299@rafael>
22365      Branch: perl
22366            ! pod/perlvar.pod pp_ctl.c
22367 ____________________________________________________________________________
22368 [ 11770] By: ams                                   on 2001/08/28  10:13:21
22369         Log: Subject: [PATCH] odd typo in op.h
22370              From: Nicholas Clark <nick@ccl4.org>
22371              Date: Tue, 28 Aug 2001 12:10:26 +0100
22372              Message-Id: <20010828121026.V4950@plum.flirble.org>
22373      Branch: perl
22374            ! op.h
22375 ____________________________________________________________________________
22376 [ 11769] By: sky                                   on 2001/08/28  08:09:16
22377         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
22378              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
22379              Date: Tue, 28 Aug 2001 02:22:20 +0300
22380              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
22381      Branch: perl
22382            ! ext/B/B/Lint.pm
22383 ____________________________________________________________________________
22384 [ 11768] By: ams                                   on 2001/08/28  00:47:35
22385         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
22386              From: Michael G Schwern <schwern@pobox.com>
22387              Date: Mon, 27 Aug 2001 21:24:44 -0400
22388              Message-Id: <20010827212444.F12582@blackrider>
22389      Branch: perl
22390            ! pod/perlhack.pod t/op/pack.t
22391 ____________________________________________________________________________
22392 [ 11767] By: ams                                   on 2001/08/27  23:59:48
22393         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
22394              From: Michael G Schwern <schwern@pobox.com>
22395              Date: Mon, 27 Aug 2001 20:12:29 -0400
22396              Message-Id: <20010827201229.D12582@blackrider>
22397      Branch: perl
22398            ! pod/perlhack.pod t/op/pack.t
22399 ____________________________________________________________________________
22400 [ 11766] By: ams                                   on 2001/08/27  23:39:40
22401         Log: Update Changes.
22402      Branch: perl
22403            ! Changes
22404 ____________________________________________________________________________
22405 [ 11765] By: ams                                   on 2001/08/27  22:53:10
22406         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
22407              From: Michael G Schwern <schwern@pobox.com>
22408              Date: Mon, 27 Aug 2001 19:47:30 -0400
22409              Message-Id: <20010827194730.C12582@blackrider>
22410      Branch: perl
22411            ! t/op/inccode.t
22412 ____________________________________________________________________________
22413 [ 11764] By: ams                                   on 2001/08/27  22:46:21
22414         Log: Subject: [PATCH] new tests for the coderef-in-@INC
22415              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22416              Date: Mon, 27 Aug 2001 22:36:27 +0200
22417              Message-Id: <20010827223627.C690@rafael>
22418              
22419              Subject: Re: [PATCH] new tests for the coderef-in-@INC
22420              From: Nicholas Clark <nick@ccl4.org>
22421              Date: Tue, 28 Aug 2001 00:02:46 +0100
22422              Message-Id: <20010828000245.R4950@plum.flirble.org>
22423      Branch: perl
22424            + t/op/inccode.t
22425            ! MANIFEST
22426 ____________________________________________________________________________
22427 [ 11763] By: ams                                   on 2001/08/27  22:41:09
22428         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
22429              bleadperl on fire, Win95+4NT)
22430              From: Michael G Schwern <schwern@pobox.com>
22431              Date: Mon, 27 Aug 2001 16:54:42 -0400
22432              Message-Id: <20010827165442.F9436@blackrider>
22433      Branch: perl
22434            ! lib/warnings.t
22435 ____________________________________________________________________________
22436 [ 11762] By: sky                                   on 2001/08/27  19:19:17
22437         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
22438              avaible at compile time. This broke the compilation of 
22439              Net/Ping.pm
22440      Branch: perl
22441            ! lib/Net/Ping.pm
22442 ____________________________________________________________________________
22443 [ 11761] By: sky                                   on 2001/08/27  18:34:48
22444         Log: Removed tripple definitions of CUSTOM_OP functions.
22445      Branch: perl
22446            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
22447 ____________________________________________________________________________
22448 [ 11760] By: sky                                   on 2001/08/27  18:21:27
22449         Log: Regen headers
22450      Branch: perl
22451            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
22452            ! perlapi.h proto.h
22453 ____________________________________________________________________________
22454 [ 11759] By: ams                                   on 2001/08/27  16:31:53
22455         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
22456              From: "chromatic" <chromatic@rmci.net>
22457              Date: Mon, 27 Aug 2001 11:17:09 -0600
22458              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
22459      Branch: perl
22460            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
22461 ____________________________________________________________________________
22462 [ 11758] By: sky                                   on 2001/08/27  15:16:42
22463         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
22464              Thanks to H. Merijn Brand for the patch.
22465              Some of the comments and or guards might be removable in perl.h now.
22466      Branch: perl
22467            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
22468            ! Porting/Glossary Porting/config_H README.threads config_h.SH
22469            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
22470            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
22471            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
22472            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
22473            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
22474            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
22475            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
22476            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
22477            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
22478            ! win32/config_H.vc win32/perllib.c win32/win32.h
22479            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
22480            ! wince/config.h wince/config_H.ce wince/win32.h
22481            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
22482 ____________________________________________________________________________
22483 [ 11757] By: sky                                   on 2001/08/27  13:39:16
22484         Log: Subject: GNU ld parses arguments different
22485              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22486              Date: Mon, 27 Aug 2001 16:25:51 +0200
22487              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
22488      Branch: perl
22489            ! hints/hpux.sh
22490 ____________________________________________________________________________
22491 [ 11756] By: sky                                   on 2001/08/27  13:18:45
22492         Log: Subject: Custom Ops
22493              From: Simon Cozens <simon@netthink.co.uk>
22494              Date: Sat, 25 Aug 2001 17:45:09 +0100
22495              Message-ID: <20010825174509.A5752@netthink.co.uk>
22496              I also added a fix to Opcode.pm to quite test cases.
22497      Branch: perl
22498            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
22499            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
22500 ____________________________________________________________________________
22501 [ 11755] By: sky                                   on 2001/08/27  05:37:17
22502         Log: Plugs a memory leak on destruction of regular expressions
22503              introcued by #11274.
22504              PL_regex_padav now has an AV as it's first entry with a list
22505              of freed regex_padav slots that it will reuse on creating
22506              new PMOPs.
22507      Branch: perl
22508            ! op.c perl.c
22509 ____________________________________________________________________________
22510 [ 11754] By: ams                                   on 2001/08/26  14:38:52
22511         Log: Subject: [PATCH] t/io/binmode.t
22512              From: Nicholas Clark <nick@ccl4.org>
22513              Date: Sun, 26 Aug 2001 12:03:05 +0100
22514              Message-Id: <20010826120305.C4950@plum.flirble.org>
22515              
22516              (Also a nitpick in #11752 to t/op/universal.t)
22517      Branch: perl
22518            ! t/io/binmode.t t/op/universal.t
22519 ____________________________________________________________________________
22520 [ 11753] By: ams                                   on 2001/08/26  08:19:34
22521         Log: Subject: [PATCH] op/universal.t failing
22522              From: Nicholas Clark <nick@ccl4.org>
22523              Date: Sun, 26 Aug 2001 09:48:22 +0100
22524              Message-Id: <20010826094822.B4950@plum.flirble.org>
22525      Branch: perl
22526            ! t/op/universal.t
22527 ____________________________________________________________________________
22528 [ 11752] By: ams                                   on 2001/08/25  22:46:13
22529         Log: Subject: Re: 'can' with undefined subs
22530              From: Tony Bowden <tony@kasei.com>
22531              Date: Sat, 25 Aug 2001 14:58:17 +0100
22532              Message-Id: <20010825145817.A11788@soto.kasei.com>
22533              (Applied with minor modifications.)
22534      Branch: perl
22535            ! t/op/universal.t
22536 ____________________________________________________________________________
22537 [ 11751] By: ams                                   on 2001/08/25  18:28:43
22538         Log: Subject: Re: 'can' with undefined subs
22539              From: Tony Bowden <tony@kasei.com>
22540              Date: Sat, 25 Aug 2001 15:13:14 +0100
22541              Message-Id: <20010825151314.B11788@soto.kasei.com>
22542      Branch: perl
22543            ! lib/UNIVERSAL.pm
22544 ____________________________________________________________________________
22545 [ 11750] By: nick                                  on 2001/08/25  15:24:15
22546         Log: Integrate mainline
22547      Branch: perlio
22548           +> t/io/binmode.t
22549           !> (integrate 26 files)
22550 ____________________________________________________________________________
22551 [ 11749] By: nick                                  on 2001/08/25  14:55:41
22552         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
22553              From:  John Peacock <jpeacock@rowman.com>
22554              Date:  Wed, 22 Aug 2001 12:05:28 -0400
22555              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
22556      Branch: perl
22557            ! pod/perlhack.pod
22558 ____________________________________________________________________________
22559 [ 11748] By: nick                                  on 2001/08/25  14:53:04
22560         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
22561              From:  Michael G Schwern <schwern@pobox.com>
22562              Date:  Wed, 22 Aug 2001 19:22:45 -0400
22563              Message-Id:  <20010822192245.U619@blackrider>
22564      Branch: perl
22565            ! MANIFEST
22566 ____________________________________________________________________________
22567 [ 11747] By: nick                                  on 2001/08/25  14:52:33
22568         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
22569              From:  Nicholas Clark <nick@ccl4.org>
22570              Date:  Wed, 22 Aug 2001 23:29:06 +0100
22571              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
22572      Branch: perl
22573            + t/io/binmode.t
22574            ! perlio.c pod/perlfunc.pod
22575 ____________________________________________________________________________
22576 [ 11744] By: nick                                  on 2001/08/25  14:37:33
22577         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
22578              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22579              Date:  Fri, 24 Aug 2001 22:10:42 +0200
22580              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
22581      Branch: perl
22582            ! x2p/a2py.c x2p/walk.c
22583 ____________________________________________________________________________
22584 [ 11743] By: nick                                  on 2001/08/25  14:32:47
22585         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
22586              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22587              Date:  Fri, 24 Aug 2001 23:34:13 +0200
22588              Message-Id:  <20010824233413.A1285@rafael>
22589      Branch: perl
22590            ! pod/perlfunc.pod pod/perlvar.pod
22591 ____________________________________________________________________________
22592 [ 11742] By: ams                                   on 2001/08/25  13:16:02
22593         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
22594              From: Nicholas Clark <nick@ccl4.org>
22595              Date: Sat, 25 Aug 2001 14:50:07 +0100
22596              Message-Id: <20010825145007.L41464@plum.flirble.org>
22597      Branch: perl
22598            ! pp_ctl.c
22599 ____________________________________________________________________________
22600 [ 11741] By: nick                                  on 2001/08/24  07:08:45
22601         Log: When applying patch via Porting/apply fails, do p4 refresh
22602              to get old files back.
22603      Branch: perl
22604            ! Porting/apply
22605 ____________________________________________________________________________
22606 [ 11740] By: ams                                   on 2001/08/24  04:47:24
22607         Log: #11739 was incomplete.
22608      Branch: perl
22609            ! pod/perldiag.pod
22610 ____________________________________________________________________________
22611 [ 11739] By: ams                                   on 2001/08/24  04:09:40
22612         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
22613              From: "Philip Newton" <Philip.Newton@gmx.net>
22614              Date: Fri, 24 Aug 2001 07:08:34 +0200
22615      Branch: perl
22616            ! pod/perldiag.pod
22617 ____________________________________________________________________________
22618 [ 11738] By: ams                                   on 2001/08/24  02:19:42
22619         Log: Fixed Doug Wilson's email address.
22620      Branch: perl
22621            ! AUTHORS
22622 ____________________________________________________________________________
22623 [ 11737] By: ams                                   on 2001/08/24  00:10:13
22624         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
22625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22626              Date: Thu, 23 Aug 2001 22:22:58 +0200
22627              Message-Id: <20010823222258.A901@rafael>
22628      Branch: perl
22629            ! pod/perldiag.pod
22630 ____________________________________________________________________________
22631 [ 11736] By: ams                                   on 2001/08/24  00:05:02
22632         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
22633              From: "Craig A. Berry" <craigberry@mac.com>
22634              Date: Thu, 23 Aug 2001 19:07:45 -0500
22635              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
22636      Branch: perl
22637            ! configure.com
22638 ____________________________________________________________________________
22639 [ 11735] By: sky                                   on 2001/08/23  13:42:07
22640         Log: Backed out 11732, it breaks lib/strict.t 
22641      Branch: perl
22642            ! op.c
22643 ____________________________________________________________________________
22644 [ 11734] By: sky                                   on 2001/08/23  11:45:59
22645         Log: Removed toy from 17133 after Matt Sargeants request.
22646      Branch: perl
22647            ! pod/perlfaq4.pod
22648 ____________________________________________________________________________
22649 [ 11733] By: sky                                   on 2001/08/23  11:36:29
22650         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
22651              From: Robin Houston <robin@kitsite.com>
22652              Date: Wed, 22 Aug 2001 23:06:16 +0100
22653              Message-ID: <20010822230616.A254@robin.kitsite.com>
22654      Branch: perl
22655            ! pod/perlfaq4.pod
22656 ____________________________________________________________________________
22657 [ 11732] By: sky                                   on 2001/08/23  10:36:02
22658         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
22659              From: Simon Cozens <simon@netthink.co.uk>
22660              Date: Thu, 23 Aug 2001 12:06:36 +0100
22661              Message-ID: <20010823120636.A9961@netthink.co.uk>
22662      Branch: perl
22663            ! op.c
22664 ____________________________________________________________________________
22665 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
22666         Log: fix broken windows build
22667      Branch: perl
22668            ! perl.h
22669 ____________________________________________________________________________
22670 [ 11730] By: ams                                   on 2001/08/22  21:35:30
22671         Log: Subject: [PATCH] io/tell.t doesn't chdir t
22672              From: Nicholas Clark <nick@ccl4.org>
22673              Date: Wed, 22 Aug 2001 23:25:58 +0100
22674              Message-Id: <20010822232557.Y82818@plum.flirble.org>
22675      Branch: perl
22676            ! t/io/tell.t
22677 ____________________________________________________________________________
22678 [ 11729] By: ams                                   on 2001/08/22  20:32:21
22679         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
22680              questions)
22681              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22682              Date: Wed, 22 Aug 2001 17:09:04 -0400
22683              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
22684              (Oops, forgot File::Spec::Unix in the previous patch.)
22685      Branch: perl
22686            ! lib/File/Spec/Unix.pm
22687 ____________________________________________________________________________
22688 [ 11728] By: ams                                   on 2001/08/22  20:25:41
22689         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
22690              questions)
22691              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22692              Date: Wed, 22 Aug 2001 17:09:04 -0400
22693              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
22694      Branch: perl
22695            ! lib/File/Spec.pm
22696 ____________________________________________________________________________
22697 [ 11727] By: ams                                   on 2001/08/22  19:43:30
22698         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
22699              From: John Peacock <jpeacock@rowman.com>
22700              Date: Wed, 22 Aug 2001 12:35:52 -0400
22701              Message-Id: <3B83DF68.5D89DC81@rowman.com>
22702              (Adds proper tests for $], notwithstanding Subject. +nitpick)
22703      Branch: perl
22704            ! t/op/ver.t
22705 ____________________________________________________________________________
22706 [ 11726] By: ams                                   on 2001/08/22  19:36:39
22707         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
22708              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
22709              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
22710              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
22711      Branch: perl
22712            ! lib/diagnostics.pm lib/diagnostics.t
22713 ____________________________________________________________________________
22714 [ 11725] By: ams                                   on 2001/08/22  19:25:01
22715         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
22716              From: Nicholas Clark <nick@ccl4.org>
22717              Date: Wed, 22 Aug 2001 20:59:05 +0100
22718              Message-Id: <20010822205905.U82818@plum.flirble.org>
22719      Branch: perl
22720            ! pp.c t/op/64bitint.t t/op/arith.t
22721 ____________________________________________________________________________
22722 [ 11724] By: ams                                   on 2001/08/22  10:02:33
22723         Log: Subject: Configure blooper
22724              From: H.Merijn Brand <h.m.brand@hccnet.nl>
22725              Date: Wed, 22 Aug 2001 12:38:35 +0200
22726              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
22727      Branch: perl
22728            ! Configure
22729 ____________________________________________________________________________
22730 [ 11723] By: ams                                   on 2001/08/21  16:17:53
22731         Log: Subject: [PATCH] installperl -help
22732              From: Nicholas Clark <nick@ccl4.org>
22733              Date: Tue, 21 Aug 2001 17:34:23 +0100
22734              Message-Id: <20010821173423.F82818@plum.flirble.org>
22735      Branch: perl
22736            ! installperl
22737 ____________________________________________________________________________
22738 [ 11722] By: ams                                   on 2001/08/20  07:46:31
22739         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
22740              From: Ilmari Karonen <iltzu@sci.fi>
22741              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
22742              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
22743      Branch: perl
22744            ! pod/perlvar.pod
22745 ____________________________________________________________________________
22746 [ 11721] By: nick                                  on 2001/08/20  06:24:31
22747         Log: Integrate mainline
22748      Branch: perlio
22749           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
22750           +> lib/Lingua/KO/Hangul/Util/Changes
22751           +> lib/Lingua/KO/Hangul/Util/README
22752           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
22753           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
22754           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
22755           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
22756           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
22757           +> lib/Unicode/Normalize/t/test.t
22758            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
22759           !> (integrate 55 files)
22760 ____________________________________________________________________________
22761 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
22762         Log: Integrate Change #11599 from maint-5.6/perl
22763      Branch: maint-5.6/macperl
22764           !> README.win32
22765 ____________________________________________________________________________
22766 [ 11719] By: ams                                   on 2001/08/18  21:21:42
22767         Log: Add Porting/apply to MANIFEST.
22768      Branch: perl
22769            ! MANIFEST
22770 ____________________________________________________________________________
22771 [ 11718] By: sky                                   on 2001/08/18  14:38:01
22772         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
22773              Better solution would be to make 5005threaded perl use
22774              the same system as ithreads do
22775      Branch: perl
22776            ! perl.h
22777 ____________________________________________________________________________
22778 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
22779         Log: New try for ID 20010407.006: detach the semantics
22780              "was the last match target UTF8" into its own variable.
22781      Branch: perl
22782            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
22783            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
22784 ____________________________________________________________________________
22785 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
22786         Log: UTF8 flag should be meaningful only when POK.
22787      Branch: perl
22788            ! dump.c
22789 ____________________________________________________________________________
22790 [ 11715] By: sky                                   on 2001/08/18  11:45:16
22791         Log: USE_THREADS and USE_ITHREADS are never true at the same time
22792      Branch: perl
22793            ! perl.h
22794 ____________________________________________________________________________
22795 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
22796         Log: Retract #11712 for now.  The real fix would probably
22797              be something like making PL_reg_sv a copy (PV + UTF8)
22798              of the matched/substituted string (note: not just a SvPOK
22799              string, for example the stringified form of a ROK would
22800              be applicable)  Beware of leaks.
22801      Branch: perl
22802            ! pp_hot.c t/op/pat.t
22803 ____________________________________________________________________________
22804 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
22805         Log: UTF8 wasn't printing for PVMGs.
22806      Branch: perl
22807            ! dump.c
22808 ____________________________________________________________________________
22809 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
22810         Log: (Retracted by #11714)
22811              
22812              Okay analysis, debatable fix.  (The fix will inc
22813              the refcount of all temporary match objects,
22814              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
22815              which will then cause griping at untie() time
22816              ("inner references remain").
22817              
22818              Fix for ID 20010407.006: PL_reg_sv got wiped out
22819              by freetemps if the match target was a temporary
22820              (like function_call() =~ /.../), which in turn meant
22821              that the $1 et al stopped working if they had UTF-8
22822              in them.  Therefore bump up the refcount of PL_reg_sv.
22823      Branch: perl
22824            ! pp_hot.c t/op/pat.t
22825 ____________________________________________________________________________
22826 [ 11711] By: ams                                   on 2001/08/17  20:32:08
22827         Log: Subject: [PATCH] doesn't compile, was perl@11710
22828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22829              Date: Fri, 17 Aug 2001 23:21:10 +0200
22830              Message-Id: <20010817232110.C7041@rafael> 
22831      Branch: perl
22832            ! sharedsv.c
22833 ____________________________________________________________________________
22834 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
22835         Log: Update Changes.
22836      Branch: perl
22837            ! Changes patchlevel.h
22838 ____________________________________________________________________________
22839 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
22840         Log: Upgrade to libnet 1.0704.
22841      Branch: perl
22842            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
22843            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
22844            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
22845            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
22846            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
22847            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
22848            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
22849 ____________________________________________________________________________
22850 [ 11708] By: sky                                   on 2001/08/17  13:34:04
22851         Log: Let perl_clone copy PL_exit_flags
22852      Branch: perl
22853            ! sv.c
22854 ____________________________________________________________________________
22855 [ 11707] By: sky                                   on 2001/08/17  12:28:41
22856         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
22857      Branch: perl
22858            ! sharedsv.c sharedsv.h
22859 ____________________________________________________________________________
22860 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
22861         Log: The metaconfig unit change for #11705.
22862      Branch: metaconfig/U/perl
22863            ! Extensions.U
22864 ____________________________________________________________________________
22865 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
22866         Log: Allow the threads extension to be found if present.
22867      Branch: perl
22868            ! Configure
22869 ____________________________________________________________________________
22870 [ 11704] By: nick                                  on 2001/08/17  11:47:54
22871         Log: Mail -> change script (pre-alpha)
22872      Branch: perl
22873            + Porting/apply
22874 ____________________________________________________________________________
22875 [ 11703] By: sky                                   on 2001/08/17  07:11:24
22876         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
22877              Thanks to Tom Hospel for pointing out my error.
22878      Branch: perl
22879            ! op.h
22880 ____________________________________________________________________________
22881 [ 11702] By: sky                                   on 2001/08/17  04:18:11
22882         Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
22883      Branch: perl
22884            ! embed.pl miniperlmain.c perl.c perl.h proto.h
22885 ____________________________________________________________________________
22886 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
22887         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
22888              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
22889      Branch: perl
22890            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
22891            + lib/Lingua/KO/Hangul/Util/README
22892            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
22893            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
22894            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
22895            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
22896            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
22897            + lib/Unicode/Normalize/t/test.t
22898            ! MANIFEST
22899 ____________________________________________________________________________
22900 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
22901         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
22902              Date: Thu, 16 Aug 2001 22:46:15 -0500
22903              From: "Craig A. Berry" <craigberry@mac.com>
22904              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
22905      Branch: perl
22906            ! configure.com numeric.c
22907 ____________________________________________________________________________
22908 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
22909         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
22910              of the usual suspects (like getpwent) but not for others
22911              (like localtime and rand).  The _r versions are available
22912              for all of them, so let's use them.
22913      Branch: perl
22914            ! perl.h
22915 ____________________________________________________________________________
22916 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
22917         Log: (Accidental apply; thankfully empty.)
22918      Branch: perl
22919            ! hints/os390.sh
22920 ____________________________________________________________________________
22921 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
22922         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
22923              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22924              Date: Thu, 16 Aug 2001 16:27:49 +0100
22925              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
22926      Branch: perl
22927            ! regexec.c t/op/re_tests
22928 ____________________________________________________________________________
22929 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
22930         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
22931              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22932              Date: Thu, 16 Aug 2001 18:50:01 +0100
22933              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
22934      Branch: perl
22935            ! pp_hot.c t/op/pat.t
22936 ____________________________________________________________________________
22937 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
22938         Log: Subject: [PATCH] *time_r again
22939              From: "Arthur Bergman" <arthur@contiller.se>
22940              Date: Thu, 16 Aug 2001 16:01:54 +0200
22941              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
22942      Branch: perl
22943            ! op.h
22944 ____________________________________________________________________________
22945 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
22946         Log: system() and backtick error handling cleanup from Craig A. Berry.
22947      Branch: perl
22948            ! vms/vms.c
22949 ____________________________________________________________________________
22950 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
22951         Log: change#10334 leaks memory, copies string when it doesn't
22952              need to
22953      Branch: perl
22954            ! perl.c
22955 ____________________________________________________________________________
22956 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
22957         Log: One more twist to the sprintf + utf8 testing.
22958      Branch: perl
22959            ! t/op/misc.t
22960 ____________________________________________________________________________
22961 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
22962         Log: Fix for 20010407.008 sprintf removes utf8-ness.
22963      Branch: perl
22964            ! pp.c t/op/misc.t
22965 ____________________________________________________________________________
22966 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
22967         Log: Subject: [PATCH] *time_r fixes
22968              From: "Arthur Bergman" <arthur@contiller.se>
22969              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
22970              Date: Thu, 16 Aug 2001 14:22:27 +0200
22971      Branch: perl
22972            ! op.h
22973 ____________________________________________________________________________
22974 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
22975         Log: Upgrade to CGI.pm 2.77.
22976      Branch: perl
22977            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
22978            ! lib/CGI/t/function.t
22979 ____________________________________________________________________________
22980 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
22981         Log: Document the bytes-to-Unicode upgrading.
22982      Branch: perl
22983            ! pod/perlunicode.pod
22984 ____________________________________________________________________________
22985 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
22986         Log: Add a test for Unicode sprintf.
22987      Branch: perl
22988            ! t/op/misc.t
22989 ____________________________________________________________________________
22990 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
22991         Log: Add Unicode tests for index/rindex.
22992      Branch: perl
22993            ! t/op/index.t
22994 ____________________________________________________________________________
22995 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
22996         Log: Document a bit the art of minimizing the installation,
22997              based on the p5p discussion.
22998      Branch: perl
22999            ! INSTALL
23000 ____________________________________________________________________________
23001 [ 11684] By: nick                                  on 2001/08/15  15:03:31
23002         Log: Integrate mainline
23003      Branch: perlio
23004           +> sharedsv.c sharedsv.h
23005           !> (integrate 53 files)
23006 ____________________________________________________________________________
23007 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
23008         Log: Update Changes.
23009      Branch: perl
23010            ! Changes patchlevel.h
23011 ____________________________________________________________________________
23012 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
23013         Log: The #11673 necessitated a test tweak.
23014      Branch: perl
23015            ! t/io/utf8.t
23016 ____________________________________________________________________________
23017 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
23018         Log: Also UNICOS is in the general case unable to silently
23019              handle fp overflows.
23020      Branch: perl
23021            ! numeric.c
23022 ____________________________________________________________________________
23023 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
23024         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
23025              NV_EPSILON #defined.
23026      Branch: perl
23027            ! perl.h
23028 ____________________________________________________________________________
23029 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
23030         Log: Re-establish the fp overflow detection for VAX VMS; there
23031              is no easy way to have the IEEE fp silent overflow semantics.
23032              (in Alpha VMS we still will use IEEE fp by default-- but it
23033              is still possible to configure Perl to use G_FLOAT)
23034      Branch: perl
23035            ! numeric.c
23036 ____________________________________________________________________________
23037 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
23038         Log: Subject: [PATCH] pp_lock 
23039              From: "Arthur Bergman" <arthur@contiller.se>
23040              Date: Wed, 15 Aug 2001 11:52:16 +0200
23041              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
23042      Branch: perl
23043            ! pp.c
23044 ____________________________________________________________________________
23045 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
23046         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
23047              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23048              Date: Wed, 15 Aug 2001 11:32:11 +0100
23049              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
23050      Branch: perl
23051            ! regcomp.c t/op/re_tests
23052 ____________________________________________________________________________
23053 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
23054         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
23055              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23056              Date: Wed, 15 Aug 2001 10:33:49 +0100
23057              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
23058      Branch: perl
23059            ! regexec.c t/op/re_tests
23060 ____________________________________________________________________________
23061 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
23062         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
23063              From: Barrie Slaymaker <barries@slaysys.com>
23064              Date: Tue, 14 Aug 2001 14:32:25 -0400
23065              Message-ID: <20010814143225.A19822@jester.slaysys.com>
23066      Branch: perl
23067            ! lib/File/Spec.t lib/File/Spec/Unix.pm
23068 ____________________________________________________________________________
23069 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
23070         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
23071              From: Peter Prymmer <pvhp@forte.com>
23072              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
23073              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
23074      Branch: perl
23075            ! README.vms configure.com
23076 ____________________________________________________________________________
23077 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
23078         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
23079              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23080              Date: Tue, 14 Aug 2001 21:23:27 +0200
23081              Message-ID: <20010814212327.A1919@rafael>
23082      Branch: perl
23083            ! doio.c
23084 ____________________________________________________________________________
23085 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
23086         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
23087              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23088              Date: Tue, 14 Aug 2001 22:30:11 +0200
23089              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
23090              
23091              Combination of nmake, quoting, and Perl expanded $( in here-doc.
23092      Branch: perl
23093            ! ext/SDBM_File/Makefile.PL
23094 ____________________________________________________________________________
23095 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
23096         Log: Todo updates.
23097      Branch: perl
23098            ! pod/perltodo.pod
23099 ____________________________________________________________________________
23100 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
23101         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
23102              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23103              Date: Mon, 13 Aug 2001 23:15:01 +0200
23104              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
23105      Branch: perl
23106            ! sv.c
23107 ____________________________________________________________________________
23108 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
23109         Log: Subject: [PATCH] [b-]showlex.t
23110              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23111              Date: Sun, 12 Aug 2001 22:24:51 +0200
23112              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
23113              
23114              The 4nt command shell will expand the % in command line
23115              no matter what quoting is attempted, changed the % to @.
23116      Branch: perl
23117            ! ext/B/Showlex.t
23118 ____________________________________________________________________________
23119 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
23120         Log: Subject: [PATCH] magic.t
23121              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
23122              Date: Sun, 12 Aug 2001 20:49:27 +0200
23123              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
23124      Branch: perl
23125            ! t/op/magic.t
23126 ____________________________________________________________________________
23127 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
23128         Log: Add sharedsv* to the DOSish platforms; plus add
23129              some WinCE files to the list of DOSish files.
23130      Branch: perl
23131            ! NetWare/Makefile Porting/makerel win32/Makefile
23132            ! win32/makefile.mk wince/Makefile.ce
23133 ____________________________________________________________________________
23134 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
23135         Log: More DOSish files.
23136      Branch: perl
23137            ! Porting/makerel
23138 ____________________________________________________________________________
23139 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
23140         Log: Strip CRs from the WinCE files.  Now we need to
23141              figure out in which CRs are really needed: probably
23142              Makefile.ce and the README files, at least, probably
23143              also the registry.bat.
23144      Branch: perl
23145            ! wince/Makefile.ce wince/README.compile wince/README.perlce
23146            ! wince/config.h wince/include/cectype.h wince/include/errno.h
23147            ! wince/include/sys/stat.h wince/include/sys/types.h
23148            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
23149            ! wince/perldll.def wince/registry.bat wince/wince.h
23150            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
23151 ____________________________________________________________________________
23152 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
23153         Log: Add some files to DOSish and writables.
23154      Branch: perl
23155            ! Porting/makerel
23156 ____________________________________________________________________________
23157 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
23158         Log: Compile failure message tidying.
23159      Branch: perl
23160            ! t/lib/1_compile.t
23161 ____________________________________________________________________________
23162 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
23163         Log: The new sharedsv* should be exported only if usethreads.
23164      Branch: perl
23165            ! makedef.pl
23166 ____________________________________________________________________________
23167 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
23168         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
23169              From: Peter Prymmer <pvhp@forte.com>
23170              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
23171              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
23172      Branch: perl
23173            ! README.os390
23174 ____________________________________________________________________________
23175 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
23176         Log: Update Changes.
23177      Branch: perl
23178            ! Changes patchlevel.h
23179 ____________________________________________________________________________
23180 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
23181         Log: Subject: [PATHC] sharedsv.[c|h]
23182              From: "Artur Bergman" <artur@contiller.se>
23183              Date: Mon, 13 Aug 2001 14:38:41 +0200
23184              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
23185              
23186              Subject: [PATCH] embed.pl
23187              From: Arthur Bergman <arthur@contiller.se>
23188              Date: Mon, 13 Aug 2001 14:38:14 +0200
23189              Message-ID: <B79D96D6.3088%arthur@contiller.se>
23190              
23191              Subject: [PATCH] sharedsv cleanups
23192              From: "Arthur Bergman" <arthur@contiller.se>
23193              Date: Mon, 13 Aug 2001 15:14:25 +0200
23194              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
23195              
23196              Plus few tweaks: _init needs to be Adp, the prototypes
23197              should not be revealed unless using ithreads, #endif FOO
23198              must be #endif /* FOO */, adding (parentheses) around
23199              do { } while doesn't work too well.
23200      Branch: perl
23201            + sharedsv.c sharedsv.h
23202            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
23203            ! perl.h perlapi.c pod/perlapi.pod proto.h
23204 ____________________________________________________________________________
23205 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
23206         Log: Subject: Re: END {} blocks run in perl_run
23207              From: Arthur Bergman <arthur@contiller.se>
23208              Date: Mon, 13 Aug 2001 11:11:30 +0200
23209              Message-ID: <B79D6661.3068%arthur@contiller.se>
23210      Branch: perl
23211            ! perl.c
23212 ____________________________________________________________________________
23213 [ 11657] By: nick                                  on 2001/08/13  09:03:02
23214         Log: Integrate mainline
23215      Branch: perlio
23216           +> (branch 326 files)
23217            - (delete 330 files)
23218           !> (integrate 85 files)
23219 ____________________________________________________________________________
23220 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
23221         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
23222              and the Perl will be built to do that by default (adding that
23223              will break scripts having non-UTF-8 binary data, such as Latin-1.)
23224      Branch: perl
23225            ! op.c toke.c utf8.h
23226 ____________________________________________________________________________
23227 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
23228         Log: Unnecessary downgrades.
23229      Branch: perl
23230            ! doop.c
23231 ____________________________________________________________________________
23232 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
23233         Log: Failure not true anymore (probably caused by my broken setup).
23234      Branch: perl
23235            ! t/op/pat.t
23236 ____________________________________________________________________________
23237 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
23238         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
23239              stopped working).
23240      Branch: perl
23241            ! op.h pp_ctl.c regcomp.c
23242 ____________________________________________________________________________
23243 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
23244         Log: There is no IN_UTF8.
23245      Branch: perl
23246            ! utf8.h
23247 ____________________________________________________________________________
23248 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
23249         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
23250      Branch: perl
23251            ! op.c op.h pp_ctl.c regcomp.c
23252 ____________________________________________________________________________
23253 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
23254         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
23255              and a test tweak.
23256      Branch: perl
23257            ! op.c t/pod/find.t
23258 ____________________________________________________________________________
23259 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
23260         Log: Todo updates and fixes.
23261      Branch: perl
23262            ! pod/perltodo.pod
23263 ____________________________________________________________________________
23264 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
23265         Log: Mark tests (and one module) having explicit Latin-1
23266              (and one file having explicit UTF-8) with an explicit
23267              'no utf8' (and one explicit 'use utf8').
23268              
23269              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
23270      Branch: perl
23271            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
23272            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
23273            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
23274 ____________________________________________________________________________
23275 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
23276         Log: Subject: SV: END {} blocks run in perl_run
23277              From: "Arthur Bergman" <arthur@contiller.se>
23278              Date: Sun, 12 Aug 2001 00:34:28 +0200 
23279              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
23280      Branch: perl
23281            ! miniperlmain.c perl.c
23282 ____________________________________________________________________________
23283 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
23284         Log: Typos in #11645.
23285      Branch: perl
23286            ! perl.h
23287 ____________________________________________________________________________
23288 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
23289         Log: On ithreads default to use_reentrant except on naturally
23290              threadsafe platforms.
23291      Branch: perl
23292            ! perl.h
23293 ____________________________________________________________________________
23294 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
23295         Log: (Hopefully) a fix for 20010723.004: make install needs
23296              write permission in build directory.  The problem was
23297              probably caused by overeager sprinkling of the lib/re.pm
23298              dependencies (which was done to guarantee lib/re.pm being
23299              uptodate for parallel makes: now solved by funneling that
23300              through an explicit recursive make in the preplibrary target).
23301      Branch: perl
23302            ! Makefile.SH
23303 ____________________________________________________________________________
23304 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
23305         Log: Dispell the "use utf8" superstition.
23306      Branch: perl
23307            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
23308            ! pod/perlunicode.pod
23309 ____________________________________________________________________________
23310 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
23311         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
23312              From: "Abigail" <abigail@foad.org> 
23313              Date: Sat, 11 Aug 2001 23:49:49 +0200
23314              Message-ID: <20010811214950.23255.qmail@foad.org>
23315      Branch: perl
23316            ! t/op/taint.t
23317 ____________________________________________________________________________
23318 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
23319         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
23320              From: Abhijit Menon-Sen <ams@wiw.org>
23321              Date: Sat, 11 Aug 2001 06:18:19 +0530
23322              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
23323      Branch: perl
23324            ! mg.c
23325 ____________________________________________________________________________
23326 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
23327         Log: Test for change #11639.
23328      Branch: perl
23329            ! t/op/tiehandle.t
23330 ____________________________________________________________________________
23331 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
23332         Log: Subject: Re: Can't localize *FH, then tie it
23333              From: Abhijit Menon-Sen <ams@wiw.org>
23334              Date: Sun, 12 Aug 2001 16:08:06 +0530
23335              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
23336      Branch: perl
23337            ! pp_hot.c pp_sys.c
23338 ____________________________________________________________________________
23339 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
23340         Log: Drop all the unnecessary "use utf8" clauses and some of
23341              the unnecessary "use bytes" ones.
23342              
23343              TODO: scour the documentation for unnecessary "use utf8"
23344              and prominently display it in perldelta when the time comes.
23345              ("use utf8" should be necessary ONLY if one wants the script
23346              to be in UTF-8.)  Also should be checked in some non-ASCII
23347              non-Latin-1 platform, like EBCDIC.
23348      Branch: perl
23349            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
23350            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
23351 ____________________________________________________________________________
23352 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
23353         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
23354              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
23355              in Unicode handling.
23356      Branch: perl
23357            + t/op/lc.t
23358            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
23359 ____________________________________________________________________________
23360 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
23361         Log: Thinko: we want the flags for native cc, not gcc.
23362      Branch: perl
23363            ! hints/dec_osf.sh
23364 ____________________________________________________________________________
23365 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
23366         Log: (retracted by 13077)
23367              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
23368              From: Robin Houston <robin@kitsite.com>
23369              Date: Fri, 10 Aug 2001 14:42:02 +0100
23370              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
23371      Branch: perl
23372            ! pp.c
23373 ____________________________________________________________________________
23374 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
23375         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
23376              From: Abhijit Menon-Sen <ams@wiw.org>
23377              Date: Sat, 11 Aug 2001 16:31:04 +0530
23378              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
23379      Branch: perl
23380            ! op.c
23381 ____________________________________________________________________________
23382 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
23383         Log: Get rid of indread, from Abhijit Menon-Sen.
23384      Branch: perl
23385            ! pp_sys.c
23386 ____________________________________________________________________________
23387 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
23388         Log: CRLFgngngn.
23389      Branch: perl
23390            ! win32/Makefile win32/makefile.mk
23391 ____________________________________________________________________________
23392 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
23393         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
23394      Branch: perl
23395            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
23396            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
23397            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
23398            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
23399            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
23400            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
23401            ! win32/Makefile win32/makefile.mk
23402 ____________________________________________________________________________
23403 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
23404         Log: Avoid #elif (less portable than #else #if).
23405      Branch: perl
23406            ! handy.h
23407 ____________________________________________________________________________
23408 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
23409         Log: Subject: patch for perlvar.pod
23410              From: mah@everybody.org (Mark A. Hershberger)
23411              Date: 08 Aug 2001 17:03:16 -0500
23412              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
23413      Branch: perl
23414            ! pod/perlvar.pod
23415 ____________________________________________________________________________
23416 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
23417         Log: cpp commands must start (the # must be) at the column #0.
23418      Branch: perl
23419            ! op.c
23420 ____________________________________________________________________________
23421 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
23422         Log: If using gcc -B/foo/bar makedepend would give
23423              unnecessary warnings about unused -B/foo/bar.
23424      Branch: perl
23425            ! makedepend.SH
23426 ____________________________________________________________________________
23427 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
23428         Log: Update Changes.
23429      Branch: perl
23430            ! Changes patchlevel.h
23431 ____________________________________________________________________________
23432 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
23433         Log: s/z/tz/
23434      Branch: perl
23435            ! pod/perlfaq2.pod
23436 ____________________________________________________________________________
23437 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
23438         Log: Article nit.
23439      Branch: perl
23440            ! pod/perlfaq2.pod
23441 ____________________________________________________________________________
23442 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
23443         Log: Rename lib/unicode files to lib/unicore to avoid
23444              conflicts between core lib/unicode and Unicode::
23445              files in case-ignoring filesystems.
23446      Branch: perl
23447            + (add 325 files)
23448            - (delete 324 files)
23449            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
23450 ____________________________________________________________________________
23451 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
23452         Log: Upgrade to Math::BigInt 1.41.
23453      Branch: perl
23454            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
23455 ____________________________________________________________________________
23456 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
23457         Log: Subject: [PATCH] remove PL_na from typemap
23458              From: James <james@rf.net>
23459              Date: Mon, 06 Aug 2001 20:23:15 -0700
23460              Message-ID: <3B6F5F23.A31A81B1@rf.net>
23461              
23462              (had to be manually applied)
23463      Branch: perl
23464            ! lib/ExtUtils/typemap
23465 ____________________________________________________________________________
23466 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
23467         Log: The metaconfig unit changes for #11618.
23468      Branch: metaconfig/U/perl
23469            + d_fpclassl.U i_fp.U
23470 ____________________________________________________________________________
23471 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
23472         Log: Forgot this from #11618.
23473              
23474              NOTE: wince/config_H.ce needs updating.
23475      Branch: perl
23476            ! wince/config.ce
23477 ____________________________________________________________________________
23478 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
23479         Log: Introduce more floating point classifying APIs;
23480              try to define (most importantly) Perl_is{inf,nan}(x).
23481              
23482              For this first cut, assume none such APIs exist in non-UNIXoid
23483              platforms-- this is of course too unkind: Win32 rumoredly has
23484              _fpclass() and _isnan(), and VMS/VOS very probably have some
23485              of the APIs available.     The only thing Perl uses at the moment
23486              is Perl_isnan() (has been in use for a while now).
23487              
23488              NOTE: the Win32 and NetWare config_h.?c need regenerating.
23489      Branch: perl
23490            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
23491            ! Porting/config_H config_h.SH configure.com epoc/config.sh
23492            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
23493            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23494            ! vos/config.ga.h win32/config.bc win32/config.gc
23495            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23496            ! win32/config_H.vc wince/config.ce wince/config.h
23497 ____________________________________________________________________________
23498 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
23499         Log: Integrate change #11519 from perlio:
23500              
23501              Avoid testing for (non-)existance of "encoding(xxxx)"
23502              layer is called "encoding" the (xxxx) is an argument.
23503      Branch: perl
23504           !> lib/open.pm
23505 ____________________________________________________________________________
23506 [ 11616] By: nick                                  on 2001/08/09  07:50:24
23507         Log: Integrate mainline
23508      Branch: perlio
23509           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
23510           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
23511           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
23512           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
23513            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
23514            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
23515           !> (integrate 79 files)
23516 ____________________________________________________________________________
23517 [ 11615] By: nick                                  on 2001/08/09  06:23:44
23518         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
23519              layer is called "encoding" the (xxxx) is an argument.
23520      Branch: perlio
23521            ! lib/open.pm
23522 ____________________________________________________________________________
23523 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
23524         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
23525              From: Paul Johnson <paul@pjcj.net>
23526              Date: Wed, 8 Aug 2001 23:54:17 +0200
23527              Message-ID: <20010808235417.O1006@pjcj.net>
23528      Branch: perl
23529            ! ext/B/B/Concise.pm
23530 ____________________________________________________________________________
23531 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
23532         Log: Make VMS use IEEE math by default; reorder Tru64 hints
23533              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
23534              exception semantics) is always set if using (the new) cc.
23535      Branch: perl
23536            ! configure.com hints/dec_osf.sh
23537 ____________________________________________________________________________
23538 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
23539         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
23540              From: Abhijit Menon-Sen <ams@wiw.org>
23541              Date: Tue, 7 Aug 2001 17:16:05 +0530
23542              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
23543      Branch: perl
23544            ! pp_sys.c
23545 ____________________________________________________________________________
23546 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
23547         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
23548              From: "Craig A. Berry" <craigberry@mac.com>
23549              Date: Tue, 07 Aug 2001 22:27:47 -0500
23550              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
23551      Branch: perl
23552            ! t/run/exit.t
23553 ____________________________________________________________________________
23554 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
23555         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
23556              From: "Craig A. Berry" <craigberry@mac.com>
23557              Date: Tue, 07 Aug 2001 20:01:53 -0500
23558              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
23559      Branch: perl
23560            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
23561 ____________________________________________________________________________
23562 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
23563         Log: Update the magazine information.
23564      Branch: perl
23565            ! pod/perlfaq2.pod
23566 ____________________________________________________________________________
23567 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
23568         Log: Ignore SIGFPE everywhere.
23569      Branch: perl
23570            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
23571 ____________________________________________________________________________
23572 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
23573         Log: With permission, change the licensing of the docs by
23574              TomC (and Gnat) to comply with the rest of Perl.
23575      Branch: perl
23576            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23577            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23578            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23579            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
23580            ! pod/perltootc.pod
23581 ____________________________________________________________________________
23582 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
23583         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
23584              From: Andy Dougherty <doughera@lafayette.edu>
23585              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
23586              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
23587      Branch: perl
23588            ! hints/openbsd.sh
23589 ____________________________________________________________________________
23590 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
23591         Log: Subject: [PATCH] Makefile.SH test_prep dependency
23592              From: Andy Dougherty <doughera@lafayette.edu>
23593              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
23594              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
23595      Branch: perl
23596            ! Makefile.SH
23597 ____________________________________________________________________________
23598 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
23599         Log: Don't autogenerate the headers et alia,
23600              make regen_headers explicitly.
23601      Branch: perl
23602            ! Makefile.SH
23603 ____________________________________________________________________________
23604 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
23605         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
23606              From: Gurusamy Sarathy <gsar@ActiveState.com> 
23607              Date: Tue, 07 Aug 2001 08:33:26 -0700
23608              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
23609              
23610              Unnecessary dependency.
23611      Branch: perl
23612            ! embed.pl
23613 ____________________________________________________________________________
23614 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
23615         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
23616              From: Abhijit Menon-Sen <ams@wiw.org>
23617              Date: Tue, 7 Aug 2001 09:10:54 +0530
23618              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
23619      Branch: perl
23620            ! pp_hot.c
23621 ____________________________________________________________________________
23622 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
23623         Log: Subject: [PATCH perl@11597] B && BEGIN handling
23624              From: "James A. Duncan" <jduncan@fotango.com>
23625              Date: Mon, 6 Aug 2001 17:29:11 +0100
23626              Message-ID: <20010806172911.A2071@fotango.com>
23627              
23628              (the intrpvar.h addition moved to the end for bincompat)
23629      Branch: perl
23630            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
23631 ____________________________________________________________________________
23632 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
23633         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
23634      Branch: perl
23635           !> README.win32
23636 ____________________________________________________________________________
23637 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
23638         Log: fix URLs for fcrypt.c
23639      Branch: maint-5.6/perl
23640            ! README.win32
23641 ____________________________________________________________________________
23642 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
23643         Log: Yet another way to say Infinity: HP-UX calls its "++".
23644      Branch: perl
23645            ! lib/Math/BigInt/t/bigintpm.t
23646 ____________________________________________________________________________
23647 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
23648         Log: Update Changes.
23649      Branch: perl
23650            ! Changes patchlevel.h
23651 ____________________________________________________________________________
23652 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
23653         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
23654      Branch: perl
23655            ! pod/perlfaq5.pod
23656 ____________________________________________________________________________
23657 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
23658         Log: The #11593 wasn't right.
23659      Branch: perl
23660            ! lib/Math/BigInt/t/bigintpm.t
23661 ____________________________________________________________________________
23662 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
23663         Log: Subject: [PATCH: perl@11564] introducing perlivp
23664              From: Prymmer/Kahn <pvhp@best.com>
23665              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
23666              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
23667              
23668              Subject: Re: [PATCH: perl@11564] introducing perlivp
23669              From: Prymmer/Kahn <pvhp@best.com>
23670              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
23671              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
23672      Branch: perl
23673            + utils/perlivp.PL
23674            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
23675            ! win32/Makefile win32/makefile.mk
23676 ____________________________________________________________________________
23677 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
23678         Log: libcs are confused what to call Infinity.
23679      Branch: perl
23680            ! lib/Math/BigInt/t/bigintpm.t
23681 ____________________________________________________________________________
23682 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
23683         Log: Avoid SIGFPE in Tru64.
23684      Branch: perl
23685            ! numeric.c
23686 ____________________________________________________________________________
23687 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
23688         Log: Upgrade to Math::BigInt 1.40.
23689              
23690              NOTE: this patch necessitates doing something about
23691              infinity handling since the new bigintpm.t tests use
23692              infinity, which causes SIGFPEs at least in Tru64.
23693      Branch: perl
23694            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23695            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
23696            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
23697            ! lib/Math/BigInt/t/mbimbf.t
23698 ____________________________________________________________________________
23699 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
23700         Log: remove hardcoded cmd shell in testsuite
23701      Branch: perl
23702            ! t/op/glob.t t/op/magic.t t/op/stat.t
23703 ____________________________________________________________________________
23704 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
23705         Log: 4-arg select() was busted on windows because change#8178 didn't
23706              make it into mainline
23707      Branch: perl
23708            ! perl.h win32/include/sys/socket.h
23709 ____________________________________________________________________________
23710 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
23711         Log: Rename the Getopt::Long tests to be as they are
23712              in the Getopt::Long official distribution.
23713      Branch: perl
23714            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
23715            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
23716            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
23717            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
23718            ! MANIFEST
23719 ____________________________________________________________________________
23720 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
23721         Log: Upgrade to Getopt::Long 2.26.
23722      Branch: perl
23723            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
23724            ! MANIFEST lib/Getopt/Long.pm
23725 ____________________________________________________________________________
23726 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
23727         Log: Retract #10874 (the hack should be unnecessary by now)
23728      Branch: perl
23729            ! lib/Test/Harness.pm
23730 ____________________________________________________________________________
23731 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
23732         Log: avoid temp file littering in tests
23733      Branch: perl
23734            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
23735 ____________________________________________________________________________
23736 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
23737         Log: Subject: warning in sv.c: double format, NV arg
23738              From: "Philip Newton" <Philip.Newton@gmx.net>
23739              Date: Sun, 5 Aug 2001 19:41:07 +0200
23740              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
23741      Branch: perl
23742            ! sv.c
23743 ____________________________________________________________________________
23744 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
23745         Log: fix POSIX.t#13 for windos
23746      Branch: perl
23747            ! ext/POSIX/POSIX.t
23748 ____________________________________________________________________________
23749 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
23750         Log: Add a test for PerlIO::Via.
23751      Branch: perl
23752            + ext/PerlIO/t/via.t
23753            ! MANIFEST ext/PerlIO/Via/Via.pm
23754 ____________________________________________________________________________
23755 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
23756         Log: flock() and link() are not available on Windows 9x
23757      Branch: perl
23758            ! win32/config_sh.PL
23759 ____________________________________________________________________________
23760 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
23761         Log: Some Tru64 C compilers have C++ components that confuse
23762              the ccversion parsing.
23763      Branch: perl
23764            ! hints/dec_osf.sh
23765 ____________________________________________________________________________
23766 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
23767         Log: (Reintroduce #11125)
23768              
23769              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
23770              From: Alan Burlison <Alan.Burlison@sun.com> 
23771              Date: Tue, 03 Jul 2001 15:20:13 +0100   
23772              Message-ID: <3B41D49D.A923D4F9@sun.com> 
23773      Branch: perl
23774            ! lib/ExtUtils/MM_Unix.pm
23775 ____________________________________________________________________________
23776 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
23777         Log: Little pointer juggling for HP-UX cc to avoid
23778              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
23779              followed by
23780              "error 1549: Modifiable lvalue required for assignment operator."
23781      Branch: perl
23782            ! hv.c
23783 ____________________________________________________________________________
23784 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
23785         Log: Continuation of #11575: SANY_SEEN completely deprecated,
23786              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
23787              plus a fix for the bug.
23788      Branch: perl
23789            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
23790 ____________________________________________________________________________
23791 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
23792         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
23793              From: Doug MacEachern <dougm@covalent.net>
23794              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
23795              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
23796      Branch: perl
23797            ! sv.c
23798 ____________________________________________________________________________
23799 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
23800         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
23801              the new CANY is the \C.  The problem reported and the
23802              test case supplied in
23803              
23804              Subject: UTF-8 bugs in string length & single line regex matches
23805              From: "Daniel P. Berrange" <dan@berrange.com>
23806              Date: Fri, 3 Aug 2001 11:39:33 +0100
23807              Message-ID: <20010803113932.A19318@berrange.com>
23808      Branch: perl
23809            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
23810            ! t/op/pat.t
23811 ____________________________________________________________________________
23812 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
23813         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
23814              From: Doug MacEachern <dougm@covalent.net>
23815              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
23816              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
23817      Branch: perl
23818            ! perl.c regexec.c
23819 ____________________________________________________________________________
23820 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
23821         Log: The #11572 didn't up the test count.
23822      Branch: perl
23823            ! t/op/length.t
23824 ____________________________________________________________________________
23825 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
23826         Log: Subject: UTF-8 bugs in string length & single line regex matches
23827              From: "Daniel P. Berrange" <dan@berrange.com>
23828              Date: Fri, 3 Aug 2001 11:39:33 +0100         
23829              Message-ID: <20010803113932.A19318@berrange.com>
23830              
23831              (the mg_length() fix)
23832      Branch: perl
23833            ! mg.c t/op/length.t
23834 ____________________________________________________________________________
23835 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
23836         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
23837              From: Abhijit Menon-Sen <ams@wiw.org>
23838              Date: Sat, 4 Aug 2001 16:56:35 +0530
23839              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
23840      Branch: perl
23841            ! hv.c
23842 ____________________________________________________________________________
23843 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
23844         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
23845              From: Abhijit Menon-Sen <ams@wiw.org>
23846              Date: Sat, 4 Aug 2001 16:16:03 +0530
23847              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
23848      Branch: perl
23849            ! hv.c
23850 ____________________________________________________________________________
23851 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
23852         Log: Subject: Re: [patch] refcount re ops
23853              From: Abhijit Menon-Sen <ams@wiw.org>
23854              Date: Sat, 4 Aug 2001 08:54:55 +0530
23855              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
23856      Branch: perl
23857            ! sv.c
23858 ____________________________________________________________________________
23859 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
23860         Log: Subject: [patch] refcount re ops
23861              From: Doug MacEachern <dougm@covalent.net>
23862              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
23863              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
23864      Branch: perl
23865            ! regcomp.c sv.c
23866 ____________________________________________________________________________
23867 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
23868         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
23869              From: Doug MacEachern <dougm@covalent.net>
23870              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
23871              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
23872      Branch: perl
23873            ! perl.c regexec.c
23874 ____________________________________________________________________________
23875 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
23876         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
23877              From: "Craig A. Berry" <craigberry@mac.com> 
23878              Date: Fri, 03 Aug 2001 16:16:16 -0500
23879              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
23880      Branch: perl
23881            ! t/op/misc.t
23882 ____________________________________________________________________________
23883 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
23884         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
23885              From: John Kristian <jmk2001@engineer.com>
23886              Date: Fri, 03 Aug 2001 00:59:08 -0700
23887              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
23888      Branch: perl
23889            ! win32/win32.c
23890 ____________________________________________________________________________
23891 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
23892         Log: Update Changes.
23893      Branch: perl
23894            ! Changes patchlevel.h
23895 ____________________________________________________________________________
23896 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
23897         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
23898              From: "Craig A. Berry" <craigberry@mac.com>
23899              Date: Thu, 02 Aug 2001 23:15:24 -0500
23900              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
23901      Branch: perl
23902            ! ext/B/Stash.t
23903 ____________________________________________________________________________
23904 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
23905         Log: Subject: [patch] plug PL_cshname leak
23906              From: Doug MacEachern <dougm@covalent.net>
23907              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
23908              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
23909      Branch: perl
23910            ! sv.c
23911 ____________________________________________________________________________
23912 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
23913         Log: Subject: [patch] plug PL_sh_path leak
23914              From: Doug MacEachern <dougm@covalent.net>
23915              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
23916              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
23917      Branch: perl
23918            ! sv.c
23919 ____________________________________________________________________________
23920 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
23921         Log: Subject: [patch] plug PL_regex_padav leaks
23922              From: Doug MacEachern <dougm@covalent.net>
23923              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
23924              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
23925      Branch: perl
23926            ! op.c op.h perl.c
23927 ____________________________________________________________________________
23928 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
23929         Log: Subject: [patch] plug PL_origargv leak
23930              From: Doug MacEachern <dougm@covalent.net>
23931              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
23932              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
23933      Branch: perl
23934            ! perl.c
23935 ____________________________________________________________________________
23936 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
23937         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
23938              From: Abhijit Menon-Sen <ams@wiw.org>
23939              Date: Fri, 3 Aug 2001 06:38:11 +0530
23940              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
23941      Branch: perl
23942            ! hv.c
23943 ____________________________________________________________________________
23944 [ 11557] By: nick                                  on 2001/08/03  08:17:38
23945         Log: Integrate mainline
23946      Branch: perlio
23947           +> (branch 47 files)
23948            - lib/Switch/test.pl
23949           !> (integrate 49 files)
23950 ____________________________________________________________________________
23951 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
23952         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
23953              From: "Craig A. Berry" <craigberry@mac.com>
23954              Date: Thu, 02 Aug 2001 12:56:19 -0500
23955              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
23956      Branch: perl
23957            ! ext/B/Showlex.t
23958 ____________________________________________________________________________
23959 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
23960         Log: Be more careful about non-existent files.
23961      Branch: perl
23962            ! lib/File/Copy.pm
23963 ____________________________________________________________________________
23964 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
23965         Log: Subject: [PATCH resend] deparse empty formats
23966              From: Robin Houston <robin@kitsite.com> 
23967              Date: Thu, 2 Aug 2001 14:32:36 +0100
23968              Message-ID: <20010802143236.A894@robin.kitsite.com>
23969      Branch: perl
23970            ! ext/B/B/Deparse.pm
23971 ____________________________________________________________________________
23972 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
23973         Log: Subject: [patch] ithreads + refto fix improvement
23974              From: Doug MacEachern <dougm@covalent.net>
23975              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
23976              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
23977      Branch: perl
23978            ! pp.c
23979 ____________________________________________________________________________
23980 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
23981         Log: Readability nit from Abhijit.
23982      Branch: perl
23983            ! op.c
23984 ____________________________________________________________________________
23985 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
23986         Log: setproctitle() API version nit from Anton Berezin.
23987      Branch: perl
23988            ! mg.c
23989 ____________________________________________________________________________
23990 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
23991         Log: Add PerlCE to the docs.
23992      Branch: perl
23993            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23994            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23995 ____________________________________________________________________________
23996 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
23997         Log: Integrate the PerlCE (WinCE Perl) port;
23998              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
23999      Branch: perl
24000            + README.ce wince/FindExt.pm wince/Makefile.ce
24001            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
24002            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
24003            + wince/bin/search.pl wince/config.ce wince/config.h
24004            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
24005            + wince/dl_win32.xs wince/include/arpa/inet.h
24006            + wince/include/cectype.h wince/include/errno.h
24007            + wince/include/netdb.h wince/include/sys/socket.h
24008            + wince/include/sys/stat.h wince/include/sys/types.h
24009            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
24010            + wince/perl.rc wince/perldll.def wince/perllib.c
24011            + wince/perlmain.c wince/registry.bat wince/runperl.c
24012            + wince/splittree.pl wince/win32.h wince/win32iop.h
24013            + wince/win32thread.c wince/win32thread.h wince/wince.c
24014            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
24015            + wince/xdistclean.ksh wince/xmakediffs.ksh
24016            ! MANIFEST perl.c perl.h perlio.c
24017 ____________________________________________________________________________
24018 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
24019         Log: setproctitle() made simpler.  (This assumes the string is
24020              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
24021              should be used.  Note len, not len + 1.)  BSD-fu from Anton
24022              Berezin.
24023      Branch: perl
24024            ! mg.c
24025 ____________________________________________________________________________
24026 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
24027         Log: Subject: [PATCH] -Wall cleanup: op.c
24028              From: Richard Soderberg <rs@oregonnet.com>
24029              Date: Thu, 2 Aug 2001 00:17:09 -0700
24030              Message-Id: <200108020717.AAA26895@oregonnet.com>
24031              
24032              Subject: [PATCH] -Wall cleanup: sv.c
24033              From: Richard Soderberg <rs@oregonnet.com>
24034              Date: Thu, 2 Aug 2001 00:49:21 -0700
24035              Message-Id: <200108020749.AAA27492@oregonnet.com>
24036      Branch: perl
24037            ! op.c sv.c
24038 ____________________________________________________________________________
24039 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
24040         Log: Update Changes.
24041      Branch: perl
24042            ! Changes patchlevel.h
24043 ____________________________________________________________________________
24044 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
24045         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
24046              From: Doug MacEachern <dougm@covalent.net>
24047              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
24048              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
24049      Branch: perl
24050            ! op.c
24051 ____________________________________________________________________________
24052 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
24053         Log: The #11541 didn't work under threads.
24054      Branch: perl
24055            ! op.c
24056 ____________________________________________________________________________
24057 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
24058         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
24059              From: Hugo <hv@crypt.compulink.co.uk>
24060              Date: Fri, 22 Jun 2001 01:19:08 +0100 
24061              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
24062              
24063              (Skip tests if accept() failed)
24064      Branch: perl
24065            ! ext/IO/lib/IO/t/io_unix.t
24066 ____________________________________________________________________________
24067 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
24068         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
24069              From: "Stian Seeberg" <sseeberg@nimsoft.no>
24070              Date: Mon, 30 Jul 2001 12:28:07 +0200
24071              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
24072      Branch: perl
24073            ! perl.h
24074 ____________________________________________________________________________
24075 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
24076         Log: Subject: Pluggable optimizer
24077              From: Simon Cozens <simon@netthink.co.uk>
24078              Date: Wed, 1 Aug 2001 13:57:02 -0700
24079              Message-ID: <20010801135702.I10442@netthink.co.uk>
24080      Branch: perl
24081            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
24082 ____________________________________________________________________________
24083 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
24084         Log: Subject: [ID 20010801.039] perlre.pod message typo
24085              From: Autrijus Tang <autrijus@geb.elixus.org>
24086              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
24087              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
24088      Branch: perl
24089            ! pod/perlre.pod
24090 ____________________________________________________________________________
24091 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
24092         Log: Test for change #11536.
24093      Branch: perl
24094            ! t/op/tiehandle.t
24095 ____________________________________________________________________________
24096 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
24097         Log: More test fixups for #11537.
24098      Branch: perl
24099            ! t/lib/warnings/4lint t/lib/warnings/9enabled
24100 ____________________________________________________________________________
24101 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
24102         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
24103              From: Doug MacEachern <dougm@covalent.net>
24104              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
24105              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
24106      Branch: perl
24107            ! op.c t/TestInit.pm
24108 ____________________________________________________________________________
24109 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
24110         Log: Subject: [patch] ithreads + refto bug
24111              From: Doug MacEachern <dougm@covalent.net>
24112              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
24113              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
24114              
24115              (Test in change #11539)
24116      Branch: perl
24117            ! pp.c
24118 ____________________________________________________________________________
24119 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
24120         Log: Subject: [PATCH: perl@11523] fixups for t/harness
24121              From: Prymmer/Kahn <pvhp@best.com>
24122              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
24123              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
24124      Branch: perl
24125            ! t/harness
24126 ____________________________________________________________________________
24127 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
24128         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
24129              From: Prymmer/Kahn <pvhp@best.com>
24130              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
24131              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
24132      Branch: perl
24133            ! win32/Makefile win32/makefile.mk
24134 ____________________________________________________________________________
24135 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
24136         Log: Need to know the number of tests.
24137      Branch: perl
24138            ! t/run/exit.t
24139 ____________________________________________________________________________
24140 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
24141         Log: Subject: Re: new exit tests on VMS
24142              From: "Craig A. Berry" <craigberry@mac.com>
24143              Date: Tue, 31 Jul 2001 12:19:29 -0500
24144              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
24145      Branch: perl
24146            ! t/run/exit.t
24147 ____________________________________________________________________________
24148 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
24149         Log: Retract #11530 (the dTHX is needed under threads)
24150      Branch: perl
24151            ! perlio.c
24152 ____________________________________________________________________________
24153 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
24154         Log: (Retracted by #11531)
24155      Branch: perl
24156            ! perlio.c
24157 ____________________________________________________________________________
24158 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
24159         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
24160              From: Richard Soderberg <rs@crystalflame.net>
24161              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
24162              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
24163      Branch: perl
24164            ! unixish.h
24165 ____________________________________________________________________________
24166 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
24167         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
24168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24169              Date: Tue, 31 Jul 2001 05:39:09 -0400
24170              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
24171              
24172              (with a note about the case of UV being equal to long long)
24173      Branch: perl
24174            ! utils/h2xs.PL
24175 ____________________________________________________________________________
24176 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
24177         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
24178              From: "Craig A. Berry" <craigberry@mac.com>
24179              Date: Tue, 31 Jul 2001 14:57:43 -0500
24180              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
24181      Branch: perl
24182            ! t/io/fs.t
24183 ____________________________________________________________________________
24184 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
24185         Log: Fix for
24186              
24187              Subject: [ID 20010116.001] File::Copy truncates orig file 
24188              From: arbor@al37al08.telecel.pt
24189              Date: Tue, 16 Jan 2001 11:43:02 GMT
24190              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
24191              
24192              (copy($foo, $foo) would truncate $foo)
24193      Branch: perl
24194            ! lib/File/Copy.pm lib/File/Copy.t
24195 ____________________________________________________________________________
24196 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
24197         Log: Metaconfig unit change for #11524.
24198      Branch: metaconfig/U/perl
24199            ! Extras.U
24200 ____________________________________________________________________________
24201 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
24202         Log: Multiple modules didn't work; plus typo fixes.
24203      Branch: perl
24204            ! Configure
24205 ____________________________________________________________________________
24206 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
24207         Log: Update Changes.
24208      Branch: perl
24209            ! Changes patchlevel.h
24210 ____________________________________________________________________________
24211 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
24212         Log: Regen perlapi.
24213      Branch: perl
24214            ! pod/perlapi.pod
24215 ____________________________________________________________________________
24216 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
24217         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
24218              From: Dave Mitchell <davem@fdgroup.co.uk>
24219              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
24220              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
24221      Branch: perl
24222            ! sv.c
24223 ____________________________________________________________________________
24224 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
24225         Log: Regen toc.
24226      Branch: perl
24227            ! pod/perltoc.pod
24228 ____________________________________________________________________________
24229 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
24230         Log: Regen Porting stuff.
24231      Branch: perl
24232            ! Porting/Glossary Porting/config.sh Porting/config_H
24233 ____________________________________________________________________________
24234 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
24235         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
24236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24237              Date: Tue, 31 Jul 2001 05:34:38 -0400
24238              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
24239      Branch: perl
24240            ! utils/h2xs.PL
24241 ____________________________________________________________________________
24242 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
24243         Log: Metaconfig unit change for #11516. 
24244      Branch: metaconfig/U/perl
24245            ! gccvers.U
24246 ____________________________________________________________________________
24247 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
24248         Log: Add -Wall in cflags, not in Configure.
24249              (This way -Wall affects only the core and the core XS,
24250              not user modules' XS.  Concern from Paul Marquess,
24251              implementation idea from Andy Dougherty.)
24252      Branch: perl
24253            ! Configure cflags.SH
24254 ____________________________________________________________________________
24255 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
24256         Log: Metaconfig unit changes for #11514.
24257      Branch: metaconfig
24258            + U/modified/sysman.U
24259            ! U/installdirs/man1dir.U
24260 ____________________________________________________________________________
24261 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
24262         Log: Subject: Configure's detection of system manual
24263              From: Sean Dague <sean@dague.net> 
24264              Date: Sun, 13 May 2001 15:53:15 -0400
24265              Message-ID: <20010513155315.A15833@underhill.dague.net>
24266      Branch: perl
24267            ! Configure
24268 ____________________________________________________________________________
24269 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
24270         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
24271              From: Autrijus Tang <autrijus@autrijus.org> 
24272              Date: Thu, 21 Jun 2001 23:56:48 +0800
24273              Message-Id: <20010621235648.A57340@not.autrijus.org>
24274      Branch: perl
24275            ! pod/perlobj.pod
24276 ____________________________________________________________________________
24277 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
24278         Log: Subject: Typo in DB_File.pm
24279              From: "Philip Newton" <Philip.Newton@gmx.net>
24280              Date: Tue, 31 Jul 2001 06:19:35 +0200
24281              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
24282      Branch: perl
24283            ! ext/DB_File/DB_File.pm
24284 ____________________________________________________________________________
24285 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
24286         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
24287              From: "Stephen P. Potter" <spp@spotter.yi.org>
24288              Date: Wed, 30 May 2001 13:59:34 -0400
24289              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
24290      Branch: perl
24291            ! pod/perlre.pod
24292 ____________________________________________________________________________
24293 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
24294         Log: eval "format foo=" would loop indefinitely; reported in
24295              
24296              Subject: A load of old rubbish
24297              From: Mike Guy <mjtg@cam.ac.uk>
24298              Date: Mon, 14 May 2001 16:12:22 +0100
24299              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
24300              
24301              (The core dumps reported in there already fixed.)
24302      Branch: perl
24303            ! toke.c
24304 ____________________________________________________________________________
24305 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
24306         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
24307      Branch: perl
24308            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
24309            + lib/Switch/t/switch_case.t
24310            - lib/Switch/test.pl
24311            ! MANIFEST lib/Switch.pm
24312 ____________________________________________________________________________
24313 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
24314         Log: Subject: [PATCH @11505] DB_File-1.78
24315              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
24316              Date: Mon, 30 Jul 2001 22:54:37 +0100
24317              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
24318      Branch: perl
24319            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24320            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
24321 ____________________________________________________________________________
24322 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
24323         Log: Explain in more detail why -pipe and -fno-common are good.
24324      Branch: perl
24325            ! hints/darwin.sh
24326 ____________________________________________________________________________
24327 [ 11506] By: nick                                  on 2001/07/30  14:32:23
24328         Log: Integrate mainline
24329      Branch: perlio
24330           !> INSTALL Makefile.SH doio.c hints/darwin.sh
24331 ____________________________________________________________________________
24332 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
24333         Log: Perl hasn't been putting man pages into $prefix/lib for
24334              a long time now; pointed out by Andy Dougherty. 
24335      Branch: perl
24336            ! hints/darwin.sh
24337 ____________________________________________________________________________
24338 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
24339         Log: Document the extras Configure option.
24340      Branch: perl
24341            ! INSTALL
24342 ____________________________________________________________________________
24343 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
24344         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
24345              everywhere.
24346      Branch: perl
24347           !> doio.c
24348 ____________________________________________________________________________
24349 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
24350         Log: Doubly guard against invoking CPAN if no extras defined,
24351              pointed out by H. Merijn Brand.
24352      Branch: perl
24353            ! Makefile.SH
24354 ____________________________________________________________________________
24355 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
24356         Log: Fix O_RDONLY check to check for O_RDONLY.
24357      Branch: maint-5.6/macperl
24358            ! doio.c
24359 ____________________________________________________________________________
24360 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
24361         Log: Integrate miscellaneous changes from maint-5.6/perl.
24362      Branch: maint-5.6/macperl
24363           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
24364 ____________________________________________________________________________
24365 [ 11499] By: nick                                  on 2001/07/30  06:52:42
24366         Log: Integrate mainline
24367      Branch: perlio
24368           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
24369           +> win32/sync_ext.pl
24370            - win32/sncfnmcs.pl
24371           !> (integrate 71 files)
24372 ____________________________________________________________________________
24373 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
24374         Log: Update Changes.
24375      Branch: perl
24376            ! Changes patchlevel.h
24377 ____________________________________________________________________________
24378 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
24379         Log: Now Configure -Dextras=Foo::Bar and "make install" will
24380              fetch and install Foo::Bar.
24381      Branch: perl
24382            ! Makefile.SH
24383 ____________________________________________________________________________
24384 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
24385         Log: Metaconfig unit change for #11495.
24386      Branch: metaconfig/U/perl
24387            ! Extras.U
24388 ____________________________________________________________________________
24389 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
24390         Log: extras.make, extras.test, and extras.install make targets.
24391      Branch: perl
24392            ! Configure Makefile.SH
24393 ____________________________________________________________________________
24394 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
24395         Log: Metaconfig unit change for #11493.
24396      Branch: metaconfig/U/perl
24397            ! Extras.U
24398 ____________________________________________________________________________
24399 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
24400         Log: Better to have the list of extras in $extras than 'define'.
24401      Branch: perl
24402            ! Configure
24403 ____________________________________________________________________________
24404 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
24405         Log: The metaconfig unit change for #11490.
24406      Branch: metaconfig/U/perl
24407            + Extras.U
24408 ____________________________________________________________________________
24409 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
24410         Log: Missed from #11490 (the required dependency).
24411      Branch: perl
24412            ! Makefile.SH
24413 ____________________________________________________________________________
24414 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
24415         Log: Add the support of asking for extra modules or bundles of modules
24416              to be fetched from the CPAN and installed as a part of the Perl
24417              build process.  None of this installation is yet really done;
24418              only the list is asked, and saved away in extras.lst for
24419              the build and installation process to worry about later.
24420      Branch: perl
24421            ! Configure
24422 ____________________________________________________________________________
24423 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
24424         Log: Beginnings of better Inf and NaN support.
24425              At least toke.c and sv.c still need quite a bit of work.
24426      Branch: perl
24427            ! numeric.c perl.h
24428 ____________________________________________________________________________
24429 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
24430         Log: Top-level Makefile didn't honour OPTIMIZE.
24431      Branch: perl
24432            ! Makefile.SH
24433 ____________________________________________________________________________
24434 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
24435         Log: Update Changes.
24436      Branch: perl
24437            ! Changes patchlevel.h
24438 ____________________________________________________________________________
24439 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
24440         Log: Use Search::Dict 1.02 interface for charinfo().
24441      Branch: perl
24442            ! lib/UnicodeCD.pm
24443 ____________________________________________________________________________
24444 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
24445         Log: Now also allow transforming the read lines before comparing them.
24446              (This will help UnicodeCD.) 
24447      Branch: perl
24448            ! lib/Search/Dict.pm
24449 ____________________________________________________________________________
24450 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
24451         Log: Remove tiehandle code.
24452      Branch: perl
24453            ! lib/UnicodeCD.pm
24454 ____________________________________________________________________________
24455 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
24456         Log: Allow specifying a comparison function for Search::Dict::look().
24457      Branch: perl
24458            ! lib/Search/Dict.pm
24459 ____________________________________________________________________________
24460 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
24461         Log: Small UnicodeCD tweaks.
24462      Branch: perl
24463            ! lib/UnicodeCD.pm lib/UnicodeCD.t
24464 ____________________________________________________________________________
24465 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
24466         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
24467              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
24468              Date: Tue, 24 Jul 2001 01:51:32 +0900
24469              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
24470      Branch: perl
24471            ! lib/UnicodeCD.pm lib/UnicodeCD.t
24472 ____________________________________________________________________________
24473 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
24474         Log: Subject: [PATCH] installperl
24475              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
24476              Date: Fri, 27 Jul 2001 19:05:04 -0700
24477              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
24478      Branch: perl
24479            ! installperl
24480 ____________________________________________________________________________
24481 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
24482         Log: Subject: [PATCH] Set proper compatibility versions in core
24483              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
24484              Date: Fri, 27 Jul 2001 20:01:49 -0700
24485              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
24486      Branch: perl
24487            ! Makefile.SH
24488 ____________________________________________________________________________
24489 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
24490         Log: Metaconfig unit change for #11477.
24491      Branch: metaconfig/U/perl
24492            ! dlsrc.U
24493 ____________________________________________________________________________
24494 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
24495         Log: Subject: [PATCH] Darwin: -fpic not so good
24496              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
24497              Date: Fri, 27 Jul 2001 18:57:38 -0700
24498              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
24499      Branch: perl
24500            ! Configure
24501 ____________________________________________________________________________
24502 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
24503         Log: Subject: [PATCH] Clean up Darwin hints
24504              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
24505              Date: Fri, 27 Jul 2001 19:13:15 -0700
24506              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
24507      Branch: perl
24508            ! hints/darwin.sh
24509 ____________________________________________________________________________
24510 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
24511         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
24512              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24513              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
24514              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
24515      Branch: perl
24516            ! pod/perlfunc.pod pp.c t/op/split.t
24517 ____________________________________________________________________________
24518 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
24519         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
24520              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
24521              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
24522              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
24523      Branch: perl
24524            ! pod/perlvar.pod
24525 ____________________________________________________________________________
24526 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
24527         Log: Subject: [PATCH] fixes to constant.pm documentation
24528              From: Ilmari Karonen <iltzu@sci.fi>
24529              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
24530              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
24531      Branch: perl
24532            ! lib/constant.pm
24533 ____________________________________________________________________________
24534 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
24535         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
24536              From: "Philip Newton" <Philip.Newton@gmx.net>
24537              Date: Fri, 27 Jul 2001 07:51:10 +0200
24538              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
24539      Branch: perl
24540            ! pod/perlport.pod
24541 ____________________________________________________________________________
24542 [ 11471] By: nick                                  on 2001/07/26  06:23:32
24543         Log: Subject:  [PATCH] Doc fix for perlguts / threading
24544              From:  Arthur Bergman <arthur@contiller.se>
24545              Date:  Wed, 25 Jul 2001 11:28:23 +0200
24546              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
24547      Branch: perl
24548            ! pod/perlguts.pod
24549 ____________________________________________________________________________
24550 [ 11470] By: nick                                  on 2001/07/26  06:21:06
24551         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
24552              From:  Philip Newton <Philip.Newton@gmx.net>
24553              Date:  Wed, 25 Jul 2001 08:19:47 +0200
24554              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
24555      Branch: perl
24556            ! INSTALL
24557 ____________________________________________________________________________
24558 [ 11469] By: nick                                  on 2001/07/26  06:20:25
24559         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
24560              From:  Philip Newton <Philip.Newton@gmx.net>
24561              Date:  Wed, 25 Jul 2001 08:12:48 +0200
24562              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
24563      Branch: perl
24564            ! INSTALL
24565 ____________________________________________________________________________
24566 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
24567         Log: More +x.
24568      Branch: perl
24569            ! Porting/makerel
24570 ____________________________________________________________________________
24571 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
24572         Log: Update Changes.
24573      Branch: perl
24574            ! Changes patchlevel.h
24575 ____________________________________________________________________________
24576 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
24577         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
24578              From: "Philip Newton" <Philip.Newton@gmx.net>
24579              Date: Tue, 24 Jul 2001 06:45:55 +0200
24580              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
24581      Branch: perl
24582            ! os2/perlrexx.c
24583 ____________________________________________________________________________
24584 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
24585         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
24586              From: Peter Prymmer <pvhp@forte.com>
24587              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
24588              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
24589      Branch: perl
24590            ! pod/perlport.pod t/io/fs.t vms/test.com
24591 ____________________________________________________________________________
24592 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
24593         Log: Workaround on Cwd bootstrap problem.
24594      Branch: perl
24595            ! lib/ExtUtils/MakeMaker.pm
24596 ____________________________________________________________________________
24597 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
24598         Log: When in Rome, quote like the Romans do.
24599      Branch: perl
24600            ! cflags.SH
24601 ____________________________________________________________________________
24602 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
24603         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
24604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24605              Date: Mon, 23 Jul 2001 19:29:49 -0400
24606              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
24607      Branch: perl
24608            + os2/perlrexx.c
24609            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
24610            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
24611            ! t/op/write.t
24612 ____________________________________________________________________________
24613 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
24614         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
24615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24616              Date: Mon, 23 Jul 2001 18:43:42 -0400
24617              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
24618      Branch: perl
24619            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24620 ____________________________________________________________________________
24621 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
24622         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
24623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24624              Date: Mon, 23 Jul 2001 18:33:16 -0400
24625              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
24626      Branch: perl
24627            ! lib/ExtUtils/MakeMaker.pm
24628 ____________________________________________________________________________
24629 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
24630         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
24631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24632              Date: Mon, 23 Jul 2001 18:20:35 -0400
24633              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
24634      Branch: perl
24635            ! Makefile.SH cflags.SH
24636 ____________________________________________________________________________
24637 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
24638         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
24639              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
24640              Date: Mon, 23 Jul 2001 11:32:17 -0500
24641              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
24642      Branch: perl
24643            ! lib/ExtUtils/MakeMaker.pm
24644 ____________________________________________________________________________
24645 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
24646         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
24647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24648              Date: Mon, 23 Jul 2001 18:13:20 -0400
24649              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
24650      Branch: perl
24651            ! lib/perl5db.pl
24652 ____________________________________________________________________________
24653 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
24654         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
24655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24656              Date: Mon, 23 Jul 2001 18:07:40 -0400
24657              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
24658      Branch: perl
24659            ! op.c
24660 ____________________________________________________________________________
24661 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
24662         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
24663              From: "Craig A. Berry" <craigberry@mac.com>
24664              Date: Mon, 23 Jul 2001 15:35:06 -0500
24665              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
24666      Branch: perl
24667            ! util.c
24668 ____________________________________________________________________________
24669 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
24670         Log: Subject: [PATCH perlfaq9.pod typo]
24671              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
24672              Date: Mon, 23 Jul 2001 07:49:05 -0700
24673              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
24674      Branch: perl
24675            ! pod/perlfaq9.pod
24676 ____________________________________________________________________________
24677 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
24678         Log: Subject: win32\sncfnmcs.pl corrections
24679              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
24680              Date: Mon, 23 Jul 2001 12:56:54 +0200
24681              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
24682              
24683              Rename the script a little bit more sensibly.
24684      Branch: perl
24685            + win32/sync_ext.pl
24686            - win32/sncfnmcs.pl
24687            ! MANIFEST README.win32
24688 ____________________________________________________________________________
24689 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
24690         Log: Test tweak.
24691      Branch: perl
24692            ! ext/B/Deparse.t
24693 ____________________________________________________________________________
24694 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
24695         Log: Metaconfig unit tweak for #11450.
24696      Branch: metaconfig/U/perl
24697            ! Mksymlinks.U
24698 ____________________________________________________________________________
24699 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
24700         Log: Too volatile failsafe check.
24701      Branch: perl
24702            ! Configure
24703 ____________________________________________________________________________
24704 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
24705         Log: Further doc tweaks.
24706      Branch: perl
24707            ! lib/UnicodeCD.pm
24708 ____________________________________________________________________________
24709 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
24710         Log: Doc tweaks.
24711      Branch: perl
24712            ! lib/UnicodeCD.pm
24713 ____________________________________________________________________________
24714 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
24715         Log: Doc tweakery from Abhijit.
24716      Branch: perl
24717            ! Porting/repository.pod
24718 ____________________________________________________________________________
24719 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
24720         Log: An accidental empty line.
24721      Branch: perl
24722            ! MANIFEST
24723 ____________________________________________________________________________
24724 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
24725         Log: Missing MANIFESTations.
24726      Branch: perl
24727            ! MANIFEST
24728 ____________________________________________________________________________
24729 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
24730         Log: Update Changes.
24731      Branch: perl
24732            ! Changes patchlevel.h
24733 ____________________________________________________________________________
24734 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
24735         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
24736              From: Mike Guy <mjtg@cam.ac.uk>
24737              Date: Fri, 20 Jul 2001 16:12:49 +0100
24738              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
24739      Branch: perl
24740            ! Porting/pumpkin.pod
24741 ____________________________________________________________________________
24742 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
24743         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
24744              From: Peter Prymmer <pvhp@forte.com>
24745              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
24746              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
24747      Branch: perl
24748            ! pod/perlhack.pod
24749 ____________________________________________________________________________
24750 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
24751         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
24752              From: Michael G Schwern <schwern@pobox.com>
24753              Date: Fri, 20 Jul 2001 20:22:35 -0400
24754              Message-ID: <20010720202235.O4498@blackrider>
24755      Branch: perl
24756            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
24757            ! lib/Test/t/todo.t
24758 ____________________________________________________________________________
24759 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
24760         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
24761              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24762              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
24763              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
24764      Branch: perl
24765            ! ext/POSIX/POSIX.pod
24766 ____________________________________________________________________________
24767 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
24768         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
24769              From: Mark-Jason Dominus <mjd@plover.com>
24770              Date: Fri, 20 Jul 2001 23:16:54 -0400
24771              Message-ID: <20010721031654.21877.qmail@plover.com>
24772      Branch: perl
24773            ! ext/POSIX/POSIX.pod
24774 ____________________________________________________________________________
24775 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
24776         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
24777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24778              Date: Sun, 22 Jul 2001 14:56:09 +0200
24779              Message-ID: <20010722145609.A766@rafael>
24780      Branch: perl
24781            ! ext/B/O.pm
24782 ____________________________________________________________________________
24783 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
24784         Log: Subject: regexec.c #define cleanup
24785              From: Mark-Jason Dominus <mjd@plover.com>
24786              Date: Sat, 21 Jul 2001 18:33:25 -0400
24787              Message-ID: <20010721223325.3069.qmail@plover.com>
24788      Branch: perl
24789            ! regexec.c
24790 ____________________________________________________________________________
24791 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
24792         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
24793              From: Prymmer/Kahn <pvhp@best.com>
24794              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
24795              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
24796      Branch: perl
24797            ! t/io/fs.t
24798 ____________________________________________________________________________
24799 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
24800         Log: Typo in #11432.
24801      Branch: perl
24802            ! ext/POSIX/POSIX.t
24803 ____________________________________________________________________________
24804 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
24805         Log: Integrate (manually) change #11424 from macperl.
24806      Branch: perl
24807            ! ext/Filter/t/call.t
24808 ____________________________________________________________________________
24809 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
24810         Log: Integrate change #11408 from macperl.
24811      Branch: perl
24812           !> README.macos pod/perlport.pod
24813 ____________________________________________________________________________
24814 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
24815         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
24816      Branch: perl
24817           +> macos/MacPerlTests.cmd macos/xsubpp.patch
24818            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
24819            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
24820            ! ext/POSIX/POSIX.t
24821 ____________________________________________________________________________
24822 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
24823         Log: pod/*.t tests not picked up by t/TEST either
24824      Branch: maint-5.6/perl
24825            ! t/TEST
24826 ____________________________________________________________________________
24827 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
24828         Log: better tweak for change#11429 (windows has both / and \ separated
24829              paths in @INC at that point)
24830      Branch: maint-5.6/perl
24831            ! t/pod/testp2pt.pl
24832 ____________________________________________________________________________
24833 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
24834         Log: MacOS pod test tweak needs \Escape
24835      Branch: maint-5.6/perl
24836            ! t/pod/testp2pt.pl
24837 ____________________________________________________________________________
24838 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
24839         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
24840              resulting duplicate output, but t/harness isn't)
24841      Branch: maint-5.6/perl
24842            ! t/run/runenv.t
24843 ____________________________________________________________________________
24844 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
24845         Log: t/harness wasn't picking up all the tests
24846      Branch: maint-5.6/perl
24847            ! t/harness
24848 ____________________________________________________________________________
24849 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
24850         Log: update MANIFEST for new file
24851      Branch: maint-5.6/perl
24852            ! MANIFEST
24853 ____________________________________________________________________________
24854 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
24855         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
24856              the exception of the macperl/macos/... tree
24857      Branch: maint-5.6/perl
24858           +> t/lib/filefind-taint.t
24859           !> (integrate 72 files)
24860 ____________________________________________________________________________
24861 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
24862         Log: Fix test.
24863      Branch: maint-5.6/macperl
24864            ! macos/bundled_ext/Filter/t/call.t
24865 ____________________________________________________________________________
24866 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
24867         Log: Make perl fork()-safe (in a slightly limited way) even on
24868              platforms that don't have pthread_atfork() (extension of
24869              the fix in change#11151).
24870              
24871              Note that this will not help extensions that call fork()
24872              directly in C, or that link to libraries that call fork()
24873              directly.  Such cases must be fixed to either call
24874              PerlProc_fork(), or call atfork_lock() in parent before the
24875              calling the function that forks and call atfork_unlock()
24876              in both parent and child immediately after the fork().
24877              (There are no worries if C code calls exec() in the child
24878              immediately after a fork().  Only cases where the child
24879              calls perl's API functions (including New()) after the
24880              fork() are problematic.)
24881              
24882              This change also eliminates the use of vfork() from perl,
24883              since all such uses were violating the severe restrictions
24884              on modifying the state of the process between the vfork()
24885              and the exec().
24886              
24887              This is a modified version of patches suggested by Abhijit
24888              Menon-Sen and Richard Soderberg.
24889      Branch: perl
24890            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
24891            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
24892 ____________________________________________________________________________
24893 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
24894         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
24895              Switch, and Text::Balanced.
24896      Branch: maint-5.6/macperl
24897            + macos/bundled_ext/Filter/Util/Call/Call.pm
24898            + macos/bundled_ext/Filter/Util/Call/Call.xs
24899            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
24900            + macos/bundled_ext/Filter/t/MyFilter.pm
24901            + macos/bundled_ext/Filter/t/call.t
24902            + macos/bundled_ext/Filter/t/filter-util.pl
24903            + macos/bundled_lib/blib/lib/Class/ISA.pm
24904            + macos/bundled_lib/blib/lib/Digest.pm
24905            + macos/bundled_lib/blib/lib/Filter/Simple.pm
24906            + macos/bundled_lib/blib/lib/Switch.pm
24907            + macos/bundled_lib/blib/lib/Text/Balanced.pm
24908            + macos/bundled_lib/blib/lib/Text/Balanced.pod
24909            + macos/bundled_lib/t/Class/ISA/test.pl
24910            + macos/bundled_lib/t/Digest/Digest.t
24911            + macos/bundled_lib/t/Filter/Simple/test.pl
24912            + macos/bundled_lib/t/Switch/test.pl
24913            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
24914            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
24915            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
24916            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
24917            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
24918            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
24919            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
24920            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
24921 ____________________________________________________________________________
24922 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
24923         Log: Add Filter::Util::Call to config/make files; edit utils
24924              to recognize the module (it was descended too far down).
24925              Bump version to 5.6.1a4.
24926      Branch: maint-5.6/macperl
24927            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
24928            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
24929            ! macos/macperl/Makefile.mk macos/xsubpp.patch
24930 ____________________________________________________________________________
24931 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
24932         Log: Make DB_File the default for MLDBM on MacOS.
24933      Branch: maint-5.6/macperl
24934            ! macos/bundled_lib/blib/lib/MLDBM.pm
24935 ____________________________________________________________________________
24936 [ 11419] By: nick                                  on 2001/07/20  14:51:03
24937         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
24938              From:  Simon Cozens <simon@netthink.co.uk>
24939              Date:  Fri, 20 Jul 2001 11:42:35 -0400
24940              Message-Id:  <20010720114235.A5235@netthink.co.uk>
24941      Branch: perl
24942            ! lib/UnicodeCD.pm
24943 ____________________________________________________________________________
24944 [ 11418] By: nick                                  on 2001/07/20  14:48:12
24945         Log: Subject:  [PATCH regcomp.h] adds a comment
24946              From:  Abhijit Menon-Sen <ams@wiw.org>
24947              Date:  Fri, 20 Jul 2001 21:05:37 +0530
24948              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
24949      Branch: perl
24950            ! regcomp.h
24951 ____________________________________________________________________________
24952 [ 11417] By: nick                                  on 2001/07/20  14:16:38
24953         Log: Subject:  [PATCH 5.7.2] INSTALL updates
24954              From:  Andy Dougherty <doughera@lafayette.edu>
24955              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
24956              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
24957      Branch: perl
24958            ! INSTALL
24959 ____________________________________________________________________________
24960 [ 11416] By: nick                                  on 2001/07/20  06:44:44
24961         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
24962              From:  Russ Allbery <rra@stanford.edu>
24963              Date:  19 Jul 2001 15:52:37 -0700
24964              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
24965      Branch: perl
24966            ! lib/Pod/Man.pm
24967 ____________________________________________________________________________
24968 [ 11415] By: nick                                  on 2001/07/20  06:35:11
24969         Log: Subject:  [PATCH] defer op_seq allocation
24970              From:  Abhijit Menon-Sen <ams@wiw.org>
24971              Date:  Thu, 19 Jul 2001 22:12:24 +0530
24972              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
24973      Branch: perl
24974            ! op.c
24975 ____________________________________________________________________________
24976 [ 11414] By: nick                                  on 2001/07/20  06:23:36
24977         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
24978              From:  Abhijit Menon-Sen <ams@wiw.org>
24979              Date:  Fri, 20 Jul 2001 01:18:50 +0530
24980              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
24981              (Private e-mail)
24982      Branch: perl
24983            ! ext/Time/HiRes/HiRes.xs
24984 ____________________________________________________________________________
24985 [ 11413] By: nick                                  on 2001/07/20  06:18:53
24986         Log: Integrate mainline
24987      Branch: perlio
24988           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
24989            - t/base/commonsense.t
24990           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
24991           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
24992           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
24993           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
24994           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
24995           !> win32/win32.c
24996 ____________________________________________________________________________
24997 [ 11412] By: nick                                  on 2001/07/19  06:44:27
24998         Log: Integrate win32/perlhost.h from maintenance branch.
24999              (Rest of $ENV{PATH} / system() fix.)
25000      Branch: perl
25001           !> win32/perlhost.h
25002 ____________________________________________________________________________
25003 [ 11411] By: nick                                  on 2001/07/19  06:41:34
25004         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
25005              From:  Philip Newton <Philip.Newton@gmx.net>
25006              Date:  Wed, 18 Jul 2001 21:43:57 +0200
25007              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
25008      Branch: perl
25009            ! pod/perlhack.pod
25010 ____________________________________________________________________________
25011 [ 11410] By: nick                                  on 2001/07/19  06:39:35
25012         Log: Subject:  Security hole in taint checking in open()
25013              From:  deekoo@tentacle.net
25014              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
25015              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
25016      Branch: perl
25017            ! doio.c
25018 ____________________________________________________________________________
25019 [ 11409] By: nick                                  on 2001/07/19  06:28:08
25020         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
25021              From:  Abhijit Menon-Sen <ams@wiw.org>
25022              Date:  Thu, 19 Jul 2001 04:30:43 +0530
25023              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
25024      Branch: perl
25025            ! ext/Time/HiRes/HiRes.xs
25026 ____________________________________________________________________________
25027 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
25028         Log: Update docs with latest implementation information and new URLs.
25029      Branch: maint-5.6/macperl
25030            ! README.macos pod/perlport.pod
25031 ____________________________________________________________________________
25032 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
25033         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
25034              Fix BuildRules to accept optimization variables.
25035      Branch: maint-5.6/macperl
25036            + macos/bundled_ext/Digest/MD5/Makefile.mk
25037            ! macos/BuildRules.mk macos/Makefile.mk
25038            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
25039            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
25040 ____________________________________________________________________________
25041 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
25042         Log: Integrate changes 11399,11401
25043      Branch: maint-5.6/macperl
25044           !> win32/perlhost.h win32/win32.c
25045 ____________________________________________________________________________
25046 [ 11405] By: nick                                  on 2001/07/18  06:50:33
25047         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
25048              from perl5.6*
25049      Branch: perl
25050           !> win32/perlhost.h win32/win32.c
25051 ____________________________________________________________________________
25052 [ 11404] By: nick                                  on 2001/07/18  06:43:59
25053         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
25054              From:  hv@crypt0.demon.co.uk
25055              Date:  Wed, 18 Jul 2001 05:58:46 +0100
25056              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
25057      Branch: perl
25058            ! ext/POSIX/POSIX.t
25059 ____________________________________________________________________________
25060 [ 11403] By: nick                                  on 2001/07/18  06:38:57
25061         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
25062              From:  hv@crypt0.demon.co.uk
25063              Date:  Wed, 18 Jul 2001 05:21:54 +0100
25064              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
25065      Branch: perl
25066            ! numeric.c t/op/arith.t
25067 ____________________________________________________________________________
25068 [ 11402] By: nick                                  on 2001/07/18  06:19:17
25069         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
25070              From:  mjd@plover.com
25071              Date:  17 Jul 2001 17:59:20 -0000
25072              Message-Id:  <20010717175920.8177.qmail@plover.com>
25073      Branch: perl
25074            ! pod/perlre.pod
25075 ____________________________________________________________________________
25076 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
25077         Log: thinko in change#11400 (duh)
25078      Branch: maint-5.6/perl
25079            ! win32/perlhost.h
25080 ____________________________________________________________________________
25081 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
25082         Log: change#11399 revealed another unrelated bug; this is just a temporary
25083              bandaid
25084      Branch: maint-5.6/perl
25085            ! win32/perlhost.h
25086 ____________________________________________________________________________
25087 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
25088         Log: fix bugs in handling of the virtualized environment under windows;
25089              there were bugs in propagating any changes to %ENV down to the real
25090              environment when such changes happened in the toplevel process
25091              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
25092              problem identification, and for a part of the fix)
25093      Branch: maint-5.6/perl
25094            ! win32/perlhost.h win32/win32.c
25095 ____________________________________________________________________________
25096 [ 11398] By: nick                                  on 2001/07/17  08:26:35
25097         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
25098              From: Peter Prymmer <pvhp@forte.com>
25099              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
25100              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
25101              
25102              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
25103              should not depend on existance of Config.pm
25104      Branch: perl
25105           +> t/lib/commonsense.t
25106            - t/base/commonsense.t
25107            ! MANIFEST t/README
25108 ____________________________________________________________________________
25109 [ 11397] By: nick                                  on 2001/07/17  08:09:58
25110         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
25111              From:  Michael G Schwern <schwern@pobox.com>
25112              Date:  Mon, 16 Jul 2001 18:20:31 -0400
25113              Message-Id:  <20010716182031.A1128@blackrider>
25114      Branch: perl
25115            ! pod/perlhack.pod
25116 ____________________________________________________________________________
25117 [ 11396] By: nick                                  on 2001/07/17  08:04:11
25118         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
25119              From:  Gwyn Judd <b.judd@xtra.co.nz>
25120              Date:  Tue, 17 Jul 2001 20:55:58 +1200
25121              Message-Id:  <20010717205558.A3107@thislove>
25122      Branch: perl
25123            ! pod/perlfunc.pod
25124 ____________________________________________________________________________
25125 [ 11395] By: nick                                  on 2001/07/17  08:02:22
25126         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
25127              From:  Peter Prymmer <pvhp@forte.com>
25128              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
25129              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
25130      Branch: perl
25131            ! t/op/sprintf.t
25132 ____________________________________________________________________________
25133 [ 11394] By: nick                                  on 2001/07/17  07:57:06
25134         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
25135              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
25136              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
25137              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
25138      Branch: perl
25139            ! gv.c
25140 ____________________________________________________________________________
25141 [ 11392] By: nick                                  on 2001/07/17  07:50:12
25142         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
25143              From:  Coral <coral@moonlight.crystalflame.net>
25144              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
25145              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
25146      Branch: perl
25147            ! pp_sys.c thread.h
25148 ____________________________________________________________________________
25149 [ 11391] By: nick                                  on 2001/07/17  07:34:28
25150         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
25151              From:  Jonathan Stowe <gellyfish@gellyfish.com>
25152              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
25153              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
25154      Branch: perl
25155            ! utils/h2xs.PL
25156 ____________________________________________________________________________
25157 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
25158         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
25159              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
25160              and Mac::Apps::Launch, which don't work, and Time::HiRes and
25161              Time::Piece, which don't yet work.
25162      Branch: maint-5.6/macperl
25163            + (add 154 files)
25164 ____________________________________________________________________________
25165 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
25166         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
25167              Also add hack to get around missing setenv for PERL5DB.
25168      Branch: maint-5.6/macperl
25169            ! macos/macish.c macos/macish.h
25170 ____________________________________________________________________________
25171 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
25172         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
25173      Branch: maint-5.6/macperl
25174            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
25175            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
25176 ____________________________________________________________________________
25177 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
25178         Log: Fix up some configuration and make options, add extra
25179              extensions.
25180      Branch: maint-5.6/macperl
25181            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
25182            ! macos/macperl/Makefile.mk
25183 ____________________________________________________________________________
25184 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
25185         Log: From Change 11374 in maintperl.
25186      Branch: maint-5.6/macperl
25187           !> utils/h2ph.PL
25188 ____________________________________________________________________________
25189 [ 11385] By: nick                                  on 2001/07/16  14:12:58
25190         Log: Back out change to h2xs till it passes its test.
25191      Branch: perl
25192            ! utils/h2xs.PL
25193 ____________________________________________________________________________
25194 [ 11384] By: nick                                  on 2001/07/16  14:00:10
25195         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
25196              From:  Jonathan Stowe <gellyfish@gellyfish.com>
25197              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
25198              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
25199      Branch: perl
25200            ! utils/h2xs.PL
25201 ____________________________________________________________________________
25202 [ 11383] By: nick                                  on 2001/07/16  13:53:12
25203         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
25204              From:  Robin Houston <robin@kitsite.com>
25205              Date:  Sun, 15 Jul 2001 18:22:31 +0100
25206              Message-Id:  <20010715182230.A11174@robin>
25207      Branch: perl
25208            ! hints/darwin.sh
25209 ____________________________________________________________________________
25210 [ 11382] By: nick                                  on 2001/07/16  13:52:49
25211         Log: Subject:  [PATCH perl@11372] re_dup
25212              From:  Radu Greab <radu@netsoft.ro>
25213              Date:  Sun, 15 Jul 2001 04:50:06 +0300
25214              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
25215      Branch: perl
25216            ! sv.c
25217 ____________________________________________________________________________
25218 [ 11379] By: nick                                  on 2001/07/16  13:35:39
25219         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
25220              From:  Robin Houston <robin@kitsite.com>
25221              Date:  Sat, 14 Jul 2001 14:28:50 +0100
25222              Message-Id:  <20010714142850.A10205@robin>
25223      Branch: perl
25224            ! ext/B/B/Deparse.pm
25225 ____________________________________________________________________________
25226 [ 11378] By: nick                                  on 2001/07/16  13:30:36
25227         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
25228              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
25229              Date:  Sat, 14 Jul 2001 22:17:42 +0900
25230              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
25231      Branch: perl
25232            + ext/Encode/Encode/euc-jp-0212.enc
25233            ! ext/Encode/Encode/Tcl.pm
25234 ____________________________________________________________________________
25235 [ 11377] By: nick                                  on 2001/07/16  13:17:28
25236         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
25237              From:  Andy Dougherty <doughera@lafayette.edu>
25238              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
25239              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
25240      Branch: perl
25241            ! hints/darwin.sh hints/rhapsody.sh
25242 ____________________________________________________________________________
25243 [ 11376] By: nick                                  on 2001/07/16  09:05:00
25244         Log: Integrate mainline
25245      Branch: perlio
25246           +> ext/Encode/Encode/7bit-greek.enc
25247           +> ext/Encode/Encode/7bit-latin1.enc
25248           +> ext/Encode/Encode/cns11643-1.enc
25249           +> ext/Encode/Encode/cns11643-2.enc
25250           +> ext/Encode/Encode/iso2022-cn.enc
25251           +> ext/Encode/Encode/iso2022-jp1.enc
25252           +> ext/Encode/Encode/iso2022-jp2.enc
25253           !> Changes Configure MANIFEST Makefile.SH
25254           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
25255           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
25256           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
25257           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
25258           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
25259 ____________________________________________________________________________
25260 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
25261         Log: integrate change#11374 from maint-5.6
25262              
25263              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
25264      Branch: perl
25265           !> utils/h2ph.PL
25266 ____________________________________________________________________________
25267 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
25268         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
25269      Branch: maint-5.6/perl
25270            ! utils/h2ph.PL
25271 ____________________________________________________________________________
25272 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
25273         Log: Update Changes.
25274      Branch: perl
25275            ! Changes patchlevel.h
25276 ____________________________________________________________________________
25277 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
25278         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
25279              From: Jonathan Stowe <gellyfish@gellyfish.com>
25280              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
25281              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
25282      Branch: perl
25283            ! utils/h2xs.PL
25284 ____________________________________________________________________________
25285 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
25286         Log: Subject: patch to add DEL to [:cntrl:]
25287              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25288              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
25289              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
25290      Branch: perl
25291            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
25292 ____________________________________________________________________________
25293 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
25294         Log: Metaconfig unit change for #11369; plus a dependency nit.
25295      Branch: metaconfig
25296            ! U/compline/nblock_io.U
25297      Branch: metaconfig/U/perl
25298            ! Extensions.U
25299 ____________________________________________________________________________
25300 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
25301         Log: #include <stdlib.h> so that exit() is prototyped,
25302              noticed by Hugo.
25303      Branch: perl
25304            ! Configure
25305 ____________________________________________________________________________
25306 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
25307         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
25308              From: Peter Prymmer <pvhp@forte.com>
25309              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
25310              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
25311      Branch: perl
25312            ! t/op/sprintf.t
25313 ____________________________________________________________________________
25314 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
25315         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
25316              From: Peter Prymmer <pvhp@forte.com>
25317              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
25318              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
25319      Branch: perl
25320            ! ext/Encode/Encode/Tcl.t
25321 ____________________________________________________________________________
25322 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
25323         Log: Add information about gcc 3.0 basic block profiling.
25324      Branch: perl
25325            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
25326 ____________________________________________________________________________
25327 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
25328         Log: Subject: Error in lib/PerlIO/Via.pm ?
25329              From: Mark-Jason Dominus <mjd@plover.com>
25330              Date: Fri, 13 Jul 2001 15:55:41 -0400
25331              Message-ID: <20010713195541.26751.qmail@plover.com>
25332      Branch: perl
25333            ! ext/PerlIO/Via/Via.pm
25334 ____________________________________________________________________________
25335 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
25336         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
25337              section from the Compiler section.
25338      Branch: perl
25339            ! myconfig.SH
25340 ____________________________________________________________________________
25341 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
25342         Log: Handle glibc style of constant definitions using enum
25343              with intervening #defines; from Brendan O'Dea.
25344      Branch: perl
25345            ! utils/h2ph.PL
25346 ____________________________________________________________________________
25347 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
25348         Log: Add LC_MESSAGES to the locale_h export tag (it already is
25349              in the Makefile.PL and thusly eligible for an XS constant)
25350              (see also maintperl #10543)
25351      Branch: perl
25352            ! ext/POSIX/POSIX.pm
25353 ____________________________________________________________________________
25354 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
25355         Log: Subject: Re: [patch] re_dup
25356              From: Abhijit Menon-Sen <ams@wiw.org>
25357              Date: Fri, 13 Jul 2001 21:41:09 +0530
25358              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
25359      Branch: perl
25360            ! sv.c
25361 ____________________________________________________________________________
25362 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
25363         Log: Subject: [patch] re_dup
25364              From: Doug MacEachern <dougm@covalent.net>
25365              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
25366              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
25367      Branch: perl
25368            ! sv.c
25369 ____________________________________________________________________________
25370 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
25371         Log: Update Changes.
25372      Branch: perl
25373            ! Changes patchlevel.h
25374 ____________________________________________________________________________
25375 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
25376         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
25377              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
25378              Date: Sat, 14 Jul 2001 00:06:30 +0900
25379              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
25380      Branch: perl
25381            + ext/Encode/Encode/7bit-greek.enc
25382            + ext/Encode/Encode/7bit-latin1.enc
25383            + ext/Encode/Encode/cns11643-1.enc
25384            + ext/Encode/Encode/cns11643-2.enc
25385            + ext/Encode/Encode/iso2022-cn.enc
25386            + ext/Encode/Encode/iso2022-jp1.enc
25387            + ext/Encode/Encode/iso2022-jp2.enc
25388            ! MANIFEST ext/Encode/Encode/Tcl.pm
25389            ! ext/Encode/Encode/iso2022-kr.enc
25390 ____________________________________________________________________________
25391 [ 11357] By: nick                                  on 2001/07/13  14:24:06
25392         Log: Blind integrate mainline (as of 5.7.2?)
25393      Branch: perlio
25394           !> AUTHORS Changes Porting/config.sh Porting/config_H
25395           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
25396           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
25397           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25398           !> win32/makefile.mk
25399 ____________________________________________________________________________
25400 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
25401         Log: Snip away the devel patchlevel.
25402      Branch: perl
25403            ! patchlevel.h
25404 ____________________________________________________________________________
25405 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
25406         Log: Bump the version to 5.7.2.
25407      Branch: perl
25408            ! Porting/config.sh Porting/config_H patchlevel.h
25409            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
25410            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25411            ! win32/makefile.mk
25412 ____________________________________________________________________________
25413 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
25414         Log: Update Changes.
25415      Branch: perl
25416            ! Changes
25417 ____________________________________________________________________________
25418 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
25419         Log: Reword.
25420      Branch: perl
25421            ! AUTHORS
25422 ____________________________________________________________________________
25423 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
25424         Log: AUTHORS update.
25425      Branch: perl
25426            ! AUTHORS
25427 ____________________________________________________________________________
25428 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
25429         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
25430              unless ithreads.
25431      Branch: perl
25432            ! makedef.pl
25433 ____________________________________________________________________________
25434 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
25435         Log: Integrate perlio.
25436      Branch: perl
25437           !> win32/distclean.bat
25438 ____________________________________________________________________________
25439 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
25440         Log: Test the encoding transform only iff we have PerlIO,
25441              noticed by H. Merijn Brand.
25442      Branch: perl
25443            ! ext/PerlIO/t/encoding.t
25444 ____________________________________________________________________________
25445 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
25446         Log: README.netware tweaks from Ananth Kesari.
25447      Branch: perl
25448            ! README.netware
25449 ____________________________________________________________________________
25450 [ 11346] By: nick                                  on 2001/07/13  09:18:51
25451         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
25452              to avoid /unicode vs /Unicode issues.
25453      Branch: perlio
25454            ! win32/distclean.bat
25455 ____________________________________________________________________________
25456 [ 11345] By: nick                                  on 2001/07/13  06:24:18
25457         Log: Integrate mainline
25458      Branch: perlio
25459           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
25460            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
25461           !> (integrate 63 files)
25462 ____________________________________________________________________________
25463 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
25464         Log: Add d_bincompat5005 information to perl -V.
25465      Branch: perl
25466            ! myconfig.SH
25467 ____________________________________________________________________________
25468 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
25469         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
25470              From: Abhijit Menon-Sen <ams@wiw.org>
25471              Date: Fri, 13 Jul 2001 07:12:36 +0530
25472              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
25473      Branch: perl
25474            ! sv.c
25475 ____________________________________________________________________________
25476 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
25477         Log: Remove unicode::distinct, as per Inaba Hiroto.
25478      Branch: perl
25479            - lib/unicode/distinct.pm
25480            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
25481            ! t/lib/1_compile.t
25482 ____________________________________________________________________________
25483 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
25484         Log: Paging for Dr Octothorpe.
25485      Branch: perl
25486            ! pod/perlfaq4.pod
25487 ____________________________________________________________________________
25488 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
25489         Log: cut-n-paste error noticed by mjd.
25490      Branch: perl
25491            ! pod/perlfaq4.pod
25492 ____________________________________________________________________________
25493 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
25494         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
25495              From: Peter Prymmer <pvhp@forte.com>
25496              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
25497              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
25498      Branch: perl
25499            ! pod/perlfaq4.pod
25500 ____________________________________________________________________________
25501 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
25502         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
25503              From: Randall Gellens <randy@qualcomm.com>
25504              Date: Thu, 12 Jul 2001 16:56:23 -0700
25505              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
25506      Branch: perl
25507            ! Porting/repository.pod
25508 ____________________________________________________________________________
25509 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
25510         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
25511      Branch: perl
25512            ! thread.h
25513 ____________________________________________________________________________
25514 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
25515         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
25516              From: coral <coral@moonlight.crystalflame.net>
25517              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
25518              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
25519      Branch: perl
25520            ! thread.h
25521 ____________________________________________________________________________
25522 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
25523         Log: Metaconfig unit change for #11134.
25524      Branch: metaconfig
25525            + U/threads/d_pthread_atfork.U
25526 ____________________________________________________________________________
25527 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
25528         Log: Add HAS_PTHREAD_ATFORK.
25529      Branch: perl
25530            ! Configure NetWare/config.wc NetWare/config_H.wc
25531            ! Porting/Glossary Porting/config.sh Porting/config_H
25532            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
25533            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
25534            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25535            ! win32/config.gc win32/config.vc win32/config_H.bc
25536            ! win32/config_H.gc win32/config_H.vc
25537 ____________________________________________________________________________
25538 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
25539         Log: Subject: [PATCH] File::Copy fails on tied handles
25540              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
25541              Date: Thu, 12 Jul 2001 15:18:51 -0700
25542              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
25543      Branch: perl
25544            ! lib/File/Copy.pm
25545 ____________________________________________________________________________
25546 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
25547         Log: Subject: [PATCH] Langinfo.t
25548              From: Nicholas Clark <nick@ccl4.org>
25549              Date: Thu, 12 Jul 2001 23:55:38 +0100
25550              Message-ID: <20010712235538.M5827@plum.flirble.org>
25551      Branch: perl
25552            ! ext/I18N/Langinfo/Langinfo.t
25553 ____________________________________________________________________________
25554 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
25555         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
25556              From: Peter Prymmer <pvhp@forte.com>
25557              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
25558              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
25559      Branch: perl
25560            ! pod/perl572delta.pod
25561 ____________________________________________________________________________
25562 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
25563         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
25564              From: Abhijit Menon-Sen <ams@wiw.org>
25565              Date: Fri, 13 Jul 2001 05:21:16 +0530
25566              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
25567      Branch: perl
25568            ! sv.c
25569 ____________________________________________________________________________
25570 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
25571         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
25572              From: Abhijit Menon-Sen <ams@wiw.org>
25573              Date: Fri, 13 Jul 2001 03:04:25 +0530
25574              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
25575      Branch: perl
25576            ! av.c
25577 ____________________________________________________________________________
25578 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
25579         Log: s/^M$//g
25580      Branch: perl
25581            ! win32/Makefile win32/makefile.mk
25582 ____________________________________________________________________________
25583 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
25584         Log: Update Changes.
25585      Branch: perl
25586            ! Changes patchlevel.h
25587 ____________________________________________________________________________
25588 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
25589         Log: Typo spotted by Philip Newton.
25590      Branch: perl
25591            ! pod/perl572delta.pod
25592 ____________________________________________________________________________
25593 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
25594         Log: Subject: [PATCH] fixes perl_clone of perl_clone
25595              From: Artur Bergman <artur@contiller.se>
25596              Date: Thu, 12 Jul 2001 20:57:09 +0200
25597              Message-ID: <B773BFA4.236B%artur@contiller.se>
25598      Branch: perl
25599            ! sv.c
25600 ____________________________________________________________________________
25601 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
25602         Log: Add README.uts from Hal Morris.
25603      Branch: perl
25604            + README.uts
25605            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
25606            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
25607 ____________________________________________________________________________
25608 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
25609         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
25610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25611              Date: Thu, 12 Jul 2001 20:32:37 +0200
25612              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
25613      Branch: perl
25614            ! hints/aix.sh
25615 ____________________________________________________________________________
25616 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
25617         Log: Subject: Patch: document reg_data.what member
25618              From: Mark-Jason Dominus <mjd@plover.com>
25619              Message-ID: <20010712182532.14821.qmail@plover.com>
25620              Date: Thu, 12 Jul 2001 14:25:32 -0400
25621      Branch: perl
25622            ! regcomp.c regcomp.h
25623 ____________________________________________________________________________
25624 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
25625         Log: Subject: [PATCH] Perl_re_dup()
25626              From: Abhijit Menon-Sen <ams@wiw.org>
25627              Date: Thu, 12 Jul 2001 23:54:32 +0530
25628              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
25629      Branch: perl
25630            ! embed.h embed.pl perlapi.c proto.h sv.c
25631 ____________________________________________________________________________
25632 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
25633         Log: Regen Configure, modlib, toc.
25634      Branch: perl
25635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25636            ! pod/perlmodlib.pod pod/perltoc.pod
25637 ____________________________________________________________________________
25638 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
25639         Log: The problem seems to be in PerlIO::Layer::->find() not
25640              accepting the ":encoding(blurflur)" arguments.
25641      Branch: perl
25642            ! lib/PerlIO.pm lib/open.pm
25643 ____________________________________________________________________________
25644 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
25645         Log: AIX doc update.
25646      Branch: perl
25647            ! README.aix pod/perl572delta.pod
25648 ____________________________________________________________________________
25649 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
25650         Log: Subject: AIX README update
25651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25652              Date: Thu, 12 Jul 2001 19:28:30 +0200
25653              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
25654      Branch: perl
25655            ! README.aix
25656 ____________________________________________________________________________
25657 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
25658         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
25659              From: Norton Allen <allen@huarp.harvard.edu>
25660              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
25661              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
25662      Branch: perl
25663            ! ext/IO/lib/IO/t/io_unix.t
25664 ____________________________________________________________________________
25665 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
25666         Log: Subject: [PATCH README.qnx hints/qnx.sh]
25667              From: Norton Allen <allen@huarp.harvard.edu>
25668              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
25669              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
25670      Branch: perl
25671            ! README.qnx hints/qnx.sh
25672 ____________________________________________________________________________
25673 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
25674         Log: Subject: [patch] faster PM_GETRE
25675              From: Doug MacEachern <dougm@covalent.net>
25676              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
25677              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
25678      Branch: perl
25679            ! op.h
25680 ____________________________________________________________________________
25681 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
25682         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
25683              From: Doug MacEachern <dougm@covalent.net>
25684              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
25685              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
25686      Branch: perl
25687            ! op.c
25688 ____________________________________________________________________________
25689 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
25690         Log: Tell where the nice Estonian database is.
25691      Branch: perl
25692            ! lib/open.pm
25693 ____________________________________________________________________________
25694 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
25695         Log: Retract #11309 since #11310 is a better fix.
25696      Branch: perl
25697            ! t/lib/1_compile.t
25698 ____________________________________________________________________________
25699 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
25700         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
25701              change#11300 needs to return the status of failed win32_spawnvp())
25702              
25703              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
25704              splitting correctly; remove unused variables; 'require' at run time
25705              rather than 'use' at compile time for I18N::Langinfo, since it
25706              isn't everyware
25707      Branch: perl
25708            ! lib/open.pm win32/win32.c
25709 ____________________________________________________________________________
25710 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
25711         Log: Temporary workaround.
25712      Branch: perl
25713            ! t/lib/1_compile.t
25714 ____________________________________________________________________________
25715 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
25716         Log: UCD typo in #11306 and add also more known-to-be-tested
25717              modules to the skip list.
25718      Branch: perl
25719            ! t/lib/1_compile.t
25720 ____________________________________________________________________________
25721 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
25722         Log: Rename Unicode::UCD to UnicodeCD to avoid
25723              messups with case-insensitive filesystems.
25724      Branch: perl
25725            + lib/UnicodeCD.pm lib/UnicodeCD.t
25726            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
25727            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
25728 ____________________________________________________________________________
25729 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
25730         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
25731              From: daniel@biz.bitpusher.com
25732              Date: Wed, 11 Jul 2001 23:25:47 -0700
25733              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
25734      Branch: perl
25735            ! lib/Tie/Array.pm t/op/splice.t
25736 ____________________________________________________________________________
25737 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
25738         Log: Subject: [PATCH] More accurate line numbers in messages
25739              From: Paul Johnson <paul@pjcj.net>
25740              Date: Thu, 12 Jul 2001 04:14:11 +0200
25741              Message-ID: <20010712041411.A3467@pjcj.net>
25742              
25743              (With prototyping and multiplicity tweaks.)
25744      Branch: perl
25745            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
25746 ____________________________________________________________________________
25747 [ 11304] By: nick                                  on 2001/07/12  12:53:40
25748         Log: Integrate mainline
25749      Branch: perlio
25750           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
25751           !> regexec.c thread.h
25752 ____________________________________________________________________________
25753 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
25754         Log: Cut-and-pasto in #11298.
25755      Branch: perl
25756            ! ext/ByteLoader/bytecode.h
25757 ____________________________________________________________________________
25758 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
25759         Log: Update the AIX known problems section.
25760      Branch: perl
25761            ! pod/perl572delta.pod
25762 ____________________________________________________________________________
25763 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
25764         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
25765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25766              Date: Thu, 12 Jul 2001 12:16:16 +0200
25767              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
25768      Branch: perl
25769            ! hints/aix.sh
25770 ____________________________________________________________________________
25771 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
25772         Log: Integrate perlio.
25773      Branch: perl
25774           !> makedef.pl win32/win32.c
25775 ____________________________________________________________________________
25776 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
25777         Log: Subject: [PATCH] fix for PMOP threadness failures
25778              From: Artur Bergman <artur@contiller.se>
25779              Date: Thu, 12 Jul 2001 09:48:06 +0200
25780              Message-ID: <B77322D6.22DD%artur@contiller.se>
25781      Branch: perl
25782            ! regexec.c
25783 ____________________________________________________________________________
25784 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
25785         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
25786              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
25787              Date: Thu, 12 Jul 2001 09:09:48 +0200
25788              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
25789              
25790              More parentheses to keep bcc happy.
25791      Branch: perl
25792            ! ext/ByteLoader/bytecode.h
25793 ____________________________________________________________________________
25794 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
25795         Log: Subject: Re: [patch] pthread_atfork bandaid
25796              From: Doug MacEachern <dougm@covalent.net>
25797              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
25798              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
25799      Branch: perl
25800            ! thread.h
25801 ____________________________________________________________________________
25802 [ 11296] By: nick                                  on 2001/07/12  11:55:48
25803         Log: Exclude reentrant_buffer from .def file
25804      Branch: perlio
25805            ! makedef.pl
25806 ____________________________________________________________________________
25807 [ 11295] By: nick                                  on 2001/07/12  11:11:44
25808         Log: Honour void-ness of my_exit()
25809      Branch: perlio
25810            ! win32/win32.c
25811 ____________________________________________________________________________
25812 [ 11294] By: nick                                  on 2001/07/12  07:51:04
25813         Log: Integrate mainline
25814      Branch: perlio
25815           +> uts/sprintf_wrap.c
25816           !> (integrate 35 files)
25817 ____________________________________________________________________________
25818 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
25819         Log: Retract #11289.
25820      Branch: perl
25821            ! embed.h embed.pl perl.c proto.h thread.h
25822 ____________________________________________________________________________
25823 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
25824         Log: Now the :locale pseudolayer *almost* works...
25825      Branch: perl
25826            ! lib/open.pm
25827 ____________________________________________________________________________
25828 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
25829         Log: Locale encoding tweaks.
25830      Branch: perl
25831            ! lib/open.pm
25832 ____________________________________________________________________________
25833 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
25834         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
25835              From: Mark-Jason Dominus <mjd@plover.com>
25836              Date: Thu, 12 Jul 2001 00:59:31 -0400
25837              Message-ID: <20010712045931.8543.qmail@plover.com>
25838              
25839              Remove the chmod/umask leading zero warning.
25840      Branch: perl
25841            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
25842            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
25843 ____________________________________________________________________________
25844 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
25845         Log: (Retracted by #11289.)
25846      Branch: perl
25847            ! embed.h embed.pl perl.c proto.h thread.h
25848 ____________________________________________________________________________
25849 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
25850         Log: Needed by #11283.
25851      Branch: perl
25852            ! intrpvar.h
25853 ____________________________________________________________________________
25854 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
25855         Log: Metaconfig unit change for #11286.
25856      Branch: metaconfig/U/perl
25857            ! patchlevel.U
25858 ____________________________________________________________________________
25859 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
25860         Log: Subject: Re: [PATCH Configure] perl -V broken
25861              From: Andy Dougherty <doughera@lafayette.edu>
25862              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
25863              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
25864      Branch: perl
25865            ! Configure myconfig.SH
25866 ____________________________________________________________________________
25867 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
25868         Log: Retract #11166 (and #11237).
25869      Branch: perl
25870            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
25871            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
25872            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
25873 ____________________________________________________________________________
25874 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
25875         Log: UTS tweaks for Hal Morris.
25876      Branch: perl
25877            + uts/sprintf_wrap.c
25878            ! MANIFEST hints/uts.sh perl.h
25879 ____________________________________________________________________________
25880 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
25881         Log: Subject: [PATCH] Use reentrant API glibc
25882              From: Artur Bergman <artur@contiller.se>
25883              Date: Thu, 12 Jul 2001 00:58:21 +0200
25884              Message-ID: <B772A6AD.2288%artur@contiller.se>
25885      Branch: perl
25886            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
25887            ! sv.c
25888 ____________________________________________________________________________
25889 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
25890         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
25891              From: barries <barries@slaysys.com>
25892              Date: Wed, 11 Jul 2001 15:11:46 -0400
25893              Message-ID: <20010711151146.G24560@jester.slaysys.com>
25894      Branch: perl
25895            ! pp_sys.c t/lib/warnings/doio win32/win32.c
25896 ____________________________________________________________________________
25897 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
25898         Log: Subject: [patch] pthread_atfork bandaid
25899              From: Doug MacEachern <dougm@covalent.net>
25900              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
25901              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
25902      Branch: perl
25903            ! miniperlmain.c perl.c
25904 ____________________________________________________________________________
25905 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
25906         Log: Subject: [patch] perl_clone leaks
25907              From: Doug MacEachern <dougm@covalent.net>
25908              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
25909              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
25910      Branch: perl
25911            ! sv.c
25912 ____________________________________________________________________________
25913 [ 11279] By: nick                                  on 2001/07/11  15:49:38
25914         Log: Integrate mainline
25915      Branch: perlio
25916           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
25917           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
25918           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
25919           +> lib/Term/ANSIColor/README
25920           !> (integrate 54 files)
25921 ____________________________________________________________________________
25922 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
25923         Log: Update Changes.
25924      Branch: perl
25925            ! Changes patchlevel.h
25926 ____________________________________________________________________________
25927 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
25928         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
25929              From: Peter Prymmer <pvhp@forte.com>
25930              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
25931              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
25932              
25933              Backport of embed.pl to 5.003.
25934      Branch: perl
25935            ! embed.pl
25936 ____________________________________________________________________________
25937 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
25938         Log: Subject: Re: POSIX test #14 on UTS 
25939              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25940              Date: Wed, 11 Jul 2001 03:02:14 +0100
25941              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
25942      Branch: perl
25943            ! ext/POSIX/POSIX.t
25944 ____________________________________________________________________________
25945 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
25946         Log: Make the I32 an IV to preserve structure alignment and size.
25947      Branch: perl
25948            ! op.h
25949 ____________________________________________________________________________
25950 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
25951         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
25952              From: "Artur Bergman" <artur@contiller.se>
25953              Date: Wed, 11 Jul 2001 14:23:37 +0200
25954              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
25955              
25956              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
25957      Branch: perl
25958            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
25959            ! pod/perlapi.pod sv.c
25960 ____________________________________________________________________________
25961 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
25962         Log: Tweak until Pod::Parser gets updated.
25963      Branch: perl
25964            ! t/pod/special_seqs.xr
25965 ____________________________________________________________________________
25966 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
25967         Log: File::Spec usage tweak.
25968      Branch: perl
25969            ! lib/ExtUtils.t
25970 ____________________________________________________________________________
25971 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
25972         Log: Integrate #11263 from macperl; macos and macosx updates.
25973      Branch: perl
25974           !> pod/perlport.pod
25975 ____________________________________________________________________________
25976 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
25977         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
25978              From: Peter Prymmer <pvhp@forte.com>
25979              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
25980              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
25981      Branch: perl
25982            + ext/Time/HiRes/hints/dynixptx.pl
25983            ! MANIFEST hints/dynixptx.sh
25984 ____________________________________________________________________________
25985 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
25986         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
25987              From: Nicholas Clark <nick@ccl4.org>
25988              Date: Tue, 10 Jul 2001 23:17:43 +0100
25989              Message-ID: <20010710231742.B59620@plum.flirble.org>
25990      Branch: perl
25991            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
25992 ____________________________________________________________________________
25993 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
25994         Log: Subject: [DOC PATCH] Pluggable runops
25995              From: Paul Johnson <paul@pjcj.net>
25996              Date: Tue, 10 Jul 2001 21:53:28 +0200
25997              Message-ID: <20010710215328.B26577@pjcj.net>
25998      Branch: perl
25999            ! pod/perlguts.pod
26000 ____________________________________________________________________________
26001 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
26002         Log: Subject: [PATCH] Authors
26003              From: Artur Bergman <artur@contiller.se>
26004              Date: Tue, 10 Jul 2001 20:39:12 +0200
26005              Message-ID: <B771186F.21CD%artur@contiller.se>
26006      Branch: perl
26007            ! AUTHORS
26008 ____________________________________________________________________________
26009 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
26010         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
26011              From: Doug MacEachern <dougm@covalent.net>
26012              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
26013              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
26014      Branch: perl
26015            ! pp_ctl.c
26016 ____________________________________________________________________________
26017 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
26018         Log: Subject: doc patch; times() in scalar context
26019              From: mjd@plover.com
26020              Date: 10 Jul 2001 18:01:17 -0000
26021              Message-ID: <20010710180117.12477.qmail@plover.com>
26022      Branch: perl
26023            ! pod/perlfunc.pod
26024 ____________________________________________________________________________
26025 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
26026         Log: Subject: [PATCH] Small fix to pp_gmtime
26027              From: Artur Bergman <artur@contiller.se>
26028              Date: Tue, 10 Jul 2001 19:54:52 +0200
26029              Message-ID: <B7710E0B.21C5%artur@contiller.se>
26030      Branch: perl
26031            ! pp_sys.c
26032 ____________________________________________________________________________
26033 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
26034         Log: Integrate changes from mainline perl, add notes about
26035              Mac OS X and Mac OS.
26036      Branch: maint-5.6/macperl
26037            ! pod/perlport.pod
26038 ____________________________________________________________________________
26039 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
26040         Log: A proof of the dangers of package; ?
26041      Branch: perl
26042            ! t/lib/warnings/op
26043 ____________________________________________________________________________
26044 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
26045         Log: Regen toc and modlib.
26046      Branch: perl
26047            ! pod/perlmodlib.pod pod/perltoc.pod
26048 ____________________________________________________________________________
26049 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
26050         Log: Add compexcl(), casefold(), and casespec() interfaces;
26051              and make all interfaces to return hash references instead
26052              of hashes. 
26053      Branch: perl
26054            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26055 ____________________________________________________________________________
26056 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
26057         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
26058              From: "Philip Newton" <Philip.Newton@gmx.net>
26059              Date: Tue, 10 Jul 2001 09:55:59 +0200
26060              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
26061              
26062              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
26063              From: "Philip Newton" <Philip.Newton@gmx.net>
26064              Date: Tue, 10 Jul 2001 09:56:37 +0200
26065              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
26066      Branch: perl
26067            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26068            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
26069 ____________________________________________________________________________
26070 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
26071         Log: Subject: [patch] undef &xsub for 1,2
26072              From: Doug MacEachern <dougm@covalent.net>
26073              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
26074              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
26075              
26076              (This version of the patch with a comment from Gisle.)
26077      Branch: perl
26078            ! op.c
26079 ____________________________________________________________________________
26080 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
26081         Log: Mention package; deprecation and the Win32 problems.
26082      Branch: perl
26083            ! pod/perl572delta.pod
26084 ____________________________________________________________________________
26085 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
26086         Log: Subject: [PATCH] deprecate package with no arguments
26087              From: Robin Houston <robin@kitsite.com>
26088              Date: Tue, 10 Jul 2001 13:33:40 +0100
26089              Message-ID: <20010710133340.A13452@robin.kitsite.com>
26090      Branch: perl
26091            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
26092 ____________________________________________________________________________
26093 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
26094         Log: Upgrade to podlators 1.10.
26095      Branch: perl
26096            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
26097            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
26098            ! pod/pod2man.PL pod/pod2text.PL
26099 ____________________________________________________________________________
26100 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
26101         Log: Upgrade to Term::ANSIColor 1.04.
26102      Branch: perl
26103            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
26104            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
26105 ____________________________________________________________________________
26106 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
26107         Log: Integrate perlio (the right fix for the ":layer(args)")
26108      Branch: perl
26109           !> perlio.c
26110 ____________________________________________________________________________
26111 [ 11252] By: nick                                  on 2001/07/10  06:58:14
26112         Log: Fix open(...,"...:layer(xxx)",...)
26113              - use memEQ not strEQ as there is '(' not '\0'
26114      Branch: perlio
26115            ! perlio.c
26116 ____________________________________________________________________________
26117 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
26118         Log: Telling the number of tests helps.
26119      Branch: perl
26120            ! ext/PerlIO/t/encoding.t
26121 ____________________________________________________________________________
26122 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
26123         Log: Require I18N::Langinfo, not use.
26124      Branch: perl
26125            ! lib/open.pm
26126 ____________________________________________________________________________
26127 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
26128         Log: Add a test for for PerlIO ":encoding(...)" layer.
26129      Branch: perl
26130            + ext/PerlIO/t/encoding.t
26131            ! MANIFEST ext/Encode/Encode.pm
26132 ____________________________________________________________________________
26133 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
26134         Log: PerlIO ":encoding(foobar)" temporary fix.
26135              Not really correct, I think, since the change means
26136              that prefixes match.
26137      Branch: perl
26138            ! perlio.c
26139 ____________________________________________________________________________
26140 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
26141         Log: Update to Math::BigInt 1.36.  The biggest news is
26142              the separation of the backend; now the pure Perl
26143              implementation is in Math::BigInt::Calc, but one
26144              can plugin, say, Math::BigInt::BitVect, and get
26145              considerable speedup.
26146      Branch: perl
26147            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
26148            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26149            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
26150            ! lib/Math/BigInt/t/mbimbf.t
26151 ____________________________________________________________________________
26152 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
26153         Log: Subject: Re: compatibility question
26154              From: Peter Prymmer <pvhp@forte.com>
26155              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
26156              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
26157      Branch: perl
26158            ! lib/ExtUtils/MM_VMS.pm
26159 ____________________________________________________________________________
26160 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
26161         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
26162              From: Norton Allen <allen@huarp.harvard.edu>
26163              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
26164              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
26165      Branch: perl
26166            ! ext/File/Glob/t/basic.t
26167 ____________________________________________________________________________
26168 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
26169         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
26170              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
26171              Date: Tue, 10 Jul 2001 00:29:55 +0900
26172              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
26173      Branch: perl
26174            + ext/Encode/Encode/HZ.enc
26175            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
26176            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
26177            ! ext/Encode/Encode/iso2022-jp.enc
26178            ! ext/Encode/Encode/iso2022-kr.enc
26179 ____________________________________________________________________________
26180 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
26181         Log: Add in all them there macos/ files.
26182      Branch: maint-5.6/macperl
26183            + (add 577 files)
26184 ____________________________________________________________________________
26185 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
26186         Log: Add the new modules to the list of having those own tests.
26187      Branch: perl
26188            ! t/lib/1_compile.t
26189 ____________________________________________________________________________
26190 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
26191         Log: Add INOUT to control both ways at the same time.
26192      Branch: perl
26193            ! lib/open.pm
26194 ____________________________________________________________________________
26195 [ 11240] By: nick                                  on 2001/07/09  16:33:50
26196         Log: Integrate mainline
26197      Branch: perlio
26198           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26199           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
26200           !> (integrate 41 files)
26201 ____________________________________________________________________________
26202 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
26203         Log: More encoding mapping magic.
26204      Branch: perl
26205            ! lib/open.pm
26206 ____________________________________________________________________________
26207 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
26208         Log: Update Changes.
26209      Branch: perl
26210            ! Changes patchlevel.h
26211 ____________________________________________________________________________
26212 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
26213         Log: (Retracted by #11285).
26214              
26215              Subject: [PATCH] OPpCONST_OCTAL fixes
26216              From: Abhijit Menon-Sen <ams@wiw.org>
26217              Date: Mon, 9 Jul 2001 07:38:45 +0530
26218              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
26219      Branch: perl
26220            ! op.c
26221 ____________________________________________________________________________
26222 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
26223         Log: Add a pseudolayer ":locale" to the open pragma which
26224              will get the encoding from the locale.  Yet undocumented
26225              because I can't get the PerlIO :encoding(foobar) to work.
26226      Branch: perl
26227            ! ext/Encode/Encode.pm lib/open.pm
26228 ____________________________________________________________________________
26229 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
26230         Log: Add more encoding mappings.
26231      Branch: perl
26232            ! ext/Encode/Encode.pm
26233 ____________________________________________________________________________
26234 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
26235         Log: Document that using :encoding layer requires using Encode.
26236      Branch: perl
26237            ! ext/Encode/Encode.pm lib/PerlIO.pm
26238 ____________________________________________________________________________
26239 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
26240         Log: Netware tweak from Ananth Kesari.
26241      Branch: perl
26242            ! NetWare/netware.h
26243 ____________________________________________________________________________
26244 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
26245         Log: t/harness doesn't know about run/*.t
26246      Branch: perl
26247            ! t/harness
26248 ____________________________________________________________________________
26249 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
26250         Log: run/exit.t busted on windows
26251      Branch: perl
26252            ! t/run/exit.t
26253 ____________________________________________________________________________
26254 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
26255         Log: fix a couple of UCD.t tests that fail due to bad case
26256      Branch: perl
26257            ! lib/Unicode/UCD.t
26258 ____________________________________________________________________________
26259 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
26260         Log: test skip logic was broken
26261      Branch: perl
26262            ! ext/I18N/Langinfo/Langinfo.t
26263 ____________________________________________________________________________
26264 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
26265         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
26266              failure of ExtUtils.t#27 when built in debug mode)
26267      Branch: perl
26268            ! lib/ExtUtils/MM_Win32.pm
26269 ____________________________________________________________________________
26270 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
26271         Log: I18N::Langinfo is not available on windows
26272      Branch: perl
26273            ! win32/FindExt.pm
26274 ____________________________________________________________________________
26275 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
26276         Log: save a dTHX
26277      Branch: perl
26278            ! ext/POSIX/POSIX.xs
26279 ____________________________________________________________________________
26280 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
26281         Log: Update Changes.
26282      Branch: perl
26283            ! Changes patchlevel.h
26284 ____________________________________________________________________________
26285 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
26286         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
26287              as pointed out by Sarathy.
26288      Branch: perl
26289            ! ext/I18N/Langinfo/Langinfo.xs
26290 ____________________________________________________________________________
26291 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
26292         Log: Retract #11212.
26293      Branch: perl
26294            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
26295 ____________________________________________________________________________
26296 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
26297         Log: Bump up the VERSION of Cwd.xs.
26298      Branch: perl
26299            ! ext/Cwd/Makefile.PL
26300 ____________________________________________________________________________
26301 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
26302         Log: Retract #11220, the problem wasn't the missing leading zero.
26303              Here's the problem:
26304              $ ./perl -we 'chmod(oct("755"), ".")'
26305              Non-octal literal mode (493) specified at -e line 1.
26306              (Did you mean 0493 instead?)
26307      Branch: perl
26308            ! lib/ExtUtils/MM_Unix.pm
26309 ____________________________________________________________________________
26310 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
26311         Log: (Retracted by #11221)
26312              Change the PERM_RW and PERM_RWX to 0644 and 0755
26313              (add the leading zero).
26314      Branch: perl
26315            ! lib/ExtUtils/MM_Unix.pm
26316 ____________________________________________________________________________
26317 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
26318         Log: Integrate changes #11193, 11205, 11209 from macperl.
26319              
26320              Fix up AutoLoader to fudge for Mac paths in import().
26321              
26322              Allow symbols in try_symbol() to begin with "_".
26323              
26324              Small portability fix for Mac OS.
26325      Branch: perl
26326           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
26327 ____________________________________________________________________________
26328 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
26329         Log: Metaconfig unit change for #11217.
26330      Branch: metaconfig/U/perl
26331            ! Extensions.U
26332 ____________________________________________________________________________
26333 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
26334         Log: Detypo, problem noticed by Gerrit P. Haase.
26335      Branch: perl
26336            ! Configure config_h.SH
26337 ____________________________________________________________________________
26338 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
26339         Log: Cwd cleanups.
26340      Branch: perl
26341            ! ext/Cwd/Cwd.xs
26342 ____________________________________________________________________________
26343 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
26344         Log: Slight tweaks on #11213.
26345      Branch: perl
26346            ! toke.c
26347 ____________________________________________________________________________
26348 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
26349         Log: A missing dTHX noticed by Gerrit P. Haase.
26350      Branch: perl
26351            ! ext/POSIX/POSIX.xs
26352 ____________________________________________________________________________
26353 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
26354         Log: Subject: [PATCH toke.c] Simplify yytoke()
26355              From: Simon Cozens <simon@netthink.co.uk>
26356              Date: Sun, 8 Jul 2001 13:24:34 +0100
26357              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
26358              
26359              Split out pending_ident().
26360      Branch: perl
26361            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
26362 ____________________________________________________________________________
26363 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
26364         Log: (Retracted by #11223.)
26365              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
26366              Date: Wed, 05 Nov 1997 17:22:34 -0600
26367              From: Graham Barr <gbarr@ti.com>
26368              Message-Id: <3460FFBA.6DA51F46@ti.com>
26369      Branch: perl
26370            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
26371 ____________________________________________________________________________
26372 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
26373         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
26374      Branch: perl
26375            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26376            ! pod/perllocale.pod
26377 ____________________________________________________________________________
26378 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
26379         Log: Really do the test under the C locale.
26380      Branch: perl
26381            ! ext/I18N/Langinfo/Langinfo.t
26382 ____________________________________________________________________________
26383 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
26384         Log: Small portability fix for Mac OS.
26385      Branch: maint-5.6/macperl
26386            ! lib/Cwd.pm
26387 ____________________________________________________________________________
26388 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
26389         Log: Metaconfig unit change for #11207.
26390      Branch: metaconfig/U/perl
26391            ! Extensions.U
26392 ____________________________________________________________________________
26393 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
26394         Log: Add I18N::Langinfo, which is basically a wrapper around
26395              nl_langinfo(), which is an additional way to query locale
26396              specific information.
26397      Branch: perl
26398            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
26399            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
26400            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
26401 ____________________________________________________________________________
26402 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
26403         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
26404              used in File::Find tests; replace with if.t.
26405      Branch: maint-5.6/macperl
26406            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
26407            ! t/pragma/warn/op
26408 ____________________________________________________________________________
26409 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
26410         Log: Allow symbols in try_symbol() to begin with "_".
26411      Branch: maint-5.6/macperl
26412            ! makedef.pl
26413 ____________________________________________________________________________
26414 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
26415         Log: Sync up the File::Find changes from the rewrite by
26416              Thomas Wegner, et al.
26417      Branch: maint-5.6/macperl
26418            + t/lib/filefind-taint.t
26419            ! lib/File/Find.pm t/lib/filefind.t
26420 ____________________________________________________________________________
26421 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
26422         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
26423              From: Thomas Wegner <wegner_thomas@yahoo.com>
26424              Date: Thu, 5 Jul 2001 20:31:25 +0200
26425              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
26426      Branch: maint-5.6/macperl
26427            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
26428 ____________________________________________________________________________
26429 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
26430         Log: Some more test portability fixes.
26431      Branch: maint-5.6/macperl
26432            ! t/lib/filecopy.t t/pragma/warn/pp_sys
26433 ____________________________________________________________________________
26434 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
26435         Log: The #11200 removed wrong (non-existent) target.  Duh.
26436      Branch: perl
26437            ! Makefile.SH
26438 ____________________________________________________________________________
26439 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
26440         Log: Zap the lib/re.pm before creating it.
26441      Branch: perl
26442            ! Makefile.SH
26443 ____________________________________________________________________________
26444 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
26445         Log: Another test.  Please ignore.
26446      Branch: maint-5.6/macperl
26447            ! README.macos
26448 ____________________________________________________________________________
26449 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
26450         Log: Portability fixes for a lot of tests, especially IO-related
26451              tests, and warnings, and the harness script.
26452      Branch: maint-5.6/macperl
26453            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
26454            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
26455            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
26456            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
26457            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
26458            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
26459            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
26460            ! t/pragma/warnings.t
26461 ____________________________________________________________________________
26462 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
26463         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
26464              From: Nicholas Clark <nick@ccl4.org>
26465              Date: Sat, 7 Jul 2001 21:00:17 +0100
26466              Message-ID: <20010707210017.H59620@plum.flirble.org>
26467      Branch: perl
26468            ! lib/h2xs.t
26469 ____________________________________________________________________________
26470 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
26471         Log: The UNICOS/mk SysV IPC problem has been fixed.
26472      Branch: perl
26473            ! pod/perl572delta.pod
26474 ____________________________________________________________________________
26475 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
26476         Log: Slight update tweaks on perlunicode.pod.
26477      Branch: perl
26478            ! pod/perlunicode.pod
26479 ____________________________________________________________________________
26480 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
26481         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
26482              From: Mark-Jason Dominus <mjd@plover.com>
26483              Date: Sat, 07 Jul 2001 13:04:04 -0400
26484              Message-ID: <20010707170404.32694.qmail@plover.com>
26485      Branch: perl
26486            ! ext/DB_File/DB_File.pm
26487 ____________________________________________________________________________
26488 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
26489         Log: Fix up AutoLoader to fudge for Mac paths in import().
26490      Branch: maint-5.6/macperl
26491            ! lib/AutoLoader.pm
26492 ____________________________________________________________________________
26493 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
26494         Log: Try to force the lib/re.pm to be there before entering
26495              the extensions builds, should help for parallel makes.
26496      Branch: perl
26497            ! Makefile.SH
26498 ____________________________________________________________________________
26499 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
26500         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
26501              From: Norton Allen <allen@huarp.harvard.edu>
26502              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
26503              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
26504      Branch: perl
26505            ! ext/POSIX/POSIX.xs
26506 ____________________________________________________________________________
26507 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
26508         Log: Subject: [PATCH] Re: op/arith.t
26509              From: Nicholas Clark <nick@ccl4.org>
26510              Date: Sat, 7 Jul 2001 13:04:54 +0100
26511              Message-ID: <20010707130454.D59620@plum.flirble.org>
26512      Branch: perl
26513            ! numeric.c toke.c
26514 ____________________________________________________________________________
26515 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
26516         Log: Subject: [PATCH] h2xs
26517              From: Nicholas Clark <nick@ccl4.org>
26518              Date: Fri, 6 Jul 2001 23:25:14 +0100
26519              Message-ID: <20010706232514.X59620@plum.flirble.org>
26520      Branch: perl
26521            ! utils/h2xs.PL
26522 ____________________________________________________________________________
26523 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
26524         Log: Subject: Re: bleedperl perl_alloc..free leakage
26525              From: Radu Greab <radu@netsoft.ro>
26526              Date: Fri, 6 Jul 2001 19:48:54 +0300
26527              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
26528              
26529              Leak-be-gone.
26530      Branch: perl
26531            ! op.c
26532 ____________________________________________________________________________
26533 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
26534         Log: Test again.  Please ignore.
26535      Branch: maint-5.6/macperl
26536            ! README.macos
26537 ____________________________________________________________________________
26538 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
26539         Log: Test.  Please ignore.
26540      Branch: maint-5.6/macperl
26541            ! README.macos
26542 ____________________________________________________________________________
26543 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
26544         Log: Include changes already sent in separately as patches,
26545              before branch was created.
26546      Branch: maint-5.6/macperl
26547            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
26548            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
26549            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
26550            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
26551            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
26552            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
26553            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
26554            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
26555            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
26556            ! t/pragma/strict.t
26557 ____________________________________________________________________________
26558 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
26559         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
26560              From: Norton Allen <allen@huarp.harvard.edu>
26561              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
26562              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
26563      Branch: perl
26564            ! utf8.h
26565 ____________________________________________________________________________
26566 [ 11183] By: nick                                  on 2001/07/06  16:27:40
26567         Log: Integrate mainline
26568      Branch: perlio
26569           +> (branch 42 files)
26570            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
26571            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
26572            - win32/bin/mdelete.bat
26573           !> (integrate 215 files)
26574 ____________________________________________________________________________
26575 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
26576         Log: The #11166 needed also these updated.
26577      Branch: perl
26578            ! lib/warnings.pm warnings.h
26579 ____________________________________________________________________________
26580 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
26581         Log: Update Changes.
26582      Branch: perl
26583            ! Changes patchlevel.h
26584 ____________________________________________________________________________
26585 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
26586         Log: Regen toc.
26587      Branch: perl
26588            ! pod/perltoc.pod
26589 ____________________________________________________________________________
26590 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
26591         Log: Nit from Abhijit.
26592      Branch: perl
26593            ! lib/CPAN.pm
26594 ____________________________________________________________________________
26595 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
26596         Log: Retract #11172.
26597      Branch: perl
26598            ! t/op/method.t
26599 ____________________________________________________________________________
26600 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
26601         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
26602              From: Norton Allen <allen@huarp.harvard.edu>
26603              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
26604              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
26605      Branch: perl
26606            ! lib/Cwd.pm
26607 ____________________________________________________________________________
26608 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
26609         Log: (Accidentally empty check-in.)
26610      Branch: perl
26611            ! utf8.h
26612 ____________________________________________________________________________
26613 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
26614         Log: Retract #11165 since Sarathy pointed out it'll not
26615              work properly under threads, the problem should be
26616              solved using "the savestack, either via SSNEW() or
26617              using a newSVpv()+SAVEFREESV() combo."
26618      Branch: perl
26619            ! ext/POSIX/POSIX.xs
26620 ____________________________________________________________________________
26621 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
26622         Log: Retract #11125 since NI-S pointed out it'll not work in
26623              cases where the extension has their own handcrafted INC
26624              et alia.
26625      Branch: perl
26626            ! lib/ExtUtils/MM_Unix.pm
26627 ____________________________________________________________________________
26628 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
26629         Log: Subject: RE: [PATCH] -I and MakeMaker again
26630              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
26631              Date: Fri, 6 Jul 2001 09:18:29 +0200
26632              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
26633      Branch: perl
26634            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
26635            ! lib/ExtUtils/MM_Win32.pm
26636 ____________________________________________________________________________
26637 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
26638         Log: (Retracted by #11178)
26639              Subject: [PATCH t/op/method.t] SUPER:: strangeness
26640              From: Piers Cawley <pdcawley@iterative-software.com>
26641              Date: 06 Jul 2001 10:49:01 +0100
26642              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
26643      Branch: perl
26644            ! t/op/method.t
26645 ____________________________________________________________________________
26646 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
26647         Log: VOS README update from Paul Green.
26648      Branch: perl
26649            ! README.vos
26650 ____________________________________________________________________________
26651 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
26652         Log: Subject: [PATCH README.qnx hints/qnx.sh]
26653              From: Norton Allen <allen@huarp.harvard.edu>
26654              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
26655              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
26656      Branch: perl
26657            ! README.qnx hints/qnx.sh
26658 ____________________________________________________________________________
26659 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
26660         Log: Subject: [PATCH] Doc patch for Tie::Hash
26661              From: Artur Bergman <artur@contiller.se>
26662              Date: Thu, 05 Jul 2001 22:51:18 +0200
26663              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
26664      Branch: perl
26665            ! lib/Tie/Hash.pm
26666 ____________________________________________________________________________
26667 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
26668         Log: Subject: [PATCH] perlfaq4.pod
26669              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
26670              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
26671              Date: Thu, 5 Jul 2001 18:44:10 +0100 
26672      Branch: perl
26673            ! pod/perlfaq4.pod
26674 ____________________________________________________________________________
26675 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
26676         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
26677              From: Robin Houston <robin@kitsite.com>
26678              Date: Thu, 5 Jul 2001 18:33:21 +0100
26679              Message-ID: <20010705183321.A27345@robin.kitsite.com>
26680      Branch: perl
26681            ! ext/B/B/Deparse.pm
26682 ____________________________________________________________________________
26683 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
26684         Log: (Retracted by #11285.)
26685              
26686              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
26687              From: Abhijit Menon-Sen <ams@wiw.org>
26688              Date: Fri, 6 Jul 2001 01:26:32 +0530
26689              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
26690      Branch: perl
26691            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
26692            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
26693            ! warnings.pl
26694 ____________________________________________________________________________
26695 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
26696         Log: (Retracted by #11175)
26697              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
26698              From: Norton Allen <allen@huarp.harvard.edu>
26699              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
26700              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
26701      Branch: perl
26702            ! ext/POSIX/POSIX.xs
26703 ____________________________________________________________________________
26704 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
26705         Log: Unterminated C< (noticed by Richard Hatch), and few other
26706              small Unicode doc tweaks.
26707      Branch: perl
26708            ! pod/perlretut.pod
26709 ____________________________________________________________________________
26710 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
26711         Log: More flexible argument understanding; add charblocks() and
26712              charscripts(); make charblock() and charscript() two-way;
26713              add charinrange(); separate the $Unicode::UCD::VERSION and
26714              the version of the Unicode by adding UnicodeVersion().
26715      Branch: perl
26716            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26717 ____________________________________________________________________________
26718 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
26719         Log: Update Unicode::UCD on \p{In...}.
26720      Branch: perl
26721            ! lib/Unicode/UCD.pm
26722 ____________________________________________________________________________
26723 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
26724         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
26725              From: Norton Allen <allen@huarp.harvard.edu>
26726              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
26727              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
26728      Branch: perl
26729            ! lib/ExtUtils/MM_Unix.pm
26730 ____________________________________________________________________________
26731 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
26732         Log: POSIX-BC tweaks from Thomas Dorner.
26733      Branch: perl
26734            ! hints/posix-bc.sh perlio.h
26735 ____________________________________________________________________________
26736 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
26737         Log: Module updates for the delta.
26738      Branch: perl
26739            ! pod/perl572delta.pod
26740 ____________________________________________________________________________
26741 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
26742         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
26743              From: Norton Allen <allen@huarp.harvard.edu>
26744              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
26745              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
26746      Branch: perl
26747            ! ext/IO/lib/IO/t/io_sock.t
26748 ____________________________________________________________________________
26749 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
26750         Log: Subject: [PATCH perldiag.pod] Quick fixes
26751              From: Simon Cozens <simon@netthink.co.uk>
26752              Date: Wed, 4 Jul 2001 20:22:12 +0100
26753              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
26754      Branch: perl
26755            ! pod/perldiag.pod
26756 ____________________________________________________________________________
26757 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
26758         Log: (retracted by #13533)
26759              
26760              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
26761              From: Radu Greab <radu@netsoft.ro>
26762              Date: Wed, 4 Jul 2001 22:13:31 +0300
26763              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
26764      Branch: perl
26765            ! op.c sv.c t/op/pos.t
26766 ____________________________________________________________________________
26767 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
26768         Log: Subject: [PATCH] -I and MakeMaker again
26769              From: Michael G Schwern <schwern@pobox.com>
26770              Date: Wed, 4 Jul 2001 15:03:07 -0400
26771              Message-ID: <20010704150307.I20340@blackrider>
26772              
26773              (and retract #11145)
26774      Branch: perl
26775            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
26776            ! lib/ExtUtils/MakeMaker.pm
26777 ____________________________________________________________________________
26778 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
26779         Log: Subject: Re: PERFORCE change 11142 for review
26780              From: "Philip Newton" <Philip.Newton@gmx.net>
26781              Date: Wed, 4 Jul 2001 20:46:26 +0200
26782              Message-Id: <200107041841.VAA25380@taas.iki.fi>
26783      Branch: perl
26784            ! lib/ExtUtils/MakeMaker.pm
26785 ____________________________________________________________________________
26786 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
26787         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
26788              From: Jonathan Stowe <gellyfish@gellyfish.com>
26789              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
26790              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
26791      Branch: perl
26792            ! utils/pl2pm.PL
26793 ____________________________________________________________________________
26794 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
26795         Log: fix the binary compatibility issue when building with/without
26796              usemymalloc by exporting Perl_malloc() et al as simple wrappers
26797              around the system functions (this allows most extensions built
26798              using one mode to coexist with perls built in the other mode)
26799              
26800              XXX the Perl_mfree() wrapper might need to do return(free()) on
26801              platforms where Free_t isn't "void"
26802      Branch: perl
26803            ! embed.h embed.pl makedef.pl proto.h util.c
26804 ____________________________________________________________________________
26805 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
26806         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
26807              since it doesn't ensure threads other than the one calling fork()
26808              aren't holding any locks; the fix is to use pthread_atfork() to
26809              hold global locks
26810              
26811              building perl with -Dusemymalloc exacerbates the problem since
26812              Perl_malloc() holds a mutex, and perl's exec() calls New()
26813              
26814              XXX the code in win32thread.h may be needed on platforms that have
26815              no pthread_atfork()
26816      Branch: perl
26817            ! perl.c thread.h win32/win32thread.h
26818 ____________________________________________________________________________
26819 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
26820         Log: Integrate #11009 from maintperl.
26821      Branch: maint-5.6/macperl
26822           !> lib/ExtUtils/Manifest.pm
26823 ____________________________________________________________________________
26824 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
26825         Log: Flexing my Perforce muscles.
26826      Branch: maint-5.6/macperl
26827            ! README.macos
26828 ____________________________________________________________________________
26829 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
26830         Log: Update Changes.
26831      Branch: perl
26832            ! Changes patchlevel.h
26833 ____________________________________________________________________________
26834 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
26835         Log: Metaconfig unit change for #11146.
26836      Branch: metaconfig/U/perl
26837            ! d_fcntl_can_lock.U
26838 ____________________________________________________________________________
26839 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
26840         Log: Somehow the #ifdefs of the added code (in #11093) made
26841              HP-UX to fail the fcntl locking test, without the ifdefs
26842              the test seems to be working again.  Reason unknown:
26843              HP-UX cc doesn't complain either way.
26844      Branch: perl
26845            ! Configure
26846 ____________________________________________________________________________
26847 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
26848         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
26849      Branch: perl
26850            ! lib/ExtUtils/MM_Unix.pm
26851 ____________________________________________________________________________
26852 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
26853         Log: gcc -Wall nit.
26854      Branch: perl
26855            ! pp_hot.c
26856 ____________________________________________________________________________
26857 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
26858         Log: When removing tests updating the test count is a good idea, too.
26859      Branch: perl
26860            ! lib/Net/t/require.t
26861 ____________________________________________________________________________
26862 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
26863         Log: Document #11134 and add the new symbols to the list of
26864              of MakeMaker known ones.
26865      Branch: perl
26866            ! lib/ExtUtils/MakeMaker.pm
26867 ____________________________________________________________________________
26868 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
26869         Log: Microperl update.
26870      Branch: perl
26871            ! uconfig.h
26872 ____________________________________________________________________________
26873 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
26874         Log: Update the libnet tests as per #11138.
26875      Branch: perl
26876            - lib/Net/t/ph.t
26877            ! MANIFEST lib/Net/t/require.t
26878 ____________________________________________________________________________
26879 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
26880         Log: Regen toc and modlib.
26881      Branch: perl
26882            ! pod/perlmodlib.pod pod/perltoc.pod
26883 ____________________________________________________________________________
26884 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
26885         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
26886              Graham's request.
26887      Branch: perl
26888            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
26889            ! MANIFEST
26890 ____________________________________________________________________________
26891 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
26892         Log: Add the OS/390 harness results to the delta.
26893      Branch: perl
26894            ! pod/perl572delta.pod
26895 ____________________________________________________________________________
26896 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
26897         Log: Avoid the two study tests in OS/390 until the bug has been solved.
26898      Branch: perl
26899            ! t/op/study.t
26900 ____________________________________________________________________________
26901 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
26902         Log: DOS/DJGPP tweaks from Laszlo Molnar.
26903      Branch: perl
26904            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
26905 ____________________________________________________________________________
26906 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
26907         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
26908              From: Michael G Schwern <schwern@pobox.com>
26909              Date: Wed, 4 Jul 2001 00:01:16 -0400
26910              Message-ID: <20010704000116.C591@blackrider>
26911      Branch: perl
26912            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
26913 ____________________________________________________________________________
26914 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
26915         Log: The #11132 missed singleton characters (not part
26916              of a unilo..unihi range) in Unicode scripts.
26917      Branch: perl
26918            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
26919            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
26920            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
26921            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
26922            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
26923            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
26924            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
26925            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
26926            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
26927            ! lib/unicode/mktables.PL t/op/pat.t
26928 ____________________________________________________________________________
26929 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
26930         Log: Support preferentially the Unicode 'scripts' definition
26931              in the \p{In...} notation since according to Unicode the
26932              scripts concept is more natural for matching than using
26933              the somewhat artificial block names.  The block names are
26934              still available, though, and if there's a name conflict,
26935              the scripts one wins and the blocks one has to do with
26936              'Block' appended to its name.  For more information see
26937              
26938              http://www.unicode.org/unicode/reports/tr24/
26939      Branch: perl
26940            + lib/unicode/In/100.pl lib/unicode/In/101.pl
26941            + lib/unicode/In/102.pl lib/unicode/In/103.pl
26942            + lib/unicode/In/104.pl lib/unicode/In/105.pl
26943            + lib/unicode/In/106.pl lib/unicode/In/107.pl
26944            + lib/unicode/In/108.pl lib/unicode/In/109.pl
26945            + lib/unicode/In/110.pl lib/unicode/In/111.pl
26946            + lib/unicode/In/112.pl lib/unicode/In/113.pl
26947            + lib/unicode/In/114.pl lib/unicode/In/115.pl
26948            + lib/unicode/In/116.pl lib/unicode/In/117.pl
26949            + lib/unicode/In/118.pl lib/unicode/In/119.pl
26950            + lib/unicode/In/120.pl lib/unicode/In/121.pl
26951            + lib/unicode/In/122.pl lib/unicode/In/123.pl
26952            + lib/unicode/In/124.pl lib/unicode/In/125.pl
26953            + lib/unicode/In/126.pl lib/unicode/In/127.pl
26954            + lib/unicode/In/128.pl lib/unicode/In/129.pl
26955            + lib/unicode/In/130.pl lib/unicode/In/131.pl
26956            + lib/unicode/In/132.pl lib/unicode/In/133.pl
26957            + lib/unicode/In/134.pl lib/unicode/In/135.pl
26958            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
26959            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
26960            ! (edit 106 files)
26961 ____________________________________________________________________________
26962 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
26963         Log: Better document the difference between a block and a script.
26964      Branch: perl
26965            ! lib/Unicode/UCD.pm
26966 ____________________________________________________________________________
26967 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
26968         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
26969              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26970              Date: Tue, 3 Jul 2001 15:04:23 -0500
26971              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
26972      Branch: perl
26973            ! lib/CPAN.pm
26974 ____________________________________________________________________________
26975 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
26976         Log: Add tests for charscript().
26977      Branch: perl
26978            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26979 ____________________________________________________________________________
26980 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
26981         Log: Add charscript() to get the UTR#24 script names of characters.
26982      Branch: perl
26983            ! lib/Unicode/UCD.pm
26984 ____________________________________________________________________________
26985 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
26986         Log: Todo updates.
26987      Branch: perl
26988            ! pod/perltodo.pod
26989 ____________________________________________________________________________
26990 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
26991         Log: Unicode::UCD updates.
26992      Branch: perl
26993            ! lib/Unicode/UCD.pm
26994 ____________________________________________________________________________
26995 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
26996         Log: (Retracted by #11174)
26997              Subject: MakeMaker should pass through DEFINE and INC to subdirs
26998              From: Alan Burlison <Alan.Burlison@sun.com>
26999              Date: Tue, 03 Jul 2001 15:20:13 +0100
27000              Message-ID: <3B41D49D.A923D4F9@sun.com>
27001      Branch: perl
27002            ! lib/ExtUtils/MM_Unix.pm
27003 ____________________________________________________________________________
27004 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
27005         Log: Subject: Patch needed for UTS
27006              From: hom00@utsglobal.com (Hal Morris)
27007              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
27008              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
27009              
27010              Replace #11113 with a better version.
27011      Branch: perl
27012            ! perl.h
27013 ____________________________________________________________________________
27014 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
27015         Log: Subject: Re: POINTERRIGOR
27016              From: Andy Dougherty <doughera@lafayette.edu>
27017              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
27018              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
27019      Branch: perl
27020            ! util.c
27021 ____________________________________________________________________________
27022 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
27023         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
27024              From: "Philip Newton" <pnewton@gmx.de>
27025              Date: Tue, 3 Jul 2001 17:03:34 +0200
27026              Message-ID: <3B41FAE6.29564.660E117@localhost>
27027      Branch: perl
27028            ! pp_hot.c
27029 ____________________________________________________________________________
27030 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
27031         Log: Typos.
27032      Branch: perl
27033            ! INSTALL
27034 ____________________________________________________________________________
27035 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
27036         Log: Subject: [PATCH 5.6.1] debugger fixes
27037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27038              Date: Tue, 3 Jul 2001 03:38:18 -0400
27039              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
27040              
27041              The $^S is working again.
27042      Branch: perl
27043            ! lib/perl5db.pl
27044 ____________________________________________________________________________
27045 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
27046         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
27047              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27048              Date: Tue, 3 Jul 2001 03:34:06 -0400
27049              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
27050      Branch: perl
27051            ! os2/OS2/Process/Process.pm
27052 ____________________________________________________________________________
27053 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
27054         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
27055              From: "Philip Newton" <Philip.Newton@gmx.net>
27056              Date: Tue, 3 Jul 2001 09:11:27 +0200
27057              Message-Id: <200107030706.KAA04596@taas.iki.fi>
27058      Branch: perl
27059            ! lib/FindBin.pm
27060 ____________________________________________________________________________
27061 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
27062         Log: Delta delta.
27063      Branch: perl
27064            ! pod/perl572delta.pod
27065 ____________________________________________________________________________
27066 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
27067         Log: Metaconfig unit change for 11115.
27068      Branch: metaconfig
27069            ! U/modified/libc.U
27070 ____________________________________________________________________________
27071 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
27072         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
27073              (from Richard Hatch) (this was the cause of pipes() and
27074              times() mysteriously not being found)
27075      Branch: perl
27076            ! Configure
27077 ____________________________________________________________________________
27078 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
27079         Log: Retract #10142, the real culprit found by Richard Hatch,
27080              coming soon to Configure near you.
27081      Branch: perl
27082            ! hints/aix.sh
27083 ____________________________________________________________________________
27084 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
27085         Log: (Replaced by #11124) UTS workaround from Hal Morris.
27086      Branch: perl
27087            ! perl.h
27088 ____________________________________________________________________________
27089 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
27090         Log: Subject: [PATCH] grok not grocking correctly
27091              From: Nicholas Clark <nick@ccl4.org>
27092              Date: Tue, 3 Jul 2001 00:19:08 +0100
27093              Message-ID: <20010703001908.H59620@plum.flirble.org>
27094      Branch: perl
27095            ! numeric.c
27096 ____________________________________________________________________________
27097 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
27098         Log: Subject: [PATCH Deparse.t] test just-posted patches
27099              From: Robin Houston <robin@kitsite.com>
27100              Date: Mon, 2 Jul 2001 23:46:15 +0100
27101              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
27102      Branch: perl
27103            ! ext/B/Deparse.t
27104 ____________________________________________________________________________
27105 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
27106         Log: Subject: [PATCH toke.c] autosplit into @F
27107              From: Robin Houston <robin@kitsite.com>
27108              Date: Mon, 2 Jul 2001 23:18:20 +0100
27109              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
27110      Branch: perl
27111            ! perl.c toke.c
27112 ____________________________________________________________________________
27113 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
27114         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
27115              From: Robin Houston <robin@kitsite.com>
27116              Date: Mon, 2 Jul 2001 23:00:48 +0100
27117              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
27118      Branch: perl
27119            ! ext/B/B/Deparse.pm
27120 ____________________________________________________________________________
27121 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
27122         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
27123              From: "Philip Newton" <Philip.Newton@gmx.net>
27124              Date: Mon, 2 Jul 2001 22:06:22 +0200
27125              (no Message-Id)
27126      Branch: perl
27127            ! ext/NDBM_File/hints/linux.pl
27128 ____________________________________________________________________________
27129 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
27130         Log: Subject: Re: Fixed pack problem - sort of
27131              From: Nicholas Clark <nick@ccl4.org>
27132              Date: Mon, 2 Jul 2001 20:59:20 +0100
27133              Message-ID: <20010702205919.F59620@plum.flirble.org>
27134      Branch: perl
27135            ! pp_pack.c t/op/pack.t
27136 ____________________________________________________________________________
27137 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
27138         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
27139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27140              Date: Mon, 2 Jul 2001 15:45:41 -0400
27141              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
27142      Branch: perl
27143            ! os2/os2.c
27144 ____________________________________________________________________________
27145 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
27146         Log: (Mistaken retraction)
27147      Branch: perl
27148            ! utils/pl2pm.PL
27149 ____________________________________________________________________________
27150 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
27151         Log: Detypo in #11103.
27152      Branch: perl
27153            ! utils/pl2pm.PL
27154 ____________________________________________________________________________
27155 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
27156         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
27157              From: Jonathan Stowe <gellyfish@gellyfish.com>
27158              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
27159              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
27160      Branch: perl
27161            ! utils/pl2pm.PL
27162 ____________________________________________________________________________
27163 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
27164         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
27165              From: "Craig A. Berry" <craigberry@mac.com>
27166              Date: Mon, 02 Jul 2001 14:11:23 -0500
27167              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
27168      Branch: perl
27169            ! lib/Unicode/UCD.pm
27170 ____________________________________________________________________________
27171 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
27172         Log: Subject: [PATCH] Re: op/numconvert.t failures
27173              From: Nicholas Clark <nick@ccl4.org>
27174              Date: Mon, 2 Jul 2001 20:10:48 +0100
27175              Message-ID: <20010702201048.E59620@plum.flirble.org>
27176      Branch: perl
27177            ! t/op/numconvert.t
27178 ____________________________________________________________________________
27179 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
27180         Log: Update Changes.
27181      Branch: perl
27182            ! Changes patchlevel.h
27183 ____________________________________________________________________________
27184 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
27185         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
27186              The real fix must be more involved.  The line of code all the leaky
27187              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
27188              line of Perl_newPMOP().
27189      Branch: perl
27190            ! op.h
27191 ____________________________________________________________________________
27192 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
27193         Log: Based on
27194              
27195              Subject: Re: sizeof(struct sembuf)
27196              From: Nicholas Clark <nick@ccl4.org>
27197              Date: Sun, 1 Jul 2001 22:26:48 +0100
27198              Message-ID: <20010701222648.W59620@plum.flirble.org>
27199              
27200              but do semop() always the slow way.
27201      Branch: perl
27202            ! doio.c
27203 ____________________________________________________________________________
27204 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
27205         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
27206              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27207              Date: Tue, 03 Jul 2001 00:56:30 +0900
27208              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
27209      Branch: perl
27210            ! ext/Encode/Encode/Tcl.t
27211 ____________________________________________________________________________
27212 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
27213         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
27214              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27215              Date: Tue, 03 Jul 2001 00:55:46 +0900
27216              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
27217      Branch: perl
27218            ! ext/Encode/Encode/Tcl.pm
27219 ____________________________________________________________________________
27220 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
27221         Log: Regen api and toc.
27222      Branch: perl
27223            ! pod/perlapi.pod pod/perltoc.pod
27224 ____________________________________________________________________________
27225 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
27226         Log: Metaconfig unit change for #11093.
27227      Branch: metaconfig/U/perl
27228            ! d_fcntl_can_lock.U
27229 ____________________________________________________________________________
27230 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
27231         Log: The fcntl locking test may hang if NFS locking messed up;
27232              break out with alarm(10).
27233      Branch: perl
27234            ! Configure
27235 ____________________________________________________________________________
27236 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
27237         Log: Move the mdelete.bat from win32/bin to win32.
27238      Branch: perl
27239            ! MANIFEST
27240 ____________________________________________________________________________
27241 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
27242         Log: Typo in #11083.
27243      Branch: perl
27244            ! ext/Time/Piece/Piece.t
27245 ____________________________________________________________________________
27246 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
27247         Log: Netware tweaks from Guruprasad.
27248      Branch: perl
27249            - NetWare/perlsdio.h
27250            ! MANIFEST NetWare/Makefile NetWare/interface.c
27251            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
27252            ! perlsdio.h
27253 ____________________________________________________________________________
27254 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
27255         Log: Subject: Re: [PATH] shared -> unique;
27256              From: Abhijit Menon-Sen <ams@wiw.org>
27257              Date: Wed, 27 Jun 2001 03:51:27 +0530
27258              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
27259      Branch: perl
27260            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
27261 ____________________________________________________________________________
27262 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
27263         Log: Subject: Re: AIX / gcc-3.0
27264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27265              Date: Mon, 02 Jul 2001 15:20:21 +0200
27266              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
27267      Branch: perl
27268            ! hints/aix.sh
27269 ____________________________________________________________________________
27270 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
27271         Log: Subject: Re: Bug report: split splits on wrong pattern
27272              From: Abhijit Menon-Sen <ams@wiw.org>
27273              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
27274              Date: Mon, 2 Jul 2001 16:31:33 +0530
27275      Branch: perl
27276            ! pp_ctl.c
27277 ____________________________________________________________________________
27278 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
27279         Log: Subject: [PATCH 5.6.1] test harness
27280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27281              Date: Mon, 2 Jul 2001 06:29:21 -0400
27282              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
27283      Branch: perl
27284            ! lib/Test/Harness.pm
27285 ____________________________________________________________________________
27286 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
27287         Log: Subject: [PATCH 5.6.1] debugger goof
27288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27289              Date: Mon, 2 Jul 2001 06:27:22 -0400
27290              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
27291      Branch: perl
27292            ! lib/perl5db.pl
27293 ____________________________________________________________________________
27294 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
27295         Log: Subject: [PATCH 5.6.1] OS/2 cwd
27296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27297              Date: Mon, 2 Jul 2001 06:21:17 -0400
27298              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
27299      Branch: perl
27300            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
27301 ____________________________________________________________________________
27302 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
27303         Log: Make #11082 more OS/2-specific.
27304      Branch: perl
27305            ! ext/Time/Piece/Piece.t
27306 ____________________________________________________________________________
27307 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
27308         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
27309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27310              Date: Mon, 2 Jul 2001 06:06:34 -0400
27311              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
27312      Branch: perl
27313            ! ext/Time/Piece/Piece.t
27314 ____________________________________________________________________________
27315 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
27316         Log: Subject: [PATCH B::Deparse] version number & changes
27317              From: Robin Houston <robin@kitsite.com>  
27318              Date: Sun, 1 Jul 2001 17:17:29 +0100
27319              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
27320      Branch: perl
27321            ! ext/B/B/Deparse.pm
27322 ____________________________________________________________________________
27323 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
27324         Log: Subject: a small fix.
27325              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27326              Date: Mon, 2 Jul 2001 12:17:53 +0200
27327              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
27328      Branch: perl
27329            ! ext/Thread/Thread.xs
27330 ____________________________________________________________________________
27331 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
27332         Log: Subject: RE: perl@10907
27333              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
27334              Date: Mon, 2 Jul 2001 12:06:16 +0200
27335              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
27336              
27337              Borland C vs PerlIO.
27338      Branch: perl
27339            ! win32/config.bc win32/config_H.bc
27340 ____________________________________________________________________________
27341 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
27342         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
27343              From: "H.M. Brand" <merijn@l1.procura.nl>
27344              Date: Mon, 02 Jul 2001 11:18:57 +0200
27345              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
27346      Branch: perl
27347            ! t/op/write.t
27348 ____________________________________________________________________________
27349 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
27350         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
27351              From: Michael G Schwern <schwern@pobox.com>
27352              Date: Mon, 2 Jul 2001 00:26:24 -0400
27353              Message-ID: <20010702002624.A18302@blackrider>
27354      Branch: perl
27355            - ext/util/mkbootstrap
27356 ____________________________________________________________________________
27357 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
27358         Log: Subject: [PATCH op.h] v minor comment tweak
27359              From: Robin Houston <robin@puffinry.freeserve.co.uk>
27360              Date: Mon, 2 Jul 2001 00:42:01 +0100
27361              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
27362      Branch: perl
27363            ! op.h
27364 ____________________________________________________________________________
27365 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
27366         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
27367      Branch: perl
27368            ! pod/perlfunc.pod
27369 ____________________________________________________________________________
27370 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
27371         Log: Subject: Re: sizeof(struct sembuf)
27372              From: Nicholas Clark <nick@ccl4.org>
27373              Date: Sun, 1 Jul 2001 19:23:16 +0100
27374              Message-ID: <20010701192316.V59620@plum.flirble.org>
27375              
27376              s/signaling/signalling/
27377      Branch: perl
27378            ! pod/perlfunc.pod
27379 ____________________________________________________________________________
27380 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
27381         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
27382              From: "Philip Newton" <Philip.Newton@gmx.net>
27383              Date: Sun, 1 Jul 2001 09:37:56 +0200
27384              Message-Id: <200107010733.KAA03920@taas.iki.fi>
27385      Branch: perl
27386            ! pod/perlvar.pod
27387 ____________________________________________________________________________
27388 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
27389         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
27390              From: "Philip Newton" <Philip.Newton@gmx.net>
27391              Date: Sun, 1 Jul 2001 09:37:56 +0200
27392              Message-Id: <200107010733.KAA03925@taas.iki.fi>
27393      Branch: perl
27394            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
27395 ____________________________________________________________________________
27396 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
27397         Log: Metaconfig unit change for #11070.
27398      Branch: metaconfig
27399            ! U/compline/randfunc.U
27400 ____________________________________________________________________________
27401 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
27402         Log: Subject: [PATCH perlsnap] its --> it's --> its
27403              From: "Philip Newton" <Philip.Newton@gmx.net>
27404              Date: Sun, 1 Jul 2001 09:37:56 +0200
27405              Message-Id: <200107010733.KAA03914@taas.iki.fi>
27406      Branch: perl
27407            ! Porting/config_H
27408 ____________________________________________________________________________
27409 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
27410         Log: Sync with Sarathy; integrate with perlio.
27411      Branch: perl
27412           !> gv.c
27413 ____________________________________________________________________________
27414 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
27415         Log: regenerate win32/config_H.?c files
27416      Branch: perl
27417            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27418 ____________________________________________________________________________
27419 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
27420         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
27421              naming discipline
27422              
27423              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
27424              because of this)
27425              
27426              fix a warning about "fd" being used without being set in Cwd.xs
27427      Branch: perl
27428            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
27429            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27430            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
27431            ! win32/config.vc
27432 ____________________________________________________________________________
27433 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
27434         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
27435              within macro arguments") and warnings ("unary minus applied to
27436              unsigned type", among others)
27437      Branch: perl
27438            ! gv.c hv.c op.c pp.c sv.c toke.c
27439 ____________________________________________________________________________
27440 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
27441         Log: win32 fixes: more spurious CRs
27442      Branch: perl
27443            ! win32/mdelete.bat
27444 ____________________________________________________________________________
27445 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
27446         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
27447              from win32/bin (or it gets deleted by distclean); don't delete
27448              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
27449              NT (should be made Win9x specific, and added to makefile.mk)
27450      Branch: perl
27451           +> win32/mdelete.bat
27452            - win32/bin/mdelete.bat
27453            ! win32/Makefile win32/makefile.mk
27454 ____________________________________________________________________________
27455 [ 11063] By: nick                                  on 2001/07/01  18:54:09
27456         Log: Quick for for #ifdef mess
27457      Branch: perlio
27458            ! gv.c
27459 ____________________________________________________________________________
27460 [ 11062] By: nick                                  on 2001/07/01  18:47:42
27461         Log: Raw integrate - does not build #if mess in gv.c
27462      Branch: perlio
27463           !> (integrate 29 files)
27464 ____________________________________________________________________________
27465 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
27466         Log: Make 'compile' target a little less broken.
27467              Still very broken, though: -Wall warnings from
27468              the generated code, boot_Foo prototypes missing,
27469              can't autoload Fcntl::SEEK_CUR et alia, ...
27470      Branch: perl
27471            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
27472            ! utils/perlcc.PL x2p/Makefile.SH
27473 ____________________________________________________________________________
27474 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
27475         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
27476      Branch: perl
27477            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
27478            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
27479 ____________________________________________________________________________
27480 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
27481         Log: Update Changes.
27482      Branch: perl
27483            ! Changes patchlevel.h
27484 ____________________________________________________________________________
27485 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
27486         Log: Still one typo, regen toc.
27487      Branch: perl
27488            ! lib/Unicode/UCD.pm pod/perltoc.pod
27489 ____________________________________________________________________________
27490 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
27491         Log: Detypos and regen toc.
27492      Branch: perl
27493            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
27494 ____________________________________________________________________________
27495 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
27496         Log: VERSION tweak.
27497      Branch: perl
27498            ! ext/List/Util/lib/List/Util.pm
27499 ____________________________________________________________________________
27500 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
27501         Log: Attempt at plugging the leak under ithreads detected by Doug.
27502      Branch: perl
27503            ! op.h
27504 ____________________________________________________________________________
27505 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
27506         Log: gcc -Wall lint after #11051.
27507      Branch: perl
27508            ! pp_sys.c
27509 ____________________________________________________________________________
27510 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
27511         Log: Integrate perlio.
27512      Branch: perl
27513           !> lib/File/Find/taint.t
27514 ____________________________________________________________________________
27515 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
27516         Log: Don't use the v-strings for module VERSIONs.
27517      Branch: perl
27518            ! lib/Unicode/UCD.pm
27519 ____________________________________________________________________________
27520 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
27521         Log: Code cleanup based on turning off the -woffs in IRIX.
27522              Not all of the gripes cleaned up (hairy code in hv.c and
27523              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
27524              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
27525              to the IRIX hints)
27526      Branch: perl
27527            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
27528            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
27529            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
27530            ! regcomp.c sv.c
27531 ____________________________________________________________________________
27532 [ 11050] By: nick                                  on 2001/06/30  20:46:46
27533         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
27534      Branch: perlio
27535            ! lib/File/Find/taint.t
27536 ____________________________________________________________________________
27537 [ 11049] By: nick                                  on 2001/06/30  18:13:33
27538         Log: Integrate mainline
27539      Branch: perlio
27540           +> NetWare/nwstdio.h NetWare/perlsdio.h
27541           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
27542           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
27543           +> lib/Unicode/UCD.t t/run/exit.t
27544           !> (integrate 60 files)
27545 ____________________________________________________________________________
27546 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
27547         Log: Delta delta.
27548      Branch: perl
27549            ! pod/perl572delta.pod
27550 ____________________________________________________________________________
27551 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
27552         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
27553              by CPAN.pm, use rather _00.
27554      Branch: perl
27555            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
27556            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
27557            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
27558            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
27559            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
27560            ! lib/ExtUtils/Embed.pm lib/Test.pm
27561 ____________________________________________________________________________
27562 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
27563         Log: Add a simple Unicode character database interface, Unicode::UCD.
27564      Branch: perl
27565            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
27566            ! MANIFEST
27567 ____________________________________________________________________________
27568 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
27569         Log: Subject: [PATCH] op/numconver.t
27570              From: Nicholas Clark <nick@ccl4.org>
27571              Date: Sat, 30 Jun 2001 15:40:10 +0100
27572              Message-ID: <20010630154010.I59620@plum.flirble.org>
27573      Branch: perl
27574            ! t/op/numconvert.t
27575 ____________________________________________________________________________
27576 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
27577         Log: The $^N is now taken (by #11038).
27578      Branch: perl
27579            ! t/base/lex.t
27580 ____________________________________________________________________________
27581 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
27582         Log: The #11040 had slipped to a wrong function...
27583      Branch: perl
27584            ! sv.c
27585 ____________________________________________________________________________
27586 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
27587         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
27588              the Configure library symbol probe mysteriously finds all
27589              symbols but those of pipe() and times().
27590      Branch: perl
27591            ! hints/aix.sh
27592 ____________________________________________________________________________
27593 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
27594         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
27595              From: Nicholas Clark <nick@ccl4.org>
27596              Date: Fri, 29 Jun 2001 23:49:07 +0100
27597              Message-ID: <20010629234907.D59620@plum.flirble.org>
27598      Branch: perl
27599            ! lib/ExtUtils.t
27600 ____________________________________________________________________________
27601 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
27602         Log: Subject: [PATCH] weakref fix 2, not yet there
27603              From: Artur Bergman <artur@contiller.se>
27604              Date: Sat, 30 Jun 2001 01:18:16 +0200
27605              Message-ID: <B762D957.1CC9%artur@contiller.se>
27606      Branch: perl
27607            ! sv.c
27608 ____________________________________________________________________________
27609 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
27610         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
27611              From: Michael G Schwern <schwern@pobox.com>
27612              Date: Fri, 29 Jun 2001 19:39:11 -0400
27613              Message-ID: <20010629193910.D25304@blackrider>
27614      Branch: perl
27615            + t/run/exit.t
27616            ! MANIFEST
27617 ____________________________________________________________________________
27618 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
27619         Log: Add support for $^N, the most-recently closed group.
27620      Branch: perl
27621            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
27622            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
27623            ! thrdvar.h
27624 ____________________________________________________________________________
27625 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
27626         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
27627              From: lvirden@cas.org
27628              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
27629              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
27630              
27631              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
27632              From: lvirden@cas.org
27633              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
27634              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
27635      Branch: perl
27636            ! README.solaris
27637 ____________________________________________________________________________
27638 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
27639         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
27640              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27641              Date: Sat, 30 Jun 2001 07:33:37 +0900
27642              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
27643              
27644              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
27645              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27646              Date: Sat, 30 Jun 2001 21:38:14 +0900
27647              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
27648      Branch: perl
27649            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
27650            + ext/Encode/Encode/7bit-kr.enc
27651            ! MANIFEST ext/Encode/Encode/Tcl.pm
27652 ____________________________________________________________________________
27653 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
27654         Log: NetWare tweaks from Guruprasad.
27655      Branch: perl
27656            + NetWare/nwstdio.h NetWare/perlsdio.h
27657            ! MANIFEST NetWare/Makefile NetWare/config.wc
27658            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
27659            ! NetWare/t/Readme.txt
27660 ____________________________________________________________________________
27661 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
27662         Log: More module $VERSION bump-ups.
27663      Branch: perl
27664            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
27665            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
27666            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
27667 ____________________________________________________________________________
27668 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
27669         Log: Doc update due to #11032.
27670      Branch: perl
27671            ! pod/perl572delta.pod
27672 ____________________________________________________________________________
27673 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
27674         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
27675              From: Peter Prymmer <pvhp@forte.com>
27676              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
27677              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
27678      Branch: perl
27679            ! ext/Time/HiRes/HiRes.xs
27680 ____________________________________________________________________________
27681 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
27682         Log: -lpthreads missing in AIX.
27683      Branch: perl
27684            ! hints/aix.sh
27685 ____________________________________________________________________________
27686 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
27687         Log: Subject: [PATCH] CLONE && weakrefs
27688              From: Artur Bergman <artur@contiller.se>
27689              Date: Fri, 29 Jun 2001 17:02:00 +0200
27690              Message-ID: <B7626508.1CA0%artur@contiller.se>
27691      Branch: perl
27692            ! sv.c
27693 ____________________________________________________________________________
27694 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
27695         Log: Subject: Re: Bug report: split splits on wrong pattern
27696              From: Radu Greab <radu@netsoft.ro>
27697              Date: Wed, 27 Jun 2001 21:50:52 +0300
27698              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
27699      Branch: perl
27700            ! pp_ctl.c t/op/split.t
27701 ____________________________________________________________________________
27702 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
27703         Log: Metaconfig unit change for #11027.
27704      Branch: metaconfig/U/perl
27705            ! d_modfl.U
27706 ____________________________________________________________________________
27707 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
27708         Log: I thought this Configure glitch for AIX was just recently fixed?
27709      Branch: perl
27710            ! Configure
27711 ____________________________________________________________________________
27712 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
27713         Log: Update Changes.
27714      Branch: perl
27715            ! Changes patchlevel.h
27716 ____________________________________________________________________________
27717 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
27718         Log: Subject: Re: perl@10967, File::Find, and Cwd
27719              From: Mike Guy <mjtg@cam.ac.uk>
27720              Date: Fri, 29 Jun 2001 14:56:49 +0100
27721              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
27722      Branch: perl
27723            ! lib/File/Find/taint.t
27724 ____________________________________________________________________________
27725 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
27726         Log: Update the sv_pvprintify() spec.
27727      Branch: perl
27728            ! pod/perltodo.pod
27729 ____________________________________________________________________________
27730 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
27731         Log: Known test failures update.
27732      Branch: perl
27733            ! pod/perl572delta.pod
27734 ____________________________________________________________________________
27735 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
27736         Log: Based on
27737              
27738              Subject: [PATCH @11016] More );) fixes
27739              From: Richard Soderberg <rs@crystalflame.net>
27740              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
27741              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
27742      Branch: perl
27743            ! ext/Thread/Thread.xs ext/Thread/typemap
27744 ____________________________________________________________________________
27745 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
27746         Log: Subject: [PATCH @11016] Fixes compile errors in four files
27747              From: Richard Soderberg <rs@crystalflame.net>
27748              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
27749              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
27750      Branch: perl
27751            ! mg.c pp.c pp_hot.c util.c
27752 ____________________________________________________________________________
27753 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
27754         Log: AIX hints tweaking continues, from Merijn Brand.
27755      Branch: perl
27756            ! hints/aix.sh
27757 ____________________________________________________________________________
27758 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
27759         Log: HP-UX needs gccversion sooner, from Merijn Brand.
27760      Branch: perl
27761            ! hints/hpux.sh
27762 ____________________________________________________________________________
27763 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
27764         Log: Subject: [PATCH 5.6.1] OS/2 docs
27765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27766              Date: Fri, 29 Jun 2001 02:34:12 -0400
27767              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
27768      Branch: perl
27769            ! README.os2 os2/Changes
27770 ____________________________________________________________________________
27771 [ 11017] By: nick                                  on 2001/06/29  10:20:30
27772         Log: Integrate mainline
27773      Branch: perlio
27774           +> (branch 37 files)
27775            - ext/ODBM_File/sdbm.t
27776           !> (integrate 211 files)
27777 ____________________________________________________________________________
27778 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
27779         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
27780              the modules found using a script written by Larry Schatzer Jr.
27781      Branch: perl
27782            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
27783            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
27784            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
27785            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
27786            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
27787            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
27788            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
27789            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
27790            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
27791            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
27792            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
27793            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
27794            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
27795            ! lib/constant.pm lib/fields.pm lib/strict.pm
27796 ____________________________________________________________________________
27797 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
27798         Log: The latest JPL from the anoncvs.
27799      Branch: perl
27800            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27801 ____________________________________________________________________________
27802 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
27803         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
27804      Branch: perl
27805            ! t/op/pat.t
27806 ____________________________________________________________________________
27807 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
27808         Log: Worrying about insecure directories now is a bit too late.
27809      Branch: perl
27810            ! lib/File/Find/taint.t
27811 ____________________________________________________________________________
27812 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
27813         Log: Cannot DIE() in a void function,
27814              from Richard Hatch <rhatch@austin.ibm.com>.
27815      Branch: perl
27816            ! ext/IPC/SysV/SysV.xs
27817 ____________________________________________________________________________
27818 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
27819         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
27820              From: Peter Prymmer <pvhp@forte.com>
27821              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
27822              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
27823              
27824              (unfinished: time/hires tests 3, 5, 14 failing, but better
27825              than wholesale failure)
27826      Branch: perl
27827            ! ext/Time/HiRes/HiRes.xs
27828 ____________________________________________________________________________
27829 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
27830         Log: Subject: [PATCH 5.6.1] OS/2 improvements
27831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27832              Date: Thu, 28 Jun 2001 16:03:14 -0400
27833              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
27834      Branch: perl
27835            + os2/os2_base.t
27836            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
27837            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
27838            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
27839            ! os2/os2ish.h
27840 ____________________________________________________________________________
27841 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
27842         Log: Subject: Incrementing Extutils::Manifest's $VERSION
27843              From: Michael G Schwern <schwern@pobox.com>
27844              Date: Thu, 28 Jun 2001 13:13:49 -0400
27845              Message-ID: <20010628131349.A14738@blackrider>
27846      Branch: maint-5.6/perl
27847            ! lib/ExtUtils/Manifest.pm
27848 ____________________________________________________________________________
27849 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
27850         Log: AIX tweak from Merijn Brand.
27851      Branch: perl
27852            ! hints/aix.sh
27853 ____________________________________________________________________________
27854 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
27855         Log: Create the macperl branch.
27856      Branch: maint-5.6/macperl
27857           +> (branch 1728 files)
27858 ____________________________________________________________________________
27859 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
27860         Log: Update Changes.
27861      Branch: perl
27862            ! Changes patchlevel.h
27863 ____________________________________________________________________________
27864 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
27865         Log: More Perforce lore.
27866      Branch: perl
27867            ! Porting/repository.pod
27868 ____________________________________________________________________________
27869 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
27870         Log: Metaconfig unit changes for #11003.
27871      Branch: metaconfig/U/perl
27872            + d_nl_langinfo.U i_langinfo.U
27873 ____________________________________________________________________________
27874 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
27875         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
27876              Expected not to exist in non-UNIX excepting in VMS, where
27877              according to a quick web survey they just might.
27878      Branch: perl
27879            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
27880            ! Porting/config_H config_h.SH configure.com epoc/config.sh
27881            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
27882            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27883            ! win32/config.bc win32/config.gc win32/config.vc
27884 ____________________________________________________________________________
27885 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
27886         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
27887              in AIX is one is doing a 64-bit build.
27888      Branch: perl
27889            ! hints/aix.sh
27890 ____________________________________________________________________________
27891 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
27892         Log: Metaconfig unit changes for #11000.
27893      Branch: metaconfig/U/perl
27894            ! use64bits.U uselfs.U
27895 ____________________________________________________________________________
27896 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
27897         Log: Move use64bitint and use64bitall before uselargefiles.
27898      Branch: perl
27899            ! Configure
27900 ____________________________________________________________________________
27901 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
27902         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
27903              From: Robert Spier <rspier@pobox.com>
27904              Message-ID: <15162.41164.618712.841415@rls.cx>
27905              Date: Wed, 27 Jun 2001 23:13:16 -0400
27906      Branch: perl
27907            ! doio.c
27908 ____________________________________________________________________________
27909 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
27910         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
27911              From: Peter Prymmer <pvhp@forte.com>
27912              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
27913              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
27914      Branch: perl
27915            ! numeric.c
27916 ____________________________________________________________________________
27917 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
27918         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
27919              From: Peter Prymmer <pvhp@forte.com>
27920              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
27921              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
27922      Branch: perl
27923            ! configure.com ext/Digest/MD5/Makefile.PL
27924 ____________________________________________________________________________
27925 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
27926         Log: Update Changes.
27927      Branch: perl
27928            ! Changes patchlevel.h
27929 ____________________________________________________________________________
27930 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
27931         Log: Tiny EPOC updates.
27932      Branch: perl
27933            ! epoc/config.sh
27934 ____________________________________________________________________________
27935 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
27936         Log: The Test::More and Test::Simple tests required help
27937              thanks to our schizophrenic test scheme.
27938      Branch: perl
27939            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
27940            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
27941            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27942            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
27943            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
27944 ____________________________________________________________________________
27945 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
27946         Log: Upgrade to Test::Simple 0.09.
27947      Branch: perl
27948            + lib/Test/Simple/Changes
27949            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
27950            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
27951            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
27952            ! lib/Test/Simple/t/plan_is_noplan.t
27953 ____________________________________________________________________________
27954 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
27955         Log: Upgrade to Test::More 0.07.
27956      Branch: perl
27957            + lib/Test/More/Changes
27958            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
27959            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
27960            ! lib/Test/More/t/skipall.t
27961 ____________________________________________________________________________
27962 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
27963         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
27964              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27965              Date: Wed, 27 Jun 2001 18:40:04 +0200
27966              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
27967      Branch: perl
27968            ! hints/hpux.sh
27969 ____________________________________________________________________________
27970 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
27971         Log: Subject: [PATCH README.qnx hints/qnx.sh]
27972              From: Norton Allen <allen@huarp.harvard.edu>
27973              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
27974              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
27975      Branch: perl
27976            ! README.qnx hints/qnx.sh
27977 ____________________________________________________________________________
27978 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
27979         Log: Subject: [PATCH] two little documentation nits
27980              From: Abhijit Menon-Sen <ams@wiw.org>
27981              Date: Wed, 27 Jun 2001 20:07:50 +0530
27982              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
27983      Branch: perl
27984            ! sv.c sv.h
27985 ____________________________________________________________________________
27986 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
27987         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
27988              From: Norton Allen <allen@huarp.harvard.edu>
27989              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
27990              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
27991      Branch: perl
27992            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
27993 ____________________________________________________________________________
27994 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
27995         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
27996              From: Michael G Schwern <schwern@pobox.com>
27997              Date: Wed, 27 Jun 2001 02:34:58 -0400
27998              Message-ID: <20010627023458.K23874@blackrider>
27999      Branch: perl
28000            ! vms/test.com
28001 ____________________________________________________________________________
28002 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
28003         Log: Add perl_clone_host() for Netware.
28004      Branch: perl
28005            ! NetWare/nw5.c
28006 ____________________________________________________________________________
28007 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
28008         Log: GCC 3.0 hints for HP-UX.
28009      Branch: perl
28010            ! hints/hpux.sh
28011 ____________________________________________________________________________
28012 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
28013         Log: In some Linux distributions the libndbm is broken
28014              (no null key support), therefore link with libgdbm
28015              (if available), since it has a working ndbm emulation,
28016              from Jonathan Stowe.
28017      Branch: perl
28018            + ext/NDBM_File/hints/linux.pl
28019            ! MANIFEST
28020 ____________________________________________________________________________
28021 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
28022         Log: Subject: [PATCH perl@10930] find.t hack for VMS
28023              From: "Craig A. Berry" <craigberry@mac.com>
28024              Date: Tue, 26 Jun 2001 23:40:25 -0500
28025              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
28026      Branch: perl
28027            ! lib/File/Find/find.t
28028 ____________________________________________________________________________
28029 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
28030         Log: AUTHORS updates.
28031      Branch: perl
28032            ! AUTHORS
28033 ____________________________________________________________________________
28034 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
28035         Log: Metaconfig unit change like #10980.
28036      Branch: metaconfig
28037            ! U/compline/d_stdstdio.U
28038 ____________________________________________________________________________
28039 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
28040         Log: "lose the it's", from Abhijit Menon-Sen.
28041              ("It's" not searched, pods not searched.)
28042      Branch: perl
28043            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
28044            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
28045            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
28046            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
28047            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28048            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
28049 ____________________________________________________________________________
28050 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
28051         Log: "lose the looses", from Abhijit Menon-Sen.
28052      Branch: perl
28053            ! ext/B/B/Assembler.pm gv.c
28054 ____________________________________________________________________________
28055 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
28056         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
28057      Branch: perl
28058            ! hints/os390.sh
28059 ____________________________________________________________________________
28060 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
28061         Log: DEC C 5.3 on the VAX simply doesn't seem to like
28062              compiling the MD5 extension, disable it there for now,
28063              from Peter Prymmer.
28064      Branch: perl
28065            ! configure.com
28066 ____________________________________________________________________________
28067 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
28068         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
28069              From: Jonathan Stowe <gellyfish@gellyfish.com>
28070              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
28071              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
28072      Branch: perl
28073            ! pod/perlfaq3.pod
28074 ____________________________________________________________________________
28075 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
28076         Log: Subject: [PATCH 5.6.1] perlxs misprints
28077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28078              Date: Tue, 26 Jun 2001 17:20:00 -0400
28079              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
28080      Branch: perl
28081            ! pod/perlxs.pod
28082 ____________________________________________________________________________
28083 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
28084         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
28085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28086              Date: Tue, 26 Jun 2001 17:27:07 -0400
28087              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
28088      Branch: perl
28089            ! lib/ExtUtils/MM_Unix.pm
28090 ____________________________________________________________________________
28091 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
28092         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
28093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28094              Date: Tue, 26 Jun 2001 17:23:24 -0400
28095              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
28096      Branch: perl
28097            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
28098 ____________________________________________________________________________
28099 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
28100         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
28101              by Olaf Flebbe.
28102      Branch: perl
28103            ! perl.h
28104 ____________________________________________________________________________
28105 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
28106         Log: Detypo.
28107      Branch: perl
28108            ! lib/Memoize/t/tie_sdbm.t
28109 ____________________________________________________________________________
28110 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
28111         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
28112      Branch: perl
28113            ! win32/perllib.c
28114 ____________________________________________________________________________
28115 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
28116         Log: Subject: [patch] perl_clone+CvFILE
28117              From: Doug MacEachern <dougm@covalent.net>
28118              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
28119              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
28120      Branch: perl
28121            ! sv.c
28122 ____________________________________________________________________________
28123 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
28124         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
28125              From: Mark-Jason Dominus <mjd@plover.com>
28126              Date: Tue, 26 Jun 2001 12:33:01 -0400
28127              Message-ID: <20010626163301.31298.qmail@plover.com>
28128      Branch: perl
28129            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28130 ____________________________________________________________________________
28131 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
28132         Log: Update Changes.
28133      Branch: perl
28134            ! Changes patchlevel.h
28135 ____________________________________________________________________________
28136 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
28137         Log: Also catfile() needs now to explicitly exported.
28138      Branch: perl
28139            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28140 ____________________________________________________________________________
28141 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
28142         Log: Regen toc.
28143      Branch: perl
28144            ! pod/perltoc.pod
28145 ____________________________________________________________________________
28146 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
28147         Log: Nonexistent pod command.
28148      Branch: perl
28149            ! pod/perl572delta.pod
28150 ____________________________________________________________________________
28151 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
28152         Log: Be more portable in the quest for tmpdir.
28153      Branch: perl
28154            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
28155 ____________________________________________________________________________
28156 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
28157         Log: Be more portable in finding out the home directory,
28158              and use File::Spec to do the concat.
28159              (Come to think of it, couldn't File::Spec provide
28160              for a ->homedir method?)
28161      Branch: perl
28162            ! lib/Net/Config.pm
28163 ____________________________________________________________________________
28164 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
28165         Log: Doc patch for #10959.
28166      Branch: perl
28167            ! pod/perlfunc.pod
28168 ____________________________________________________________________________
28169 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
28170         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
28171              From: "Philip Newton" <pnewton@gmx.de>
28172              Date: Tue, 26 Jun 2001 16:26:47 +0200
28173              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
28174      Branch: perl
28175            ! pod/perldata.pod
28176 ____________________________________________________________________________
28177 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
28178         Log: Subject: [PATH] shared -> unique;
28179              From: "Artur Bergman" <artur@contiller.se>
28180              Date: Tue, 26 Jun 2001 16:18:40 +0200
28181              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
28182              
28183              Because "shared" isn't: it's read-only.
28184      Branch: perl
28185            ! toke.c xsutils.c
28186 ____________________________________________________________________________
28187 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
28188         Log: Escape multiline croak messages.
28189      Branch: perl
28190            ! t/op/ver.t
28191 ____________________________________________________________________________
28192 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
28193         Log: No more pragma/*.t for minitest.
28194      Branch: perl
28195            ! Makefile.SH
28196 ____________________________________________________________________________
28197 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
28198         Log: AUTHORS updates.
28199      Branch: perl
28200            ! AUTHORS
28201 ____________________________________________________________________________
28202 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
28203         Log: delta updates.
28204      Branch: perl
28205            ! pod/perl572delta.pod
28206 ____________________________________________________________________________
28207 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
28208         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
28209              From: Artur Bergman <artur@contiller.se> 
28210              Date: Tue, 26 Jun 2001 15:32:53 +0200
28211              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
28212      Branch: perl
28213            ! makedef.pl sv.c sv.h win32/perllib.c
28214 ____________________________________________________________________________
28215 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
28216         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
28217              From: Jonathan Stowe <gellyfish@gellyfish.com>
28218              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
28219              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
28220              
28221              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
28222      Branch: perl
28223            + ext/Time/HiRes/hints/sco.pl
28224            ! MANIFEST
28225 ____________________________________________________________________________
28226 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
28227         Log: Subject: [PATCH 5.6.1] static build
28228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28229              Date: Tue, 26 Jun 2001 04:22:25 -0400
28230              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
28231      Branch: perl
28232            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
28233            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
28234 ____________________________________________________________________________
28235 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
28236         Log: DJGPP patches from Laszlo Molnar.
28237      Branch: perl
28238            ! djgpp/djgpp.c perl.c util.c
28239 ____________________________________________________________________________
28240 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
28241         Log: Netware patches from Ananth Kesari.
28242      Branch: perl
28243            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
28244            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
28245            ! NetWare/nwtinfo.h
28246 ____________________________________________________________________________
28247 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
28248         Log: Detypo.
28249      Branch: perl
28250            ! ext/Errno/Errno_pm.PL
28251 ____________________________________________________________________________
28252 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
28253         Log: There seems to be two ways of spelling the $^O in *STEP.
28254      Branch: perl
28255            ! ext/Errno/Errno_pm.PL
28256 ____________________________________________________________________________
28257 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
28258         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
28259              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
28260      Branch: perl
28261            ! ext/Errno/Errno_pm.PL
28262 ____________________________________________________________________________
28263 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
28264         Log: Known bugs update.
28265      Branch: perl
28266            ! pod/perl572delta.pod
28267 ____________________________________________________________________________
28268 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
28269         Log: The default installation of Cygwin has 500 as root's uid.
28270      Branch: perl
28271            ! lib/User/pwent.t
28272 ____________________________________________________________________________
28273 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
28274         Log: Be even more relaxed (re-allow having only one entry).
28275      Branch: perl
28276            ! t/op/grent.t t/op/pwent.t
28277 ____________________________________________________________________________
28278 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
28279         Log: Test failure updates.
28280      Branch: perl
28281            ! pod/perl572delta.pod
28282 ____________________________________________________________________________
28283 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
28284         Log: MPE/iX test tweaks from Mark Bixby.
28285      Branch: perl
28286            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
28287            ! t/io/fs.t t/op/stat.t
28288 ____________________________________________________________________________
28289 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
28290         Log: Microperl findings.
28291      Branch: perl
28292            ! perl.h pp_sys.c
28293 ____________________________________________________________________________
28294 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
28295         Log: Touch uconfig.h.
28296      Branch: perl
28297            ! uconfig.h
28298 ____________________________________________________________________________
28299 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
28300         Log: Subject: [PATCH] Proposed fix for Pod::Man
28301              From: Rob Napier <rnapier@employees.org>
28302              Date: Mon, 25 Jun 2001 15:49:24 -0400
28303              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
28304              
28305              Cater for Solaris nroff brokenness (shortchanges daisywheel
28306              printers, but hey, we also no more support PDPs.)
28307      Branch: perl
28308            ! lib/Pod/Man.pm
28309 ____________________________________________________________________________
28310 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
28311         Log: Typo in #10937.
28312      Branch: perl
28313            ! ext/POSIX/sigaction.t
28314 ____________________________________________________________________________
28315 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
28316         Log: SIGCONT not trappable in VMS.
28317      Branch: perl
28318            ! ext/POSIX/sigaction.t
28319 ____________________________________________________________________________
28320 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
28321         Log: Subject: [DRAFT] Encode-Tcl.t
28322              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28323              Date: Tue, 26 Jun 2001 03:38:08 +0900
28324              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
28325      Branch: perl
28326            + ext/Encode/Encode/Tcl.t
28327            ! MANIFEST ext/Encode/Encode/Tcl.pm
28328 ____________________________________________________________________________
28329 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
28330         Log: Because of #10932 retract also the perlfunc hunk of #10910.
28331      Branch: perl
28332            ! pod/perlfunc.pod
28333 ____________________________________________________________________________
28334 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
28335         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
28336              by Ilya Zakharevich in
28337              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
28338      Branch: perl
28339            ! XSUB.h
28340 ____________________________________________________________________________
28341 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
28342         Log: Typo in #10889.
28343      Branch: perl
28344            ! hints/uts.sh
28345 ____________________________________________________________________________
28346 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
28347         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
28348              From: Abhijit Menon-Sen <ams@wiw.org>
28349              Date: Mon, 25 Jun 2001 23:45:45 +0530
28350              Message-ID: <20010625234545.A5022@lustre.linux.in>
28351      Branch: perl
28352            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
28353 ____________________________________________________________________________
28354 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
28355         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
28356              From: Michael G Schwern <schwern@pobox.com>
28357              Date: Mon, 25 Jun 2001 14:35:51 -0400
28358              Message-ID: <20010625143551.H13819@blackrider>
28359      Branch: perl
28360            ! lib/Test.pm
28361 ____________________________________________________________________________
28362 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
28363         Log: Update Changes.
28364      Branch: perl
28365            ! Changes patchlevel.h
28366 ____________________________________________________________________________
28367 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
28368         Log: Regen toc and modlib.
28369      Branch: perl
28370            ! pod/perlmodlib.pod pod/perltoc.pod
28371 ____________________________________________________________________________
28372 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
28373         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
28374              for the benefit of C++ compilers, as suggested by Guruprasad.
28375      Branch: perl
28376            ! embed.pl proto.h
28377 ____________________________________________________________________________
28378 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
28379         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
28380              From: Jonathan Stowe <gellyfish@gellyfish.com>
28381              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
28382              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
28383      Branch: perl
28384            ! pod/perlfaq5.pod
28385 ____________________________________________________________________________
28386 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
28387         Log: Missed from #10925.
28388      Branch: perl
28389            ! gv.c
28390 ____________________________________________________________________________
28391 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
28392         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
28393              From: Robin Houston <robin@kitsite.com>
28394              Date: Sat, 19 May 2001 16:19:34 +0100
28395              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
28396      Branch: perl
28397            ! cv.h gv.h op.c
28398 ____________________________________________________________________________
28399 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
28400         Log: Netware README tweak.
28401      Branch: perl
28402            ! README.netware
28403 ____________________________________________________________________________
28404 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
28405         Log: Subject: [PATCH] Re: overload.t fails
28406              From: Abhijit Menon-Sen <ams@wiw.org>
28407              Date: Mon, 25 Jun 2001 14:52:20 +0530
28408              Message-ID: <20010625145220.A24114@lustre.linux.in>
28409      Branch: perl
28410            ! lib/overload.t
28411 ____________________________________________________________________________
28412 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
28413         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
28414              From: Mike Guy <mjtg@cam.ac.uk>
28415              Date: Mon, 25 Jun 2001 11:43:23 +0100
28416              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
28417      Branch: perl
28418            ! lib/Carp.pm
28419 ____________________________________________________________________________
28420 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
28421         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
28422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28423              Date: Sun, 24 Jun 2001 05:17:05 -0400
28424              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
28425      Branch: perl
28426            ! os2/os2ish.h
28427 ____________________________________________________________________________
28428 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
28429         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
28430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28431              Date: Mon, 25 Jun 2001 05:52:27 -0400
28432              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
28433      Branch: perl
28434            ! hints/os2.sh
28435 ____________________________________________________________________________
28436 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
28437         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
28438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28439              Date: Mon, 25 Jun 2001 05:23:35 -0400
28440              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
28441      Branch: perl
28442            ! os2/os2.c
28443 ____________________________________________________________________________
28444 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
28445         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
28446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28447              Date: Mon, 25 Jun 2001 05:04:32 -0400
28448              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
28449      Branch: perl
28450            ! os2/OS2/REXX/DLL/DLL.pm
28451 ____________________________________________________________________________
28452 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
28453         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
28454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28455              Date: Mon, 25 Jun 2001 05:02:36 -0400
28456              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
28457      Branch: perl
28458            ! mg.c os2/dl_os2.c os2/os2.c
28459 ____________________________________________________________________________
28460 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
28461         Log: Subject: Re: [PATCH 5.6.1] misprints
28462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28463              Date: Mon, 25 Jun 2001 04:50:50 -0400
28464              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
28465      Branch: perl
28466            ! os2/os2.c pp_sys.c
28467 ____________________________________________________________________________
28468 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
28469         Log: Add Test::More and Test::Simple to the delta.
28470      Branch: perl
28471            ! pod/perl572delta.pod
28472 ____________________________________________________________________________
28473 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
28474         Log: Add Test::More, from Michael G Schwern.
28475      Branch: perl
28476            + lib/Test/More.pm lib/Test/More/t/More.t
28477            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
28478            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
28479            + t/lib/Test/More/Catch.pm
28480            ! MANIFEST
28481 ____________________________________________________________________________
28482 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
28483         Log: Add Test::Simple from Michael G Schwern.
28484      Branch: perl
28485            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
28486            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
28487            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
28488            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
28489            + t/lib/Test/Simple/Catch.pm
28490            + t/lib/Test/Simple/sample_tests/death.plx
28491            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
28492            + t/lib/Test/Simple/sample_tests/extras.plx
28493            + t/lib/Test/Simple/sample_tests/five_fail.plx
28494            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
28495            + t/lib/Test/Simple/sample_tests/one_fail.plx
28496            + t/lib/Test/Simple/sample_tests/require.plx
28497            + t/lib/Test/Simple/sample_tests/success.plx
28498            + t/lib/Test/Simple/sample_tests/too_few.plx
28499            + t/lib/Test/Simple/sample_tests/two_fail.plx
28500            ! MANIFEST
28501 ____________________________________________________________________________
28502 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
28503         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
28504              From: "Craig A. Berry" <craigberry@mac.com>
28505              Date: Sun, 24 Jun 2001 23:41:36 -0500
28506              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
28507      Branch: perl
28508            ! pp_sys.c
28509 ____________________________________________________________________________
28510 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
28511         Log: Upgrade to Attribute::Handlers 0.70.
28512      Branch: perl
28513            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
28514            ! MANIFEST lib/Attribute/Handlers.pm
28515 ____________________________________________________________________________
28516 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
28517         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
28518              From: Abhijit Menon-Sen <ams@wiw.org>
28519              Date: Sat, 23 Jun 2001 05:17:44 +0530
28520              Message-ID: <20010623051744.A18583@lustre.linux.in>
28521              
28522              (Can't think of a good place to put tests.)
28523      Branch: perl
28524            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
28525 ____________________________________________________________________________
28526 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
28527         Log: Subject: [PATCH] t/op/pat.t typo fix
28528              From: Richard Soderberg <rs@crystalflame.net>
28529              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
28530              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
28531      Branch: perl
28532            ! t/op/pat.t
28533 ____________________________________________________________________________
28534 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
28535         Log: Move the pack warnings to their own file, as pointed
28536              out by Spider.
28537      Branch: perl
28538            + t/lib/warnings/pp_pack
28539            ! MANIFEST t/lib/warnings/pp
28540 ____________________________________________________________________________
28541 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
28542         Log: Update Changes.
28543      Branch: perl
28544            ! Changes patchlevel.h
28545 ____________________________________________________________________________
28546 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
28547         Log: Partially fix a problem noticed by IRIX compiler:
28548              the initialization of parse_start was bypassed by
28549              several gotos.  Now initialized to zero, which may
28550              not be the best choice.
28551      Branch: perl
28552            ! regcomp.c
28553 ____________________________________________________________________________
28554 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
28555         Log: Relax the group and password tests back to moaning only
28556              if no matches at all are found.  (Even with a small sample
28557              I could find many sites where there are, umm, anomalies in
28558              the said databases.)       
28559      Branch: perl
28560            ! t/op/grent.t t/op/pwent.t
28561 ____________________________________________________________________________
28562 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
28563         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
28564      Branch: perl
28565            ! pp_ctl.c
28566 ____________________________________________________________________________
28567 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
28568         Log: De-cut-and-pasto in #10902.
28569      Branch: perl
28570            ! pp_ctl.c
28571 ____________________________________________________________________________
28572 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
28573         Log: The #10771 didn't take?
28574      Branch: perl
28575            ! pp_ctl.c
28576 ____________________________________________________________________________
28577 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
28578         Log: Undo the filetests part of #10900, under multiplicity
28579              weird errors take place.
28580      Branch: perl
28581            ! pp_sys.c
28582 ____________________________________________________________________________
28583 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
28584         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
28585      Branch: perl
28586            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
28587 ____________________________________________________________________________
28588 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
28589         Log: (Replaced by #10922)
28590              
28591              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
28592              From: Tony Bowden <tony@kasei.com>
28593              Date: Sun, 24 Jun 2001 17:32:40 +0100
28594              Message-ID: <20010624173240.A16293@blackstar.co.uk>
28595              
28596              Document (well, mention) shortmess() and longmess()
28597              to rob people of their fun of reinventing the wheel.
28598      Branch: perl
28599            ! lib/Carp.pm
28600 ____________________________________________________________________________
28601 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
28602         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
28603              From: Brian Jepson <bjepson@oreilly.com>
28604              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
28605              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
28606      Branch: perl
28607            ! pp_sys.c
28608 ____________________________________________________________________________
28609 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
28610         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
28611              From: Robin Barker <rmb1@cise.npl.co.uk> 
28612              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
28613              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
28614      Branch: perl
28615            ! lib/CPAN.pm
28616 ____________________________________________________________________________
28617 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
28618         Log: Memoize patch from mjd.
28619      Branch: perl
28620            ! lib/Memoize/t/tie_storable.t
28621 ____________________________________________________________________________
28622 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
28623         Log: Spec the sv_pvprintify() a bit more.
28624      Branch: perl
28625            ! pod/perltodo.pod
28626 ____________________________________________________________________________
28627 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
28628         Log: Upgrade to Memoize 0.65.
28629      Branch: perl
28630            + lib/Memoize/t/array_confusion.t
28631            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
28632            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
28633            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
28634            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
28635            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
28636            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
28637            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
28638            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
28639            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
28640            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
28641            ! lib/Memoize/t/tie_storable.t
28642 ____________________________________________________________________________
28643 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
28644         Log: Metaconfig unit change for #10892.
28645      Branch: metaconfig
28646            ! U/modified/Options.U
28647 ____________________________________________________________________________
28648 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
28649         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
28650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28651              Date: Sun, 24 Jun 2001 05:24:40 -0400
28652              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
28653      Branch: perl
28654            ! Configure hints/os2.sh
28655 ____________________________________________________________________________
28656 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
28657         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
28658              From: Mike Guy <mjtg@cam.ac.uk>
28659              Date: Sun, 24 Jun 2001 15:28:39 +0100
28660              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
28661              
28662              Fix an ancient (5.002) bug.
28663      Branch: perl
28664            ! lib/Carp/Heavy.pm
28665 ____________________________________________________________________________
28666 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
28667         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
28668              variables.
28669      Branch: perl
28670            ! pp_sys.c
28671 ____________________________________________________________________________
28672 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
28673         Log: Make UTS as per #10888.
28674      Branch: perl
28675            ! hints/uts.sh
28676 ____________________________________________________________________________
28677 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
28678         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
28679      Branch: perl
28680            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
28681            ! mpeix/mpeixish.h perl.h unixish.h
28682 ____________________________________________________________________________
28683 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
28684         Log: AUTHORS update.
28685      Branch: perl
28686            ! AUTHORS
28687 ____________________________________________________________________________
28688 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
28689         Log: Subject: Encode::Tcl for multibyte doesnot work
28690              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28691              Date: Sun, 24 Jun 2001 22:48:21 +0900
28692              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
28693      Branch: perl
28694            ! ext/Encode/Encode/Tcl.pm
28695 ____________________________________________________________________________
28696 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
28697         Log: Subject: [PATCH] Remove tautology in error messages
28698              From: Mike Guy <mjtg@cam.ac.uk>
28699              Date: Sun, 24 Jun 2001 13:31:00 +0100
28700              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
28701      Branch: perl
28702            ! pp_sys.c
28703 ____________________________________________________________________________
28704 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
28705         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
28706      Branch: perl
28707            ! hints/darwin.sh
28708 ____________________________________________________________________________
28709 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
28710         Log: Subject: Re: [PATCH 5.6.1] test suite
28711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28712              Date: Sun, 24 Jun 2001 05:47:05 -0400
28713              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
28714              
28715              Test suite fixes.
28716      Branch: perl
28717            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
28718 ____________________________________________________________________________
28719 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
28720         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
28721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28722              Date: Sun, 24 Jun 2001 05:37:19 -0400
28723              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
28724      Branch: perl
28725            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
28726 ____________________________________________________________________________
28727 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
28728         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
28729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28730              Date: Sun, 24 Jun 2001 05:34:50 -0400
28731              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
28732              
28733              Pacify compiler warnings.
28734      Branch: perl
28735            ! pp_sys.c
28736 ____________________________________________________________________________
28737 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
28738         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
28739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28740              Date: Sun, 24 Jun 2001 05:21:18 -0400
28741              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
28742              
28743              Enable compression of executables during link time.
28744      Branch: perl
28745            ! hints/os2.sh
28746 ____________________________________________________________________________
28747 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
28748         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
28749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28750              Date: Sun, 24 Jun 2001 05:15:11 -0400
28751              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
28752              
28753              Add ordinals to the export list for Perl DLL.
28754              (Breaks intra-version DLL compatibility.)
28755      Branch: perl
28756            ! makedef.pl
28757 ____________________________________________________________________________
28758 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
28759         Log: Allow (displaying and) re-editing the Subject in perlbug.
28760              Also abstract the Subject quality control into a function.
28761      Branch: perl
28762            ! utils/perlbug.PL
28763 ____________________________________________________________________________
28764 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
28765         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
28766      Branch: perl
28767            ! utils/perlbug.PL
28768 ____________________________________________________________________________
28769 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
28770         Log: Regen toc and modlib.
28771      Branch: perl
28772            ! pod/perlmodlib.pod pod/perltoc.pod
28773 ____________________________________________________________________________
28774 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
28775         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
28776              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
28777              attribute semantics as much as possible, or 'ntsec' which uses
28778              native NTFS semantics.)  (See also #10877.)
28779      Branch: perl
28780            ! perl.c
28781 ____________________________________________________________________________
28782 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
28783         Log: (Retracted by #11586)
28784              
28785              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
28786      Branch: perl
28787            ! lib/Test/Harness.pm
28788 ____________________________________________________________________________
28789 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
28790         Log: Just zap the -uPerlio.
28791      Branch: perl
28792            ! ext/B/Stash.t
28793 ____________________________________________________________________________
28794 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
28795         Log: Do not test PerlIO if PerlIO not used.
28796      Branch: perl
28797            ! ext/PerlIO/PerlIO.t
28798 ____________________________________________________________________________
28799 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
28800         Log: Regen perlapi.
28801      Branch: perl
28802            ! pod/perlapi.pod
28803 ____________________________________________________________________________
28804 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
28805         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
28806              From: Nicholas Clark <nick@ccl4.org>
28807              Date: Sat, 23 Jun 2001 22:55:47 +0100
28808              Message-ID: <20010623225547.Z98663@plum.flirble.org>
28809      Branch: perl
28810            ! numeric.c
28811 ____________________________________________________________________________
28812 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
28813         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
28814              From: Prymmer/Kahn <pvhp@best.com>
28815              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
28816              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
28817      Branch: perl
28818            ! lib/h2xs.t
28819 ____________________________________________________________________________
28820 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
28821         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
28822              cygwin does not taint cwd, just like win32.
28823      Branch: perl
28824            ! lib/File/Find/taint.t t/op/taint.t
28825 ____________________________________________________________________________
28826 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
28827         Log: Retract #10865, the patch should be unnecessary.
28828              (But seemingly helpful in Cygwin?  Strange.)
28829      Branch: perl
28830            ! lib/Memoize/t/tie_ndbm.t
28831 ____________________________________________________________________________
28832 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
28833         Log: Misplaced test file; plus Cygwin filesystem semantics.
28834      Branch: perl
28835            + ext/SDBM_File/sdbm.t
28836            - ext/ODBM_File/sdbm.t
28837            ! MANIFEST
28838 ____________________________________________________________________________
28839 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
28840         Log: (Retracted by #10867.)
28841      Branch: perl
28842            ! lib/Memoize/t/tie_ndbm.t
28843 ____________________________________________________________________________
28844 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
28845         Log: Metaconfig unit change for #10863.
28846      Branch: metaconfig/U/perl
28847            ! Extensions.U
28848 ____________________________________________________________________________
28849 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
28850         Log: In Cygwin do not build NDBM_File and ODBM_File unless
28851              -lndbm and -ldbm are available.
28852      Branch: perl
28853            ! Configure config_h.SH
28854 ____________________________________________________________________________
28855 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
28856         Log: More Cygwin filesystem semantics.
28857      Branch: perl
28858            ! t/io/fs.t t/op/stat.t
28859 ____________________________________________________________________________
28860 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
28861         Log: More DOSish permission semantics for Cygwin.
28862      Branch: perl
28863            ! lib/AnyDBM_File.t
28864 ____________________________________________________________________________
28865 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
28866         Log: Cygwin too has different permission semantics.
28867      Branch: perl
28868            ! ext/GDBM_File/gdbm.t
28869 ____________________________________________________________________________
28870 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
28871         Log: The group (and assumedly passwd) databases can have
28872              only one entry (this is the case in cygwin).
28873      Branch: perl
28874            ! t/op/grent.t t/op/pwent.t
28875 ____________________________________________________________________________
28876 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
28877         Log: Also in Cygwin use Socket to figure out domainname
28878              (if any) (avoids trying to call external 'domainname',
28879              which doesn't at the moment exist in Cygwin)
28880      Branch: perl
28881            ! lib/Net/Domain.pm
28882 ____________________________________________________________________________
28883 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
28884         Log: Remove also the lib$Foo.def, not just $Foo.def.
28885      Branch: perl
28886            ! lib/ExtUtils/MM_Unix.pm
28887 ____________________________________________________________________________
28888 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
28889         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
28890      Branch: perl
28891            ! unixish.h
28892 ____________________________________________________________________________
28893 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
28894         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
28895              to match the whole isprint(), only the space character.
28896      Branch: perl
28897            ! handy.h pod/perlre.pod t/op/pat.t
28898 ____________________________________________________________________________
28899 [ 10854] By: nick                                  on 2001/06/23  08:09:33
28900         Log: Integrate mainline
28901      Branch: perlio
28902           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
28903           !> lib/ExtUtils.t lib/File/Find/taint.t
28904           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
28905           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
28906           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
28907 ____________________________________________________________________________
28908 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
28909         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
28910              with its floats    in os390 and s390 (UTS).
28911      Branch: perl
28912            ! lib/Math/BigInt/t/bigintpm.t
28913 ____________________________________________________________________________
28914 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
28915         Log: Add also UTS (s390) to the non-IEEE float platforms.
28916      Branch: perl
28917            ! t/op/sprintf.t
28918 ____________________________________________________________________________
28919 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
28920         Log: Subject: RFC: what are applicable standards for exponent sizes?
28921              From: Peter Prymmer <pvhp@forte.com>
28922              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
28923              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
28924      Branch: perl
28925            ! t/op/sprintf.t
28926 ____________________________________________________________________________
28927 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
28928         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
28929              From: Peter Prymmer <pvhp@forte.com>
28930              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
28931              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
28932      Branch: perl
28933            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
28934 ____________________________________________________________________________
28935 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
28936         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
28937              From: Peter Prymmer <pvhp@forte.com>
28938              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
28939              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
28940      Branch: perl
28941            ! lib/ExtUtils.t
28942 ____________________________________________________________________________
28943 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
28944         Log: Retract #10845.
28945      Branch: perl
28946            ! lib/File/Find/taint.t
28947 ____________________________________________________________________________
28948 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
28949         Log: Yet another error message.
28950      Branch: perl
28951            ! t/op/mkdir.t
28952 ____________________________________________________________________________
28953 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
28954         Log: The croak message for nonexistent socket functions may vary.
28955      Branch: perl
28956            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
28957 ____________________________________________________________________________
28958 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
28959         Log: (Retracted by #10848.)
28960      Branch: perl
28961            ! lib/File/Find/taint.t
28962 ____________________________________________________________________________
28963 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
28964         Log: Integrate perlio.
28965      Branch: perl
28966           !> lib/File/Find/taint.t t/op/write.t
28967 ____________________________________________________________________________
28968 [ 10843] By: nick                                  on 2001/06/22  21:24:51
28969         Log: Back out debug in taint.t
28970      Branch: perlio
28971            ! lib/File/Find/taint.t
28972 ____________________________________________________________________________
28973 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
28974         Log: setitimer() does not exist in Unicos, despite of what
28975              Configure thinks, from Mark P. Lutz.
28976      Branch: perl
28977            ! hints/unicos.sh
28978 ____________________________________________________________________________
28979 [ 10841] By: nick                                  on 2001/06/22  21:19:36
28980         Log: Skip cwd test on Win32 ???
28981      Branch: perlio
28982            ! lib/File/Find/taint.t
28983 ____________________________________________________________________________
28984 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
28985         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
28986              and Tru64 gcc -Wall happy.
28987      Branch: perl
28988            ! mg.c
28989 ____________________________________________________________________________
28990 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
28991         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
28992      Branch: perl
28993            ! ext/IPC/SysV/Semaphore.pm
28994 ____________________________________________________________________________
28995 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
28996         Log: Metaconfig unit change for #10837.
28997      Branch: metaconfig/U/perl
28998            ! Cross.U
28999 ____________________________________________________________________________
29000 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
29001         Log: Cleanup of the cross-compilation unit.
29002      Branch: perl
29003            ! Configure
29004 ____________________________________________________________________________
29005 [ 10836] By: nick                                  on 2001/06/22  20:45:12
29006         Log: Skip |- based op/write.t on Win32 as well as VMS
29007      Branch: perlio
29008            ! t/op/write.t
29009 ____________________________________________________________________________
29010 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
29011         Log: Integrate perlio.
29012      Branch: perl
29013           !> util.c
29014 ____________________________________________________________________________
29015 [ 10834] By: nick                                  on 2001/06/22  20:41:54
29016         Log: Integrate mainline
29017      Branch: perlio
29018           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29019           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
29020           !> vos/config.ga.h
29021 ____________________________________________________________________________
29022 [ 10833] By: nick                                  on 2001/06/22  20:22:58
29023         Log: Patcho fix.
29024      Branch: perlio
29025            ! util.c
29026 ____________________________________________________________________________
29027 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
29028         Log: Metaconfig unit changes for #10831.
29029      Branch: metaconfig
29030            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
29031 ____________________________________________________________________________
29032 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
29033         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
29034              From: Andy Dougherty <doughera@lafayette.edu>
29035              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
29036              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
29037      Branch: perl
29038            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29039            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
29040 ____________________________________________________________________________
29041 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
29042         Log: MPE/iX prototype nits from Mark Bixby.
29043      Branch: perl
29044            ! pp_sys.c
29045 ____________________________________________________________________________
29046 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
29047         Log: Detypo.
29048      Branch: perl
29049            ! util.c
29050 ____________________________________________________________________________
29051 [ 10828] By: nick                                  on 2001/06/22  15:33:37
29052         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
29053      Branch: perlio
29054           +> lib/h2xs.t
29055           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
29056           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
29057           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
29058           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
29059           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29060           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
29061           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
29062           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
29063           !> vms/vmsish.h
29064 ____________________________________________________________________________
29065 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
29066         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
29067              Date: Fri, 22 Jun 2001 10:08:35 -0500
29068              From: "Craig A. Berry" <craigberry@mac.com>
29069              Message-Id: <a05101001b75908704194@[192.168.56.145]>
29070      Branch: perl
29071            ! vms/vms.c vms/vmsish.h
29072 ____________________________________________________________________________
29073 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
29074         Log: NetWare scripts tweak from Ananth Kesari.
29075      Branch: perl
29076            ! NetWare/t/NWScripts.pl
29077 ____________________________________________________________________________
29078 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
29079         Log: Update Changes.
29080      Branch: perl
29081            ! Changes patchlevel.h
29082 ____________________________________________________________________________
29083 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
29084         Log: Add .i and .s targets.
29085      Branch: perl
29086            ! Makefile.SH
29087 ____________________________________________________________________________
29088 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
29089         Log: Upgrade to Locale::Maketext 1.03.
29090      Branch: perl
29091            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29092            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
29093 ____________________________________________________________________________
29094 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
29095         Log: Upgrade to I18N::LangTags 0.26.
29096      Branch: perl
29097            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
29098            ! lib/I18N/LangTags/test.pl
29099 ____________________________________________________________________________
29100 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
29101         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
29102              Philip Newton.
29103      Branch: perl
29104            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29105            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29106 ____________________________________________________________________________
29107 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
29108         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
29109              From: Prymmer/Kahn <pvhp@best.com>
29110              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
29111              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
29112      Branch: perl
29113            + lib/h2xs.t
29114            ! MANIFEST utils/h2xs.PL
29115 ____________________________________________________________________________
29116 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
29117         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
29118              From: Prymmer/Kahn <pvhp@best.com>
29119              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
29120              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
29121      Branch: perl
29122            ! lib/ExtUtils.t
29123 ____________________________________________________________________________
29124 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
29125         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
29126              From: Prymmer/Kahn <pvhp@best.com>
29127              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
29128              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
29129      Branch: perl
29130            ! t/pod/plainer.t
29131 ____________________________________________________________________________
29132 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
29133         Log: AUTHORS update.
29134      Branch: perl
29135            ! AUTHORS
29136 ____________________________________________________________________________
29137 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
29138         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
29139              From: "Craig A. Berry" <craigberry@mac.com>
29140              Date: Thu, 21 Jun 2001 18:20:38 -0500
29141              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
29142      Branch: perl
29143            ! ext/POSIX/POSIX.xs
29144 ____________________________________________________________________________
29145 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
29146         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
29147              From: "Craig A. Berry" <craigberry@mac.com>
29148              Date: Thu, 21 Jun 2001 09:58:52 -0500
29149              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
29150      Branch: perl
29151            ! ext/B/Deparse.t t/op/write.t
29152 ____________________________________________________________________________
29153 [ 10814] By: nick                                  on 2001/06/22  08:13:09
29154         Log: Integrate mainline.
29155      Branch: perlio
29156           !> (integrate 46 files)
29157 ____________________________________________________________________________
29158 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
29159         Log: Change the prefixes only if $prefix is unset,
29160              as originally patched by Marcel Grunauer.
29161      Branch: perl
29162            ! hints/darwin.sh hints/rhapsody.sh
29163 ____________________________________________________________________________
29164 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
29165         Log: Subject: Re: Patch for hints/darwin.sh
29166              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
29167              Date: Thu, 21 Jun 2001 11:23:46 -0700
29168              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
29169      Branch: perl
29170            ! hints/darwin.sh hints/rhapsody.sh
29171 ____________________________________________________________________________
29172 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
29173         Log: Add .PHONY targets for non-file targets,
29174              from Wilfredo Sánchez.  Should help saying
29175              "make install" on case-insensitive filesystems.
29176      Branch: perl
29177            ! Makefile.SH
29178 ____________________________________________________________________________
29179 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
29180         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
29181              From: Doug MacEachern <dougm@covalent.net>
29182              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
29183              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
29184              
29185              plus reword the getcwd() comment, plus use getcwd() buffer
29186              size minus one.
29187      Branch: perl
29188            ! util.c
29189 ____________________________________________________________________________
29190 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
29191         Log: More gprofing from Doug MacEachern.
29192      Branch: perl
29193            ! Makefile.SH
29194 ____________________________________________________________________________
29195 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
29196         Log: Metaconfig unit change for #10807.
29197      Branch: metaconfig/U/perl
29198            ! d_sfio.U
29199 ____________________________________________________________________________
29200 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
29201         Log: Tell that you are removing the unneeded -lsfio.
29202      Branch: perl
29203            ! Configure
29204 ____________________________________________________________________________
29205 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
29206         Log: More MPE/iX tweaks from Mark Bixby.
29207      Branch: perl
29208            ! perl.c t/op/magic.t
29209 ____________________________________________________________________________
29210 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
29211         Log: The fchdir() proto is supposed to live in <unistd.h>.
29212      Branch: perl
29213            ! ext/Cwd/Cwd.xs
29214 ____________________________________________________________________________
29215 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
29216         Log: This town is too small for the Cwd extension and me,
29217              it would seem...
29218      Branch: perl
29219            ! ext/Cwd/Cwd.xs
29220 ____________________________________________________________________________
29221 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
29222         Log: Metaconfig unit change for #10802.
29223      Branch: metaconfig/U/perl
29224            ! d_modfl.U
29225 ____________________________________________________________________________
29226 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
29227         Log: More d'ohs.
29228      Branch: perl
29229            ! Configure
29230 ____________________________________________________________________________
29231 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
29232         Log: Off-by-one.  I'm so classic.
29233      Branch: perl
29234            ! util.c
29235 ____________________________________________________________________________
29236 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
29237         Log: Update Changes.
29238      Branch: perl
29239            ! Changes patchlevel.h
29240 ____________________________________________________________________________
29241 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
29242         Log: Subject: Documentation patch for Net::FTP
29243              From: Marcel Grunauer <marcel@codewerk.com>
29244              Date: Wed, 20 Jun 2001 23:03:26 +0200
29245              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
29246      Branch: perl
29247            ! lib/Net/FTP.pm
29248 ____________________________________________________________________________
29249 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
29250         Log: Retract the #10417 mg.c and embed.pl parts because of
29251              strange SEGVs in 64bit x86 FreeBSD observed by
29252              Nicholas Clark.
29253      Branch: perl
29254            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
29255 ____________________________________________________________________________
29256 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
29257         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
29258      Branch: perl
29259            ! Configure NetWare/config.wc NetWare/config_H.wc
29260            ! Porting/Glossary Porting/config.sh Porting/config_H
29261            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29262            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29263            ! vos/config.ga.h win32/config.bc win32/config.gc
29264            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29265            ! win32/config_H.vc
29266 ____________________________________________________________________________
29267 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
29268         Log: Cwd tweak from Doug MacEachern.
29269      Branch: perl
29270            ! ext/Cwd/Cwd.xs
29271 ____________________________________________________________________________
29272 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
29273         Log: Protect the fchdir() and lstat() with ifdefs.
29274              fchdir() needs a Configure probe.
29275      Branch: perl
29276            ! ext/Cwd/Cwd.xs
29277 ____________________________________________________________________________
29278 [ 10794] By: nick                                  on 2001/06/21  17:11:35
29279         Log: Integrate mainline
29280      Branch: perlio
29281           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
29282           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
29283           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
29284           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
29285           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
29286           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
29287           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
29288           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
29289            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
29290            - lib/File/Glob/case.t lib/File/Glob/global.t
29291            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
29292            - lib/File/Temp/posix.t lib/File/Temp/security.t
29293            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
29294            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
29295            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
29296            - lib/Text/Wrap/wrap.t
29297           !> (integrate 41 files)
29298 ____________________________________________________________________________
29299 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
29300         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
29301              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29302              Date: Thu, 21 Jun 2001 13:04:54 -0500
29303              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
29304      Branch: perl
29305            ! ext/Cwd/Cwd.xs
29306 ____________________________________________________________________________
29307 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
29308         Log: Subject: [PATCH pod] overlong =item
29309              From: Robin Barker <rmb1@cise.npl.co.uk>
29310              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
29311              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
29312      Branch: perl
29313            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
29314            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
29315 ____________________________________________________________________________
29316 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
29317         Log: Subject: [PATCH perlio.c] format 
29318              From: Robin Barker <rmb1@cise.npl.co.uk>
29319              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
29320              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
29321      Branch: perl
29322            ! perlio.c
29323 ____________________________________________________________________________
29324 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
29325         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
29326              From: Radu Greab <radu@netsoft.ro>
29327              Date: Thu, 21 Jun 2001 19:06:02 +0300
29328              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
29329      Branch: perl
29330            ! pod/perlapi.pod sv.c
29331 ____________________________________________________________________________
29332 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
29333         Log: The metaconfig unit changes for #10788.
29334      Branch: metaconfig/U/perl
29335            ! Cross.U fflushall.U
29336 ____________________________________________________________________________
29337 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
29338         Log: Cross-configuration changes: make $from to rm the files
29339              before copying them over (this means that he rm can be
29340              removed from the fflushall test), create $targetmkdir      
29341              (not documented in install since it is supposed to internal
29342              use only), make $run to copy over the executable only if
29343              a stamp file .xok doesn't already exist (to avoid unnecessary
29344              copying of the executable)
29345      Branch: perl
29346            ! Configure Makefile.SH
29347 ____________________________________________________________________________
29348 [ 10787] By: nick                                  on 2001/06/21  14:16:18
29349         Log: Integrate mainline
29350      Branch: perlio
29351           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
29352           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
29353           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
29354            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
29355           !> (integrate 34 files)
29356 ____________________________________________________________________________
29357 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
29358         Log: Re-add the files as text.
29359      Branch: perl
29360            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
29361 ____________________________________________________________________________
29362 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
29363         Log: Delete the binary files.
29364      Branch: perl
29365            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
29366 ____________________________________________________________________________
29367 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
29368         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
29369              From: Andy Dougherty <doughera@lafayette.edu>
29370              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
29371              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
29372      Branch: perl
29373            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
29374            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
29375            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
29376            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
29377 ____________________________________________________________________________
29378 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
29379         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
29380              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
29381              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
29382              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
29383              
29384              Setting umask to something friendlier.
29385      Branch: perl
29386            ! installman installperl
29387 ____________________________________________________________________________
29388 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
29389         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
29390              Resort MANIFEST with sort -f, looks much better.
29391      Branch: perl
29392            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
29393            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
29394            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
29395            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
29396            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
29397            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
29398            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
29399            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
29400            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
29401            - lib/File/Glob/case.t lib/File/Glob/global.t
29402            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
29403            - lib/File/Temp/posix.t lib/File/Temp/security.t
29404            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
29405            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
29406            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
29407            - lib/Text/Wrap/wrap.t
29408            ! MANIFEST
29409 ____________________________________________________________________________
29410 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
29411         Log: Upgrade to I18N::LangTags 0.25.
29412      Branch: perl
29413            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
29414            ! lib/I18N/LangTags/List.pm
29415 ____________________________________________________________________________
29416 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
29417         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
29418              From: Richard Soderberg <rs@crystalflame.net>
29419              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
29420              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
29421      Branch: perl
29422            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
29423            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
29424 ____________________________________________________________________________
29425 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
29426         Log: Test obsoleted by change #10777.
29427      Branch: perl
29428            ! t/op/sub_lval.t
29429 ____________________________________________________________________________
29430 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
29431         Log: Case of confused test numbering.
29432      Branch: perl
29433            ! t/op/pat.t
29434 ____________________________________________________________________________
29435 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
29436         Log: Subject: Re: Opinion on undef lvalue
29437              From: Abhijit Menon-Sen <ams@wiw.org>
29438              Date: Sun, 17 Jun 2001 13:04:46 +0530
29439              Message-ID: <20010617130446.B27925@lustre.linux.in>
29440              
29441              Allow lvalue subs to return undef in array context.
29442      Branch: perl
29443            ! pp_hot.c
29444 ____________________________________________________________________________
29445 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
29446         Log: Just a guess that using the same hack for cygwin as
29447              for win32 might help.
29448      Branch: perl
29449            ! lib/File/Find/find.t
29450 ____________________________________________________________________________
29451 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
29452         Log: NetWare tweaks from Guruprasad.
29453      Branch: perl
29454            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
29455            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
29456            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
29457            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
29458 ____________________________________________________________________________
29459 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
29460         Log: Subject: Re: perl@10722: Bogus warnings on REs 
29461              From: Hugo <hv@crypt.compulink.co.uk>
29462              Date: Thu, 21 Jun 2001 09:51:17 +0100
29463              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
29464              
29465              Unroll to avoid a UTS compiler bug.
29466      Branch: perl
29467            ! regcomp.c
29468 ____________________________________________________________________________
29469 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
29470         Log: Subject: Re: [PATCH] Make /o work under i?threads
29471              From: Artur Bergman <artur@contiller.se>
29472              Date: Thu, 21 Jun 2001 14:38:03 +0200
29473              Message-ID: <B757B74A.184D%artur@contiller.se>
29474      Branch: perl
29475            ! t/op/pat.t
29476 ____________________________________________________________________________
29477 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
29478         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
29479              From: Artur Bergman <artur@contiller.se> 
29480              Date: Thu, 21 Jun 2001 14:27:33 +0200
29481              Message-ID: <B757B4D4.1849%artur@contiller.se>
29482              
29483              Plus extra parentheses.
29484      Branch: perl
29485            ! op.h
29486 ____________________________________________________________________________
29487 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
29488         Log: Subject: [PATCH] Make /o work under i?threads
29489              From: Richard Soderberg <rs@crystalflame.net>
29490              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
29491              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
29492      Branch: perl
29493            ! pp_ctl.c
29494 ____________________________________________________________________________
29495 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
29496         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
29497              From: Artur Bergman <artur@contiller.se>
29498              Date: Thu, 21 Jun 2001 14:04:54 +0200
29499              Message-ID: <B757AF86.1842%artur@contiller.se>
29500      Branch: perl
29501            ! op.h
29502 ____________________________________________________________________________
29503 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
29504         Log: Subject: Re: perl@10765: sv.c not OK on win32
29505              From: Artur Bergman <artur@contiller.se>
29506              Date: Thu, 21 Jun 2001 10:31:06 +0200
29507              Message-ID: <B7577D69.182C%artur@contiller.se>
29508      Branch: perl
29509            ! sv.c
29510 ____________________________________________________________________________
29511 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
29512         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
29513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29514              Date: Thu, 21 Jun 2001 06:23:56 -0400
29515              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
29516              
29517              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
29518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29519              Date: Thu, 21 Jun 2001 06:32:21 -0400
29520              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
29521      Branch: perl
29522            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
29523 ____________________________________________________________________________
29524 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
29525         Log: Subject: [PATCH] make syslog test more verbose
29526              From: Robert Spier <rspier@pobox.com>
29527              Date: Thu, 21 Jun 2001 00:54:32 -0400
29528              Message-ID: <15153.32264.295807.333073@rls.cx>
29529      Branch: perl
29530            ! ext/Sys/Syslog/syslog.t
29531 ____________________________________________________________________________
29532 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
29533         Log: Subject: op/study.t refinements
29534              From: Hugo <hv@crypt.compulink.co.uk>
29535              Date: Thu, 21 Jun 2001 00:29:07 +0100
29536              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
29537      Branch: perl
29538            ! t/op/study.t
29539 ____________________________________________________________________________
29540 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
29541         Log: Update Changes.
29542      Branch: perl
29543            ! Changes patchlevel.h
29544 ____________________________________________________________________________
29545 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
29546         Log: Subject: Re: [PATCH] djgpp updates
29547              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
29548              Date: Wed, 20 Jun 2001 10:05:15 +0200
29549              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
29550      Branch: perl
29551            ! djgpp/config.over
29552 ____________________________________________________________________________
29553 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
29554         Log: Fix for ID 20010619.002 "When building hash, hash keys that
29555              are function calls are not being called", from Abhijit.
29556      Branch: perl
29557            ! t/base/lex.t toke.c
29558 ____________________________________________________________________________
29559 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
29560         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
29561      Branch: perl
29562            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
29563            + lib/Locale/Maketext/test.pl
29564            - lib/Locale/Maketext.t
29565            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
29566            ! lib/Locale/Maketext/TPJ13.pod
29567 ____________________________________________________________________________
29568 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
29569         Log: Metaconfig unit change for #10760.
29570      Branch: metaconfig
29571            ! U/modified/Cppsym.U
29572 ____________________________________________________________________________
29573 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
29574         Log: Do not remove the ccsym* Cppsym* files since
29575              they are useful for metaconfig units coming after us.
29576              (This is the Configure nit mentioned in #10752.)
29577      Branch: perl
29578            ! Configure
29579 ____________________________________________________________________________
29580 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
29581         Log: Update to I18N::LangTags 0.24, from Sean Burke.
29582      Branch: perl
29583            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
29584            + lib/I18N/LangTags/README
29585            - lib/I18N/LangTags/List.pod
29586            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
29587 ____________________________________________________________________________
29588 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
29589         Log: Regen headers.
29590      Branch: perl
29591            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
29592            ! pod/perlapi.pod proto.h
29593 ____________________________________________________________________________
29594 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
29595         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
29596              From: Artur Bergman <artur@contiller.se>
29597              Date: Wed, 20 Jun 2001 11:31:32 +0200
29598              Message-ID: <B7563A14.17D8%artur@contiller.se>
29599      Branch: perl
29600            ! embed.pl hv.c intrpvar.h sv.c sv.h
29601 ____________________________________________________________________________
29602 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
29603         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
29604              From: Tim Sweetman <tim@aldigital.co.uk> 
29605              Date: Wed, 13 Jun 2001 14:25:17 +0100 
29606              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
29607      Branch: perl
29608            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
29609 ____________________________________________________________________________
29610 [ 10755] By: nick                                  on 2001/06/20  16:12:37
29611         Log: Integrate mainline
29612      Branch: perlio
29613           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
29614           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
29615           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
29616           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
29617           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
29618           !> t/op/study.t util.c
29619 ____________________________________________________________________________
29620 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
29621         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
29622              but not Makefile)
29623      Branch: maint-5.6/perl
29624            ! win32/Makefile
29625 ____________________________________________________________________________
29626 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
29627         Log: Security tweak on readlink().
29628      Branch: perl
29629            ! pp_sys.c
29630 ____________________________________________________________________________
29631 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
29632         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
29633      Branch: perl
29634            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
29635            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
29636            ! mpeix/relink t/op/pwent.t
29637 ____________________________________________________________________________
29638 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
29639         Log: Reinstate #10725 (with probe for alarm()).
29640      Branch: perl
29641            ! t/op/study.t
29642 ____________________________________________________________________________
29643 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
29644         Log: Replace our implementation of realpath() with OpenBSD's
29645              (src/lib/libc/stdlib/realpath.c 1.4).
29646      Branch: perl
29647            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
29648            ! pod/perldiag.pod proto.h util.c
29649 ____________________________________________________________________________
29650 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
29651         Log: Integrate perlio.
29652      Branch: perl
29653           !> perlio.c
29654 ____________________________________________________________________________
29655 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
29656         Log: No point in going into memory-saving contortions
29657              with getcwd() since there's a danger of buffer overflow.
29658              Also make the POSIX extension to use sv_getcwd().
29659              Finally, a missed proto.h fragment.
29660      Branch: perl
29661            ! ext/POSIX/POSIX.xs proto.h util.c
29662 ____________________________________________________________________________
29663 [ 10747] By: nick                                  on 2001/06/20  12:38:26
29664         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
29665      Branch: perlio
29666            ! perlio.c
29667 ____________________________________________________________________________
29668 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
29669         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
29670              From: Graham Barr <gbarr@pobox.com>
29671              Date: Wed, 20 Jun 2001 11:05:49 +0100
29672              Message-ID: <20010620110549.I19188@pobox.com>
29673              
29674              reported in        
29675              
29676              Subject: Bug in IO::Socket::INET module (repeat)
29677              From: "Harmon S. Nine" <hnine@netarx.com>
29678              Date: Tue, 19 Jun 2001 09:41:35 -0400
29679              Message-ID: <3B2F568F.8080605@netarx.com>
29680              
29681              The bug was that the IO::Socket::INET constructor
29682              did not allow a 'LocalPort' of 0.
29683      Branch: perl
29684            ! ext/IO/lib/IO/Socket/INET.pm
29685 ____________________________________________________________________________
29686 [ 10745] By: nick                                  on 2001/06/20  08:56:39
29687         Log: Integrate mainline.
29688      Branch: perlio
29689           !> (integrate 37 files)
29690 ____________________________________________________________________________
29691 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
29692         Log: After some reading I don't think we can blindly
29693              use systems' realpath().  Too many security problems,
29694              too many buggy implementations.
29695              
29696              TODO: the realpath() emulation code in util.c doesn't
29697              seem fully operational?  (readlink(), for example?)
29698      Branch: perl
29699            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
29700            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
29701            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
29702            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
29703            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
29704            ! win32/config_H.gc win32/config_H.vc
29705 ____________________________________________________________________________
29706 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
29707         Log: Metaconfig unit change for #10738.
29708      Branch: metaconfig
29709            ! U/compline/d_gconvert.U
29710 ____________________________________________________________________________
29711 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
29712         Log: Integrate change #10739 from maintperl:
29713              
29714              C<eval "/x$\r\n/x"> fails to compile correctly 
29715      Branch: perl
29716           !> t/op/pat.t toke.c
29717 ____________________________________________________________________________
29718 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
29719         Log: Retract #10725 (Hugo asked NOT to apply the patch)
29720      Branch: perl
29721            ! t/op/study.t
29722 ____________________________________________________________________________
29723 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
29724         Log: The test.third results were funnily named because of the
29725              new test scheme.
29726      Branch: perl
29727            ! t/TEST
29728 ____________________________________________________________________________
29729 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
29730         Log: C<eval "/x$\r\n/x"> fails to compile correctly
29731      Branch: maint-5.6/perl
29732            ! t/op/pat.t toke.c
29733 ____________________________________________________________________________
29734 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
29735         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
29736              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29737              Date: Tue, 19 Jun 2001 19:15:40 -0400
29738              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
29739              
29740              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
29741              because "1e+129" being expected but "1.e+129" being returned.
29742              The culprit (at least in Tru64) is the use of gcvt().
29743      Branch: perl
29744            ! Configure
29745 ____________________________________________________________________________
29746 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
29747         Log: Subject: [PATCH perl@10722] test hunting on VMS
29748              From: "Craig A. Berry" <craigberry@mac.com>
29749              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
29750              Date: Tue, 19 Jun 2001 18:59:01 -0500
29751      Branch: perl
29752            ! vms/test.com
29753 ____________________________________________________________________________
29754 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
29755         Log: Subject: [PATCH] s/typos//
29756              From: Abhijit Menon-Sen <ams@wiw.org>
29757              Date: Wed, 20 Jun 2001 02:15:02 +0530
29758              Message-ID: <20010620021502.A14541@lustre.linux.in>
29759              
29760              Without the op.h s/bearword/bareword/ hunk, see
29761              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
29762      Branch: perl
29763            ! util.c
29764 ____________________________________________________________________________
29765 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
29766         Log: Metaconfig unit change for #10732 and #10733.
29767      Branch: metaconfig/U/perl
29768            ! fflushall.U
29769 ____________________________________________________________________________
29770 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
29771         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
29772              From: "Craig A. Berry" <craigberry@mac.com>
29773              Date: Tue, 19 Jun 2001 17:19:48 -0500
29774              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
29775      Branch: perl
29776            ! configure.com vms/descrip_mms.template
29777 ____________________________________________________________________________
29778 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
29779         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
29780              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29781              Date: Tue, 19 Jun 2001 16:48:07 -0400
29782              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
29783              
29784              Further fixes to fflush(NULL) detection.
29785      Branch: perl
29786            ! Configure
29787 ____________________________________________________________________________
29788 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
29789         Log: AIX test -s hangs with non-existent files?
29790              (A genuine logic bug in Configure, but AIX also broken?)
29791      Branch: perl
29792            ! Configure
29793 ____________________________________________________________________________
29794 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
29795         Log: AUTHORS updates.
29796      Branch: perl
29797            ! AUTHORS
29798 ____________________________________________________________________________
29799 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
29800         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
29801              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29802              Date: Tue, 19 Jun 2001 15:33:25 -0400
29803              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
29804      Branch: perl
29805            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
29806            ! t/lib/warnings/pp
29807 ____________________________________________________________________________
29808 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
29809         Log: Integrate perlio.
29810      Branch: perl
29811           !> lib/File/Find/find.t win32/distclean.bat
29812 ____________________________________________________________________________
29813 [ 10728] By: nick                                  on 2001/06/19  18:24:53
29814         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
29815      Branch: perlio
29816            ! lib/File/Find/find.t win32/distclean.bat
29817 ____________________________________________________________________________
29818 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
29819         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
29820              also add information how to find out whether one has PerlIO.
29821      Branch: perl
29822            ! pod/perlfunc.pod
29823 ____________________________________________________________________________
29824 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
29825         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
29826              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
29827              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
29828              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
29829      Branch: perl
29830            ! pod/perlfunc.pod
29831 ____________________________________________________________________________
29832 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
29833         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
29834              From: Hugo <hv@crypt.compulink.co.uk>
29835              Date: Tue, 19 Jun 2001 12:37:30 +0100
29836              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
29837      Branch: perl
29838            ! t/op/study.t
29839 ____________________________________________________________________________
29840 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
29841         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
29842              From: Hugo <hv@crypt.compulink.co.uk>
29843              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
29844              Date: Tue, 19 Jun 2001 13:15:17 +0100
29845      Branch: perl
29846            ! util.c
29847 ____________________________________________________________________________
29848 [ 10723] By: nick                                  on 2001/06/19  14:46:15
29849         Log: Integrate mainline
29850      Branch: perlio
29851           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
29852           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
29853           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
29854           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
29855           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
29856           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
29857            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
29858            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
29859            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
29860            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
29861            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
29862            - ext/Thread/unsync4.t
29863           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
29864           !> djgpp/config.over djgpp/fixpmain
29865           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
29866           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
29867           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
29868 ____________________________________________________________________________
29869 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
29870         Log: Update Changes.
29871      Branch: perl
29872            ! Changes patchlevel.h
29873 ____________________________________________________________________________
29874 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
29875         Log: The existence shall be MANIFESted.
29876      Branch: perl
29877            ! MANIFEST
29878 ____________________________________________________________________________
29879 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
29880         Log: The old libnet.cfg is first searched from the current directory,
29881              only then from the module path.
29882      Branch: perl
29883            ! utils/libnetcfg.PL
29884 ____________________________________________________________________________
29885 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
29886         Log: NetWare tweaks from Guruprasad.
29887      Branch: perl
29888            ! NetWare/Makefile NetWare/config.wc
29889 ____________________________________________________________________________
29890 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
29891         Log: Subject: [PATCH] djgpp updates
29892              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
29893              Date: Tue, 19 Jun 2001 10:59:06 +0200
29894              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
29895      Branch: perl
29896            ! djgpp/config.over djgpp/fixpmain
29897 ____________________________________________________________________________
29898 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
29899         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
29900              From: Prymmer/Kahn <pvhp@best.com>
29901              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
29902              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
29903      Branch: perl
29904            ! win32/Makefile
29905 ____________________________________________________________________________
29906 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
29907         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
29908              to happen right after the inclusion of <inttypes.h>,
29909              from Edward Moy.
29910      Branch: perl
29911            ! handy.h perl.h
29912 ____________________________________________________________________________
29913 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
29914         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
29915              From: Doug MacEachern <dougm@covalent.net>
29916              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
29917              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
29918      Branch: perl
29919            ! ext/DynaLoader/DynaLoader_pm.PL
29920 ____________________________________________________________________________
29921 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
29922         Log: Revert #10656 for performance reasons but leave in the
29923              use of Hv*() macros -- in comments, so that grepping the
29924              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
29925              suggested by Sarathy, also by Abhijit.)
29926      Branch: perl
29927            ! hv.c
29928 ____________________________________________________________________________
29929 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
29930         Log: Subject: [patch] .s MakeMaker suffix
29931              From: Doug MacEachern <dougm@covalent.net>
29932              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
29933              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
29934      Branch: perl
29935            ! lib/ExtUtils/MM_Unix.pm
29936 ____________________________________________________________________________
29937 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
29938         Log: One test lost in the big shuffle restored.
29939      Branch: perl
29940            + ext/IPC/SysV/ipcsysv.t
29941            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
29942 ____________________________________________________________________________
29943 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
29944         Log: Rename the old non-standard threads tests so that
29945              they won't be invoked.
29946      Branch: perl
29947            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
29948            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
29949            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
29950            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
29951            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
29952            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
29953            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
29954            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
29955            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
29956            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
29957            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
29958            - ext/Thread/unsync4.t
29959            ! MANIFEST
29960 ____________________________________________________________________________
29961 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
29962         Log: Integrate perlio.
29963      Branch: perl
29964           !> win32/config_sh.PL
29965 ____________________________________________________________________________
29966 [ 10709] By: nick                                  on 2001/06/19  08:18:18
29967         Log: Integrate mainline
29968      Branch: perlio
29969           +> (branch 40 files)
29970            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
29971            - lib/strict/subs lib/strict/vars lib/warnings/1global
29972            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
29973            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
29974            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
29975            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
29976            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
29977            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
29978            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
29979            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
29980            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
29981            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
29982            - lib/warnings/utf8 lib/warnings/util
29983           !> (integrate 57 files)
29984 ____________________________________________________________________________
29985 [ 10708] By: nick                                  on 2001/06/19  07:57:10
29986         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
29987      Branch: perlio
29988            ! win32/config_sh.PL
29989 ____________________________________________________________________________
29990 [ 10707] By: nick                                  on 2001/06/19  07:05:07
29991         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
29992      Branch: perl
29993            ! perly.c perly.y perly_c.diff vms/perly_c.vms
29994 ____________________________________________________________________________
29995 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
29996         Log: More perl572delta tweaks.
29997      Branch: perl
29998            ! pod/perl572delta.pod
29999 ____________________________________________________________________________
30000 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
30001         Log: Update perl572delta.
30002      Branch: perl
30003            ! pod/perl572delta.pod
30004 ____________________________________________________________________________
30005 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
30006         Log: VOS updates from Paul Green.
30007      Branch: perl
30008            ! vos/Changes vos/build.cm vos/perl.bind
30009 ____________________________________________________________________________
30010 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
30011         Log: Update the vos/config.*.* files.
30012      Branch: perl
30013            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30014            ! vos/config.ga.h
30015 ____________________________________________________________________________
30016 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
30017         Log: Add a makefile for more painless adding of symbols to the
30018              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
30019              takes care of the adding)
30020      Branch: perl
30021            + vos/Makefile
30022 ____________________________________________________________________________
30023 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
30024         Log: Make libnetcfg by default display the libnet configuration,
30025              -c to change, add -i for old config, document all options,
30026              regen toc.
30027      Branch: perl
30028            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
30029 ____________________________________________________________________________
30030 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
30031         Log: gcc -Wall sweep.
30032      Branch: perl
30033            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
30034 ____________________________________________________________________________
30035 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
30036         Log: So there.
30037      Branch: perl
30038            ! universal.c
30039 ____________________________________________________________________________
30040 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
30041         Log: Document the need for sv_printify().
30042              
30043              Document that 'use utf8' has been considered.
30044              
30045              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
30046      Branch: perl
30047            ! pod/perltodo.pod universal.c
30048 ____________________________________________________________________________
30049 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
30050         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
30051              From: Nicholas Clark <nick@ccl4.org>
30052              Date: Mon, 18 Jun 2001 23:29:23 +0100
30053              Message-ID: <20010618232923.I98663@plum.flirble.org>
30054      Branch: perl
30055            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
30056            ! ext/Sys/Syslog/Makefile.PL
30057 ____________________________________________________________________________
30058 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
30059         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
30060              From: Scott.L.Miller@Compaq.com
30061              Date: Mon, 18 Jun 2001 10:12:27 -0500
30062              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
30063      Branch: perl
30064            ! lib/perl5db.pl pod/perldebug.pod
30065 ____________________________________________________________________________
30066 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
30067         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
30068              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30069              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
30070              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
30071      Branch: perl
30072            ! lib/Carp/Heavy.pm
30073 ____________________________________________________________________________
30074 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
30075         Log: Subject: [PATCH] Documentation changes for CLONE
30076              From: Artur Bergman <artur@contiller.se>
30077              Date: Mon, 18 Jun 2001 22:06:37 +0200
30078              Message-ID: <B7542BEC.1719%artur@contiller.se>
30079      Branch: perl
30080            ! pod/perlmod.pod pod/perlsub.pod
30081 ____________________________________________________________________________
30082 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
30083         Log: Subject: Re: configure.com
30084              From: "Craig A. Berry" <craigberry@mac.com>
30085              Date: Mon, 18 Jun 2001 16:04:38 -0500
30086              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
30087      Branch: perl
30088            ! configure.com
30089 ____________________________________________________________________________
30090 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
30091         Log: Subject: PL_nullstash + perl_clone()
30092              From: Doug MacEachern <dougm@covalent.net>
30093              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
30094              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
30095      Branch: perl
30096            ! sv.c
30097 ____________________________________________________________________________
30098 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
30099         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
30100              From: davem@fdgroup.co.uk
30101              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
30102              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
30103      Branch: perl
30104            ! embed.pl pod/perlapi.pod
30105 ____________________________________________________________________________
30106 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
30107         Log: More cross-compilation defaults gleaned from -Dcc
30108              if it is CPU-OS-gcc.
30109      Branch: metaconfig
30110            ! U/modified/libc.U
30111      Branch: metaconfig/U/perl
30112            ! Cross.U
30113      Branch: perl
30114            ! Configure INSTALL
30115 ____________________________________________________________________________
30116 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
30117         Log: Update Changes.
30118      Branch: perl
30119            ! Changes patchlevel.h
30120 ____________________________________________________________________________
30121 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
30122         Log: Subject: [PATCH 5.7.1] sv.c documentation
30123              From: davem@fdgroup.co.uk
30124              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
30125              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
30126      Branch: perl
30127            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
30128            ! sv.c sv.h
30129 ____________________________________________________________________________
30130 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
30131         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
30132              From: "Jon Gunnip" <jongunnip@hotmail.com>
30133              Date: Sun, 17 Jun 2001 18:24:29 -0400
30134              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
30135      Branch: perl
30136            ! pod/perlvar.pod
30137 ____________________________________________________________________________
30138 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
30139         Log: Move the locale/strict/warnings helper files back
30140              under the t/lib; this way the amount of non-installabled
30141              stuff under lib/ stays smaller.
30142      Branch: perl
30143            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
30144            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
30145            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
30146            + t/lib/warnings/5nolint t/lib/warnings/6default
30147            + t/lib/warnings/7fatal t/lib/warnings/8signal
30148            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
30149            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
30150            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
30151            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
30152            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
30153            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
30154            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
30155            + t/lib/warnings/taint t/lib/warnings/toke
30156            + t/lib/warnings/universal t/lib/warnings/utf8
30157            + t/lib/warnings/util
30158            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
30159            - lib/strict/subs lib/strict/vars lib/warnings/1global
30160            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
30161            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
30162            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
30163            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
30164            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
30165            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
30166            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
30167            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
30168            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
30169            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
30170            - lib/warnings/utf8 lib/warnings/util
30171            ! MANIFEST installperl lib/locale.t lib/strict.t
30172 ____________________________________________________________________________
30173 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
30174         Log: Split off the pack/unpack code, from Nicholas Clark.
30175      Branch: perl
30176            + pp_pack.c
30177            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
30178            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
30179            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
30180 ____________________________________________________________________________
30181 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
30182         Log: Guard the SysV IPC tests against being invoked in
30183              SysV-IPC-less places.
30184      Branch: perl
30185            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
30186 ____________________________________________________________________________
30187 [ 10683] By: nick                                  on 2001/06/18  12:24:42
30188         Log: Integrate mainline (new test scheme now ok on Linux).
30189      Branch: perlio
30190           +> lib/warnings.t
30191           !> dump.c sv.c
30192 ____________________________________________________________________________
30193 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
30194         Log: Add the locale.c and numeric.c to the microperl sources.
30195      Branch: perl
30196            ! Makefile.micro win32/Makefile
30197 ____________________________________________________________________________
30198 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
30199         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
30200              From: Abhijit Menon-Sen <ams@wiw.org>
30201              Date: Mon, 18 Jun 2001 14:23:44 +0530
30202              Message-ID: <20010618142344.A13136@lustre.linux.in>
30203      Branch: perl
30204            ! dump.c
30205 ____________________________________________________________________________
30206 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
30207         Log: Subject: Re: [PATCH] more anonymous stash cleanups
30208              From: Abhijit Menon-Sen <ams@wiw.org>
30209              Date: Mon, 18 Jun 2001 15:50:32 +0530
30210              Message-ID: <20010618155032.A13223@lustre.linux.in>
30211              
30212              Plus the comment left in as suggested by NI-S.
30213      Branch: perl
30214            ! sv.c
30215 ____________________________________________________________________________
30216 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
30217         Log: One missed file.
30218      Branch: perl
30219            + lib/warnings.t
30220 ____________________________________________________________________________
30221 [ 10678] By: nick                                  on 2001/06/18  08:05:29
30222         Log: Integrate mainline (part2 - the deletes)
30223      Branch: perlio
30224            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
30225            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
30226            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
30227            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
30228            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
30229            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
30230            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
30231            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
30232            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
30233            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
30234            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
30235 ____________________________________________________________________________
30236 [ 10677] By: nick                                  on 2001/06/18  08:04:44
30237         Log: Integrate mainline (part1)
30238      Branch: perlio
30239           +> (branch 376 files)
30240            - (delete 219 files)
30241           !> (integrate 151 files)
30242 ____________________________________________________________________________
30243 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
30244         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
30245              No doubt I made some mistakes like missed some files or
30246              misnamed some files.  The naming rules were more or less:
30247              (1) if the module is from CPAN, follows its ways, be it
30248              t/*.t or test.pl.
30249              (2) otherwise if there are multiple tests for a module
30250              put them in a t/
30251              (3) otherwise if there's only one test put it in Module.t
30252              (4) helper files go to module/ (locale, strict, warnings)
30253              (5) use longer filenames now that we can (but e.g. the
30254              compat-0.6.t and the Text::Balanced test files still
30255              were renamed to be more civil against the 8.3 people)
30256              installperl was updated appropriately not to install the
30257              *.t files or the help files from under lib.
30258              
30259              TODO: some helper files still remain under t/ that could
30260              follow their 'masters'.  UPDATE: On second thoughts, why
30261              should they.  They can continue to live under t/lib, and
30262              in fact the locale/strict/warnings helpers that were moved
30263              could be moved back.  This way the amount of non-installable
30264              stuff under lib/ stays smaller.
30265      Branch: perl
30266            + (add 253 files)
30267            - (delete 254 files)
30268            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
30269 ____________________________________________________________________________
30270 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
30271         Log: The warning no more comes from util.c, it comes from numeric.c.
30272      Branch: perl
30273            ! README.tru64
30274 ____________________________________________________________________________
30275 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
30276         Log: Subject: Re: anyone good at casting spells?
30277              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30278              Date: Sun, 17 Jun 2001 21:21:04 -0400
30279              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
30280      Branch: perl
30281            ! ext/POSIX/POSIX.xs hv.h
30282 ____________________________________________________________________________
30283 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
30284         Log: Protect the (original) thread tests against testing if no 5.005
30285              threads have been configured.
30286      Branch: perl
30287            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
30288            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
30289            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
30290            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
30291            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
30292            ! ext/Thread/unsync4.t
30293 ____________________________________________________________________________
30294 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
30295         Log: Try the new test scanning scheme on Text::Abbrev.
30296      Branch: perl
30297            + lib/Text/Abbrev.t
30298            - lib/Text/Abbrev/t/abbrev.t
30299            ! MANIFEST
30300 ____________________________________________________________________________
30301 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
30302         Log: Change the scan policy of the *.t and test.pl files,
30303              now the *.t do not need to live in a t/ directory.
30304      Branch: perl
30305            ! t/TEST t/harness
30306 ____________________________________________________________________________
30307 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
30308         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
30309              From: Ilmari Karonen <iltzu@sci.fi>
30310              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
30311              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
30312      Branch: perl
30313            ! pod/perlfaq7.pod
30314 ____________________________________________________________________________
30315 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
30316         Log: Quench the warnings from Tru64; the HP-UX is still
30317              broken because it really, REALLY, doesn't like the
30318              HvARRAY() being lvalue:
30319              
30320              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
30321              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
30322      Branch: perl
30323            ! hv.c
30324 ____________________________________________________________________________
30325 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
30326         Log: Integrate change #10667 from maintperl:
30327              
30328              change#10449 broke the special-case that makes lexicals inside the
30329              eval"" within DB::DB() visible
30330      Branch: perl
30331           !> op.c
30332 ____________________________________________________________________________
30333 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
30334         Log: change#10449 broke the special-case that makes lexicals inside the
30335              eval"" within DB::DB() visible
30336      Branch: maint-5.6/perl
30337            ! op.c
30338 ____________________________________________________________________________
30339 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
30340         Log: Still spurious output; indent the code a bit.
30341              
30342              TODO1: separate the utility functions like MkDir
30343              into a helper script?
30344              
30345              TODO2: I see a lot of repetition in the filepath()
30346              and dirpath() calls.
30347      Branch: perl
30348            ! t/lib/filefind.t t/lib/findtaint.t
30349 ____________________________________________________________________________
30350 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
30351         Log: Regen modlib, toc.
30352      Branch: perl
30353            ! pod/perlmodlib.pod pod/perltoc.pod
30354 ____________________________________________________________________________
30355 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
30356         Log: Add libnetcfg to perlutil.
30357      Branch: perl
30358            ! pod/perlutil.pod
30359 ____________________________________________________________________________
30360 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
30361         Log: Initial integration of libnet-1.0703.
30362              The Configure script renamed as libnetcfg, will be
30363              installed along other utilities.
30364      Branch: perl
30365            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
30366            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
30367            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
30368            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
30369            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
30370            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
30371            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
30372            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
30373            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
30374            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
30375            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
30376            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
30377            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
30378            + utils/libnetcfg.PL
30379            ! MANIFEST utils.lst utils/Makefile
30380 ____________________________________________________________________________
30381 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
30382         Log: Less potentially test-harness-confusing output.
30383      Branch: perl
30384            ! lib/Memoize/t/expire_module_t.t
30385 ____________________________________________________________________________
30386 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
30387         Log: The final print annoys make test.
30388      Branch: perl
30389            ! t/lib/filefind.t t/lib/findtaint.t
30390 ____________________________________________________________________________
30391 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
30392         Log: Add an option for handling dangling symbolic links.
30393      Branch: perl
30394            ! lib/File/Find.pm t/lib/filefind.t
30395 ____________________________________________________________________________
30396 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
30397         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
30398              From: Thomas Wegner <wegner_thomas@yahoo.com>
30399              Date: Sun, 17 Jun 2001 14:43:11 +0200
30400              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
30401      Branch: perl
30402            + t/lib/findtaint.t
30403            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
30404 ____________________________________________________________________________
30405 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
30406         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
30407              From: Jonathan Stowe <gellyfish@gellyfish.com>
30408              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
30409              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
30410      Branch: perl
30411            ! lib/ExtUtils/MM_Unix.pm
30412 ____________________________________________________________________________
30413 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
30414         Log: Subject: [PATCH] more anonymous stash cleanups
30415              From: Abhijit Menon-Sen <ams@wiw.org>
30416              Date: Sun, 17 Jun 2001 11:44:06 +0530
30417              Message-ID: <20010617114406.A25203@lustre.linux.in>
30418      Branch: perl
30419            ! op.c
30420 ____________________________________________________________________________
30421 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
30422         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
30423              From: Abhijit Menon-Sen <ams@wiw.org>
30424              Date: Sun, 17 Jun 2001 08:02:59 +0530
30425              Message-ID: <20010617080259.A28776@lustre.linux.in>
30426              
30427              Subject: [PATCH #2/7] xhv_eiter
30428              From: Abhijit Menon-Sen <ams@wiw.org>
30429              Date: Sun, 17 Jun 2001 08:13:18 +0530
30430              Message-ID: <20010617081318.B28776@lustre.linux.in>
30431              
30432              Subject: [PATCH #3/7] xhv_fill
30433              From: Abhijit Menon-Sen <ams@wiw.org>
30434              Date: Sun, 17 Jun 2001 08:25:16 +0530
30435              Message-ID: <20010617082516.C28776@lustre.linux.in>
30436              
30437              Subject: [PATCH #4/7] xhv_keys
30438              From: Abhijit Menon-Sen <ams@wiw.org>
30439              Date: Sun, 17 Jun 2001 08:36:17 +0530
30440              Message-ID: <20010617083617.D28776@lustre.linux.in>
30441              
30442              Subject: [PATCH #5/7] xhv_max
30443              From: Abhijit Menon-Sen <ams@wiw.org>
30444              Date: Sun, 17 Jun 2001 08:39:48 +0530
30445              Message-ID: <20010617083948.E28776@lustre.linux.in>
30446              
30447              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
30448              From: Abhijit Menon-Sen <ams@wiw.org>
30449              Date: Sun, 17 Jun 2001 08:51:11 +0530
30450              Message-ID: <20010617085111.F28776@lustre.linux.in>
30451      Branch: perl
30452            ! hv.c
30453 ____________________________________________________________________________
30454 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
30455         Log: Update Changes.
30456      Branch: perl
30457            ! Changes patchlevel.h
30458 ____________________________________________________________________________
30459 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
30460         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
30461              From: Abhijit Menon-Sen <ams@wiw.org>
30462              Date: Sat, 16 Jun 2001 07:41:19 +0530
30463              Message-ID: <20010616074119.A24720@lustre.linux.in>
30464      Branch: perl
30465            ! hv.c perl.c vms/vmsish.h win32/win32.h
30466 ____________________________________________________________________________
30467 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
30468         Log: Document tests failing when threaded, since we now have more.
30469      Branch: perl
30470            ! pod/perl572delta.pod
30471 ____________________________________________________________________________
30472 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
30473         Log: -Wall cleanup.
30474      Branch: perl
30475            ! ext/Thread/Thread.xs
30476 ____________________________________________________________________________
30477 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
30478         Log: pthread_attr_setstacksize() isn't absolutely necessary
30479              to call, only iff THREAD_CREATE_NEEDS_STACK.
30480      Branch: perl
30481            ! ext/Thread/Thread.xs
30482 ____________________________________________________________________________
30483 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
30484         Log: -Wall strays.
30485      Branch: perl
30486            ! perl.c util.c
30487 ____________________________________________________________________________
30488 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
30489         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
30490              (and INT64_MIN) brokenness.
30491      Branch: perl
30492            ! hints/darwin.sh perl.h
30493 ____________________________________________________________________________
30494 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
30495         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
30496              From: Nicholas Clark <nick@ccl4.org>
30497              Date: Sun, 17 Jun 2001 00:16:05 +0100
30498              Message-ID: <20010617001605.V98663@plum.flirble.org>
30499      Branch: perl
30500            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
30501            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
30502            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
30503 ____________________________________________________________________________
30504 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
30505         Log: Add perlnetware to docs; regen toc; supply skeleton
30506              docs for some Memoize submodules.
30507      Branch: perl
30508            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
30509            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
30510            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
30511            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
30512            ! win32/Makefile win32/makefile.mk
30513 ____________________________________________________________________________
30514 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
30515         Log: pod cleanup.
30516      Branch: perl
30517            ! README.netware
30518 ____________________________________________________________________________
30519 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
30520         Log: Integrate Memoize 0.64.  Few tweaks were required in
30521              the test scripts.  Note that the speed and expire*
30522              tests take several dozen seconds to run.
30523      Branch: perl
30524            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
30525            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
30526            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
30527            + lib/Memoize/README lib/Memoize/SDBM_File.pm
30528            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
30529            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
30530            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
30531            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
30532            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
30533            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
30534            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
30535            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
30536            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
30537            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
30538            ! MANIFEST t/lib/1_compile.t
30539 ____________________________________________________________________________
30540 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
30541         Log: Document the cross-compilation options.
30542      Branch: perl
30543            ! Cross/README INSTALL
30544 ____________________________________________________________________________
30545 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
30546         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
30547      Branch: perl
30548            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
30549            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
30550            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
30551            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
30552            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
30553            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
30554            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
30555            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
30556            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
30557            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
30558            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
30559            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
30560            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
30561            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
30562            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
30563            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
30564            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
30565            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
30566            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
30567            + lib/ExtUtils/MM_NW5.pm
30568            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
30569            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
30570            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
30571            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
30572            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
30573            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
30574            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
30575            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
30576            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
30577            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
30578            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
30579            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
30580            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
30581            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
30582            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
30583            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
30584            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
30585            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
30586            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
30587            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
30588            ! util.h x2p/a2py.c
30589 ____________________________________________________________________________
30590 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
30591         Log: Resort MANIFEST.
30592      Branch: perl
30593            ! MANIFEST
30594 ____________________________________________________________________________
30595 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
30596         Log: Integrate perlio.
30597      Branch: perl
30598           +> win32/win32io.c
30599           !> MANIFEST perlio.c perliol.h win32/makefile.mk
30600 ____________________________________________________________________________
30601 [ 10640] By: nick                                  on 2001/06/16  18:38:31
30602         Log: Disable :win32 layer as default till I get it working
30603      Branch: perlio
30604            ! MANIFEST perlio.c
30605 ____________________________________________________________________________
30606 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
30607         Log: Try the new scheme by moving the Text::Abbrev test
30608              to a new place under lib.
30609      Branch: perl
30610            + lib/Text/Abbrev/t/abbrev.t
30611            - t/lib/abbrev.t
30612            ! MANIFEST
30613 ____________________________________________________________________________
30614 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
30615         Log: Make the code even more dynamical so that testname
30616              suffix length can change.
30617      Branch: perl
30618            ! lib/Test/Harness.pm t/TEST
30619 ____________________________________________________________________________
30620 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
30621         Log: Allow for deeper t/ and also a single test.pl.
30622      Branch: perl
30623            ! t/TEST t/harness
30624 ____________________________________________________________________________
30625 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
30626         Log: #define fix from Nicholas Clark.
30627      Branch: perl
30628            ! ext/POSIX/POSIX.xs
30629 ____________________________________________________________________________
30630 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
30631         Log: Initialization is nice.
30632      Branch: perl
30633            ! lib/Test/Harness.pm
30634 ____________________________________________________________________________
30635 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
30636         Log: Make t/TEST and t/harness to test also the t/ tests
30637              under the main lib/ and ext/ directories.  Fix Test::Harness
30638              to dynamically change the width of its "foo/bar....ok" output.
30639      Branch: perl
30640            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
30641 ____________________________________________________________________________
30642 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
30643         Log: Subject: [PATCH] Re: perl@10611 
30644              From: Nicholas Clark <nick@ccl4.org>
30645              Date: Sat, 16 Jun 2001 16:52:47 +0100
30646              Message-ID: <20010616165247.O98663@plum.flirble.org>
30647              
30648              The .xs parts, too.
30649      Branch: perl
30650            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
30651            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
30652 ____________________________________________________________________________
30653 [ 10632] By: nick                                  on 2001/06/16  16:44:35
30654         Log: Work-in-progress win32 layer semi-functional, checking 
30655              for UNIX breakage.
30656      Branch: perlio
30657            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
30658 ____________________________________________________________________________
30659 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
30660         Log: Subject: [PATCH] Re: perl@10611 
30661              From: Nicholas Clark <nick@ccl4.org>
30662              Date: Sat, 16 Jun 2001 16:52:47 +0100
30663              Message-ID: <20010616165247.O98663@plum.flirble.org>
30664      Branch: perl
30665            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
30666            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
30667            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
30668            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
30669            ! lib/ExtUtils/Constant.pm
30670 ____________________________________________________________________________
30671 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
30672         Log: Metaconfig unit change for #10629.
30673      Branch: metaconfig
30674            ! U/modified/Finish.U
30675 ____________________________________________________________________________
30676 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
30677         Log: The extraction changed directories.
30678      Branch: perl
30679            ! Configure
30680 ____________________________________________________________________________
30681 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
30682         Log: Math::BigInt 1.35 from Tels.
30683      Branch: perl
30684            + t/lib/mbimbf.t
30685            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30686            ! t/lib/bigfltpm.t t/lib/bigintpm.t
30687 ____________________________________________________________________________
30688 [ 10627] By: nick                                  on 2001/06/16  14:54:52
30689         Log: Work in progress UNIX-side edit of win32 PerLIO layer
30690      Branch: perlio
30691            + win32/win32io.c
30692            ! perlio.c win32/makefile.mk
30693 ____________________________________________________________________________
30694 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
30695         Log: Subject: [PATCH 5.6.1] os2/diff-configure
30696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30697              Date: Fri, 15 Jun 2001 01:19:36 -0400
30698              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
30699              
30700              Empty all of it because I think #10624 made even the
30701              last patch hunk unnecessary.
30702      Branch: perl
30703            ! os2/diff.configure
30704 ____________________________________________________________________________
30705 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
30706         Log: Metaconfig unit change for 10624.
30707      Branch: metaconfig
30708            ! U/modified/libc.U
30709      Branch: perl
30710            ! config_h.SH
30711 ____________________________________________________________________________
30712 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
30713         Log: Move the initialization of libnames to the beginning so
30714              that can one 'seed' it (as OS/2 does.)
30715      Branch: perl
30716            ! Configure
30717 ____________________________________________________________________________
30718 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
30719         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
30720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30721              Date: Fri, 15 Jun 2001 19:10:57 -0400
30722              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
30723      Branch: perl
30724            ! os2/OS2/REXX/DLL/DLL.pm
30725 ____________________________________________________________________________
30726 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
30727         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
30728              From: "Craig A. Berry" <craigberry@mac.com>
30729              Date: Fri, 15 Jun 2001 17:00:03 -0500
30730              Message-Id: <a05101007b750342599be@[172.16.52.1]>
30731      Branch: perl
30732            ! vms/descrip_mms.template
30733 ____________________________________________________________________________
30734 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
30735         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
30736              From: "Craig A. Berry" <craigberry@mac.com>
30737              Date: Fri, 15 Jun 2001 18:39:42 -0500
30738              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
30739      Branch: perl
30740            ! lib/File/Spec/VMS.pm t/lib/extutils.t
30741 ____________________________________________________________________________
30742 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
30743         Log: Integrate perlio.
30744      Branch: perl
30745           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
30746           !> t/io/utf8.t t/lib/io_scalar.t
30747 ____________________________________________________________________________
30748 [ 10619] By: nick                                  on 2001/06/15  21:05:19
30749         Log: Generated files
30750      Branch: perlio
30751            ! embed.h proto.h
30752 ____________________________________________________________________________
30753 [ 10618] By: nick                                  on 2001/06/15  20:27:42
30754         Log: Fix open.pm to work via XS-implemented method calls rather
30755              than *open::layers variables which caused all the HV/AV hassle.
30756      Branch: perlio
30757            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
30758            ! t/lib/io_scalar.t
30759 ____________________________________________________________________________
30760 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
30761         Log: Integrate perlio.
30762      Branch: perl
30763           !> lib/ExtUtils/Constant.pm
30764 ____________________________________________________________________________
30765 [ 10616] By: nick                                  on 2001/06/15  18:46:47
30766         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
30767      Branch: perlio
30768            ! lib/ExtUtils/Constant.pm
30769 ____________________________________________________________________________
30770 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
30771         Log: Integrate perlio.
30772      Branch: perl
30773           !> ext/Socket/Socket.xs
30774 ____________________________________________________________________________
30775 [ 10614] By: nick                                  on 2001/06/15  18:33:37
30776         Log: MULTIPLICITY fix for Socket.xs
30777      Branch: perlio
30778            ! ext/Socket/Socket.xs
30779 ____________________________________________________________________________
30780 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
30781         Log: Subject: Re: perl@10611
30782              From: Doug MacEachern <dougm@covalent.net>
30783              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
30784              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
30785      Branch: perl
30786            ! ext/Socket/Socket.xs
30787 ____________________________________________________________________________
30788 [ 10612] By: nick                                  on 2001/06/15  16:14:38
30789         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
30790      Branch: perlio
30791           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
30792           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
30793           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
30794           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
30795           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
30796           !> utils/h2ph.PL
30797 ____________________________________________________________________________
30798 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
30799         Log: Update Changes.
30800      Branch: perl
30801            ! Changes patchlevel.h
30802 ____________________________________________________________________________
30803 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
30804         Log: Upping the test count.
30805      Branch: perl
30806            ! t/lib/filefind.t
30807 ____________________________________________________________________________
30808 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
30809         Log: Integrate perlio.
30810      Branch: perl
30811           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30812 ____________________________________________________________________________
30813 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
30814         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
30815              From: andreas.koenig@anima.de (Andreas J. Koenig)
30816              Date: 15 Jun 2001 13:30:39 +0200
30817              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
30818              
30819              Record the grim history.
30820      Branch: perl
30821            ! lib/File/Find.pm
30822 ____________________________________________________________________________
30823 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
30824         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
30825              From: Brian McCauley <nobull@mail.com>
30826              Date: 15 Jun 2001 07:51:26 +0100
30827              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
30828      Branch: perl
30829            ! lib/File/Find.pm t/lib/filefind.t
30830 ____________________________________________________________________________
30831 [ 10606] By: nick                                  on 2001/06/15  14:00:08
30832         Log: regen_config_h for Win32.
30833      Branch: perlio
30834            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30835 ____________________________________________________________________________
30836 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
30837         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
30838              From: Peter Prymmer <pvhp@forte.com>
30839              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
30840              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
30841      Branch: perl
30842            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
30843 ____________________________________________________________________________
30844 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
30845         Log: Some filesystems require writability for rename/unlink.
30846      Branch: perl
30847            ! opcode.pl
30848 ____________________________________________________________________________
30849 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
30850         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
30851              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
30852              Date: Fri, 15 Jun 2001 12:08:53 +0200
30853              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
30854      Branch: perl
30855            ! perlio.c
30856 ____________________________________________________________________________
30857 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
30858         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
30859              From: Mike Guy <mjtg@cam.ac.uk>
30860              Date: Fri, 15 Jun 2001 14:11:49 +0100
30861              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
30862      Branch: perl
30863            ! opcode.pl
30864 ____________________________________________________________________________
30865 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
30866         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
30867              From: Nicholas Clark <nick@ccl4.org>
30868              Date: Thu, 14 Jun 2001 23:52:56 +0100
30869              Message-ID: <20010614235256.G98663@plum.flirble.org>
30870      Branch: perl
30871            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
30872            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
30873 ____________________________________________________________________________
30874 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
30875         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
30876              From: Russ Allbery <rra@stanford.edu>
30877              Date: 14 Jun 2001 13:24:43 -0700
30878              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
30879      Branch: perl
30880            ! ext/GDBM_File/GDBM_File.pm
30881 ____________________________________________________________________________
30882 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
30883         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
30884              From: Nicholas Clark <nick@ccl4.org>
30885              Date: Thu, 14 Jun 2001 20:37:47 +0100
30886              Message-ID: <20010614203747.F98663@plum.flirble.org>
30887      Branch: perl
30888            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
30889            ! t/lib/gdbm.t
30890 ____________________________________________________________________________
30891 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
30892         Log: Integrate perlio.
30893      Branch: perl
30894           !> makedef.pl sv.c
30895 ____________________________________________________________________________
30896 [ 10597] By: nick                                  on 2001/06/15  11:08:13
30897         Log: Check that HVs with HvNAME() != NULL are really stashes before
30898              treating them as such. Also be more defensive on the GvCV.
30899              Win32 fork and dprof now working again. 
30900      Branch: perlio
30901            ! sv.c
30902 ____________________________________________________________________________
30903 [ 10596] By: nick                                  on 2001/06/15  10:11:20
30904         Log: Integrate mainline.
30905      Branch: perlio
30906           +> Cross/README
30907           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
30908           !> Porting/config_H config_h.SH configure.com epoc/config.sh
30909           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
30910           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30911           !> vos/config.ga.h win32/config.bc win32/config.gc
30912           !> win32/config.vc win32/config_H.bc win32/config_H.gc
30913           !> win32/config_H.vc
30914 ____________________________________________________________________________
30915 [ 10595] By: nick                                  on 2001/06/15  09:37:17
30916         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
30917              - Win32 (VC++) now builds but fails:
30918              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
30919              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
30920              write.t    - open(...,"|-") not implemented on Win32 
30921      Branch: perlio
30922            ! makedef.pl
30923 ____________________________________________________________________________
30924 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
30925         Log: Integrate perlio.
30926      Branch: perl
30927           !> perlio.c win32/makefile.mk
30928 ____________________________________________________________________________
30929 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
30930         Log: Metaconfig unit changes for #10592.
30931      Branch: metaconfig
30932            + U/modified/i_varhdr.U U/modified/startsh.U
30933            - U/a_dvisory/crosscompile.U U/target/Target.U
30934            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
30935            ! U/compline/bitpbyte.U U/compline/byteorder.U
30936            ! U/compline/ccflags.U U/compline/charsize.U
30937            ! U/compline/d_casti32.U U/compline/d_castneg.U
30938            ! U/compline/d_closedir.U U/compline/d_fd_set.U
30939            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
30940            ! U/compline/d_keepsig.U U/compline/d_open3.U
30941            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
30942            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
30943            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
30944            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
30945            ! U/compline/doublesize.U U/compline/floatsize.U
30946            ! U/compline/nblock_io.U U/compline/orderlib.U
30947            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
30948            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
30949            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
30950            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
30951            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
30952            ! U/modified/spitshell.U U/threads/archname.U
30953            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
30954            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
30955            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
30956            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
30957            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
30958      Branch: metaconfig/U/perl
30959            + Cross.U
30960            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
30961            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
30962            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
30963            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
30964            ! stdio_streams.U uselfs.U
30965 ____________________________________________________________________________
30966 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
30967         Log: The first steps towards cross-compilation.
30968              
30969              Abstract execution of compiled test executables with $run,
30970              and abstract transfer of files with $to and $from.
30971              
30972              Under cross-compilation the $run, $to, and $from will point
30973              to appropriate wrapper scripts, by default ssh and scp,
30974              but also rsh, rcp, and cp are supported.  If not
30975              cross-compiling, they will be set to '', ':', and ':',
30976              respectively.
30977              
30978              With these patches I was able to get Configure for
30979              iPAQ ARM Linux on an Intel Linux about 95% right
30980              (only a few tests failed to execute or they produced
30981              incorrect results), and I was able to compile
30982              a functional miniperl.
30983              
30984              The symbol crosscompile renamed to be usecrosscompile,
30985              the corresponding C symbol from CROSSCOMPILE to
30986              USE_CROSS_COMPILE.
30987      Branch: perl
30988            ! Configure Cross/README Makefile.SH Porting/Glossary
30989            ! Porting/config.sh Porting/config_H config_h.SH configure.com
30990            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
30991            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30992            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30993            ! win32/config.gc win32/config.vc win32/config_H.bc
30994            ! win32/config_H.gc win32/config_H.vc
30995 ____________________________________________________________________________
30996 [ 10591] By: nick                                  on 2001/06/14  20:00:12
30997         Log: Steps along the road toward Win32 building again.
30998      Branch: perlio
30999            ! perlio.c win32/makefile.mk
31000 ____________________________________________________________________________
31001 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
31002         Log: Integrate perlio.
31003      Branch: perl
31004           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31005 ____________________________________________________________________________
31006 [ 10589] By: nick                                  on 2001/06/14  13:54:07
31007         Log: Routine regen_config_h for Win32
31008      Branch: perlio
31009            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31010 ____________________________________________________________________________
31011 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
31012         Log: Integrate perlio.
31013      Branch: perl
31014           +> perlyline.pl
31015           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
31016 ____________________________________________________________________________
31017 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
31018         Log: A placeholder.
31019      Branch: perl
31020            + Cross/README
31021 ____________________________________________________________________________
31022 [ 10586] By: nick                                  on 2001/06/14  08:25:07
31023         Log: Add new step to run_byacc which:
31024              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
31025              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
31026      Branch: perlio
31027            + perlyline.pl
31028            ! MANIFEST Makefile.SH perly.c
31029 ____________________________________________________________________________
31030 [ 10585] By: nick                                  on 2001/06/14  08:22:29
31031         Log: Integrate mainline
31032      Branch: perlio
31033           +> locale.c numeric.c
31034           !> Changes cygwin/Makefile.SHs embed.h embed.pl
31035           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
31036           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
31037           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
31038           !> x2p/Makefile.SH
31039 ____________________________________________________________________________
31040 [ 10584] By: nick                                  on 2001/06/14  08:05:53
31041         Log: Hack to remove insecure directories from PATH so test will run.
31042      Branch: perlio
31043            ! t/lib/filefind.t
31044 ____________________________________________________________________________
31045 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
31046         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
31047      Branch: perl
31048            - t/lib/mbimbf.t
31049            ! MANIFEST
31050 ____________________________________________________________________________
31051 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
31052         Log: Detypo.
31053      Branch: perl
31054            ! x2p/Makefile.SH
31055 ____________________________________________________________________________
31056 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
31057         Log: de-$CONFIG continues.
31058      Branch: perl
31059            ! cygwin/Makefile.SHs x2p/Makefile.SH
31060 ____________________________________________________________________________
31061 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
31062         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
31063              From: Nicholas Clark <nick@ccl4.org>
31064              Date: Wed, 13 Jun 2001 21:20:13 +0100
31065              Message-ID: <20010613212013.D98663@plum.flirble.org>
31066      Branch: perl
31067            ! opcode.pl
31068 ____________________________________________________________________________
31069 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
31070         Log: Subject: splitting util.c
31071              From: Hugo <hv@crypt.compulink.co.uk>
31072              Date: Thu, 14 Jun 2001 00:41:08 +0100
31073              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
31074      Branch: perl
31075            + locale.c numeric.c
31076            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
31077            ! pod/perlapi.pod proto.h util.c
31078 ____________________________________________________________________________
31079 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
31080         Log: Upgrade to Math::BigInt 1.34 from Tels.
31081      Branch: perl
31082            + t/lib/mbimbf.t
31083            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31084            ! t/lib/bigfltpm.t t/lib/bigintpm.t
31085 ____________________________________________________________________________
31086 [ 10577] By: nick                                  on 2001/06/13  19:02:48
31087         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
31088      Branch: perlio
31089           !> (integrate 125 files)
31090 ____________________________________________________________________________
31091 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
31092         Log: Update Changes.
31093      Branch: perl
31094            ! Changes patchlevel.h
31095 ____________________________________________________________________________
31096 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
31097         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
31098              From: "Craig A. Berry" <craigberry@mac.com>
31099              Date: Wed, 13 Jun 2001 13:24:28 -0500
31100              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
31101      Branch: perl
31102            ! ext/re/Makefile.PL
31103 ____________________________________________________________________________
31104 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
31105         Log: Mc.u.c. for #10573.
31106      Branch: metaconfig
31107            ! U/threads/usethreads.U
31108 ____________________________________________________________________________
31109 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
31110         Log: It would be also be good if I could type.
31111      Branch: perl
31112            ! Configure
31113 ____________________________________________________________________________
31114 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
31115         Log: Metaconfig unit change for #10571.
31116      Branch: metaconfig
31117            ! U/threads/usethreads.U
31118 ____________________________________________________________________________
31119 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
31120         Log: A non-empty default is a good thing.
31121      Branch: perl
31122            ! Configure
31123 ____________________________________________________________________________
31124 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
31125         Log: Metaconfig unit change for #10569.
31126      Branch: metaconfig
31127            ! U/threads/usethreads.U
31128 ____________________________________________________________________________
31129 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
31130         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
31131              extremely experimental, not even prompted for.
31132      Branch: perl
31133            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31134            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
31135            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
31136            ! win32/config.bc win32/config.gc win32/config.vc
31137 ____________________________________________________________________________
31138 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
31139         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
31140      Branch: perl
31141            ! pod/perlfaq6.pod
31142 ____________________________________________________________________________
31143 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
31144         Log: Integrate perlio; conflicts, accept Nick's versions.
31145      Branch: perl
31146           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31147           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
31148 ____________________________________________________________________________
31149 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
31150         Log: Subject: Re: ext/ + -Wall
31151              From: Doug MacEachern <dougm@covalent.net>
31152              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
31153              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
31154      Branch: perl
31155            ! XSUB.h lib/ExtUtils/xsubpp perl.h
31156 ____________________________________________________________________________
31157 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
31158         Log: Similar logic as DB_File.xs, using the modern macros and
31159              defines them to older ones for older Perls where PERL_VERSION
31160              is not defined, from Doug MacEachern.
31161      Branch: perl
31162            ! ext/Storable/Storable.xs
31163 ____________________________________________________________________________
31164 [ 10564] By: nick                                  on 2001/06/13  15:22:01
31165         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
31166              and using that instead (name lookups are sequential search for now).
31167      Branch: perlio
31168            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31169            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
31170 ____________________________________________________________________________
31171 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
31172         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
31173              From: "Richard Soderberg" <rs@crystalflame.net>
31174              Date: Sat, 26 May 2001 06:44:20 -0700
31175              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
31176      Branch: perl
31177            ! sv.c t/op/glob.t
31178 ____________________________________________________________________________
31179 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
31180         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
31181              From: "Craig A. Berry" <craigberry@mac.com>
31182              Date: Tue, 12 Jun 2001 23:55:26 -0500
31183              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
31184      Branch: perl
31185            ! ext/re/Makefile.PL ext/re/re.xs
31186 ____________________________________________________________________________
31187 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
31188         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
31189              suggested by NI-S.
31190      Branch: perl
31191            ! XSUB.h malloc.c perl.h
31192 ____________________________________________________________________________
31193 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
31194         Log: Regen toc.
31195      Branch: perl
31196            ! pod/perltoc.pod
31197 ____________________________________________________________________________
31198 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
31199         Log: Subject: [patch] perl.gprof control
31200              From: Doug MacEachern <dougm@covalent.net>
31201              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
31202              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
31203      Branch: perl
31204            ! miniperlmain.c perl.h
31205 ____________________________________________________________________________
31206 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
31207         Log: Subject: Re: ext/ + -Wall
31208              From: Doug MacEachern <dougm@covalent.net>
31209              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
31210              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
31211              
31212              Document ax and break up dXSARGS.
31213      Branch: perl
31214            ! XSUB.h pod/perlapi.pod
31215 ____________________________________________________________________________
31216 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
31217         Log: More AIX tweakage from Merijn.
31218      Branch: perl
31219            ! hints/aix.sh
31220 ____________________________________________________________________________
31221 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
31222         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
31223              From: "Craig A. Berry" <craigberry@mac.com>
31224              Date: Tue, 12 Jun 2001 22:57:45 -0500
31225              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
31226      Branch: perl
31227            ! vms/descrip_mms.template
31228 ____________________________________________________________________________
31229 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
31230         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
31231              From: "Craig A. Berry" <craigberry@mac.com>
31232              Date: Tue, 12 Jun 2001 22:21:39 -0500
31233              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
31234      Branch: perl
31235            ! configure.com util.c
31236 ____________________________________________________________________________
31237 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
31238         Log: New AIX dynaloading code from Jens-Uwe Mager.
31239              Does break binary compatibility.
31240      Branch: perl
31241            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31242 ____________________________________________________________________________
31243 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
31244         Log: VMS DEC C compiler found nits by Peter Prymmer.
31245      Branch: perl
31246            ! util.c
31247 ____________________________________________________________________________
31248 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
31249         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
31250              From: Peter Prymmer <pvhp@forte.com>
31251              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
31252              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
31253      Branch: perl
31254            ! t/lib/filecomp.t
31255 ____________________________________________________________________________
31256 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
31257         Log: I wonder how many $CONFIGs still lurk in the shadows.
31258      Branch: perl
31259            ! pod/Makefile.SH x2p/cflags.SH
31260 ____________________________________________________________________________
31261 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
31262         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
31263      Branch: perl
31264            ! pod/checkpods.PL
31265 ____________________________________________________________________________
31266 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
31267         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
31268      Branch: perl
31269            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
31270 ____________________________________________________________________________
31271 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
31272         Log: Subject: [patch] rid local_patches warnings
31273              From: Doug MacEachern <dougm@covalent.net>
31274              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
31275              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
31276      Branch: perl
31277            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
31278 ____________________________________________________________________________
31279 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
31280         Log: Subject: Re: ext/ + -Wall
31281              From: Doug MacEachern <dougm@covalent.net>
31282              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
31283              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
31284      Branch: perl
31285            ! ext/attrs/attrs.xs
31286 ____________________________________________________________________________
31287 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
31288         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
31289              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31290              Date: Tue, 12 Jun 2001 14:36:20 -0400
31291              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
31292      Branch: perl
31293            ! pod/perlretut.pod
31294 ____________________________________________________________________________
31295 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
31296         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
31297              From: Mike Guy <mjtg@cam.ac.uk>
31298              Date: Tue, 12 Jun 2001 19:10:31 +0100
31299              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
31300              
31301              Subject: Re: [ID 20010612.001] out of memory during regex compilation
31302              From: Mike Guy <mjtg@cam.ac.uk>
31303              Date: Tue, 12 Jun 2001 19:21:01 +0100
31304              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
31305      Branch: perl
31306            ! pod/perlop.pod
31307 ____________________________________________________________________________
31308 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
31309         Log: AIX tweaks from Merijn H. Brand.
31310      Branch: perl
31311            ! hints/aix.sh
31312 ____________________________________________________________________________
31313 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
31314         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
31315              From: "Brendan O'Dea" <bod@compusol.com.au>
31316              Date: Wed, 13 Jun 2001 05:16:47 +1000
31317              Message-ID: <20010613051647.A8945@compusol.com.au>
31318      Branch: maint-5.6/perl
31319            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31320 ____________________________________________________________________________
31321 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
31322         Log: Subject: Small bcopy cleanup
31323              From: Andy Dougherty <doughera@lafayette.edu>
31324              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
31325              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
31326      Branch: perl
31327            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
31328 ____________________________________________________________________________
31329 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
31330         Log: Subject: [PATCH] Re: ext/ + -Wall
31331              From: Nicholas Clark <nick@ccl4.org>
31332              Date: Wed, 13 Jun 2001 00:04:30 +0100
31333              Message-ID: <20010613000430.M5901@plum.flirble.org>
31334      Branch: perl
31335            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31336 ____________________________________________________________________________
31337 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
31338         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
31339              From: Nicholas Clark <nick@ccl4.org>
31340              Date: Tue, 12 Jun 2001 23:53:07 +0100
31341              Message-ID: <20010612235307.L5901@plum.flirble.org>
31342      Branch: perl
31343            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31344 ____________________________________________________________________________
31345 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
31346         Log: MPE/iX tweaks from Mark Bixby.
31347      Branch: perl
31348            ! hints/mpeix.sh mpeix/mpeixish.h util.c
31349 ____________________________________________________________________________
31350 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
31351         Log: Update Changes.
31352      Branch: perl
31353            ! Changes patchlevel.h
31354 ____________________________________________________________________________
31355 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
31356         Log: One less -Wall whine (found under DEBUGGING).
31357      Branch: perl
31358            ! x2p/Makefile.SH x2p/a2p.c
31359 ____________________________________________________________________________
31360 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
31361         Log: s/case-independent/case-insensitive/g
31362      Branch: perl
31363            ! pod/perldebug.pod
31364 ____________________________________________________________________________
31365 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
31366         Log: As suggested in    
31367              
31368              Subject: Re: ext/ + -Wall
31369              From: Gurusamy Sarathy <gsar@ActiveState.com>
31370              Date: Mon, 11 Jun 2001 23:34:31 -0700
31371              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
31372      Branch: perl
31373            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
31374            ! perl.h
31375 ____________________________________________________________________________
31376 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
31377         Log: Subject: ext/ + -Wall
31378              From: Doug MacEachern <dougm@covalent.net>
31379              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
31380              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
31381      Branch: perl
31382            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
31383            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
31384            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
31385            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
31386            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
31387            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
31388            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
31389            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
31390            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
31391            ! lib/ExtUtils/xsubpp
31392 ____________________________________________________________________________
31393 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
31394         Log: Subject: [PATCH] anonymous stashes
31395              From: Abhijit Menon-Sen <ams@wiw.org>
31396              Date: Tue, 12 Jun 2001 12:47:04 +0530
31397              Message-ID: <20010612124704.A29029@lustre.linux.in>
31398      Branch: perl
31399            ! dump.c gv.c sv.c xsutils.c
31400 ____________________________________________________________________________
31401 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
31402         Log: One more test for $^S.
31403      Branch: perl
31404            ! t/op/magic.t
31405 ____________________________________________________________________________
31406 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
31407         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
31408              From: Abhijit Menon-Sen <ams@wiw.org>
31409              Date: Tue, 12 Jun 2001 17:35:55 +0530
31410              Message-ID: <20010612173555.A32426@lustre.linux.in>
31411      Branch: perl
31412            ! mg.c t/op/magic.t
31413 ____________________________________________________________________________
31414 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
31415         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
31416              From: Mike Guy <mjtg@cam.ac.uk>
31417              Date: Tue, 12 Jun 2001 13:14:15 +0100
31418              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
31419      Branch: perl
31420            ! pod/perlop.pod
31421 ____________________________________________________________________________
31422 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
31423         Log: AUTHORS updates.
31424      Branch: perl
31425            ! AUTHORS
31426 ____________________________________________________________________________
31427 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
31428         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
31429              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
31430              Content-Transfer-Encoding: 7bit
31431              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
31432      Branch: perl
31433            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
31434 ____________________________________________________________________________
31435 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
31436         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
31437              From: "Philip Newton" <Philip.Newton@gmx.net>
31438              Date: Mon, 11 Jun 2001 07:08:03 +0200
31439              Message-Id: <200106120802.LAA08992@taas.iki.fi>
31440      Branch: perl
31441            ! t/base/term.t
31442 ____________________________________________________________________________
31443 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
31444         Log: Cleanup the a2p.c for -Wall.
31445      Branch: perl
31446            ! x2p/Makefile.SH x2p/a2p.c
31447 ____________________________________________________________________________
31448 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
31449         Log: File::Find update for MacOS from Chris Nandor.
31450      Branch: perl
31451            ! lib/File/Find.pm t/lib/filefind.t
31452 ____________________________________________________________________________
31453 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
31454         Log: gcc -Wall nits picked out by a non-UNIX system
31455              (courtesy of Mark Bixby)
31456      Branch: perl
31457            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
31458            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
31459            ! pp_sys.c util.c
31460 ____________________________________________________________________________
31461 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
31462         Log: Metaconfig unit change for #10522.  (The d_modfl changes
31463              placate metalint.)
31464      Branch: metaconfig/U/perl
31465            ! d_modfl.U d_u32align.U
31466 ____________________________________________________________________________
31467 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
31468         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
31469              be "./try 2>&1 >/dev/null".
31470      Branch: perl
31471            ! Configure
31472 ____________________________________________________________________________
31473 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
31474         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
31475              From: "Craig A. Berry" <craigberry@mac.com>
31476              Date: Mon, 11 Jun 2001 14:00:32 -0500
31477              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
31478      Branch: perl
31479            ! configure.com
31480 ____________________________________________________________________________
31481 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
31482         Log: Move the full \p\P lists to perlunicode.
31483      Branch: perl
31484            ! pod/perlretut.pod pod/perlunicode.pod
31485 ____________________________________________________________________________
31486 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
31487         Log: VOS build tweak for 5.6.1 from Paul Green.
31488      Branch: maint-5.6/perl
31489            ! vos/build.cm
31490 ____________________________________________________________________________
31491 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
31492         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
31493              From: "Craig A. Berry" <craigberry@mac.com>
31494              Date: Fri, 8 Jun 2001 18:08:18 -0500
31495              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
31496      Branch: perl
31497            ! vms/vms.c
31498 ____________________________________________________________________________
31499 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
31500         Log: Update Changes.
31501      Branch: perl
31502            ! Changes patchlevel.h
31503 ____________________________________________________________________________
31504 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
31505         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
31506      Branch: perl
31507            ! vos/config.alpha.h vos/config.ga.h
31508 ____________________________________________________________________________
31509 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
31510         Log: VOS updates from Paul Green for @10476.
31511      Branch: perl
31512            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
31513            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31514            ! vos/config.ga.h vos/configure_perl.cm
31515 ____________________________________________________________________________
31516 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
31517         Log: Subject: [PATCH] Not many people know this ...
31518              From: Mike Guy <mjtg@cam.ac.uk>
31519              Date: Mon, 11 Jun 2001 14:55:15 +0100
31520              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
31521      Branch: perl
31522            ! pod/perldebug.pod
31523 ____________________________________________________________________________
31524 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
31525         Log: Add final commas to lists as suggested by Philip Newton.
31526      Branch: perl
31527            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31528 ____________________________________________________________________________
31529 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
31530         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
31531              Date: Sun, 10 Jun 2001 23:35:38 -0400
31532              From: Chris Nandor <pudge@pobox.com>
31533              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
31534      Branch: perl
31535            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
31536            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
31537            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
31538            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
31539            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
31540            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
31541            ! t/op/write.t t/pragma/strict.t
31542 ____________________________________________________________________________
31543 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
31544         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
31545              From: Chris Nandor <pudge@pobox.com>
31546              Date: Mon, 11 Jun 2001 08:24:28 -0400
31547              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
31548      Branch: perl
31549            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
31550            ! t/lib/io_dir.t
31551 ____________________________________________________________________________
31552 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
31553         Log: One more run_byacc (a hand-tweaked version had slipped in).
31554      Branch: perl
31555            ! perly.c vms/perly_c.vms
31556 ____________________________________________________________________________
31557 [ 10509] By: nick                                  on 2001/06/11  07:49:15
31558         Log: Integrate mainline
31559      Branch: perlio
31560           !> Makefile.SH embed.h embed.pl global.sym
31561           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
31562           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
31563           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
31564           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
31565 ____________________________________________________________________________
31566 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
31567         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
31568              From: Mike Guy <mjtg@cam.ac.uk>
31569              Reply-To: mjtg@cam.ac.uk
31570              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
31571      Branch: perl
31572            ! lib/ExtUtils/Manifest.pm
31573 ____________________________________________________________________________
31574 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
31575         Log: Subject: [PATCH] ExtUtils::Constant
31576              From: Nicholas Clark <nick@ccl4.org>
31577              Date: Sun, 10 Jun 2001 23:25:41 +0100
31578              Message-ID: <20010610232540.C76396@plum.flirble.org>
31579      Branch: perl
31580            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
31581 ____________________________________________________________________________
31582 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
31583         Log: Integrate perlio.
31584      Branch: perl
31585           !> iperlsys.h
31586 ____________________________________________________________________________
31587 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
31588         Log: Move the grok_number and its lieutenant grok_numeric_radix
31589              from sv.c statics to util.c and public.
31590      Branch: perl
31591            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
31592            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
31593 ____________________________________________________________________________
31594 [ 10504] By: nick                                  on 2001/06/10  17:47:06
31595         Log: Fix (valid) -Wall warnings in perlio.c
31596      Branch: perlio
31597            ! iperlsys.h
31598 ____________________________________________________________________________
31599 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
31600         Log: Update perly_c.diff, update perly.fixer to edit away
31601              some of the -Wall noise.
31602      Branch: perl
31603            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
31604 ____________________________________________________________________________
31605 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
31606         Log: Check the version of byacc.
31607      Branch: perl
31608            ! Makefile.SH
31609 ____________________________________________________________________________
31610 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
31611         Log: Subject: [PATCH] perly.y overhaul
31612              From: Simon Cozens <simon@netthink.co.uk>
31613              Date: Sun, 10 Jun 2001 16:56:54 +0100
31614              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
31615              
31616              Plus make run_byacc.
31617      Branch: perl
31618            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
31619 ____________________________________________________________________________
31620 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
31621         Log: Integrate perlio.
31622      Branch: perl
31623           !> perlio.c perlsfio.h
31624 ____________________________________________________________________________
31625 [ 10499] By: nick                                  on 2001/06/10  15:01:08
31626         Log: Integrate mainline
31627      Branch: perlio
31628           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
31629           !> t/pragma/locale.t util.c
31630 ____________________________________________________________________________
31631 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
31632         Log: Put some meat on the perl572delta bones.  The list of
31633              selected bug fixes needs more work, as does still the
31634              whole document.
31635      Branch: perl
31636            ! pod/perl572delta.pod
31637 ____________________________________________________________________________
31638 [ 10497] By: nick                                  on 2001/06/10  12:27:51
31639         Log: Paper over a crack or two with USE_SFIO
31640      Branch: perlio
31641            ! perlio.c perlsfio.h
31642 ____________________________________________________________________________
31643 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
31644         Log: Update Changes.
31645      Branch: perl
31646            ! Changes patchlevel.h
31647 ____________________________________________________________________________
31648 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
31649         Log: Subject: Re: pragma/locale.t #107
31650              From: Hugo <hv@crypt.compulink.co.uk>
31651              Date: Sun, 10 Jun 2001 11:23:30 +0100
31652              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
31653              
31654              Encapsulate the scan of the decimal radix separator.
31655      Branch: perl
31656            ! embed.h embed.pl proto.h sv.c
31657 ____________________________________________________________________________
31658 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
31659         Log: Try to grok numbers both with the locale specific separator
31660              and with the usual "." (if different from the lss); add a test
31661              to locale.t to do also a little bit of math in addition to just
31662              equalness testing; remove extraneous logic as suggested in
31663              
31664              Subject: Re: pragma/locale.t #107
31665              From: Nicholas Clark <nick@ccl4.org>
31666              Date: Sat, 9 Jun 2001 22:37:36 +0100
31667              Message-ID: <20010609223735.Y76396@plum.flirble.org>
31668      Branch: perl
31669            ! sv.c t/pragma/locale.t
31670 ____________________________________________________________________________
31671 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
31672         Log: Metaconfig unit change for #10492.
31673      Branch: metaconfig/U/perl
31674            ! Extensions.U
31675 ____________________________________________________________________________
31676 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
31677         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
31678              From: Artur Bergman <artur@contiller.se> 
31679              Date: Sat, 09 Jun 2001 21:03:51 +0200
31680              Message-ID: <B7483FB6.1398%artur@contiller.se>
31681      Branch: perl
31682            ! Configure
31683 ____________________________________________________________________________
31684 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
31685         Log: Integrate perlio.
31686      Branch: perl
31687           !> perlsfio.h
31688 ____________________________________________________________________________
31689 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
31690         Log: Do locale specific separator if only in locale.
31691      Branch: perl
31692            ! util.c
31693 ____________________________________________________________________________
31694 [ 10489] By: nick                                  on 2001/06/09  19:13:25
31695         Log: Make XS/Typemap compile (but fail) with sfio
31696      Branch: perlio
31697            ! perlsfio.h
31698 ____________________________________________________________________________
31699 [ 10488] By: nick                                  on 2001/06/09  19:12:51
31700         Log: Re-integrate mainline
31701      Branch: perlio
31702           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
31703           !> proto.h sv.c util.c
31704 ____________________________________________________________________________
31705 [ 10487] By: nick                                  on 2001/06/09  16:26:29
31706         Log: Integrate mainline
31707      Branch: perlio
31708           !> (integrate 31 files)
31709 ____________________________________________________________________________
31710 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
31711         Log: Subject: [PATCH] New attempt to clone callack
31712              From: Artur Bergman <artur@contiller.se> 
31713              Date: Thu, 07 Jun 2001 11:52:16 +0200
31714              Message-ID: <B7451B6F.12B7%artur@contiller.se>
31715      Branch: perl
31716            ! embedvar.h intrpvar.h perlapi.h sv.c
31717 ____________________________________________________________________________
31718 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
31719         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
31720      Branch: perl
31721            ! embed.h embed.pl perl.h proto.h sv.c util.c
31722 ____________________________________________________________________________
31723 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
31724         Log: Subject: Re: pragma/locale.t #107
31725              From: Nicholas Clark <nick@ccl4.org>
31726              Date: Sat, 9 Jun 2001 16:26:10 +0100
31727              Message-ID: <20010609162609.V76396@plum.flirble.org>
31728              
31729              A missing NVification.
31730      Branch: perl
31731            ! sv.c
31732 ____________________________________________________________________________
31733 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
31734         Log: Redo the #10482, there already was a test script for formats.
31735      Branch: perl
31736            - t/io/format.t
31737            ! MANIFEST t/op/write.t
31738 ____________________________________________________________________________
31739 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
31740         Log: Twisted format testing, from Merijn.
31741      Branch: perl
31742            + t/io/format.t
31743            ! MANIFEST
31744 ____________________________________________________________________________
31745 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
31746         Log: More \p{In...} testing, combined with \N{...}.
31747      Branch: perl
31748            ! lib/utf8_heavy.pl t/op/pat.t
31749 ____________________________________________________________________________
31750 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
31751         Log: Metaconfig changes for #10479.
31752      Branch: metaconfig
31753            ! U/Glossary.patch
31754      Branch: metaconfig/U/perl
31755            ! d_modfl.U
31756 ____________________________________________________________________________
31757 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
31758         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
31759      Branch: perl
31760            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31761            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
31762            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
31763            ! win32/config.bc win32/config.gc win32/config.vc
31764 ____________________________________________________________________________
31765 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
31766         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
31767              From: "Craig A. Berry" <craigberry@mac.com>
31768              Date: Thu, 7 Jun 2001 14:27:20 -0500
31769              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
31770      Branch: perl
31771            ! vms/perlvms.pod
31772 ____________________________________________________________________________
31773 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
31774         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
31775              From: Gisle Aas <gisle@ActiveState.com>
31776              Date: 07 Jun 2001 17:04:29 -0700
31777              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
31778      Branch: perl
31779            ! ext/re/re.xs
31780 ____________________________________________________________________________
31781 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
31782         Log: Update Changes.
31783      Branch: perl
31784            ! Changes patchlevel.h
31785 ____________________________________________________________________________
31786 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
31787         Log: Regen Glossary et alia.
31788      Branch: perl
31789            ! Porting/Glossary Porting/config.sh Porting/config_H
31790 ____________________________________________________________________________
31791 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
31792         Log: Metaconfig unit changes for #10473.
31793      Branch: metaconfig/U/perl
31794            ! d_modfl.U
31795 ____________________________________________________________________________
31796 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
31797         Log: Harumph, also AIX will spill its guts (i.e. dump core)
31798              if an executable contains modfl() but it hasn't been
31799              compiled right (in the case of AIX, with cc -qlongdouble).
31800      Branch: perl
31801            ! Configure
31802 ____________________________________________________________________________
31803 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
31804         Log: integrate change#10471 from mainline
31805              
31806              in change#10451, check that CvOUTSIDE is a CV before looking in
31807              (it can apparently be SVt_NULL during global destruction)
31808      Branch: maint-5.6/perl
31809           !> op.c
31810 ____________________________________________________________________________
31811 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
31812         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
31813              (it can apparently be SVt_NULL during global destruction)
31814      Branch: perl
31815            ! op.c
31816 ____________________________________________________________________________
31817 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
31818         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
31819              From: Robin Barker <rmb1@cise.npl.co.uk>
31820              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
31821              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
31822      Branch: perl
31823            ! lib/diagnostics.pm pod/perldiag.pod
31824 ____________________________________________________________________________
31825 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
31826         Log: Subject: [PATCH perl@10439] long =item
31827              From: Robin Barker <rmb1@cise.npl.co.uk>
31828              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
31829              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
31830      Branch: perl
31831            ! README.amiga lib/Attribute/Handlers.pm
31832            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
31833 ____________________________________________________________________________
31834 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
31835         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
31836              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
31837              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
31838              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
31839      Branch: perl
31840            ! pod/perlguts.pod
31841 ____________________________________________________________________________
31842 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
31843         Log: Integrate perlio.
31844      Branch: perl
31845           !> sv.c
31846 ____________________________________________________________________________
31847 [ 10466] By: nick                                  on 2001/06/07  10:25:40
31848         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
31849              whitespace tweaks.
31850              Still coredumps in pragma/overload.t - what a nice hard fail that is...
31851      Branch: perlio
31852            ! sv.c
31853 ____________________________________________________________________________
31854 [ 10465] By: nick                                  on 2001/06/07  08:41:58
31855         Log: Raw integrate of mainline for S_grok_number debug
31856              (sv.c has MULTIPLICITY issues as well as whatever else ...)
31857      Branch: perlio
31858            - plan9/perlplan9.doc plan9/perlplan9.pod
31859           !> (integrate 46 files)
31860 ____________________________________________________________________________
31861 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
31862         Log: The proper prototyping for #10463.
31863      Branch: perl
31864            ! embed.h embed.pl proto.h sv.c
31865 ____________________________________________________________________________
31866 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
31867         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
31868              From: Nicholas Clark <nick@ccl4.org>
31869              Date: Thu, 7 Jun 2001 00:29:59 +0100
31870              Message-ID: <20010607002959.Z76396@plum.flirble.org>
31871      Branch: perl
31872            ! sv.c
31873 ____________________________________________________________________________
31874 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
31875         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
31876              From: "Craig A. Berry" <craigberry@mac.com>
31877              Date: Wed, 06 Jun 2001 17:54:30 -0500
31878              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
31879      Branch: perl
31880            ! vms/perlvms.pod
31881 ____________________________________________________________________________
31882 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
31883         Log: Podify the remaining README.platform files;
31884              merge README.plan9 and plan9/perlplan9.pod;
31885              delete plan9/perlplan9.* (the perlplan.doc needs to
31886              be regenerated in Plan 9); make the =head1 and =head2
31887              in the README.platform to be a little more verbose
31888              (skipped README.os2 not to anger Ilya) so that they
31889              look better in the toc; regen toc.
31890      Branch: perl
31891            - plan9/perlplan9.doc plan9/perlplan9.pod
31892            ! MANIFEST README.aix README.amiga README.apollo README.beos
31893            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
31894            ! README.hpux README.hurd README.machten README.macos
31895            ! README.micro README.mint README.mpeix README.os390
31896            ! README.plan9 README.qnx README.solaris README.threads
31897            ! README.tru64 README.vmesa README.vms README.vos README.win32
31898            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
31899            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
31900 ____________________________________________________________________________
31901 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
31902         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
31903              From: Mike Guy <mjtg@cam.ac.uk>
31904              Reply-To: mjtg@cam.ac.uk
31905              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
31906      Branch: perl
31907            ! pod/perlguts.pod
31908 ____________________________________________________________________________
31909 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
31910         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
31911              From: Mike Guy <mjtg@cam.ac.uk>
31912              Reply-To: mjtg@cam.ac.uk
31913              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
31914      Branch: perl
31915            ! pod/perlsec.pod
31916 ____________________________________________________________________________
31917 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
31918         Log: Disable long doubles from pre-5.0 Tru64s.
31919      Branch: perl
31920            ! README.tru64 hints/dec_osf.sh
31921 ____________________________________________________________________________
31922 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
31923         Log: The #10455 exposed that modfl() is fundamentally busted
31924              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
31925              testing it.
31926      Branch: perl
31927            ! hints/dec_osf.sh
31928 ____________________________________________________________________________
31929 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
31930         Log: Metaconfig unit change for #10455.
31931      Branch: metaconfig/U/perl
31932            ! d_modfl.U
31933 ____________________________________________________________________________
31934 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
31935         Log: Configure check for geborken modfl(), inspired by
31936              
31937              Subject: Re: [20010118.017] op/int.t failure 
31938              From: Hugo <hv@crypt.compulink.co.uk>
31939              Date: Tue, 05 Jun 2001 13:43:27 +0100
31940              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
31941      Branch: perl
31942            ! Configure
31943 ____________________________________________________________________________
31944 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
31945         Log: Integrate changes #10450 and #10451 from maintperl:
31946              
31947              optimize change#10448 slightly (don't repeat search in eval""s lexical
31948              scope, since that has already been searched)
31949              
31950              change#9108 needs subtler treatment for case of closures created
31951              within eval""
31952      Branch: perl
31953           !> op.c t/op/misc.t
31954 ____________________________________________________________________________
31955 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
31956         Log: MakeMaker magic to compile (when no dynamic loading)
31957              List/Util.xsc as (ListUtil.c and) ListUtil.o since
31958              POSIX-BC (BS2000) linker has an evil limitation of
31959              being unable to include in the same executable several
31960              object files with the same name - case-insensitively -
31961              because otherwise we conflict with util.c.
31962              Strictly speaking currently required only in POSIX-BC
31963              but probably will do no harm elsewhere where static
31964              linking is required.
31965      Branch: perl
31966            ! ext/List/Util/Makefile.PL
31967 ____________________________________________________________________________
31968 [ 10452] By: nick                                  on 2001/06/06  08:59:51
31969         Log: Integrate mainline.
31970      Branch: perlio
31971           +> lib/Attribute/Handlers/demo/Demo.pm
31972           +> lib/Attribute/Handlers/demo/Descriptions.pm
31973           +> lib/Attribute/Handlers/demo/MyClass.pm
31974           +> lib/Attribute/Handlers/demo/demo.pl
31975           +> lib/Attribute/Handlers/demo/demo2.pl
31976           +> lib/Attribute/Handlers/demo/demo3.pl
31977           +> lib/Attribute/Handlers/demo/demo4.pl
31978           +> lib/Attribute/Handlers/demo/demo_call.pl
31979           +> lib/Attribute/Handlers/demo/demo_chain.pl
31980           +> lib/Attribute/Handlers/demo/demo_cycle.pl
31981           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
31982           +> lib/Attribute/Handlers/demo/demo_phases.pl
31983           +> lib/Attribute/Handlers/demo/demo_range.pl
31984           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
31985           +> uts/strtol_wrap.c
31986           !> (integrate 91 files)
31987 ____________________________________________________________________________
31988 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
31989         Log: change#9108 needs subtler treatment for case of closures created
31990              within eval""
31991      Branch: maint-5.6/perl
31992            ! op.c t/op/misc.t
31993 ____________________________________________________________________________
31994 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
31995         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
31996              scope, since that has already been searched)
31997      Branch: maint-5.6/perl
31998            ! op.c
31999 ____________________________________________________________________________
32000 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
32001         Log: Integrate change #10448 from maintperl; lexicals
32002              outside an eval"" weren't resolved correctly inside a subroutine
32003              definition inside the eval"" if they were not already referenced
32004              in the toplevel of the eval""-ed code
32005      Branch: perl
32006           !> cop.h op.c pp_ctl.c t/op/misc.t
32007 ____________________________________________________________________________
32008 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
32009         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
32010              outside an eval"" weren't resolved correctly inside a subroutine
32011              definition inside the eval"" if they were not already referenced
32012              in the toplevel of the eval""-ed code
32013      Branch: maint-5.6/perl
32014            ! cop.h op.c pp_ctl.c t/op/misc.t
32015 ____________________________________________________________________________
32016 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
32017         Log: Subject: [PATCH] perl570delta.pod
32018              From: Peter Scott <Peter@PSDT.com> 
32019              Date: Tue, 05 Jun 2001 18:51:02 -0700
32020              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
32021      Branch: perl
32022            ! pod/perl570delta.pod
32023 ____________________________________________________________________________
32024 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
32025         Log: The fudge factor is no more needed.  I hope.
32026      Branch: perl
32027            ! t/lib/posix.t
32028 ____________________________________________________________________________
32029 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
32030         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
32031              From: Hugo <hv@crypt.compulink.co.uk>
32032              Date: Tue, 05 Jun 2001 12:58:19 +0100
32033              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
32034      Branch: perl
32035            ! util.c
32036 ____________________________________________________________________________
32037 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
32038         Log: Make up prototypes only for those who have the functions
32039              but not the prototypes.
32040      Branch: perl
32041            ! perl.h
32042 ____________________________________________________________________________
32043 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
32044         Log: Subject: Re: Not OK: perl@10439 on win32 
32045              From: Prymmer/Kahn <pvhp@best.com> 
32046              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
32047              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
32048      Branch: perl
32049            ! perl.h util.c
32050 ____________________________________________________________________________
32051 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
32052         Log: The metaconfig units changes for #10441.
32053      Branch: metaconfig
32054            ! U/modified/Extract.U U/modified/Extractall.U
32055            ! U/modified/Finish.U
32056 ____________________________________________________________________________
32057 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
32058         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
32059      Branch: perl
32060            ! Configure
32061 ____________________________________________________________________________
32062 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
32063         Log: Unnecessary fuzziness undone, noted by Mike Guy.
32064      Branch: perl
32065            ! t/op/tr.t
32066 ____________________________________________________________________________
32067 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
32068         Log: Update Changes.
32069      Branch: perl
32070            ! Changes patchlevel.h
32071 ____________________________________________________________________________
32072 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
32073         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
32074              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
32075              leakage patch.
32076      Branch: perl
32077            ! t/op/misc.t
32078 ____________________________________________________________________________
32079 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
32080         Log: Test case for #10433/#10424.
32081      Branch: perl
32082            ! t/op/misc.t
32083 ____________________________________________________________________________
32084 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
32085         Log: Subject: One fix for strtoul not setting errno
32086              From: hom00@utsglobal.com (Hal Morris)
32087              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
32088              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
32089      Branch: perl
32090            + uts/strtol_wrap.c
32091            ! MANIFEST hints/uts.sh
32092 ____________________________________________________________________________
32093 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
32094         Log: Metaconfig units changes for #10434.
32095      Branch: metaconfig
32096            ! U/modified/Cppsym.U
32097      Branch: metaconfig/U/perl
32098            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
32099            + d_syscallproto.U d_usleepproto.U
32100            ! longdblfio.U quadfio.U
32101 ____________________________________________________________________________
32102 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
32103         Log: Configure tweaks; add prototype probes, make the cpp symbols
32104              probe to cast, not whine; test for %Ld and %Lf before %lld and
32105              %llf because the L is the ANSI way.
32106      Branch: perl
32107            ! Configure config_h.SH configure.com epoc/config.sh
32108            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
32109            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
32110            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
32111 ____________________________________________________________________________
32112 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
32113         Log: Sigh.  This is what #10424 was supposed to check in.
32114      Branch: perl
32115            ! op.c sv.c sv.h
32116 ____________________________________________________________________________
32117 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
32118         Log: More verbose failure.
32119      Branch: perl
32120            ! t/op/ver.t
32121 ____________________________________________________________________________
32122 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
32123         Log: The .pm changes to go with #10428.
32124      Branch: perl
32125            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
32126            ! ext/Sys/Syslog/Syslog.pm
32127 ____________________________________________________________________________
32128 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
32129         Log: On second thoughts show to utf8 skippage message only
32130              on failures, it's too confusing otherwise,
32131      Branch: perl
32132            ! t/pragma/locale.t
32133 ____________________________________________________________________________
32134 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
32135         Log: Do not import anything from Encode.
32136      Branch: perl
32137            ! ext/MIME/Base64/QuotedPrint.pm
32138 ____________________________________________________________________________
32139 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
32140         Log: The #10402 didn't take.  Weird.
32141      Branch: perl
32142            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
32143            ! ext/Sys/Syslog/Syslog.xs
32144 ____________________________________________________________________________
32145 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
32146         Log: Eradicate traces of 'asciirange' re subpragma.
32147      Branch: perl
32148            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
32149            ! pod/perldiag.pod
32150 ____________________________________________________________________________
32151 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
32152         Log: use is a compile-time thing.
32153      Branch: perl
32154            ! ext/MIME/Base64/QuotedPrint.pm
32155 ____________________________________________________________________________
32156 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
32157         Log: Subject: [PATCH perl@10419] -Wall casting patch
32158              From: Robin Barker <rmb1@cise.npl.co.uk>
32159              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
32160              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
32161      Branch: perl
32162            ! ext/Devel/DProf/DProf.xs mg.c
32163 ____________________________________________________________________________
32164 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
32165         Log: Subject: [PATCH #2] introducing SVpad_TYPED
32166              From: Abhijit Menon-Sen <ams@wiw.org>
32167              Date: Mon, 4 Jun 2001 12:26:02 +0530
32168              Message-ID: <20010604122602.A5775@lustre.linux.in>
32169      Branch: perl
32170            ! op.c sv.c sv.h
32171 ____________________________________________________________________________
32172 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
32173         Log: testsuite for change#10192 (from Gisle Aas)
32174      Branch: perl
32175            + t/op/override.t
32176            ! MANIFEST
32177 ____________________________________________________________________________
32178 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
32179         Log: integrate changes#10414-10416 from mainline
32180              
32181              Potential buffer overrun if the radix separator is more than
32182              one byte.  Also, under locales, prefer the locale-specific
32183              separator over the old boring ".".
32184              
32185              "10.", that is, decimal numbers can have no decimal part at all.
32186              
32187              The non-locale places need love, too.
32188      Branch: maint-5.6/perl
32189           !> perl.h sv.c
32190 ____________________________________________________________________________
32191 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
32192         Log: Missed from #10420.
32193      Branch: perl
32194            ! epoc/config.sh
32195 ____________________________________________________________________________
32196 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
32197         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
32198              often this prototype goes with HAS_SETRESUID_PROTO.
32199      Branch: perl
32200            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32201            ! config_h.SH configure.com perl.h uconfig.h
32202 ____________________________________________________________________________
32203 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
32204         Log: Update Changes.
32205      Branch: perl
32206            ! Changes patchlevel.h
32207 ____________________________________________________________________________
32208 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
32209         Log: -Wall "subscript has type `char'" cleanup.
32210      Branch: perl
32211            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
32212 ____________________________________________________________________________
32213 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
32214         Log: Various "cast to pointer from integer of different size"
32215              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
32216              wide but I32 (int) only 32 bits wide).
32217              
32218              WARNING: the classnum and tagnum changes in Storable.xs
32219              may not be wise, they may be breaking binary compatibility
32220              (in 64-bit platforms), asked Raphael Manfredi about the changes.
32221      Branch: perl
32222            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
32223            ! mg.c proto.h
32224 ____________________________________________________________________________
32225 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
32226         Log: The non-locale places need love, too.
32227      Branch: perl
32228            ! perl.h
32229 ____________________________________________________________________________
32230 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
32231         Log: "10.", that is, decimal numbers can have no decimal part at all.
32232      Branch: perl
32233            ! perl.h
32234 ____________________________________________________________________________
32235 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
32236         Log: Potential buffer overrun if the radix separator is more than
32237              one byte.  Also, under locales, prefer the locale-specific
32238              separator over the old boring ".".
32239      Branch: perl
32240            ! perl.h sv.c
32241 ____________________________________________________________________________
32242 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
32243         Log: Integrate change #10412 from maintperl; locale is now
32244              per-cop, not per-op; plus retweak the locale.t to always
32245              list the skipped utf8 locales.
32246      Branch: perl
32247            ! t/pragma/locale.t
32248           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
32249           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
32250 ____________________________________________________________________________
32251 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
32252         Log: rationalize locale handling to fix the bugs uncovered by change#10394
32253              
32254              the major issue was that the runtime was looking at PL_hints rather
32255              than op_private to notice whether locale was enabled
32256              
32257              the secondary issue was that many locale-sensitive numeric ops didn't
32258              have HINT_LOCALE propagated into their op_private
32259              
32260              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
32261              instead of per-op, just like HINT_BYTE and the hints for lexical
32262              warnings (this makes the hint available to every op via PL_curcop)
32263              
32264              pragma/locale.t may need to be reworked with these fixes in mind
32265              (it currently passes its tests)
32266      Branch: maint-5.6/perl
32267            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
32268            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
32269 ____________________________________________________________________________
32270 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
32271         Log: More verbose debugging.
32272      Branch: perl
32273            ! t/pragma/locale.t
32274 ____________________________________________________________________________
32275 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
32276         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
32277              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32278              Date: Sat, 2 Jun 2001 22:53:33 +0100
32279              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
32280      Branch: perl
32281            ! regcomp.c t/pragma/warn/regcomp
32282 ____________________________________________________________________________
32283 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
32284         Log: Mention that lexicalizing $a or $b is a bad idea if one
32285              wants to use sort().
32286      Branch: perl
32287            ! pod/perlvar.pod
32288 ____________________________________________________________________________
32289 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
32290         Log: Tweak the test to be happy if the accuracy is 'good enough'.
32291      Branch: perl
32292            ! t/lib/posix.t
32293 ____________________________________________________________________________
32294 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
32295         Log: Upgrade to Attribute::Handlers 0.70.
32296              
32297              NOTE: this unearthed the "too late for CHECK block" bug,
32298              that's why the 1_compile.t change.
32299      Branch: perl
32300            + lib/Attribute/Handlers/demo/Demo.pm
32301            + lib/Attribute/Handlers/demo/Descriptions.pm
32302            + lib/Attribute/Handlers/demo/MyClass.pm
32303            + lib/Attribute/Handlers/demo/demo.pl
32304            + lib/Attribute/Handlers/demo/demo2.pl
32305            + lib/Attribute/Handlers/demo/demo3.pl
32306            + lib/Attribute/Handlers/demo/demo4.pl
32307            + lib/Attribute/Handlers/demo/demo_call.pl
32308            + lib/Attribute/Handlers/demo/demo_chain.pl
32309            + lib/Attribute/Handlers/demo/demo_cycle.pl
32310            + lib/Attribute/Handlers/demo/demo_hashdir.pl
32311            + lib/Attribute/Handlers/demo/demo_phases.pl
32312            + lib/Attribute/Handlers/demo/demo_range.pl
32313            + lib/Attribute/Handlers/demo/demo_rawdata.pl
32314            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
32315            ! t/lib/attrhand.t
32316 ____________________________________________________________________________
32317 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
32318         Log: One less -Wall whine.
32319      Branch: perl
32320            ! regcomp.c
32321 ____________________________________________________________________________
32322 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
32323         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
32324      Branch: perl
32325           !> t/op/eval.t
32326 ____________________________________________________________________________
32327 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
32328         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
32329              aren't "normally" visible inside eval""s contained in subs unless
32330              a cloned reference to them already exists)
32331              
32332              strangely enough, t/harness didn't show this up as a failure
32333              (harness needs fixing?)
32334      Branch: maint-5.6/perl
32335            ! t/op/eval.t
32336 ____________________________________________________________________________
32337 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
32338         Log: Update to Text::Balanced 1.85.
32339      Branch: perl
32340            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
32341 ____________________________________________________________________________
32342 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
32343         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
32344              From: Nicholas Clark <nick@ccl4.org>
32345              Date: Sun, 3 Jun 2001 17:54:36 +0100
32346              Message-ID: <20010603175436.E76396@plum.flirble.org> 
32347      Branch: perl
32348            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
32349            ! ext/Sys/Syslog/Syslog.xs
32350 ____________________________________________________________________________
32351 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
32352         Log: Unused variables.
32353      Branch: perl
32354            ! util.c
32355 ____________________________________________________________________________
32356 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
32357         Log: Subject: [PATCH] APIfy op_clear 
32358              From: Simon Cozens <simon@netthink.co.uk>
32359              Date: Sun, 3 Jun 2001 13:51:46 +0100
32360              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
32361              
32362              (despite the subject line, op_null is APIfied by the patch)
32363      Branch: perl
32364            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32365 ____________________________________________________________________________
32366 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
32367         Log: Subject: [PATCH] t/lib/extutils.t
32368              From: Nicholas Clark <nick@ccl4.org>
32369              Date: Sat, 2 Jun 2001 23:57:05 +0100
32370              Message-ID: <20010602235705.Q12698@plum.flirble.org>
32371      Branch: perl
32372            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
32373 ____________________________________________________________________________
32374 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
32375         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
32376              From: Prymmer/Kahn <pvhp@best.com>
32377              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
32378              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
32379      Branch: perl
32380            ! win32/Makefile win32/makefile.mk
32381 ____________________________________________________________________________
32382 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
32383         Log: Subject: Re: 'decimal digits' macro? 
32384              From: Hugo <hv@crypt.compulink.co.uk>
32385              Date: Sun, 03 Jun 2001 04:26:36 +0100
32386              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
32387      Branch: perl
32388            ! handy.h t/lib/posix.t t/op/tr.t
32389 ____________________________________________________________________________
32390 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
32391         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
32392              From: Hugo <hv@crypt.compulink.co.uk>
32393              Date: Sun, 03 Jun 2001 14:56:30 +0100
32394              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
32395      Branch: perl
32396            ! util.c
32397 ____________________________________________________________________________
32398 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
32399         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
32400      Branch: perl
32401           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
32402           !> vms/perly_c.vms
32403 ____________________________________________________________________________
32404 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
32405         Log: fix leakage of lexicals at file scope into subroutines that were
32406              declared before them; this appears to be a longstanding bug that
32407              meant that lexicals at file scope were never "deintroduced", meaning
32408              their scope range was never properly closed, and their visibility
32409              extended to all subsequent eval""s or requires
32410              
32411              added a test case
32412              
32413              seems to also fix a case of bogus duplicate warnings
32414      Branch: maint-5.6/perl
32415            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
32416            ! vms/perly_c.vms
32417 ____________________________________________________________________________
32418 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
32419         Log: More VMS tweaks from Craig A. Berry.
32420      Branch: perl
32421            ! configure.com t/lib/extutils.t
32422 ____________________________________________________________________________
32423 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
32424         Log: -Wall cleanup continues.
32425      Branch: perl
32426            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
32427            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
32428            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
32429            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
32430            ! run.c toke.c util.c
32431 ____________________________________________________________________________
32432 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
32433         Log: The metaconfig unit change for #10390.
32434      Branch: metaconfig/U/perl
32435            ! gccvers.U
32436 ____________________________________________________________________________
32437 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
32438         Log: Drop the -ansi from the default gcc flags.
32439              
32440              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
32441              that struct cannot be compared with a flat integer, such as STRLEN.
32442              The -ansi will also cause a lot of noise in Solaris because of:
32443              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
32444      Branch: perl
32445            ! Configure
32446 ____________________________________________________________________________
32447 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
32448         Log: Integrate perlio.
32449      Branch: perl
32450           !> pod/perlapi.pod util.c
32451 ____________________________________________________________________________
32452 [ 10388] By: nick                                  on 2001/06/02  08:01:12
32453         Log: Integrate mainline
32454      Branch: perlio
32455           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
32456           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
32457           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
32458           !> t/lib/1_compile.t t/lib/mimeqp.t
32459 ____________________________________________________________________________
32460 [ 10387] By: nick                                  on 2001/06/02  07:39:17
32461         Log: Tweak util.c's atof2 for MULTIPLICITY
32462      Branch: perlio
32463            ! util.c
32464 ____________________________________________________________________________
32465 [ 10386] By: nick                                  on 2001/06/02  07:38:33
32466         Log: Integrate mainline
32467      Branch: perlio
32468           !> (integrate 41 files)
32469 ____________________________________________________________________________
32470 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
32471         Log: Add Attribute::Handlers 0.61 from Damian Conway.
32472      Branch: perl
32473            + lib/Attribute/Handlers.pm t/lib/attrhand.t
32474            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
32475 ____________________________________________________________________________
32476 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
32477         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
32478              From: Peter Prymmer <pvhp@forte.com>
32479              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
32480              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
32481      Branch: perl
32482            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
32483 ____________________________________________________________________________
32484 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
32485         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
32486              From: Jeff Pinyan <jeffp@crusoe.net>
32487              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
32488              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
32489      Branch: perl
32490            ! lib/File/Find.pm
32491 ____________________________________________________________________________
32492 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
32493         Log: Subject: [PATCH perl@10381] configure.com tweaks
32494              From: "Craig A. Berry" <craigberry@mac.com>
32495              Date: Fri, 1 Jun 2001 13:55:43 -0500
32496              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
32497      Branch: perl
32498            ! configure.com
32499 ____________________________________________________________________________
32500 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
32501         Log: Update Changes.
32502      Branch: perl
32503            ! Changes patchlevel.h
32504 ____________________________________________________________________________
32505 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
32506         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
32507              From: Mike Guy <mjtg@cam.ac.uk>
32508              Date: Fri, 01 Jun 2001 18:17:02 +0100
32509              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
32510      Branch: perl
32511            ! lib/perl5db.pl
32512 ____________________________________________________________________________
32513 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
32514         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
32515              From: Hugo <hv@crypt.compulink.co.uk>
32516              Date: Thu, 31 May 2001 20:49:48 +0100
32517              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
32518      Branch: perl
32519            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
32520            ! util.c
32521 ____________________________________________________________________________
32522 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
32523         Log: Zero() is not available in x2p (or, rather, some of its
32524              implementations like memzero() might not be available.)
32525      Branch: perl
32526            ! x2p/hash.c
32527 ____________________________________________________________________________
32528 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
32529         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
32530              From: Michael G Schwern <schwern@pobox.com>
32531              Date: Fri, 1 Jun 2001 12:00:29 +0100
32532              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
32533              
32534              (But use Zero() instead of memset.)
32535      Branch: perl
32536            ! x2p/hash.c
32537 ____________________________________________________________________________
32538 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
32539         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
32540              From: Jeff Pinyan <jeffp@crusoe.net>
32541              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
32542              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
32543      Branch: perl
32544            ! pod/perldiag.pod regcomp.c t/op/pat.t
32545 ____________________________________________________________________________
32546 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
32547         Log: Retract #10324 and #10333; not needed.
32548      Branch: perl
32549            ! hints/irix_6.sh hints/linux.sh
32550 ____________________________________________________________________________
32551 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
32552         Log: The #10370 wasn't quite right.
32553      Branch: perl
32554            ! ext/XS/Typemap/Typemap.xs
32555 ____________________________________________________________________________
32556 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
32557         Log: The metaconfig units changes for #10372.
32558      Branch: metaconfig/U/perl
32559            + d_realpath.U d_sresgproto.U d_sresuproto.U
32560            ! gccvers.U i_db.U
32561 ____________________________________________________________________________
32562 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
32563         Log: Configure tweaks; record the Berkeley DB version,
32564              probe for realpath(), for setresuid() and setresgid()
32565              prototypes; use realpath() (try to be paranoid enough),
32566              use the setres[ug]id prototypes because glibc has the functions
32567              but not their prototypes; add -Wall -ansi to gcc ccflags;
32568              regen toc.
32569      Branch: perl
32570            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32571            ! config_h.SH configure.com epoc/config.sh
32572            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
32573            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
32574            ! vos/config.ga.def win32/config.bc win32/config.gc
32575            ! win32/config.vc
32576 ____________________________________________________________________________
32577 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
32578         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
32579              From: Michael G Schwern <schwern@pobox.com>
32580              Date: Fri, 1 Jun 2001 11:28:14 +0100
32581              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
32582      Branch: perl
32583            ! lib/attributes.pm xsutils.c
32584 ____________________________________________________________________________
32585 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
32586         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
32587              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32588              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
32589              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
32590      Branch: perl
32591            ! ext/XS/Typemap/Typemap.xs
32592 ____________________________________________________________________________
32593 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
32594         Log: Subject: [patch] Cwd.xs optimizations/abstraction
32595              From: Doug MacEachern <dougm@covalent.net>
32596              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
32597              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
32598      Branch: perl
32599            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
32600            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
32601 ____________________________________________________________________________
32602 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
32603         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
32604              From: Nicholas Clark <nick@ccl4.org>
32605              Date: Thu, 31 May 2001 23:56:40 +0100
32606              Message-ID: <20010531235640.F12698@plum.flirble.org>
32607              
32608              Make the test work also under only static extensions
32609              (sh Configure -Uusedl fakes this nicely)
32610      Branch: perl
32611            ! t/lib/extutils.t
32612 ____________________________________________________________________________
32613 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
32614         Log: Subject: [PATCH hv.c] Eliminating trigraph
32615              From: Michael G Schwern <schwern@pobox.com>
32616              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
32617              Date: Fri, 1 Jun 2001 11:49:56 +0100
32618      Branch: perl
32619            ! hv.c
32620 ____________________________________________________________________________
32621 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
32622         Log: Subject: Re: [PATCH] Tests for File::Compare 
32623              From: "Philip Newton" <Philip.Newton@gmx.net>
32624              Date: Thu, 31 May 2001 19:44:05 +0200
32625              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
32626              
32627              Unnecessary "quotation marks".
32628      Branch: perl
32629            ! t/lib/filecomp.t
32630 ____________________________________________________________________________
32631 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
32632         Log: Integrate perlio.
32633      Branch: perl
32634           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
32635 ____________________________________________________________________________
32636 [ 10364] By: nick                                  on 2001/06/01  10:13:31
32637         Log: Cleanup dll.base and dll.exp created by GCC builds.
32638      Branch: perlio
32639            ! lib/ExtUtils/MM_Win32.pm
32640 ____________________________________________________________________________
32641 [ 10363] By: nick                                  on 2001/06/01  10:02:17
32642         Log: Make filecomp test work on CRLF platforms by adding binmode.
32643      Branch: perlio
32644            ! t/lib/filecomp.t
32645 ____________________________________________________________________________
32646 [ 10362] By: nick                                  on 2001/06/01  08:37:17
32647         Log: Integrate mainline
32648      Branch: perlio
32649           !> Changes Configure patchlevel.h perlio.c
32650 ____________________________________________________________________________
32651 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
32652         Log: panic:claustrophobia.
32653      Branch: perl
32654            ! perlio.c
32655 ____________________________________________________________________________
32656 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
32657         Log: Update Changes.
32658      Branch: perl
32659            ! Changes patchlevel.h
32660 ____________________________________________________________________________
32661 [ 10359] By: nick                                  on 2001/05/31  12:35:50
32662         Log: Integrate mainline.
32663      Branch: perlio
32664           +> t/lib/filecomp.t
32665           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
32666           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
32667 ____________________________________________________________________________
32668 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
32669         Log: Integrate perlio.
32670      Branch: perl
32671           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
32672           !> win32/config_H.vc
32673 ____________________________________________________________________________
32674 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
32675         Log: Metaconfig unit change for #10356.
32676      Branch: metaconfig
32677            ! U/installdirs/inc_version_list.U
32678 ____________________________________________________________________________
32679 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
32680         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
32681              (idea from Sarathy; implementation from Andy)
32682      Branch: perl
32683            ! Configure
32684 ____________________________________________________________________________
32685 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
32686         Log: More AUTHORS.
32687      Branch: perl
32688            ! AUTHORS
32689 ____________________________________________________________________________
32690 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
32691         Log: Subject: Re: [PATCH] Tests for File::Compare
32692              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
32693              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
32694              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
32695      Branch: perl
32696            + t/lib/filecomp.t
32697            ! MANIFEST t/lib/1_compile.t
32698 ____________________________________________________________________________
32699 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
32700         Log: Subject: [PATCH] DEBUG_* macro cleanups
32701              From: Abhijit Menon-Sen <ams@wiw.org>
32702              Date: Thu, 31 May 2001 12:16:22 +0530
32703              Message-ID: <20010531121622.B4829@lustre.linux.in>
32704              
32705              Subject: Re: [PATCH] DEBUG_* macro cleanups
32706              From: Abhijit Menon-Sen <ams@wiw.org>
32707              Date: Thu, 31 May 2001 13:57:01 +0530
32708              Message-ID: <20010531135701.A21775@lustre.linux.in>
32709              
32710              (The DEBUG_ definitions in perl.h changed to use the
32711              STMT_START and STMT_END.)
32712      Branch: perl
32713            ! perl.h pp_ctl.c sv.c toke.c
32714 ____________________________________________________________________________
32715 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
32716         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
32717              From: Abhijit Menon-Sen <ams@wiw.org>
32718              Date: Thu, 31 May 2001 08:27:55 +0530
32719              Message-ID: <20010531082755.A10018@lustre.linux.in>
32720      Branch: perl
32721            ! ext/Storable/Storable.xs gv.c perl.c
32722 ____________________________________________________________________________
32723 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
32724         Log: Subject: [PATCH] AUTHORS
32725              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32726              Date: Thu, 31 May 2001 01:27:59 -0500
32727              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
32728              
32729              Subject: Re: [PATCH] AUTHORS
32730              From: "Philip Newton" <Philip.Newton@gmx.net>
32731              Date: Thu, 31 May 2001 10:08:06 +0200
32732              (Message-Id missing?)
32733      Branch: perl
32734            ! AUTHORS
32735 ____________________________________________________________________________
32736 [ 10350] By: nick                                  on 2001/05/31  11:40:43
32737         Log: win32 - dmake regen_config_h
32738      Branch: perlio
32739            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32740 ____________________________________________________________________________
32741 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
32742         Log: Subject: Re: [PATCH util.c] More warning cleanups.
32743              From: "Philip Newton" <Philip.Newton@gmx.net>
32744              Date: Thu, 31 May 2001 07:41:36 +0200
32745              Message-Id: <200105310538.IAA25458@taku.hut.fi>
32746              
32747              Undo C++-ism that snekt in.
32748      Branch: perl
32749            ! util.c
32750 ____________________________________________________________________________
32751 [ 10348] By: nick                                  on 2001/05/31  11:36:46
32752         Log: Tolerate Win32 numerics
32753      Branch: perlio
32754            ! t/pragma/warn/toke
32755 ____________________________________________________________________________
32756 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
32757         Log: Integrate perlio.
32758      Branch: perl
32759           !> perlio.c win32/win32.h
32760 ____________________________________________________________________________
32761 [ 10346] By: nick                                  on 2001/05/31  10:54:55
32762         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
32763              perlio.c change 10255.
32764      Branch: perlio
32765            ! perlio.c
32766 ____________________________________________________________________________
32767 [ 10345] By: nick                                  on 2001/05/31  10:01:57
32768         Log: Conditionally put back some "unused" dTHX which are used
32769              with PERL_IMPLICIT_SYS
32770      Branch: perlio
32771            ! perlio.c
32772 ____________________________________________________________________________
32773 [ 10344] By: nick                                  on 2001/05/31  10:00:59
32774         Log: Fix Win32 for new spelling IN_BYTES 
32775      Branch: perlio
32776            ! win32/win32.h
32777 ____________________________________________________________________________
32778 [ 10343] By: nick                                  on 2001/05/31  08:01:32
32779         Log: perlio.c -Wall cleaner under MULTIPLICITY
32780              - still minor noise with linux stdio
32781      Branch: perlio
32782            ! perlio.c
32783 ____________________________________________________________________________
32784 [ 10342] By: nick                                  on 2001/05/31  07:52:23
32785         Log: Integrate mainline.
32786      Branch: perlio
32787           !> (integrate 42 files)
32788 ____________________________________________________________________________
32789 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
32790         Log: AUTHORS updates.
32791      Branch: perl
32792            ! AUTHORS
32793 ____________________________________________________________________________
32794 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
32795         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
32796              From: Peter Prymmer <pvhp@forte.com>
32797              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
32798              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
32799      Branch: perl
32800            ! t/lib/md5-file.t
32801 ____________________________________________________________________________
32802 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
32803         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
32804              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
32805              to match the pragma name; various robustness cleanups.
32806      Branch: perl
32807            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
32808            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
32809 ____________________________________________________________________________
32810 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
32811         Log: More -Wall sweeping.
32812      Branch: perl
32813            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
32814            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
32815            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
32816            ! regcomp.c sv.c toke.c utf8.c
32817 ____________________________________________________________________________
32818 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
32819         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
32820              From: Nicholas Clark <nick@ccl4.org>
32821              Date: Wed, 30 May 2001 22:34:41 +0100
32822              Message-ID: <20010530223441.Y86445@plum.flirble.org>
32823      Branch: perl
32824            ! t/op/cmp.t
32825 ____________________________________________________________________________
32826 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
32827         Log: It's is not, it isn't ain't, and it's it's, not its,
32828              if you mean it is. If you don't, it's its. Then too,
32829              it's hers. It isn't her's. It isn't our's either.
32830              It's ours, and likewise yours and theirs.
32831              -- Oxford University Press, Edpress News
32832      Branch: perl
32833            ! lib/autouse.pm
32834 ____________________________________________________________________________
32835 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
32836         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
32837      Branch: perl
32838            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
32839            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
32840            ! x2p/str.c x2p/walk.c xsutils.c
32841 ____________________________________________________________________________
32842 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
32843         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
32844              From: Michael G Schwern <schwern@pobox.com>
32845              Date: Wed, 30 May 2001 17:10:38 +0100
32846              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
32847              
32848              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
32849              From: Abhijit Menon-Sen <ams@wiw.org>
32850              Date: Wed, 30 May 2001 23:16:13 +0530
32851              Message-ID: <20010530231613.A31933@lustre.linux.in>
32852      Branch: perl
32853            ! perl.c t/run/runenv.t
32854 ____________________________________________________________________________
32855 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
32856         Log: (Retracted by #10375.)
32857              
32858              IRIX hints patch from Merijn Broeren.
32859              
32860              TODO: (this and the earlier Linux hints patch) should be solved
32861              at Configure level.  Merijn: -ldb should not be used on any platform
32862              for perl, just when linking DBFile itself. Trying to be helpful here
32863              is counterproductive.
32864      Branch: perl
32865            ! hints/irix_6.sh
32866 ____________________________________________________________________________
32867 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
32868         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
32869              From: Nicholas Clark <nick@ccl4.org>
32870              Date: Wed, 30 May 2001 23:20:58 +0100
32871              Message-ID: <20010530232058.B86445@plum.flirble.org>
32872      Branch: perl
32873            ! doop.c
32874 ____________________________________________________________________________
32875 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
32876         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
32877              From: Michael G Schwern <schwern@pobox.com> 
32878              Date: Wed, 30 May 2001 15:24:20 +0100
32879              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
32880      Branch: perl
32881            ! t/pragma/autouse.t
32882 ____________________________________________________________________________
32883 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
32884         Log: The regex trick wasn't a good idea.
32885      Branch: perl
32886            ! pod/perlfaq4.pod
32887 ____________________________________________________________________________
32888 [ 10329] By: nick                                  on 2001/05/30  18:34:35
32889         Log: Integrate mainline
32890      Branch: perlio
32891           !> (integrate 40 files)
32892 ____________________________________________________________________________
32893 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
32894         Log: Update Changes.
32895      Branch: perl
32896            ! Changes patchlevel.h
32897 ____________________________________________________________________________
32898 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
32899         Log: The metaconfig unit change for #10325.
32900      Branch: metaconfig
32901            + U/modified/afs.U
32902 ____________________________________________________________________________
32903 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
32904         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
32905              is now wrong.
32906      Branch: perl
32907            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
32908 ____________________________________________________________________________
32909 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
32910         Log: Introduce $Config{afsroot}.
32911      Branch: perl
32912            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32913            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
32914            ! win32/config.gc win32/config.vc
32915 ____________________________________________________________________________
32916 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
32917         Log: (Retracted by #10375.)
32918              
32919              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
32920      Branch: perl
32921            ! hints/linux.sh
32922 ____________________________________________________________________________
32923 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
32924         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
32925              (Also Configure tweaks needed; coming up soon.)
32926      Branch: perl
32927            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
32928 ____________________________________________________________________________
32929 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
32930         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
32931              From: Michael G Schwern <schwern@pobox.com>
32932              Date: Sun, 27 May 2001 10:29:43 +0100
32933              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
32934      Branch: perl
32935            ! lib/perl5db.pl
32936 ____________________________________________________________________________
32937 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
32938         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
32939              and Abhijit Menon-Sen.
32940      Branch: perl
32941            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
32942            ! perl.c pp_sys.c regcomp.c
32943 ____________________________________________________________________________
32944 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
32945         Log: Fix the BOOT section to call myU2time properly.
32946      Branch: perl
32947            ! ext/Time/HiRes/HiRes.xs
32948 ____________________________________________________________________________
32949 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
32950         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
32951              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
32952              Date: Wed, 30 May 2001 09:44:29 -0400
32953              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
32954              
32955              Detypo; plus add one more trick.
32956      Branch: perl
32957            ! pod/perlfaq4.pod
32958 ____________________________________________________________________________
32959 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
32960         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
32961              From: Michael G Schwern <schwern@pobox.com>
32962              Date: Wed, 30 May 2001 14:39:06 +0100
32963              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
32964      Branch: perl
32965            ! lib/autouse.pm t/pragma/autouse.t
32966 ____________________________________________________________________________
32967 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
32968         Log: Subject: Re: AIX and gcc (moving targets)
32969              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32970              Date: Wed, 30 May 2001 15:25:08 +0200
32971              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
32972      Branch: perl
32973            ! ext/Time/HiRes/HiRes.xs
32974 ____________________________________________________________________________
32975 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
32976         Log: Subject: [PATCH t/TEST] sorting tests
32977              From: Michael G Schwern <schwern@pobox.com>
32978              Date: Wed, 30 May 2001 10:24:02 +0100
32979              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
32980      Branch: perl
32981            ! t/TEST
32982 ____________________________________________________________________________
32983 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
32984         Log: Subject: [ID 20010529.002] typos in man page perlre
32985              From: bart@cg681574-a.adubn1.nj.home.com 
32986              Date: Tue, 29 May 2001 13:58:59 -0500
32987              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
32988      Branch: perl
32989            ! pod/perlre.pod
32990 ____________________________________________________________________________
32991 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
32992         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
32993              From: "Craig A. Berry" <craigberry@mac.com>
32994              Date: Tue, 29 May 2001 23:23:45 -0500
32995              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
32996      Branch: perl
32997            ! t/lib/extutils.t t/pragma/autouse.t
32998 ____________________________________________________________________________
32999 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
33000         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
33001              From: David Dyck <dcd@tc.fluke.com>
33002              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
33003              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
33004      Branch: perl
33005            ! t/lib/filefind.t
33006 ____________________________________________________________________________
33007 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
33008         Log: AIX hints update for gcc from Merijn H. Brand.
33009      Branch: perl
33010            ! hints/aix.sh
33011 ____________________________________________________________________________
33012 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
33013         Log: Retract #10295 and #10296: a more generic solution
33014              is needed (there's something funny with gcc on AIX).
33015      Branch: perl
33016            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
33017 ____________________________________________________________________________
33018 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
33019         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
33020              From: Hugo <hv@crypt.compulink.co.uk>
33021              Date: Wed, 30 May 2001 11:59:19 +0100
33022              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
33023              
33024              localizing $@ has unfortunate semantics - if you die past
33025              a local $@, the die message is lost.
33026      Branch: perl
33027            ! lib/utf8_heavy.pl
33028 ____________________________________________________________________________
33029 [ 10309] By: nick                                  on 2001/05/30  08:23:02
33030         Log: Integrate mainline (autouse works again.)
33031      Branch: perlio
33032           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
33033           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
33034           !> pod/perlvar.pod t/op/cmp.t
33035 ____________________________________________________________________________
33036 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
33037         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
33038              From: David Dyck <dcd@tc.fluke.com>
33039              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
33040              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
33041      Branch: perl
33042            ! lib/File/Find.pm
33043 ____________________________________________________________________________
33044 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
33045         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
33046              From: Nicholas Clark <nick@ccl4.org>
33047              Date: Tue, 29 May 2001 23:16:09 +0100
33048              Message-ID: <20010529231609.U86445@plum.flirble.org>
33049              
33050              Make the test output slightly clearer by distinguishing
33051              between '' and undef.
33052      Branch: perl
33053            ! t/op/cmp.t
33054 ____________________________________________________________________________
33055 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
33056         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
33057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33058              Date: Tue, 29 May 2001 19:15:19 -0400
33059              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
33060      Branch: perl
33061            ! hints/os2.sh
33062 ____________________________________________________________________________
33063 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
33064         Log: Subject: perlvar.pod addition
33065              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
33066              Date: Fri, 25 May 2001 20:23:12 +0200
33067              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
33068              
33069              Subject: Re: perlvar.pod addition
33070              From: "Abigail" <abigail@foad.org> 
33071              Date: Fri, 25 May 2001 22:00:39 +0200
33072              Message-ID: <20010525200039.28029.qmail@foad.org>
33073              
33074              Mention $a and $b in perlvar.
33075      Branch: perl
33076            ! pod/perlvar.pod
33077 ____________________________________________________________________________
33078 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
33079         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
33080              From: Jeff Pinyan <jeffp@crusoe.net>
33081              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
33082              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
33083      Branch: perl
33084            ! pod/perlvar.pod
33085 ____________________________________________________________________________
33086 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
33087         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
33088              From: Jeff Pinyan <jeffp@crusoe.net>
33089              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
33090              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
33091      Branch: perl
33092            ! pod/perlfaq6.pod
33093 ____________________________________________________________________________
33094 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
33095         Log: Mention Time::localtime and Time::gmtime.
33096      Branch: perl
33097            ! ext/Time/Piece/Piece.pm
33098 ____________________________________________________________________________
33099 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
33100         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
33101              From: Michael G Schwern <schwern@pobox.com>
33102              Date: Tue, 29 May 2001 18:51:32 +0100
33103              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
33104      Branch: perl
33105            ! pod/perlfaq4.pod
33106 ____________________________________________________________________________
33107 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
33108         Log: Retract #10243.
33109      Branch: perl
33110            ! lib/autouse.pm
33111 ____________________________________________________________________________
33112 [ 10299] By: nick                                  on 2001/05/29  18:41:19
33113         Log: Post weekend integrate mainline (fails one test pragma/autouse).
33114      Branch: perlio
33115           +> (branch 29 files)
33116           !> (integrate 91 files)
33117 ____________________________________________________________________________
33118 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
33119         Log: Update Changes.
33120      Branch: perl
33121            ! Changes patchlevel.h
33122 ____________________________________________________________________________
33123 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
33124         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
33125              before Perl_load_module/Perl_call_method and restore the value
33126              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
33127      Branch: perl
33128            ! utf8.c
33129 ____________________________________________________________________________
33130 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
33131         Log: Subject: Re: AIX and gcc (moving targets)
33132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33133              Date: Tue, 29 May 2001 17:59:40 +0200
33134              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
33135      Branch: perl
33136            ! ext/Storable/Makefile.PL
33137 ____________________________________________________________________________
33138 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
33139         Log: Subject: Re: AIX and gcc (moving targets)
33140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33141              Date: Tue, 29 May 2001 12:32:57 +0200
33142              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
33143      Branch: perl
33144            ! ext/POSIX/Makefile.PL
33145 ____________________________________________________________________________
33146 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
33147         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
33148              From: Michael G Schwern <schwern@pobox.com>
33149              Date: Tue, 29 May 2001 09:53:29 +0100
33150              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
33151              
33152              (#10280 retracted)
33153      Branch: perl
33154            ! lib/Test/Harness.pm t/lib/test-harness.t
33155 ____________________________________________________________________________
33156 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
33157         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
33158              From: Michael G Schwern <schwern@pobox.com>
33159              Date: Tue, 29 May 2001 09:19:52 +0100
33160              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
33161      Branch: perl
33162            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
33163            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
33164            + t/lib/Test/todo.t
33165            ! MANIFEST lib/Test.pm t/TEST
33166 ____________________________________________________________________________
33167 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
33168         Log: From: Michael G Schwern <schwern@pobox.com>
33169              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
33170              Date: Tue, 29 May 2001 08:26:09 +0100
33171              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
33172      Branch: perl
33173            ! t/TEST
33174 ____________________________________________________________________________
33175 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
33176         Log: Add tests for Time::gmtime and Time::localtime.
33177      Branch: perl
33178            + t/lib/time-gmtime.t t/lib/time-localtime.t
33179            ! MANIFEST t/lib/1_compile.t
33180 ____________________________________________________________________________
33181 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
33182         Log: Add test for File::stat.
33183      Branch: perl
33184            + t/lib/filestat.t
33185            ! MANIFEST t/lib/1_compile.t
33186 ____________________________________________________________________________
33187 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
33188         Log: Add test for Net::servent.
33189      Branch: perl
33190            + t/lib/net-sent.t
33191            ! MANIFEST t/lib/1_compile.t
33192 ____________________________________________________________________________
33193 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
33194         Log: Add test for Net::protoent.
33195      Branch: perl
33196            + t/lib/net-pent.t
33197            ! MANIFEST t/lib/1_compile.t
33198 ____________________________________________________________________________
33199 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
33200         Log: Add test for Net::netent.
33201      Branch: perl
33202            + t/lib/net-nent.t
33203            ! MANIFEST t/lib/1_compile.t
33204 ____________________________________________________________________________
33205 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
33206         Log: Add test for User::grent.  Portability doubtful.
33207      Branch: perl
33208            + t/lib/user-grent.t
33209            ! MANIFEST t/lib/1_compile.t
33210 ____________________________________________________________________________
33211 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
33212         Log: Add test for User::pwent.
33213              Probably will fall down somewhere for portability reasons.
33214      Branch: perl
33215            + t/lib/user-pwent.t
33216            ! MANIFEST t/lib/1_compile.t
33217 ____________________________________________________________________________
33218 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
33219         Log: Metaconfig units changes for #10283.
33220      Branch: metaconfig
33221            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
33222            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
33223            ! U/installdirs/sitescript.U U/modified/Signal.U
33224 ____________________________________________________________________________
33225 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
33226         Log: Subject: [PATCH 5.6.1] signal names in Configure
33227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33228              Date: Tue, 29 May 2001 03:52:25 -0400
33229              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
33230              
33231              Subject: [PATCH 5.6.1] older perl in Configure
33232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33233              Date: Tue, 29 May 2001 03:55:40 -0400
33234              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
33235              
33236              Subject: [PATCH 5.6.1] goofs in Configure
33237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33238              Date: Tue, 29 May 2001 04:13:07 -0400
33239              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
33240              
33241              Configure portability tweaks.
33242      Branch: perl
33243            ! Configure
33244 ____________________________________________________________________________
33245 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
33246         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
33247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33248              Date: Tue, 29 May 2001 04:07:06 -0400
33249              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
33250      Branch: perl
33251            ! os2/os2.c
33252 ____________________________________________________________________________
33253 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
33254         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
33255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33256              Date: Tue, 29 May 2001 04:01:38 -0400
33257              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
33258      Branch: perl
33259            ! hints/os2.sh os2/Makefile.SHs
33260 ____________________________________________________________________________
33261 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
33262         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
33263              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33264              Date: Tue, 29 May 2001 03:50:18 -0400
33265              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
33266      Branch: perl
33267            ! lib/Test/Harness.pm
33268 ____________________________________________________________________________
33269 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
33270         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
33271      Branch: perl
33272            ! lib/utf8_heavy.pl
33273 ____________________________________________________________________________
33274 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
33275         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
33276              From: Hugo <hv@crypt.compulink.co.uk>
33277              Date: Tue, 29 May 2001 03:03:45 +0100
33278              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
33279              
33280              Explanation why the $@ always gets the UTF8 flag when under use utf8--
33281              because we told it to have the flag when under use utf8.
33282      Branch: perl
33283            ! pp_ctl.c
33284 ____________________________________________________________________________
33285 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
33286         Log: At least a partial fix for 20010528.004.
33287      Branch: perl
33288            ! lib/utf8_heavy.pl
33289 ____________________________________________________________________________
33290 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
33291         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
33292              From: Nicholas Clark <nick@ccl4.org> 
33293              Date: Mon, 28 May 2001 23:39:38 +0100
33294              Message-ID: <20010528233938.M86445@plum.flirble.org>
33295              
33296              More portable non-zero UV.
33297      Branch: perl
33298            ! t/lib/extutils.t
33299 ____________________________________________________________________________
33300 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
33301         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
33302              From: Nicholas Clark <nick@ccl4.org>
33303              Date: Mon, 28 May 2001 22:46:09 +0100
33304              Message-ID: <20010528224608.L86445@plum.flirble.org>
33305              
33306              Test also "make clean".
33307      Branch: perl
33308            ! t/lib/extutils.t
33309 ____________________________________________________________________________
33310 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
33311         Log: Subject: Re: Would -Wno-unused -Wall be better?
33312              From: Michael G Schwern <schwern@pobox.com>
33313              Date: Tue, 29 May 2001 00:55:54 +0100
33314              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
33315      Branch: perl
33316            ! pp.h
33317 ____________________________________________________________________________
33318 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
33319         Log: Add a test for 20010528.007, fixed in #10272.
33320      Branch: perl
33321            ! t/op/misc.t toke.c
33322 ____________________________________________________________________________
33323 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
33324         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
33325              From: Hugo <hv@crypt.compulink.co.uk>
33326              Date: Tue, 29 May 2001 00:23:23 +0100
33327              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
33328      Branch: perl
33329            ! toke.c
33330 ____________________________________________________________________________
33331 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
33332         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
33333              From: Michael G Schwern <schwern@pobox.com>
33334              Date: Tue, 29 May 2001 00:42:59 +0100
33335              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
33336      Branch: perl
33337            ! t/pragma/autouse.t
33338 ____________________________________________________________________________
33339 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
33340         Log: Some shells seemingly arrange the signal handlers differently
33341              (bug id 20010521.004).
33342      Branch: perl
33343            ! t/lib/sigaction.t
33344 ____________________________________________________________________________
33345 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
33346         Log: Regen perlmodlib.
33347      Branch: perl
33348            ! pod/perlmodlib.pod
33349 ____________________________________________________________________________
33350 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
33351         Log: Update Changes.
33352      Branch: perl
33353            ! Changes patchlevel.h
33354 ____________________________________________________________________________
33355 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
33356         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
33357              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
33358              Date: Mon, 28 May 2001 14:56:35 -0500
33359              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
33360      Branch: perl
33361            ! pod/perlnewmod.pod
33362 ____________________________________________________________________________
33363 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
33364         Log: Regen toc.
33365      Branch: perl
33366            ! pod/perltoc.pod
33367 ____________________________________________________________________________
33368 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
33369         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
33370              From: "Richard Soderberg" <rs@crystalflame.net>
33371              Date: Mon, 28 May 2001 12:31:23 -0700
33372              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
33373      Branch: perl
33374            ! t/op/splice.t
33375 ____________________________________________________________________________
33376 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
33377         Log: The #10260 was too bold: locales and utf8 still do not mix.
33378      Branch: perl
33379            ! t/pragma/locale.t
33380 ____________________________________________________________________________
33381 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
33382         Log: Subject: [PATCH] Pod nitpicks
33383              From: "Richard Soderberg" <rs@crystalflame.net>
33384              Date: Mon, 28 May 2001 10:08:58 -0700
33385              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
33386      Branch: perl
33387            ! pod/perl571delta.pod pod/perlapi.pod sv.h
33388 ____________________________________________________________________________
33389 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
33390         Log: Upgrade to I18N::LangTags 0.22.
33391      Branch: perl
33392            + lib/I18N/LangTags/List.pod
33393            ! MANIFEST lib/I18N/LangTags.pm
33394 ____________________________________________________________________________
33395 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
33396         Log: A slightly more serious bug found by -Mutf8; op/misc and
33397              lib/complex dumped core.
33398      Branch: perl
33399            ! regexec.c
33400 ____________________________________________________________________________
33401 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
33402         Log: Various buglets shaken out by -Mutf8.
33403      Branch: perl
33404            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
33405            ! t/pragma/locale.t
33406 ____________________________________________________________________________
33407 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
33408         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
33409      Branch: perl
33410            ! t/lib/carp.t
33411 ____________________________________________________________________________
33412 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
33413         Log: Subject: [PATCH] todo patch
33414              From: Artur Bergman <artur@contiller.se> 
33415              Date: Mon, 28 May 2001 17:03:51 +0200
33416              Message-ID: <B7383577.F34%artur@contiller.se>
33417      Branch: perl
33418            ! pod/perltodo.pod
33419 ____________________________________________________________________________
33420 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
33421         Log: Subject: typo in perlguts.pod
33422              From: "John P. Linderman" <jpl@research.att.com>
33423              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
33424              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
33425      Branch: perl
33426            ! pod/perlguts.pod
33427 ____________________________________________________________________________
33428 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
33429         Log: Subject: AIX and gcc (moving targets)
33430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33431              Date: Mon, 28 May 2001 12:54:04 +0200
33432              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
33433      Branch: perl
33434            ! hints/aix.sh
33435 ____________________________________________________________________________
33436 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
33437         Log: Subject: Re: perlio + multiple perl_alloc..destruct
33438              From: Doug MacEachern <dougm@covalent.net>
33439              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
33440              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
33441      Branch: perl
33442            ! perlio.c
33443 ____________________________________________________________________________
33444 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
33445         Log: The #10251 wasn't quite up-to-the-code.
33446      Branch: perl
33447            ! t/op/misc.t
33448 ____________________________________________________________________________
33449 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
33450         Log: Test case for bug 20010526.004, fixed in #10252.
33451      Branch: perl
33452            ! t/op/taint.t
33453 ____________________________________________________________________________
33454 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
33455         Log: Subject: Re: [ID 20010526.004] Taint looses value
33456              From: Hugo <hv@crypt.compulink.co.uk>
33457              Date: Sun, 27 May 2001 20:39:32 +0100
33458              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
33459      Branch: perl
33460            ! sv.c
33461 ____________________________________________________________________________
33462 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
33463         Log: Test case for 20010422.005, fixed by #10250.
33464      Branch: perl
33465            ! t/op/misc.t
33466 ____________________________________________________________________________
33467 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
33468         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
33469              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33470              Date: Mon, 28 May 2001 06:39:12 -0400
33471              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
33472      Branch: perl
33473            ! toke.c
33474 ____________________________________________________________________________
33475 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
33476         Log: Linerewrapping.
33477      Branch: perl
33478            ! lib/open.pm
33479 ____________________________________________________________________________
33480 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
33481         Log: Updates on the modules list.
33482      Branch: perl
33483            ! t/lib/1_compile.t
33484 ____________________________________________________________________________
33485 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
33486         Log: Add a test for PerlIO.
33487              
33488              (I probably got the crlf/raw thing wrong for clrfy platforms...)
33489      Branch: perl
33490            + t/lib/perlio.t
33491            ! MANIFEST lib/PerlIO.pm
33492 ____________________________________________________________________________
33493 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
33494         Log: Add a test for carp et alia.
33495      Branch: perl
33496            + t/lib/carp.t
33497            ! MANIFEST
33498 ____________________________________________________________________________
33499 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
33500         Log: Adding the new test would be swell.
33501      Branch: perl
33502            + t/pragma/autouse.t
33503 ____________________________________________________________________________
33504 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
33505         Log: Add a test for the autouse pragma.
33506      Branch: perl
33507            ! MANIFEST
33508 ____________________________________________________________________________
33509 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
33510         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
33511              From: dLux <dlux@spam.sch.bme.hu>
33512              Date: Sun, 27 May 2001 16:14:26 +0200
33513              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
33514      Branch: perl
33515            ! lib/autouse.pm
33516 ____________________________________________________________________________
33517 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
33518         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
33519              From: "Richard Soderberg" <rs@crystalflame.net>
33520              Date: Mon, 28 May 2001 03:56:36 -0700
33521              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
33522      Branch: perl
33523            ! utils/dprofpp.PL
33524 ____________________________________________________________________________
33525 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
33526         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
33527              From: "Stephen P. Potter" <spp@spotter.yi.org>
33528              Date: Tue, 22 May 2001 11:40:25 -0400
33529              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
33530              
33531              Subject: Re: [ID 20010522.003] Time::Local module bug
33532              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
33533              Date: Tue, 22 May 2001 11:50:19 -0400
33534              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
33535      Branch: perl
33536            ! lib/Time/Local.pm
33537 ____________________________________________________________________________
33538 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
33539         Log: The PERL_DL_NONLAZY can have whitespace in front.
33540      Branch: perl
33541            ! t/lib/extutils.t
33542 ____________________________________________________________________________
33543 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
33544         Log: Document strftime() and strptime().
33545      Branch: perl
33546            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
33547 ____________________________________________________________________________
33548 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
33549         Log: Make Time::Piece::strptime() to be a function, not a method.
33550      Branch: perl
33551            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
33552 ____________________________________________________________________________
33553 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
33554         Log: Tweak the test to be more portable.
33555      Branch: perl
33556            ! t/lib/extutils.t
33557 ____________________________________________________________________________
33558 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
33559         Log: Subject: PATCH: Re: Re: Attributes that tie
33560              From: Leon Brocard <acme@astray.com>
33561              Date: Sun, 27 May 2001 12:37:29 +0100
33562              Message-ID: <20010527123729.A22663@ns0.astray.com>
33563              
33564              Document that variable attributes are not currently usable
33565              for tieing.  (An ugly limitation that should be fixed.)
33566      Branch: perl
33567            ! lib/attributes.pm
33568 ____________________________________________________________________________
33569 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
33570         Log: Microperl tweaks.
33571      Branch: perl
33572            ! Makefile.micro uconfig.h uconfig.sh
33573 ____________________________________________________________________________
33574 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
33575         Log: Add make target for microperl (kind of silly, but convenient).
33576      Branch: perl
33577            ! Makefile.SH
33578 ____________________________________________________________________________
33579 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
33580         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
33581              for microperl.)
33582      Branch: perl
33583            ! doio.c
33584 ____________________________________________________________________________
33585 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
33586         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
33587              From: rspier@pobox.com (Robert Spier)
33588              Date: Sat, 26 May 2001 20:05:23 -0400
33589              Message-ID: <15120.17603.148648.12430@rls.cx>
33590              
33591              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
33592              From: rspier@pobox.com (Robert Spier)
33593              Date: Sun, 27 May 2001 00:23:12 -0400
33594              Message-ID: <15120.33072.511966.767230@rls.cx>
33595      Branch: perl
33596            ! doio.c pod/perlfunc.pod
33597 ____________________________________________________________________________
33598 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
33599         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
33600      Branch: perl
33601            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33602 ____________________________________________________________________________
33603 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
33604         Log: Add README.tru64.
33605      Branch: perl
33606            + README.tru64
33607 ____________________________________________________________________________
33608 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
33609         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
33610      Branch: perl
33611            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
33612            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
33613            ! MANIFEST
33614 ____________________________________________________________________________
33615 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
33616         Log: Integrate I18N::LangTags from Sean Burke.
33617              
33618              TODO: the language list from RFC 3066 needs to be integrated
33619              and made available somehow.  The list is included in the
33620              I18N-LangTags 0.21 distribution, but it is undocumented
33621              and unconnected to the module.
33622      Branch: perl
33623            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
33624            ! MANIFEST
33625 ____________________________________________________________________________
33626 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
33627         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
33628              envisioned by Sarathy.
33629      Branch: perl
33630            ! t/op/ver.t toke.c
33631 ____________________________________________________________________________
33632 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
33633         Log: Subject: [ID 20010525.001] Pod typo nits fixed
33634              From: lvirden@cas.org
33635              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
33636              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
33637              
33638              minus the perlsolaris decimation plus the
33639              
33640              Subject: Re: [ID 20010525.001] Pod typo nits fixed
33641              From: "Philip Newton" <Philip.Newton@gmx.net>
33642              Date: Fri, 25 May 2001 18:05:55 +0200
33643              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
33644      Branch: perl
33645            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
33646            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
33647            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
33648            ! pod/perlutil.pod pod/perlxstut.pod
33649 ____________________________________________________________________________
33650 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
33651         Log: return clauses are nice.
33652      Branch: perl
33653            ! sv.c
33654 ____________________________________________________________________________
33655 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
33656         Log: Subject: change 10199 backwards?
33657              From: Doug MacEachern <dougm@covalent.net>
33658              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
33659              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
33660      Branch: perl
33661            ! sv.c
33662 ____________________________________________________________________________
33663 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
33664         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
33665              From: Hugo <hv@crypt.compulink.co.uk>
33666              Date: Sat, 26 May 2001 17:05:12 +0100
33667              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
33668      Branch: perl
33669            + t/op/gmagic.t
33670            ! MANIFEST doop.c embed.h embed.pl global.sym
33671            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
33672            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
33673 ____________________________________________________________________________
33674 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
33675         Log: Regen headers for #10221.
33676      Branch: perl
33677            ! global.sym objXSUB.h perlapi.c
33678 ____________________________________________________________________________
33679 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
33680         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
33681              From: Juha Laiho <juha.laiho@Elma.Net>
33682              Date: Thu, 3 May 2001 09:51:30 +0300
33683              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
33684      Branch: perl
33685            ! embed.pl
33686 ____________________________________________________________________________
33687 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
33688         Log: Subject: Re: [PATCH] Re: stability of sort()?
33689              From: "John P. Linderman" <jpl@research.att.com>
33690              Date: Sat, 26 May 2001 13:27:19 -0400
33691              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
33692      Branch: perl
33693            ! pod/perlfunc.pod
33694 ____________________________________________________________________________
33695 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
33696         Log: Integrate perlio.
33697      Branch: perl
33698           !> pod/perlguts.pod
33699 ____________________________________________________________________________
33700 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
33701         Log: Subject: [PATCH perl@10210] PerlIO for VMS
33702              From: "Craig A. Berry" <craigberry@mac.com>
33703              Date: Sat, 26 May 2001 09:34:11 -0500
33704              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
33705      Branch: perl
33706            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
33707            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
33708            ! vms/vmsish.h
33709 ____________________________________________________________________________
33710 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
33711         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
33712              From: David Dyck <dcd@tc.fluke.com>
33713              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
33714              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
33715      Branch: perl
33716            ! lib/perl5db.pl
33717 ____________________________________________________________________________
33718 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
33719         Log: Subject: utf8 regexp tests
33720              From: Hugo <hv@crypt.compulink.co.uk>
33721              Date: Fri, 25 May 2001 22:35:01 +0100
33722              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
33723      Branch: perl
33724            ! t/op/regexp.t
33725 ____________________________________________________________________________
33726 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
33727         Log: Subject: [PATCH] Re: stability of sort()?
33728              From: Nicholas Clark <nick@ccl4.org>
33729              Date: Fri, 25 May 2001 22:40:19 +0100
33730              Message-ID: <20010525224019.B86445@plum.flirble.org>
33731      Branch: perl
33732            ! pod/perlfunc.pod
33733 ____________________________________________________________________________
33734 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
33735         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
33736              From: John Peacock <jpeacock@rowman.com>
33737              Date: Thu, 24 May 2001 22:14:01 -0400
33738              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
33739      Branch: perl
33740            ! mg.c scope.c sv.c
33741 ____________________________________________________________________________
33742 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
33743         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
33744              From: Nicholas Clark <nick@ccl4.org>
33745              Date: Sun, 20 May 2001 19:24:13 +0100
33746              Message-ID: <20010520192413.G83222@plum.flirble.org>
33747      Branch: perl
33748            + lib/ExtUtils/Constant.pm t/lib/extutils.t
33749            ! MANIFEST utils/h2xs.PL
33750 ____________________________________________________________________________
33751 [ 10212] By: nick                                  on 2001/05/26  09:49:28
33752         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
33753              add a few more notes there on use of mortals on the stack.
33754      Branch: perlio
33755            ! pod/perlguts.pod
33756 ____________________________________________________________________________
33757 [ 10211] By: nick                                  on 2001/05/26  09:05:36
33758         Log: Integrate mainline
33759      Branch: perlio
33760           +> t/lib/fcntl.t t/pragma/vars.t
33761           !> (integrate 49 files)
33762 ____________________________________________________________________________
33763 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
33764         Log: Update Changes.
33765      Branch: perl
33766            ! Changes patchlevel.h
33767 ____________________________________________________________________________
33768 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
33769         Log: Based on
33770              
33771              Subject: [PATCH pp.c] Wrapping pack("C",256)
33772              From: Simon Cozens <simon@netthink.co.uk>
33773              Date: Sat, 12 May 2001 17:58:41 +0100
33774              Message-ID: <20010512175841.A6132@netthink.co.uk>
33775      Branch: perl
33776            ! pod/perldiag.pod pp.c t/pragma/warn/pp
33777 ____________________________________________________________________________
33778 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
33779         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
33780              From: "Brendan O'Dea" <bod@compusol.com.au>
33781              Date: Fri, 25 May 2001 11:18:29 +1000
33782              Message-ID: <20010525111829.A28411@compusol.com.au>
33783              
33784              (Slightly modified.)
33785      Branch: perl
33786            ! lib/Term/Cap.pm
33787 ____________________________________________________________________________
33788 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
33789         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
33790              From: Hugo <hv@crypt.compulink.co.uk>
33791              Date: Fri, 25 May 2001 02:13:25 +0100
33792              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
33793      Branch: perl
33794            ! t/op/misc.t
33795 ____________________________________________________________________________
33796 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
33797         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
33798              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
33799              Date: Fri, 25 May 2001 10:25:36 +0900
33800              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
33801      Branch: perl
33802            ! regcomp.c regexec.c
33803 ____________________________________________________________________________
33804 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
33805         Log: Subject: [PATCH #2] stash autovivification and method call error messages
33806              From: Ilmari Karonen <iltzu@sci.fi>
33807              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
33808              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
33809      Branch: perl
33810            ! gv.c pp_hot.c t/op/method.t
33811 ____________________________________________________________________________
33812 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
33813         Log: Add make target and documentation for gprof profiling.
33814      Branch: perl
33815            ! Makefile.SH pod/perlhack.pod
33816 ____________________________________________________________________________
33817 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
33818         Log: Subject: Don't think about UTF8 
33819              From: Mike Guy <mjtg@cam.ac.uk> 
33820              Date: Tue, 22 May 2001 14:35:39 +0100
33821              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
33822      Branch: perl
33823            ! sv.h
33824 ____________________________________________________________________________
33825 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
33826         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
33827              From: Geraint A Edwards <gedge@serf.org> 
33828              Date: Thu, 24 May 2001 22:51:24 +0100
33829              Message-Id: <20010524225124.A34981@cymru.serf.org>
33830      Branch: perl
33831            ! x2p/find2perl.PL
33832 ____________________________________________________________________________
33833 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
33834         Log: DB_File has its own attribute story.
33835      Branch: perl
33836            ! ext/DB_File/DB_File.xs
33837 ____________________________________________________________________________
33838 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
33839         Log: Subject: Re: Making perl with -Wall
33840              From: Andy Dougherty <doughera@lafayette.edu>
33841              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
33842              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
33843      Branch: perl
33844            ! perl.h
33845 ____________________________________________________________________________
33846 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
33847         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
33848              From: "Richard Soderberg" <rs@crystalflame.net>
33849              Date: Thu, 24 May 2001 08:58:16 -0700
33850              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
33851      Branch: perl
33852            ! sv.c
33853 ____________________________________________________________________________
33854 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
33855         Log: IV/UV casting fixes from Nicholas Clark.
33856      Branch: perl
33857            ! perl.h pp_sys.c util.c
33858 ____________________________________________________________________________
33859 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
33860         Log: Subject: Re: Making perl with -Wall
33861              From: Michael G Schwern <schwern@pobox.com>
33862              Date: Thu, 24 May 2001 15:40:28 +0100
33863              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
33864      Branch: perl
33865            ! malloc.c perl.h
33866 ____________________________________________________________________________
33867 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
33868         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
33869              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33870              Date: Tue, 22 May 2001 11:49:37 +0200
33871              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
33872      Branch: metaconfig
33873            ! U/modified/Oldsym.U
33874      Branch: metaconfig/U/perl
33875            ! patchlevel.U
33876      Branch: perl
33877            ! Configure config_h.SH myconfig.SH
33878 ____________________________________________________________________________
33879 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
33880         Log: Under versiononly install also the scripts with the version suffix.
33881              (e.g. .../bin/h2xs5.7.1)
33882      Branch: perl
33883            ! installperl
33884 ____________________________________________________________________________
33885 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
33886         Log: Subject: [PATCH] Stop segfault in mg.c:636
33887              From: "Richard Soderberg" <rs@crystalflame.net>
33888              Date: Thu, 24 May 2001 05:51:52 -0700
33889              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
33890      Branch: perl
33891            ! mg.c
33892 ____________________________________________________________________________
33893 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
33894         Log: Iteration continues; hopefully convergently.
33895      Branch: perl
33896            ! t/lib/b-stash.t
33897 ____________________________________________________________________________
33898 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
33899         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
33900              From: Gisle Aas <gisle@ActiveState.com>
33901              Date: 23 May 2001 16:13:10 -0700
33902              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
33903      Branch: perl
33904            ! op.c toke.c
33905 ____________________________________________________________________________
33906 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
33907         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
33908              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33909              Date: Thu, 24 May 2001 05:05:22 -0500
33910              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
33911      Branch: perl
33912            ! lib/dumpvar.pl lib/perl5db.pl
33913 ____________________________________________________________________________
33914 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
33915         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
33916              From: David Dyck <dcd@tc.fluke.com>
33917              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
33918              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
33919      Branch: perl
33920            ! lib/perl5db.pl
33921 ____________________________________________________________________________
33922 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
33923         Log: Tiny pod nits on READMEs, mostly whitespace issues.
33924      Branch: perl
33925            ! README.amiga README.dos README.macos README.mpeix README.vmesa
33926            ! README.win32
33927 ____________________________________________________________________________
33928 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
33929         Log: The DG/UX part of the 20010521.005.
33930      Branch: perl
33931            ! README.dgux
33932 ____________________________________________________________________________
33933 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
33934         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
33935              From: Hugo <hv@crypt.compulink.co.uk>
33936              Date: Mon, 21 May 2001 16:32:02 +0100
33937              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
33938      Branch: perl
33939            ! regcomp.c t/op/misc.t
33940 ____________________________________________________________________________
33941 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
33942         Log: Subject: [PATCH] Extra UNIVERSAL tests
33943              From: Mike Guy <mjtg@cam.ac.uk>
33944              Date: Wed, 23 May 2001 12:29:20 +0100
33945              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
33946      Branch: perl
33947            ! t/op/universal.t
33948 ____________________________________________________________________________
33949 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
33950         Log: Subject: [PATCH] Remove EQ keyword
33951              From: Mike Guy <mjtg@cam.ac.uk>
33952              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
33953              Date: Wed, 23 May 2001 11:17:29 +0100
33954      Branch: perl
33955            ! keywords.h keywords.pl
33956 ____________________________________________________________________________
33957 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
33958         Log: Subject: [PATCH] lib/perl5db.pl
33959              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33960              Date: Wed, 23 May 2001 02:18:03 -0500
33961              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
33962      Branch: perl
33963            ! lib/perl5db.pl
33964 ____________________________________________________________________________
33965 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
33966         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
33967              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33968              Date: Tue, 22 May 2001 23:34:41 -0500
33969              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
33970      Branch: perl
33971            ! lib/Term/Cap.pm
33972 ____________________________________________________________________________
33973 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
33974         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
33975              From: davem@fdgroup.co.uk
33976              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
33977              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
33978      Branch: perl
33979            ! emacs/e2ctags.pl
33980 ____________________________________________________________________________
33981 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
33982         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
33983              From: Michael G Schwern <schwern@pobox.com>
33984              Date: Tue, 22 May 2001 14:15:09 +0100
33985              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
33986      Branch: perl
33987            ! lib/vars.pm
33988 ____________________________________________________________________________
33989 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
33990         Log: Subject: [PATCH lib/vars.pm] Odd code nit
33991              From: Michael G Schwern <schwern@pobox.com>
33992              Date: Tue, 22 May 2001 14:14:28 +0100
33993              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
33994      Branch: perl
33995            ! lib/vars.pm
33996 ____________________________________________________________________________
33997 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
33998         Log: Use the new use vars feature.
33999      Branch: perl
34000            ! t/lib/b-stash.t
34001 ____________________________________________________________________________
34002 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
34003         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
34004              From: Mike Guy <mjtg@cam.ac.uk>
34005              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
34006              Date: Tue, 22 May 2001 13:11:39 +0100
34007      Branch: perl
34008            + t/pragma/vars.t
34009            ! MANIFEST lib/vars.pm t/lib/1_compile.t
34010 ____________________________________________________________________________
34011 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
34012         Log: -qlongdouble considered harmful by Merijn.
34013      Branch: perl
34014            ! hints/aix.sh
34015 ____________________________________________________________________________
34016 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
34017         Log: Update Changes.
34018      Branch: perl
34019            ! Changes patchlevel.h
34020 ____________________________________________________________________________
34021 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
34022         Log: Add a test of its very own for Fcntl.  Hopefully portable.
34023      Branch: perl
34024            + t/lib/fcntl.t
34025            ! MANIFEST
34026 ____________________________________________________________________________
34027 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
34028         Log: Must be trickier for 'minitest' not to die.
34029      Branch: perl
34030            ! t/op/taint.t
34031 ____________________________________________________________________________
34032 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
34033         Log: Can't declare other people's variables.
34034      Branch: perl
34035            ! t/lib/b-stash.t
34036 ____________________________________________________________________________
34037 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
34038         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
34039      Branch: perl
34040            ! doio.c t/op/taint.t
34041 ____________________________________________________________________________
34042 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
34043         Log: The OS/2 variable needs to be declared.
34044      Branch: perl
34045            ! t/lib/b-stash.t
34046 ____________________________________________________________________________
34047 [ 10170] By: nick                                  on 2001/05/20  16:48:29
34048         Log: Integrate mainline
34049      Branch: perlio
34050           !> (integrate 41 files)
34051 ____________________________________________________________________________
34052 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
34053         Log: Small perlsec updates: clarify the taintedness of filename
34054              globbing; suggest using Scalar::Util::tainted().
34055      Branch: perl
34056            ! pod/perlsec.pod
34057 ____________________________________________________________________________
34058 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
34059         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
34060              From: Dave Mitchell <davem@fdgroup.co.uk>
34061              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
34062              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
34063      Branch: perl
34064            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
34065            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
34066            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
34067            ! xsutils.c
34068 ____________________________________________________________________________
34069 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
34070         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
34071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34072              Date: Sat, 19 May 2001 04:08:46 -0400
34073              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
34074      Branch: perl
34075            ! lib/ExtUtils/Mksymlists.pm makedef.pl
34076 ____________________________________________________________________________
34077 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
34078         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
34079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34080              Date: Sat, 19 May 2001 04:30:45 -0400
34081              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
34082      Branch: perl
34083            ! os2/os2.c
34084 ____________________________________________________________________________
34085 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
34086         Log: Subject: [PATCH 5.6.1] build bugs OS/2
34087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34088              Date: Sat, 19 May 2001 04:35:28 -0400
34089              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
34090      Branch: perl
34091            ! os2/Makefile.SHs os2/os2.c
34092 ____________________________________________________________________________
34093 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
34094         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
34095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34096              Date: Sat, 19 May 2001 04:04:23 -0400
34097              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
34098              
34099              (In bleadperl patched b-stash.t instead of b.t)
34100      Branch: perl
34101            ! t/lib/b-stash.t t/lib/bigfltpm.t
34102 ____________________________________________________________________________
34103 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
34104         Log: Subject: [PATCH 5.6.1] perl5db
34105              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34106              Date: Sat, 19 May 2001 03:49:09 -0400
34107              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
34108      Branch: perl
34109            ! lib/perl5db.pl
34110 ____________________________________________________________________________
34111 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
34112         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
34113              From: Gisle Aas <gisle@ActiveState.com>
34114              Date: 18 May 2001 14:24:51 -0700
34115              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
34116      Branch: perl
34117            ! pp_ctl.c
34118 ____________________________________________________________________________
34119 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
34120         Log: Subject: [PATCH] Chomp should not always stringify
34121              From: Gisle Aas <gisle@ActiveState.com>
34122              Date: 18 May 2001 07:55:25 -0700
34123              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
34124      Branch: perl
34125            ! doop.c t/op/chop.t
34126 ____________________________________________________________________________
34127 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
34128         Log: Integrate perlio.
34129      Branch: perl
34130           !> pod/perlfunc.pod
34131 ____________________________________________________________________________
34132 [ 10159] By: nick                                  on 2001/05/20  09:39:46
34133         Log: Document some more of open's features.
34134      Branch: perlio
34135            ! pod/perlfunc.pod
34136 ____________________________________________________________________________
34137 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
34138         Log: back out change#10153 (it has compatibility issues such as the
34139              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
34140              benefit for 5.6.x doesn't seem worth the risk)
34141      Branch: maint-5.6/perl
34142            ! toke.c
34143 ____________________________________________________________________________
34144 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
34145         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
34146      Branch: perl
34147            ! x2p/s2p.PL
34148 ____________________________________________________________________________
34149 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
34150         Log: Update Changes.
34151      Branch: perl
34152            ! Changes patchlevel.h
34153 ____________________________________________________________________________
34154 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
34155         Log: Integrate change #10144 from maintperl.
34156              
34157              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
34158      Branch: perl
34159           !> win32/config.bc win32/config.gc win32/config.vc
34160           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34161 ____________________________________________________________________________
34162 [ 10154] By: nick                                  on 2001/05/18  07:23:03
34163         Log: Integrate mainline.
34164      Branch: perlio
34165           +> README.dgux t/lib/i18n-collate.t utils.lst
34166           !> (integrate 49 files)
34167 ____________________________________________________________________________
34168 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
34169         Log: Integrate change #7224 from mainline into maintperl.
34170              
34171              Allow @+ and @- to be doublequoted, from Simon Cozens. 
34172              (Approved by Larry, see Tom's comment in 20000830.005.)
34173      Branch: maint-5.6/perl
34174           !> toke.c
34175 ____________________________________________________________________________
34176 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
34177         Log: Subject: [PATCH bleadperl] small lookbehind fix
34178              From: Hugo <hv@crypt.compulink.co.uk>
34179              Date: Fri, 18 May 2001 00:07:19 +0100
34180              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
34181      Branch: perl
34182            ! regexec.c
34183 ____________________________________________________________________________
34184 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
34185         Log: Detypos.
34186      Branch: perl
34187            ! installman utils.lst
34188 ____________________________________________________________________________
34189 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
34190         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
34191              in 20001222.001.
34192      Branch: perl
34193            ! t/lib/glob-basic.t
34194 ____________________________________________________________________________
34195 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
34196         Log: Subject: [PATCH] Test for bug 20010515.004
34197              From: Benjamin Sugars <bsugars@canoe.ca>
34198              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
34199              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
34200      Branch: perl
34201            ! t/op/misc.t
34202 ____________________________________________________________________________
34203 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
34204         Log: Integrate #10145 from maintperl.
34205              
34206              fix for ID 20010515.004 (needs test)
34207      Branch: perl
34208           !> pp_hot.c
34209 ____________________________________________________________________________
34210 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
34211         Log: Thinko noticed by Doug MacEachern.
34212      Branch: perl
34213            ! thread.h
34214 ____________________________________________________________________________
34215 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
34216         Log: Subject: Re: [PATCH] HERE mark in regex
34217              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34218              Date: Thu, 17 May 2001 12:20:33 -0400
34219              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
34220      Branch: perl
34221            ! t/op/re_tests
34222 ____________________________________________________________________________
34223 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
34224         Log: fix for ID 20010515.004 (needs test)
34225      Branch: maint-5.6/perl
34226            ! pp_hot.c
34227 ____________________________________________________________________________
34228 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
34229         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
34230      Branch: maint-5.6/perl
34231            ! win32/config.bc win32/config.gc win32/config.vc
34232            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34233 ____________________________________________________________________________
34234 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
34235         Log: Macrofy the getspecific (and use it also in util.c)
34236      Branch: perl
34237            ! thread.h util.c
34238 ____________________________________________________________________________
34239 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
34240         Log: Use the unchecked thread-specific key fetch also in Tru64.
34241      Branch: perl
34242            ! thread.h
34243 ____________________________________________________________________________
34244 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
34245         Log: Subject: [PATCH 5.6.1]Quick thread speedup
34246              From: Dan Sugalski <dan@sidhe.org> 
34247              Date: Wed, 16 May 2001 18:05:19 -0400
34248              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
34249      Branch: perl
34250            ! thread.h util.c
34251 ____________________________________________________________________________
34252 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
34253         Log: I think this is quite enough testing for a deprecated feature.
34254      Branch: perl
34255            + t/lib/i18n-collate.t
34256            ! MANIFEST t/lib/1_compile.t
34257 ____________________________________________________________________________
34258 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
34259         Log: More HP-UX lore from Jeff Okamoto.
34260      Branch: perl
34261            ! README.hpux
34262 ____________________________________________________________________________
34263 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
34264         Log: Sort utils.lst for easier maintenance.
34265      Branch: perl
34266            ! utils.lst
34267 ____________________________________________________________________________
34268 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
34269         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34270              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34271              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
34272              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
34273              
34274              Add pod2latex to utils.lst.
34275      Branch: perl
34276            ! MANIFEST utils.lst
34277 ____________________________________________________________________________
34278 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
34279         Log: Subject: Re: [PATCH] HERE mark in regex
34280              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34281              Date: Wed, 16 May 2001 13:04:43 -0400
34282              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
34283      Branch: perl
34284            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
34285            ! t/op/regmesg.t t/pragma/warn/regcomp
34286 ____________________________________________________________________________
34287 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
34288         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34289              From: Simon Cozens <simon@netthink.co.uk>
34290              Date: Wed, 16 May 2001 18:02:08 +0100
34291              Message-ID: <20010516180208.A6458@netthink.co.uk>
34292      Branch: perl
34293            ! installman utils.lst
34294 ____________________________________________________________________________
34295 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
34296         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
34297              From: "Philip Newton" <pnewton@gmx.de>
34298              Date: Tue, 15 May 2001 15:09:30 +0200
34299              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
34300              
34301              Test case for #10128.
34302      Branch: perl
34303            ! t/pragma/warn/pp_hot
34304 ____________________________________________________________________________
34305 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
34306         Log: Update Changes.
34307      Branch: perl
34308            ! Changes patchlevel.h
34309 ____________________________________________________________________________
34310 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
34311         Log: Deprecate pseudo-hashes.
34312      Branch: perl
34313            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
34314 ____________________________________________________________________________
34315 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
34316         Log: HP-UX hints update from Merijn.
34317      Branch: perl
34318            ! hints/hpux.sh
34319 ____________________________________________________________________________
34320 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
34321         Log: README.hpux update from Merijn.
34322      Branch: perl
34323            ! README.hpux
34324 ____________________________________________________________________________
34325 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
34326         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
34327              From: Simon Cozens <simon@netthink.co.uk>
34328              Date: Wed, 16 May 2001 15:57:55 +0100
34329              Message-ID: <20010516155755.A4728@netthink.co.uk>
34330      Branch: perl
34331            + utils.lst
34332            ! MANIFEST installman installperl
34333 ____________________________________________________________________________
34334 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
34335         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
34336              From: "Philip Newton" <pnewton@gmx.de>
34337              Date: Tue, 15 May 2001 16:31:05 +0200
34338              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
34339              
34340              Fix PERL_Y2KWARN test to check before rather than after appending.
34341      Branch: perl
34342            ! pp_hot.c
34343 ____________________________________________________________________________
34344 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
34345         Log: Regen Porting stuff.
34346      Branch: perl
34347            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34348            ! config_h.SH
34349 ____________________________________________________________________________
34350 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
34351         Log: Metaconfig unit change for #10125.
34352      Branch: metaconfig
34353            ! U/modified/Oldconfig.U
34354 ____________________________________________________________________________
34355 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
34356         Log: Use OSVERS.
34357      Branch: perl
34358            ! Configure config_h.SH perl.c
34359 ____________________________________________________________________________
34360 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
34361         Log: Regen toc.
34362      Branch: perl
34363            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34364 ____________________________________________________________________________
34365 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
34366         Log: Adding the README.dgux to the MANIFEST would be a good idea.
34367      Branch: perl
34368            ! MANIFEST
34369 ____________________________________________________________________________
34370 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
34371         Log: Move the stack desire definition to thread.h.
34372      Branch: perl
34373            ! ext/Thread/Thread.xs thread.h
34374 ____________________________________________________________________________
34375 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
34376         Log: DG-UX threading patches, including a README.dgux,
34377              from Takis Psarogiannakopoulos.
34378      Branch: perl
34379            + README.dgux
34380            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
34381 ____________________________________________________________________________
34382 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
34383         Log: Subject: [PATCH B::Deparse] More on /x regexes
34384              From: Robin Houston <robin@kitsite.com>
34385              Date: Tue, 15 May 2001 19:09:35 +0100
34386              Message-ID: <20010515190935.A27268@penderel>
34387      Branch: perl
34388            ! ext/B/B/Deparse.pm
34389 ____________________________________________________________________________
34390 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
34391         Log: Document that the core time() may be rounding rather
34392              than truncating, would have saved at least my confusion.
34393      Branch: perl
34394            ! ext/Time/HiRes/HiRes.pm
34395 ____________________________________________________________________________
34396 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
34397         Log: Subject: perl-current/t/time-hires.t
34398              From: John Peacock <jpeacock@rowman.com>
34399              Date: Fri, 11 May 2001 14:09:41 -0400
34400              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
34401      Branch: perl
34402            ! t/lib/time-hires.t
34403 ____________________________________________________________________________
34404 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
34405         Log: Subject: [PATCH dump.c] Op private flags
34406              From: Simon Cozens <simon@netthink.co.uk>
34407              Date: Sun, 13 May 2001 20:20:36 +0100
34408              Message-ID: <20010513202036.A21896@netthink.co.uk>
34409      Branch: perl
34410            ! dump.c
34411 ____________________________________________________________________________
34412 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
34413         Log: Upgrade to Switch 2.03.
34414      Branch: perl
34415            ! lib/Switch.pm
34416 ____________________________________________________________________________
34417 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
34418         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
34419              to PERL_CONFIG_SH and use it consistently.
34420      Branch: maint-5.6/perl
34421           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
34422           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
34423           !> myconfig.SH writemain.SH
34424 ____________________________________________________________________________
34425 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
34426         Log: Metaconfig units changes for #10113.
34427      Branch: metaconfig
34428            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
34429 ____________________________________________________________________________
34430 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
34431         Log: The problem described in 20010514.031 still wasn't
34432              fully cured, there were remnants of $CONFIG when
34433              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
34434              to avoid future conflicts.
34435      Branch: perl
34436            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
34437            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
34438            ! myconfig.SH writemain.SH
34439 ____________________________________________________________________________
34440 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
34441         Log: Half of #10107 got lost.
34442      Branch: perl
34443            ! ext/B/B/Deparse.pm
34444 ____________________________________________________________________________
34445 [ 10111] By: nick                                  on 2001/05/15  08:39:14
34446         Log: Integrate mainline.
34447      Branch: perlio
34448           +> ext/POSIX/hints/uts.pl
34449            - Todo Todo-5.6 t/camel-III/vstring.t
34450           !> (integrate 48 files)
34451 ____________________________________________________________________________
34452 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
34453         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
34454              From: Robin Houston <robin@kitsite.com>
34455              Date: Mon, 14 May 2001 22:27:08 +0100
34456              Message-ID: <20010514222708.A22963@penderel>
34457      Branch: perl
34458            ! t/TestInit.pm
34459 ____________________________________________________________________________
34460 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
34461         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
34462              From: Robin Houston <robin@kitsite.com>
34463              Date: Mon, 14 May 2001 22:16:43 +0100
34464              Message-ID: <20010514221643.A22437@penderel>
34465      Branch: perl
34466            ! ext/B/B/Deparse.pm
34467 ____________________________________________________________________________
34468 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
34469         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
34470              From: Robin Houston <robin@kitsite.com>
34471              Date: Mon, 14 May 2001 22:03:44 +0100
34472              Message-ID: <20010514220344.A20643@penderel>
34473      Branch: perl
34474            ! ext/B/B/Deparse.pm
34475 ____________________________________________________________________________
34476 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
34477         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
34478              From: Robin Houston <robin@kitsite.com>
34479              Date: Mon, 14 May 2001 22:10:07 +0100
34480              Message-ID: <20010514221007.A21118@penderel>
34481      Branch: perl
34482            ! ext/B/B/Deparse.pm
34483 ____________________________________________________________________________
34484 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
34485         Log: Fix for 20010514.037; substr() didn't invalidate the locale
34486              collation magic.
34487      Branch: perl
34488            ! pp.c
34489 ____________________________________________________________________________
34490 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
34491         Log: Update Changes.
34492      Branch: perl
34493            ! Changes patchlevel.h
34494 ____________________________________________________________________________
34495 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
34496         Log: Retract #10094.
34497      Branch: perl
34498            ! lib/Pod/Text.pm
34499 ____________________________________________________________________________
34500 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
34501         Log: Integrate change #10100 from maintperl.
34502              
34503              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
34504              bug ID 20010514.027)
34505      Branch: perl
34506           !> mg.c pp_ctl.c
34507 ____________________________________________________________________________
34508 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
34509         Log: Document the deprecatedness of suidperl.
34510      Branch: perl
34511            ! INSTALL pod/perlfaq1.pod
34512 ____________________________________________________________________________
34513 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
34514         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
34515              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34516              Date: Mon, 14 May 2001 09:38:59 -0400
34517              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
34518      Branch: perl
34519            ! lib/ExtUtils/MM_Unix.pm
34520 ____________________________________________________________________________
34521 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
34522         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
34523              bug ID 20010514.027)
34524              
34525              TODO: this needs a testsuite addition
34526      Branch: maint-5.6/perl
34527            ! mg.c pp_ctl.c
34528 ____________________________________________________________________________
34529 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
34530         Log: More DWIMminess for Class::Struct: calling the array or hash
34531              accessors only with one argument, an array or a hash reference,
34532              sets the underlying array or hash.  This mirrors nicely also
34533              the usage in the constructor.
34534              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
34535      Branch: perl
34536            ! lib/Class/Struct.pm t/lib/class-struct.t
34537 ____________________________________________________________________________
34538 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
34539         Log: Reference cmp'ing should go through the whole stringification
34540              process shebang, as pointed out by Sarathy in #10091.
34541      Branch: perl
34542            ! pp.c
34543 ____________________________________________________________________________
34544 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
34545         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
34546              From: Simon Cozens <simon@netthink.co.uk>
34547              Date: Sat, 12 May 2001 16:36:27 +0100
34548              Message-ID: <20010512163627.A5522@netthink.co.uk>
34549              
34550              with some additions salvaged from Todo and Todo-5.6 before
34551              retiring them.
34552      Branch: perl
34553            - Todo Todo-5.6
34554            ! MANIFEST pod/perltodo.pod
34555 ____________________________________________________________________________
34556 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
34557         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
34558              From: "Golubev I. N." <gin@mo.msk.ru>
34559              Date: Mon, 07 May 2001 14:33:34 (GMT)
34560              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
34561      Branch: perl
34562            ! perl.h
34563 ____________________________________________________________________________
34564 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
34565         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
34566              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
34567              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
34568              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
34569      Branch: perl
34570            ! lib/ExtUtils/MM_Unix.pm
34571 ____________________________________________________________________________
34572 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
34573         Log: (Retracted by #10104.)
34574              
34575              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
34576              From: barries <barries@slaysys.com>
34577              Date: Sat, 12 May 2001 01:28:10 -0400
34578              Message-ID: <20010512012810.B26358@jester.slaysys.com>
34579      Branch: perl
34580            ! lib/Pod/Text.pm
34581 ____________________________________________________________________________
34582 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
34583         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
34584              From: Mike Guy <mjtg@cam.ac.uk>
34585              Date: Sat, 12 May 2001 19:24:33 +0100
34586              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
34587      Branch: perl
34588            ! lib/AutoSplit.pm
34589 ____________________________________________________________________________
34590 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
34591         Log: Yet another HP-UX hints tweak from Merijn.
34592      Branch: perl
34593            ! hints/hpux.sh
34594 ____________________________________________________________________________
34595 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
34596         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
34597              isn't defined (changes#9366,9368,9370 from mainline without the
34598              pp_scmp() change)
34599      Branch: maint-5.6/perl
34600            ! pp.c pp.h pp_hot.c
34601 ____________________________________________________________________________
34602 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
34603         Log: The sorting seems to happen now automatically.
34604      Branch: perl
34605            ! t/lib/glob-basic.t
34606 ____________________________________________________________________________
34607 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
34608         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
34609              From: Benjamin Sugars <bsugars@canoe.ca>
34610              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
34611              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
34612      Branch: perl
34613            ! pod/perlfunc.pod
34614 ____________________________________________________________________________
34615 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
34616         Log: Subject: Re: undef(&foo) does not work for XS functions
34617              From: Doug MacEachern <dougm@covalent.net>
34618              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
34619              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
34620      Branch: perl
34621            ! op.c
34622 ____________________________________________________________________________
34623 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
34624         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
34625              From: Peter Prymmer <pvhp@forte.com>
34626              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
34627              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
34628      Branch: perl
34629            ! t/op/append.t
34630 ____________________________________________________________________________
34631 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
34632         Log: Update Changes.
34633      Branch: perl
34634            ! Changes patchlevel.h
34635 ____________________________________________________________________________
34636 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
34637         Log: Remove the 'asciir' re subpragma.  Should instead implement
34638              the 'physical vs logical' range scheme:
34639              
34640              \xAA-\xCC is a native physical range, you want that range of
34641              codepoints in your native encoding.  In EBCDIC the codepoints
34642              in the gaps (between i-j and r-s) should be included.
34643              
34644              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
34645              codepoints in Unicode.
34646              
34647              a-z is a logical range, you want that range of 'logical' codepoints
34648              in your native encoding.  In EBCDIC the codepoints in the gaps
34649              (between i-j and r-s) should not be included.
34650              
34651              Mixed cases (a-\xAA, etc) should either be errors, or maybe
34652              the 'logical' endpoints should be converted to native/Unicode
34653              codepoints, and the range handled as a physical range.
34654              
34655              'Logical endpoints' are to be recognized only in the A-Z, a-z,
34656              and 0-9 ranges.  Probably a warning should be given for mixed
34657              cases like A-z or a-9 (since such expressions are encoding
34658              dependent), with a recommendation to use physical ranges.
34659      Branch: perl
34660            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
34661            ! t/op/regexp.t
34662 ____________________________________________________________________________
34663 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
34664         Log: Make the test to cleanup the test directory tree
34665              both before and after the testing so that we always
34666              have a clean slate to work with.
34667      Branch: perl
34668            ! t/lib/filefind.t
34669 ____________________________________________________________________________
34670 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
34671         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
34672              From: Jon Eveland <jweveland@yahoo.com>
34673              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
34674              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
34675      Branch: perl
34676            ! pod/perlfunc.pod
34677 ____________________________________________________________________________
34678 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
34679         Log: Merge the camel-III/vstring.t with op/ver.t.
34680      Branch: perl
34681            - t/camel-III/vstring.t
34682            ! MANIFEST t/TEST t/harness t/op/ver.t
34683 ____________________________________________________________________________
34684 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
34685         Log: Add test.deparse make target.
34686      Branch: perl
34687            ! Makefile.SH
34688 ____________________________________________________________________________
34689 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
34690         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
34691              From: Robin Houston <robin@kitsite.com>
34692              Date: Fri, 11 May 2001 12:02:22 +0100
34693              Message-ID: <20010511120222.A11529@penderel>
34694      Branch: perl
34695            ! ext/B/B/Deparse.pm t/op/method.t
34696 ____________________________________________________________________________
34697 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
34698         Log: A nicely working combination for UTS from Hal Morris.
34699      Branch: perl
34700            + ext/POSIX/hints/uts.pl
34701            ! MANIFEST hints/uts.sh
34702 ____________________________________________________________________________
34703 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
34704         Log: i_ieeefp=undef for UTS.
34705      Branch: perl
34706            ! hints/uts.sh
34707 ____________________________________________________________________________
34708 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
34709         Log: Subject: RE: rand(0) is rand(1)
34710              From: Larry Shatzer <lshatzer@islanddata.com>
34711              Date: Thu, 10 May 2001 11:09:27 -0700
34712              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
34713      Branch: perl
34714            ! pod/perlfunc.pod
34715 ____________________________________________________________________________
34716 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
34717         Log: Subject: [patch] make op_{clear,null} public
34718              From: Doug MacEachern <dougm@covalent.net>
34719              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
34720              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
34721      Branch: perl
34722            ! embed.h embed.pl op.c proto.h
34723 ____________________________________________________________________________
34724 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
34725         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
34726              From: Robin Houston <robin@kitsite.com>
34727              Date: Thu, 10 May 2001 18:54:59 +0100
34728              Message-ID: <20010510185459.A5995@penderel>
34729      Branch: perl
34730            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
34731 ____________________________________________________________________________
34732 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
34733         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
34734              From: Robin Houston <robin@kitsite.com>
34735              Date: Thu, 10 May 2001 12:56:39 +0100
34736              Message-ID: <20010510125639.A2119@penderel>
34737      Branch: perl
34738            ! ext/B/B/Deparse.pm
34739 ____________________________________________________________________________
34740 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
34741         Log: Retract #10070, not ready yet.
34742      Branch: perl
34743            ! ext/B/B/Deparse.pm
34744 ____________________________________________________________________________
34745 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
34746         Log: The metaconfig unit change for #10071.
34747      Branch: metaconfig
34748            ! U/modified/mallocsrc.U
34749 ____________________________________________________________________________
34750 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
34751         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
34752      Branch: perl
34753            ! Configure
34754 ____________________________________________________________________________
34755 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
34756         Log: (Retracted by #10073)
34757              
34758              Subject: Re: [PATCH t/TEST] B::Deparse tester 
34759              From: Hugo <hv@crypt.compulink.co.uk>
34760              Date: Thu, 10 May 2001 05:48:09 +0100
34761              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
34762      Branch: perl
34763            ! ext/B/B/Deparse.pm
34764 ____________________________________________________________________________
34765 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
34766         Log: Add a for(func()) test.
34767      Branch: perl
34768            ! t/cmd/for.t
34769 ____________________________________________________________________________
34770 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
34771         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
34772              From: Robin Houston <robin@kitsite.com>
34773              Date: Thu, 10 May 2001 13:50:08 +0100
34774              Message-ID: <20010510135008.A2454@penderel>
34775      Branch: perl
34776            ! ext/B/B/Deparse.pm
34777 ____________________________________________________________________________
34778 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
34779         Log: A thinko in #10065.
34780      Branch: perl
34781            ! hv.c
34782 ____________________________________________________________________________
34783 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
34784         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
34785              From: Robin Houston <robin@kitsite.com>
34786              Date: Thu, 10 May 2001 02:10:34 +0100
34787              Message-ID: <20010510021034.A19421@penderel>
34788      Branch: perl
34789            ! ext/B/B.xs ext/B/B/Deparse.pm
34790 ____________________________________________________________________________
34791 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
34792         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
34793              From: Doug MacEachern <dougm@covalent.net>
34794              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
34795              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
34796      Branch: perl
34797            ! hv.c
34798 ____________________________________________________________________________
34799 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
34800         Log: One more workaround for the UTS compiler from Hal Morris.
34801      Branch: perl
34802            ! perl.h
34803 ____________________________________________________________________________
34804 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
34805         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
34806              From: Robin Houston <robin@kitsite.com>
34807              Date: Thu, 10 May 2001 01:02:08 +0100
34808              Message-ID: <20010510010208.A18200@penderel>
34809      Branch: perl
34810            ! ext/B/B/Debug.pm
34811 ____________________________________________________________________________
34812 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
34813         Log: Subject: [PATCH] Simplify deb_curcv() a bit
34814              From: Benjamin Sugars <bsugars@canoe.ca>
34815              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
34816              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
34817      Branch: perl
34818            ! run.c
34819 ____________________________________________________________________________
34820 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
34821         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
34822              From: Benjamin Sugars <bsugars@canoe.ca>
34823              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
34824              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
34825      Branch: perl
34826            ! t/lib/io_scalar.t
34827 ____________________________________________________________________________
34828 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
34829         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
34830              From: Peter Prymmer <pvhp@forte.com>
34831              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
34832              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
34833      Branch: perl
34834            ! t/lib/md5-file.t
34835 ____________________________________________________________________________
34836 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
34837         Log: Subject: [PATCH t/TEST] B::Deparse tester
34838              From: Robin Houston <robin@kitsite.com>
34839              Date: Wed, 9 May 2001 19:17:50 +0100
34840              Message-ID: <20010509191750.A16940@penderel>
34841      Branch: perl
34842            ! ext/B/O.pm t/TEST
34843 ____________________________________________________________________________
34844 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
34845         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
34846              From: Jeff Pinyan <jeffp@crusoe.net>
34847              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
34848              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
34849      Branch: perl
34850            ! lib/Pod/Html.pm
34851 ____________________________________________________________________________
34852 [ 10057] By: nick                                  on 2001/05/09  18:37:56
34853         Log: Integrate mainline.
34854      Branch: perlio
34855           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
34856           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
34857 ____________________________________________________________________________
34858 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
34859         Log: Update Changes.
34860      Branch: perl
34861            ! Changes patchlevel.h
34862 ____________________________________________________________________________
34863 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
34864         Log: Integrate perlio.
34865      Branch: perl
34866           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34867 ____________________________________________________________________________
34868 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
34869         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
34870              From: Benjamin Sugars <bsugars@canoe.ca>
34871              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
34872              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
34873      Branch: perl
34874            ! perlio.c
34875 ____________________________________________________________________________
34876 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
34877         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
34878              From: Benjamin Sugars <bsugars@canoe.ca>
34879              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
34880              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
34881      Branch: perl
34882            ! ext/PerlIO/Scalar/Scalar.xs
34883 ____________________________________________________________________________
34884 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
34885         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
34886              From: Jeff Pinyan <jeffp@crusoe.net>
34887              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
34888              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
34889      Branch: perl
34890            ! lib/Pod/Html.pm
34891 ____________________________________________________________________________
34892 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
34893         Log: EPOC tweak from Olaf Flebbe.
34894      Branch: perl
34895            ! epoc/epocish.h
34896 ____________________________________________________________________________
34897 [ 10050] By: nick                                  on 2001/05/09  14:37:57
34898         Log: win32, regen_config_h
34899      Branch: perlio
34900            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34901 ____________________________________________________________________________
34902 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
34903         Log: Integrate perlio.
34904      Branch: perl
34905           !> pp_sys.c
34906 ____________________________________________________________________________
34907 [ 10048] By: nick                                  on 2001/05/09  11:59:50
34908         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
34909              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
34910      Branch: perlio
34911            ! pp_sys.c
34912 ____________________________________________________________________________
34913 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
34914         Log: Integrate perlio.
34915      Branch: perl
34916           !> run.c
34917 ____________________________________________________________________________
34918 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
34919         Log: Subject: Re: Less warnings during configure
34920              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34921              Date: Wed, 09 May 2001 13:12:49 +0200
34922              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
34923      Branch: perl
34924            ! hints/hpux.sh
34925 ____________________________________________________________________________
34926 [ 10045] By: nick                                  on 2001/05/09  09:56:59
34927         Log: MULTIPLICITY/DEBUGGING build fix.
34928      Branch: perlio
34929            ! run.c
34930 ____________________________________________________________________________
34931 [ 10044] By: nick                                  on 2001/05/09  09:46:37
34932         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
34933      Branch: perlio
34934           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
34935            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
34936           !> (integrate 65 files)
34937 ____________________________________________________________________________
34938 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
34939         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
34940              From: Robin Houston <robin@kitsite.com>
34941              Date: Tue, 8 May 2001 19:38:00 +0100
34942              Message-ID: <20010508193800.A4389@penderel>
34943              
34944              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
34945              From: Robin Houston <robin@kitsite.com>
34946              Date: Tue, 8 May 2001 20:03:57 +0100
34947              Message-ID: <20010508200357.A4614@penderel>
34948              
34949              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
34950              From: Robin Houston <robin@kitsite.com>
34951              Date: Wed, 9 May 2001 00:12:05 +0100
34952              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
34953      Branch: perl
34954            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
34955 ____________________________________________________________________________
34956 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
34957         Log: Retract #10031.
34958      Branch: perl
34959            ! pod/perlfunc.pod
34960 ____________________________________________________________________________
34961 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
34962         Log: The metaconfig unit changes for #10040.
34963      Branch: metaconfig/U/perl
34964            ! Checkcc.U d_dlsymun.U dlsrc.U
34965 ____________________________________________________________________________
34966 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
34967         Log: The Configure half of
34968              
34969              Subject: Less warnings during configure
34970              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34971              Date: Tue, 08 May 2001 08:44:02 +0200
34972              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
34973      Branch: perl
34974            ! Configure
34975 ____________________________________________________________________________
34976 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
34977         Log: Subject: Less warnings during configure
34978              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34979              Date: Tue, 08 May 2001 08:44:02 +0200
34980              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
34981      Branch: perl
34982            ! hints/hpux.sh
34983 ____________________________________________________________________________
34984 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
34985         Log: Don't forget to whine about \d__\d.
34986      Branch: perl
34987            ! t/pragma/warn/toke toke.c
34988 ____________________________________________________________________________
34989 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
34990         Log: Allow underscores also in the exponent part.
34991      Branch: perl
34992            ! t/pragma/warn/toke toke.c
34993 ____________________________________________________________________________
34994 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
34995         Log: CodeMagicCD doesn't look like an *I*DE.
34996      Branch: perl
34997            ! pod/perlfaq3.pod
34998 ____________________________________________________________________________
34999 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
35000         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
35001              to be consistently down).
35002      Branch: perl
35003            ! pod/perlfaq3.pod
35004 ____________________________________________________________________________
35005 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
35006         Log: Upgrade to Text::Balanced 1.84.
35007      Branch: perl
35008            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
35009 ____________________________________________________________________________
35010 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
35011         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
35012              From: Benjamin Sugars <bsugars@canoe.ca>
35013              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
35014              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
35015      Branch: perl
35016            ! run.c
35017 ____________________________________________________________________________
35018 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
35019         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
35020              From: Peter Prymmer <pvhp@forte.com>
35021              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
35022              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
35023      Branch: perl
35024            ! t/pod/plainer.t
35025 ____________________________________________________________________________
35026 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
35027         Log: (Retracted by #10042)
35028              
35029              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
35030              From: "Philip Newton" <pnewton@gmx.de>
35031              Date: Tue, 8 May 2001 09:18:10 +0200
35032              Message-ID: <3AF7B9D2.28861.603732@localhost>
35033      Branch: perl
35034            ! pod/perlfunc.pod
35035 ____________________________________________________________________________
35036 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
35037         Log: Subject: [PATCH B::Deparse] Document known bugs
35038              From: Robin Houston <robin@kitsite.com>
35039              Date: Tue, 8 May 2001 01:53:34 +0100
35040              Message-ID: <20010508015334.A32394@penderel>
35041      Branch: perl
35042            ! ext/B/B/Deparse.pm
35043 ____________________________________________________________________________
35044 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
35045         Log: Subject: Re: Perl book, magazine and website updates.
35046              From: "Philip Newton" <pnewton@gmx.de>
35047              Date: Mon, 7 May 2001 17:03:58 +0200
35048              Message-ID: <3AF6D57E.5387.1E29930@localhost>
35049      Branch: perl
35050            ! pod/perlfaq2.pod
35051 ____________________________________________________________________________
35052 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
35053         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
35054              From: Peter Prymmer <pvhp@forte.com>
35055              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
35056              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
35057      Branch: perl
35058            ! t/io/fflush.t
35059 ____________________________________________________________________________
35060 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
35061         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
35062              From: Robin Houston <robin@kitsite.com>
35063              Date: Tue, 8 May 2001 01:14:55 +0100
35064              Message-ID: <20010508011455.A32162@penderel>
35065      Branch: perl
35066            ! ext/B/B/Deparse.pm
35067 ____________________________________________________________________________
35068 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
35069         Log: Typo in #10025.
35070      Branch: perl
35071            ! hints/uts.sh
35072 ____________________________________________________________________________
35073 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
35074         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
35075      Branch: perl
35076            ! hints/uts.sh
35077 ____________________________________________________________________________
35078 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
35079         Log: Subject: Re: [ID 20010506.045] question about hash syntax
35080              From: Peter Scott <Peter@PSDT.com>
35081              Date: Sun, 06 May 2001 13:10:40 -0700
35082              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
35083      Branch: perl
35084            ! pod/perl56delta.pod
35085 ____________________________________________________________________________
35086 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
35087         Log: Configure should figure out the list of dynamic extensions
35088              just fine in UTS-- and in fact it does, as reported by Hal Morris.
35089      Branch: perl
35090            ! hints/uts.sh
35091 ____________________________________________________________________________
35092 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
35093         Log: Update Changes.
35094      Branch: perl
35095            ! Changes patchlevel.h
35096 ____________________________________________________________________________
35097 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
35098         Log: Subject: [PATCH regcomp.c] Insecure regexes
35099              From: Robin Houston <robin@kitsite.com>
35100              Date: Mon, 7 May 2001 21:56:12 +0100
35101              Message-ID: <20010507215612.A31114@penderel>
35102      Branch: perl
35103            ! regcomp.c
35104 ____________________________________________________________________________
35105 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
35106         Log: Drop the foobar.perl.com references for now until Simon
35107              gets them sorted out.
35108      Branch: perl
35109            ! pod/perlfaq2.pod
35110 ____________________________________________________________________________
35111 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
35112         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
35113              From: Prymmer/Kahn <pvhp@best.com>
35114              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
35115              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
35116      Branch: perl
35117            ! lib/Devel/SelfStubber.pm
35118 ____________________________________________________________________________
35119 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
35120         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
35121              From: Prymmer/Kahn <pvhp@best.com>
35122              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
35123              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
35124      Branch: perl
35125            ! win32/Makefile
35126 ____________________________________________________________________________
35127 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
35128         Log: s/WebTechnique's/WebTechniques/
35129      Branch: perl
35130            ! pod/perlfaq2.pod
35131 ____________________________________________________________________________
35132 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
35133         Log: Llama 3 updates from Randal.
35134      Branch: perl
35135            ! pod/perlfaq2.pod
35136 ____________________________________________________________________________
35137 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
35138         Log: Subject: [PATCH] Help -Dt show correct pad variables
35139              From: Benjamin Sugars <ben.sugars@home.com>
35140              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
35141              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
35142      Branch: perl
35143            ! embed.h embed.pl proto.h run.c
35144 ____________________________________________________________________________
35145 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
35146         Log: Subject: [PATCH] Document C<our $foo : shared>
35147              From: Benjamin Sugars <ben.sugars@home.com>
35148              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
35149              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
35150      Branch: perl
35151            ! pod/perlfunc.pod
35152 ____________________________________________________________________________
35153 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
35154         Log: Subject: [PATCH B::Deparse] undefined folded constants
35155              From: Robin Houston <robin@kitsite.com>
35156              Date: Sun, 6 May 2001 17:19:09 +0100
35157              Message-ID: <20010506171909.A7046@penderel>
35158      Branch: perl
35159            ! ext/B/B/Deparse.pm
35160 ____________________________________________________________________________
35161 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
35162         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
35163              From: Robin Houston <robin@kitsite.com>
35164              Message-ID: <20010506164654.A6848@penderel>
35165              Date: Sun, 6 May 2001 16:46:54 +0100
35166      Branch: perl
35167            ! ext/B/B/Deparse.pm
35168 ____________________________________________________________________________
35169 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
35170         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
35171              From: Robin Houston <robin@kitsite.com>
35172              Date: Sun, 6 May 2001 14:47:02 +0100
35173              Message-ID: <20010506144702.A6308@penderel>
35174      Branch: perl
35175            ! t/op/my_stash.t
35176 ____________________________________________________________________________
35177 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
35178         Log: Subject: Perl book, magazine and website updates.
35179              From: Simon Cozens <simon@netthink.co.uk>
35180              Date: Sun, 6 May 2001 16:55:36 +0100
35181              Message-ID: <20010506165536.A1795@netthink.co.uk>
35182      Branch: perl
35183            ! pod/perlbook.pod pod/perlfaq2.pod
35184 ____________________________________________________________________________
35185 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
35186         Log: Tweaks on the Tru64 prof options.
35187      Branch: perl
35188            ! pod/perlhack.pod
35189 ____________________________________________________________________________
35190 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
35191         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
35192              From: Robin Houston <robin@kitsite.com>
35193              Date: Sun, 6 May 2001 14:40:51 +0100
35194              Message-ID: <20010506144051.A6279@penderel>
35195      Branch: perl
35196            ! t/pod/testp2pt.pl
35197 ____________________________________________________________________________
35198 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
35199         Log: Subject: [PATCH B::Deparse] scoping
35200              From: Robin Houston <robin@kitsite.com>
35201              Date: Sun, 6 May 2001 14:36:56 +0100
35202              Message-ID: <20010506143656.A4006@penderel>
35203      Branch: perl
35204            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
35205 ____________________________________________________________________________
35206 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
35207         Log: Document the undefinedness of bitshifting out of range.
35208      Branch: perl
35209            ! pod/perlop.pod
35210 ____________________________________________________________________________
35211 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
35212         Log: Retract #10003 and update the IDE descriptions a bit.
35213      Branch: perl
35214            ! pod/perlfaq3.pod
35215 ____________________________________________________________________________
35216 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
35217         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
35218              From: Prymmer/Kahn <pvhp@best.com>
35219              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
35220              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
35221      Branch: perl
35222            ! win32/Makefile win32/buildext.pl win32/config.bc
35223            ! win32/config.gc win32/config.vc
35224 ____________________________________________________________________________
35225 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
35226         Log: (Retracted by #10005.)
35227      Branch: perl
35228            ! pod/perlfaq3.pod
35229 ____________________________________________________________________________
35230 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
35231         Log: It's "psed", not "sed".
35232      Branch: perl
35233            ! x2p/s2p.PL
35234 ____________________________________________________________________________
35235 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
35236         Log: Update Changes.
35237      Branch: perl
35238            ! Changes patchlevel.h
35239 ____________________________________________________________________________
35240 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
35241         Log: Subject: Re: bleadperl make install fails due to "psed"
35242              From: andreas.koenig@anima.de (Andreas J. Koenig)
35243              Date: 05 May 2001 18:23:28 +0200
35244              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
35245      Branch: perl
35246            ! x2p/Makefile.SH x2p/s2p.PL
35247 ____________________________________________________________________________
35248 [  9999] By: jhi                                   on 2001/05/05  18:28:09
35249         Log: AUTHORS updates.
35250      Branch: perl
35251            ! AUTHORS
35252 ____________________________________________________________________________
35253 [  9998] By: jhi                                   on 2001/05/05  18:16:00
35254         Log: Updates on the pods related to the modules included since 5.6.
35255              
35256              TODO: perltodo really could use major updating.
35257      Branch: perl
35258            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
35259            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35260            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
35261            ! pod/perlsyn.pod pod/perltodo.pod
35262 ____________________________________________________________________________
35263 [  9997] By: jhi                                   on 2001/05/05  17:35:17
35264         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
35265              from Kurt Skauen.
35266      Branch: perl
35267            + hints/atheos.sh
35268            ! MANIFEST
35269 ____________________________________________________________________________
35270 [  9996] By: jhi                                   on 2001/05/05  17:25:00
35271         Log: Add preemptive #undefs for some of the shorter and more prone
35272              to collision regcomp.h #defines.  (Background: the MASK collided
35273              with a system header #define in Rhapsody.)
35274      Branch: perl
35275            ! regcomp.h
35276 ____________________________________________________________________________
35277 [  9995] By: jhi                                   on 2001/05/05  13:24:21
35278         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
35279              From: Nicholas Clark <nick@ccl4.org>
35280              Date: Sat, 5 May 2001 14:46:39 +0100
35281              Message-ID: <20010505144639.O53513@plum.flirble.org>
35282              
35283              Add a test for the constants (if any) being processed correctly.
35284      Branch: perl
35285            ! utils/h2xs.PL
35286 ____________________________________________________________________________
35287 [  9994] By: jhi                                   on 2001/05/05  02:11:03
35288         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
35289              From: Peter Prymmer <pvhp@forte.com>
35290              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
35291              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
35292      Branch: perl
35293            ! t/lib/b-stash.t
35294 ____________________________________________________________________________
35295 [  9993] By: jhi                                   on 2001/05/05  02:03:49
35296         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
35297              From: Peter Prymmer <pvhp@forte.com>
35298              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
35299              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
35300      Branch: perl
35301            ! perlio.c vms/vmsish.h
35302 ____________________________________________________________________________
35303 [  9992] By: jhi                                   on 2001/05/04  17:21:12
35304         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
35305              From: Robin Barker <rmb1@cise.npl.co.uk>
35306              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
35307              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
35308      Branch: perl
35309            + t/pod/plainer.t
35310            ! MANIFEST
35311 ____________________________________________________________________________
35312 [  9991] By: jhi                                   on 2001/05/04  16:47:45
35313         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
35314              From: Robin Barker <rmb1@cise.npl.co.uk>
35315              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
35316              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
35317      Branch: perl
35318            ! regcomp.c
35319 ____________________________________________________________________________
35320 [  9990] By: jhi                                   on 2001/05/04  14:37:20
35321         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
35322              From: Prymmer/Kahn <pvhp@best.com>
35323              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
35324              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
35325      Branch: perl
35326            ! t/lib/b-stash.t
35327 ____________________________________________________________________________
35328 [  9989] By: jhi                                   on 2001/05/04  14:03:58
35329         Log: Introduce perl572delta, update Todo, add the missing
35330              mention about signal safety since 5.7.1 (though this
35331              requires verification and more details.)
35332      Branch: perl
35333            + pod/perl572delta.pod
35334            ! MANIFEST Todo pod/perl571delta.pod
35335 ____________________________________________________________________________
35336 [  9988] By: jhi                                   on 2001/05/04  12:41:51
35337         Log: Subject: [PATCH perl@9944] long =item
35338              From: Robin Barker <rmb1@cise.npl.co.uk>
35339              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
35340              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
35341      Branch: perl
35342            ! ext/Time/HiRes/HiRes.pm
35343 ____________________________________________________________________________
35344 [  9987] By: jhi                                   on 2001/05/04  12:39:19
35345         Log: The #9901 had removed one line essential for EBCDIC.
35346      Branch: perl
35347            ! regcomp.c
35348 ____________________________________________________________________________
35349 [  9986] By: jhi                                   on 2001/05/04  12:30:23
35350         Log: Subject: cygwin/Makefile.SHs INSTALL patch
35351              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
35352              Date: Mon, 08 Jan 2001 04:59:21 +0200
35353              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
35354      Branch: perl
35355            ! cygwin/Makefile.SHs
35356 ____________________________________________________________________________
35357 [  9985] By: jhi                                   on 2001/05/04  03:51:39
35358         Log: Encode/IO doc tweaks.
35359      Branch: perl
35360            ! ext/Encode/Encode.pm
35361 ____________________________________________________________________________
35362 [  9984] By: jhi                                   on 2001/05/04  03:29:34
35363         Log: Remove GDBM_File from the dynamic extensions for UTS,
35364              GDBM is not a standard feature.
35365      Branch: perl
35366            ! hints/uts.sh
35367 ____________________________________________________________________________
35368 [  9983] By: jhi                                   on 2001/05/04  03:22:59
35369         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
35370      Branch: perl
35371            ! pod/perlretut.pod
35372 ____________________________________________________________________________
35373 [  9982] By: jhi                                   on 2001/05/03  23:21:03
35374         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
35375              From: Benjamin Sugars <bsugars@canoe.ca>
35376              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
35377              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
35378      Branch: perl
35379            ! dump.c
35380 ____________________________________________________________________________
35381 [  9981] By: jhi                                   on 2001/05/03  23:20:05
35382         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
35383              From: Benjamin Sugars <bsugars@canoe.ca>
35384              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
35385              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
35386      Branch: perl
35387            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35388 ____________________________________________________________________________
35389 [  9980] By: jhi                                   on 2001/05/03  23:15:29
35390         Log: Integrate perlio.
35391      Branch: perl
35392           !> ext/Encode/Encode.pm
35393 ____________________________________________________________________________
35394 [  9979] By: jhi                                   on 2001/05/03  16:54:59
35395         Log: Install psed man page.
35396      Branch: perl
35397            ! installman
35398 ____________________________________________________________________________
35399 [  9978] By: jhi                                   on 2001/05/03  16:45:58
35400         Log: Remove unused files; noted by Sarathy.
35401      Branch: perl
35402            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
35403            ! MANIFEST
35404 ____________________________________________________________________________
35405 [  9977] By: jhi                                   on 2001/05/03  16:42:30
35406         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
35407              From: Andy Dougherty <doughera@lafayette.edu>
35408              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
35409              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
35410      Branch: perl
35411            ! INSTALL
35412 ____________________________________________________________________________
35413 [  9976] By: nick                                  on 2001/05/03  16:40:42
35414         Log: Allow $answer = encode($object,$text); like it says in docs.
35415      Branch: perlio
35416            ! ext/Encode/Encode.pm
35417 ____________________________________________________________________________
35418 [  9975] By: nick                                  on 2001/05/03  16:22:30
35419         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
35420              to be in scope (fair enough), and also a package variable (our) for eval to see it.
35421      Branch: perlio
35422            ! ext/Encode/Encode.pm
35423 ____________________________________________________________________________
35424 [  9974] By: nick                                  on 2001/05/03  15:48:17
35425         Log: Integrate mainline.
35426      Branch: perlio
35427           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
35428           +> t/lib/filter-simple.t t/lib/next.t
35429           !> (integrate 70 files)
35430 ____________________________________________________________________________
35431 [  9973] By: jhi                                   on 2001/05/03  13:09:09
35432         Log: Update Changes.
35433      Branch: perl
35434            ! Changes patchlevel.h
35435 ____________________________________________________________________________
35436 [  9972] By: jhi                                   on 2001/05/03  12:58:33
35437         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
35438              From: Prymmer/Kahn <pvhp@best.com>
35439              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
35440              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
35441      Branch: perl
35442            ! t/io/fflush.t
35443 ____________________________________________________________________________
35444 [  9971] By: jhi                                   on 2001/05/03  12:57:26
35445         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
35446              From: Prymmer/Kahn <pvhp@best.com>
35447              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
35448              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
35449      Branch: perl
35450            ! win32/FindExt.pm
35451 ____________________________________________________________________________
35452 [  9970] By: jhi                                   on 2001/05/03  02:42:46
35453         Log: Can't croak sans thread context, from Doug MacEachern.
35454      Branch: perl
35455            ! toke.c
35456 ____________________________________________________________________________
35457 [  9969] By: jhi                                   on 2001/05/03  01:23:48
35458         Log: Subject: Random input test and Perl
35459              From: Ilya Zakharevich <ilya@math.berkeley.edu>
35460              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
35461              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
35462      Branch: perl
35463            ! toke.c
35464 ____________________________________________________________________________
35465 [  9968] By: jhi                                   on 2001/05/02  22:17:21
35466         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
35467              From: Peter Prymmer <pvhp@forte.com>
35468              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
35469              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
35470      Branch: perl
35471            ! pod/perlfunc.pod pod/perlport.pod
35472 ____________________________________________________________________________
35473 [  9967] By: jhi                                   on 2001/05/02  20:12:45
35474         Log: Workaround for UTS compiler casting bug from Hal Morris.
35475      Branch: perl
35476            ! perl.h
35477 ____________________________________________________________________________
35478 [  9966] By: jhi                                   on 2001/05/02  18:31:37
35479         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
35480              From: Dan Sugalski <dan@sidhe.org>
35481              Date: Wed, 02 May 2001 15:23:22 -0400
35482              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
35483      Branch: perl
35484            ! perl.c vms/vms.c
35485 ____________________________________________________________________________
35486 [  9965] By: jhi                                   on 2001/05/02  18:21:29
35487         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
35488      Branch: perl
35489            ! pod/perlfunc.pod
35490 ____________________________________________________________________________
35491 [  9964] By: jhi                                   on 2001/05/02  18:15:01
35492         Log: Document large files in INSTALL, document also the %x
35493              limitation if not use64bitint, closes bug 20010326.007.
35494      Branch: perl
35495            ! INSTALL
35496 ____________________________________________________________________________
35497 [  9963] By: jhi                                   on 2001/05/02  17:24:47
35498         Log: perlmodlib tweaks; regen pods.
35499      Branch: perl
35500            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
35501            ! pod/perltoc.pod
35502 ____________________________________________________________________________
35503 [  9962] By: jhi                                   on 2001/05/02  17:14:00
35504         Log: Fix for a segfault, from Marc Lehmann.
35505      Branch: perl
35506            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
35507 ____________________________________________________________________________
35508 [  9961] By: jhi                                   on 2001/05/02  15:55:53
35509         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
35510              From: "Philip Newton" <pnewton@gmx.de>
35511              Date: Wed, 2 May 2001 18:39:03 +0200
35512              Message-ID: <3AF05447.15525.173B588@localhost>
35513      Branch: perl
35514            ! pod/perlop.pod
35515 ____________________________________________________________________________
35516 [  9960] By: jhi                                   on 2001/05/02  15:35:37
35517         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
35518              From: Dan Sugalski <dan@sidhe.org>
35519              Date: Wed, 02 May 2001 11:37:27 -0400
35520              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
35521      Branch: perl
35522            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
35523            ! thread.h vms/vms.c vms/vmsish.h
35524 ____________________________________________________________________________
35525 [  9959] By: jhi                                   on 2001/05/02  15:21:08
35526         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
35527              From: Benjamin Sugars <bsugars@canoe.ca>
35528              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
35529              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
35530      Branch: perl
35531            ! ext/PerlIO/Scalar/Scalar.xs
35532 ____________________________________________________________________________
35533 [  9958] By: jhi                                   on 2001/05/02  15:15:53
35534         Log: Bug in #9915, spotted by Mike Guy.
35535      Branch: perl
35536            ! installperl
35537 ____________________________________________________________________________
35538 [  9957] By: jhi                                   on 2001/05/02  13:26:01
35539         Log: Add a test for not griping about references as array
35540              indices if the reference has magic in it (overloaded
35541              methods).
35542      Branch: perl
35543            ! pod/perldiag.pod t/pragma/warn/pp_hot
35544 ____________________________________________________________________________
35545 [  9956] By: jhi                                   on 2001/05/02  13:07:01
35546         Log: Retracted a bit too much in #9952.
35547      Branch: perl
35548            ! t/pragma/sub_lval.t
35549 ____________________________________________________________________________
35550 [  9955] By: jhi                                   on 2001/05/02  13:05:38
35551         Log: Test for #9952.
35552      Branch: perl
35553            ! t/op/tie.t
35554 ____________________________________________________________________________
35555 [  9954] By: jhi                                   on 2001/05/02  11:48:18
35556         Log: Additional note on the encoding example: one cannot
35557              convert string constants in-place.
35558      Branch: perl
35559            ! ext/Encode/Encode.pm
35560 ____________________________________________________________________________
35561 [  9953] By: jhi                                   on 2001/05/02  11:43:51
35562         Log: Note that if you have recent enough Perl you already
35563              have Filter::Util::Call.
35564      Branch: perl
35565            ! lib/Filter/Simple.pm
35566 ____________________________________________________________________________
35567 [  9952] By: jhi                                   on 2001/05/02  11:31:53
35568         Log: Retract changes #8254 and #8255, causes coredump in
35569              'tie FH, "main"', reported by Abigail, culprit found by
35570              Benjamin Sugars.  Mirrors maintperl change #9950.
35571      Branch: perl
35572            ! op.c t/pragma/sub_lval.t
35573 ____________________________________________________________________________
35574 [  9951] By: jhi                                   on 2001/05/02  11:14:29
35575         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
35576      Branch: perl
35577            + t/lib/MyFilter.pm
35578 ____________________________________________________________________________
35579 [  9950] By: gsar                                  on 2001/05/02  03:17:11
35580         Log: revert integration of changes#8254,8255 in change#8620 (causes
35581              a coredump in C<tie FH, 'foo'>; the idea itself may need better
35582              rationalization)
35583      Branch: maint-5.6/perl
35584            ! op.c t/pragma/sub_lval.t
35585 ____________________________________________________________________________
35586 [  9949] By: gsar                                  on 2001/05/02  02:56:32
35587         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
35588              
35589              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
35590              
35591              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
35592      Branch: maint-5.6/perl
35593           !> hints/svr5.sh
35594 ____________________________________________________________________________
35595 [  9948] By: gsar                                  on 2001/05/02  02:49:15
35596         Log: pod/find.t breaks on VMS (from Craig Berry)
35597      Branch: maint-5.6/perl
35598            ! t/pod/find.t
35599 ____________________________________________________________________________
35600 [  9947] By: jhi                                   on 2001/05/02  02:43:09
35601         Log: Add an encoding conversion example.
35602      Branch: perl
35603            ! ext/Encode/Encode.pm
35604 ____________________________________________________________________________
35605 [  9946] By: jhi                                   on 2001/05/02  01:34:22
35606         Log: Another coat of paint but still nowhere finished.
35607              Need to decide on the semantics of strptime(): should
35608              strptime() be a function instead of a method?  To do
35609              the week/monthname-strptiming the i18n/l10n bullet needs
35610              to be bitten with gusto.
35611      Branch: perl
35612            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
35613 ____________________________________________________________________________
35614 [  9945] By: jhi                                   on 2001/05/01  23:40:52
35615         Log: Update Changes.
35616      Branch: perl
35617            ! Changes patchlevel.h
35618 ____________________________________________________________________________
35619 [  9944] By: jhi                                   on 2001/05/01  23:33:37
35620         Log: Add known-to-be-tested modules to the list-to-be-skipped.
35621      Branch: perl
35622            ! t/lib/1_compile.t
35623 ____________________________________________________________________________
35624 [  9943] By: jhi                                   on 2001/05/01  23:24:40
35625         Log: Subject: BorlandC++ fix
35626              From: "Vadim Konovalov" <watman@inbox.ru>
35627              Date: Mon, 30 Apr 2001 20:12:26 -0700
35628              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
35629      Branch: perl
35630            ! win32/makefile.mk
35631 ____________________________________________________________________________
35632 [  9942] By: jhi                                   on 2001/05/01  23:18:02
35633         Log: Update to Filter::Simple 0.60, create a test for it.
35634      Branch: perl
35635            + t/lib/filter-simple.t
35636            ! MANIFEST lib/Filter/Simple.pm
35637 ____________________________________________________________________________
35638 [  9941] By: jhi                                   on 2001/05/01  19:47:24
35639         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
35640              From: Hugo <hv@crypt.compulink.co.uk>
35641              Date: Tue, 01 May 2001 20:12:20 +0100
35642              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
35643      Branch: perl
35644            ! pp_hot.c t/op/re_tests
35645 ____________________________________________________________________________
35646 [  9940] By: jhi                                   on 2001/05/01  19:42:16
35647         Log: Integrate perlio.
35648      Branch: perl
35649           !> lib/base.pm t/lib/fields.t
35650 ____________________________________________________________________________
35651 [  9939] By: jhi                                   on 2001/05/01  19:39:51
35652         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
35653              From: Benjamin Sugars <bsugars@canoe.ca>
35654              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
35655              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
35656      Branch: perl
35657            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35658 ____________________________________________________________________________
35659 [  9938] By: jhi                                   on 2001/05/01  19:34:09
35660         Log: Add NEXT, a pseudo-class for method redispatching.
35661              <Damian>NEXT.pm probably offers more bang-for-buck
35662              than anything else I've ever written.</Damian>
35663      Branch: perl
35664            + lib/NEXT.pm t/lib/next.t
35665            ! MANIFEST
35666 ____________________________________________________________________________
35667 [  9937] By: jhi                                   on 2001/05/01  19:21:41
35668         Log: Update to Switch 2.02.
35669      Branch: perl
35670            ! lib/Switch.pm t/lib/switch.t
35671 ____________________________________________________________________________
35672 [  9936] By: nick                                  on 2001/05/01  19:09:21
35673         Log: Fix for base.pm clobbering $VERSION
35674      Branch: perlio
35675            ! lib/base.pm
35676 ____________________________________________________________________________
35677 [  9935] By: nick                                  on 2001/05/01  18:54:38
35678         Log: Test for base.pm clobbering $VERSION.
35679      Branch: perlio
35680            ! t/lib/fields.t
35681 ____________________________________________________________________________
35682 [  9934] By: jhi                                   on 2001/05/01  18:39:10
35683         Log: Add information about Scalar::Util::blessed.
35684      Branch: perl
35685            ! pod/perlobj.pod
35686 ____________________________________________________________________________
35687 [  9933] By: jhi                                   on 2001/05/01  18:33:51
35688         Log: Subject: Extra UNIVERSAL documentation
35689              From: Mike Guy <mjtg@cam.ac.uk>
35690              Date: Tue, 01 May 2001 20:12:11 +0100
35691              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
35692      Branch: perl
35693            ! pod/perlobj.pod
35694 ____________________________________________________________________________
35695 [  9932] By: jhi                                   on 2001/05/01  18:26:54
35696         Log: Subject: Autoflush in tests as appropriate
35697              From: Mike Guy <mjtg@cam.ac.uk>
35698              Date: Tue, 01 May 2001 20:05:31 +0100
35699              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
35700      Branch: perl
35701            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
35702            ! t/op/taint.t
35703 ____________________________________________________________________________
35704 [  9931] By: jhi                                   on 2001/05/01  18:02:29
35705         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
35706              From: Benjamin Sugars <bsugars@canoe.ca>
35707              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
35708              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
35709      Branch: perl
35710            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
35711 ____________________________________________________________________________
35712 [  9930] By: jhi                                   on 2001/05/01  15:12:26
35713         Log: Subject: Re: Finally got a round tuit
35714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35715              Date: Tue, 01 May 2001 14:14:10 +0200
35716              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
35717              
35718              The -DP part, slightly modified.
35719      Branch: perl
35720            ! perl.c
35721 ____________________________________________________________________________
35722 [  9929] By: jhi                                   on 2001/05/01  14:17:15
35723         Log: Subject: Re: Finally got a round tuit
35724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35725              Date: Tue, 01 May 2001 16:34:06 +0200
35726              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
35727              
35728              cpp and optimization tweaks for HP-UX.
35729      Branch: perl
35730            ! hints/hpux.sh
35731 ____________________________________________________________________________
35732 [  9928] By: jhi                                   on 2001/05/01  13:24:20
35733         Log: Tune the scan_num() comments to reality.
35734      Branch: perl
35735            ! toke.c
35736 ____________________________________________________________________________
35737 [  9927] By: jhi                                   on 2001/05/01  13:14:01
35738         Log: Subject: [PATCH B::Deparse] optimised sort
35739              From: Robin Houston <robin@kitsite.com>
35740              Date: Tue, 1 May 2001 14:07:12 +0100
35741              Message-ID: <20010501140712.A4266@penderel>
35742      Branch: perl
35743            ! ext/B/B/Deparse.pm
35744 ____________________________________________________________________________
35745 [  9926] By: jhi                                   on 2001/05/01  13:10:53
35746         Log: Subject: [PATCH t/lib/b-deparse.t] 
35747              From: Robin Houston <robin@kitsite.com>
35748              Date: Tue, 1 May 2001 13:37:42 +0100
35749              Message-ID: <20010501133742.A4082@penderel>
35750      Branch: perl
35751            ! t/lib/b-deparse.t
35752 ____________________________________________________________________________
35753 [  9925] By: jhi                                   on 2001/05/01  13:10:13
35754         Log: Subject: [PATCH B::Deparse] for(;;), sort
35755              From: Robin Houston <robin@kitsite.com>
35756              Date: Tue, 1 May 2001 13:35:00 +0100
35757              Message-ID: <20010501133500.A4061@penderel>
35758      Branch: perl
35759            ! ext/B/B/Deparse.pm
35760 ____________________________________________________________________________
35761 [  9924] By: jhi                                   on 2001/05/01  13:09:22
35762         Log: Subject: [PATCH B::Deparse] do, warn, use
35763              From: Robin Houston <robin@kitsite.com>
35764              Date: Tue, 1 May 2001 13:31:03 +0100
35765              Message-ID: <20010501133103.A4041@penderel>
35766      Branch: perl
35767            ! ext/B/B/Deparse.pm
35768 ____________________________________________________________________________
35769 [  9923] By: jhi                                   on 2001/05/01  11:45:36
35770         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
35771              From: Benjamin Sugars <ben.sugars@home.com>
35772              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
35773              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
35774      Branch: perl
35775            + t/io/fflush.t
35776            ! MANIFEST
35777 ____________________________________________________________________________
35778 [  9922] By: jhi                                   on 2001/05/01  11:35:42
35779         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
35780              From: Peter Prymmer <pvhp@forte.com>
35781              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
35782              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
35783      Branch: perl
35784            ! t/lib/selfstubber.t
35785 ____________________________________________________________________________
35786 [  9921] By: jhi                                   on 2001/04/30  16:34:33
35787         Log: Subject: [PATCH B::Concise] suppress warning
35788              From: Robin Houston <robin@kitsite.com>
35789              Date: Mon, 30 Apr 2001 16:09:49 +0100
35790              Message-ID: <20010430160949.A25086@penderel>
35791      Branch: perl
35792            ! ext/B/B/Concise.pm
35793 ____________________________________________________________________________
35794 [  9920] By: jhi                                   on 2001/04/30  13:56:04
35795         Log: Strip the *markers* from #9919.
35796      Branch: perl
35797            ! pod/perlfaq.pod pod/perlfaq5.pod
35798 ____________________________________________________________________________
35799 [  9919] By: jhi                                   on 2001/04/30  13:54:04
35800         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
35801              From: Gwyn Judd <b.judd@xtra.co.nz>
35802              Date: Sun, 29 Apr 2001 01:47:49 +1200
35803              Message-ID: <20010429014749.A4418@thislove>
35804      Branch: perl
35805            ! pod/perlfaq.pod pod/perlfaq5.pod
35806 ____________________________________________________________________________
35807 [  9918] By: jhi                                   on 2001/04/30  13:13:54
35808         Log: More_tweakage.
35809      Branch: perl
35810            ! pod/perldata.pod pod/perldiag.pod
35811 ____________________________________________________________________________
35812 [  9917] By: jhi                                   on 2001/04/30  13:01:27
35813         Log: Update Changes.
35814      Branch: perl
35815            ! Changes patchlevel.h
35816 ____________________________________________________________________________
35817 [  9916] By: jhi                                   on 2001/04/30  12:57:03
35818         Log: T_w_e_a_k_a_g_e.
35819      Branch: perl
35820            ! pod/perldata.pod pod/perldiag.pod
35821 ____________________________________________________________________________
35822 [  9915] By: jhi                                   on 2001/04/30  12:39:29
35823         Log: Install s2p also as psed.
35824              
35825              TODO: psed documentation?
35826      Branch: perl
35827            ! installperl
35828 ____________________________________________________________________________
35829 [  9914] By: jhi                                   on 2001/04/30  12:29:21
35830         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
35831              From: Jens Hamisch <jens@Strawberry.COM>
35832              Date: Fri, 27 Apr 2001 17:00:36 +0200
35833              Message-ID: <20010427170036.K1372@Strawberry.COM>
35834              
35835              SOCKS5_VERSION_NAME is the right symbol to detect
35836              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
35837              function called socks5_init() is available, and even that is
35838              not universal, most SOCKS5 installations use SOCKSinit()).
35839      Branch: perl
35840            ! perlio.c
35841 ____________________________________________________________________________
35842 [  9913] By: jhi                                   on 2001/04/30  12:22:15
35843         Log: Allow a zero timeout on IO::Socket accept and connect--
35844              though one really shouldn't do that.  Based on
35845              
35846              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
35847              From: "John Holdsworth" <coldwave@bigfoot.com>
35848              Date: Sun, 4 Feb 2001 12:48:18 +0100
35849              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
35850      Branch: perl
35851            ! ext/IO/lib/IO/Socket.pm
35852 ____________________________________________________________________________
35853 [  9912] By: jhi                                   on 2001/04/30  11:27:27
35854         Log: Save the spot of regprev (see #9911) for binary compatibility;
35855              regen API.
35856      Branch: perl
35857            ! embedvar.h perlapi.h thrdvar.h
35858 ____________________________________________________________________________
35859 [  9911] By: jhi                                   on 2001/04/30  11:22:03
35860         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
35861              From: Hugo <hv@crypt.compulink.co.uk>
35862              Date: Sun, 29 Apr 2001 17:09:30 +0100
35863              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
35864      Branch: perl
35865            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
35866 ____________________________________________________________________________
35867 [  9910] By: jhi                                   on 2001/04/30  11:15:12
35868         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
35869              a dummy for PL_numeric_radix); no pressing reason to break
35870              binary compatibility; regen API.
35871      Branch: perl
35872            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
35873            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
35874 ____________________________________________________________________________
35875 [  9909] By: jhi                                   on 2001/04/30  10:56:08
35876         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
35877              From: Walt Mankowski <waltman@netaxs.com>
35878              Date: Sun, 29 Apr 2001 21:53:48 -0400
35879              Message-ID: <20010429215348.A3971@netaxs.com>
35880      Branch: perl
35881            ! pod/perlfunc.pod
35882 ____________________________________________________________________________
35883 [  9908] By: jhi                                   on 2001/04/30  10:49:40
35884         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
35885      Branch: perl
35886            ! t/lib/selfstubber.t
35887 ____________________________________________________________________________
35888 [  9907] By: nick                                  on 2001/04/30  09:26:50
35889         Log: Integrate mainline.
35890      Branch: perlio
35891           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
35892 ____________________________________________________________________________
35893 [  9906] By: jhi                                   on 2001/04/29  23:24:20
35894         Log: Abigail spotted a thinko in #9905.
35895      Branch: perl
35896            ! pod/perldiag.pod
35897 ____________________________________________________________________________
35898 [  9905] By: jhi                                   on 2001/04/29  15:55:39
35899         Log: Changed the underscore/undebar syntax in numeric constants;
35900              now any grouping will do, as long as the underscores are not
35901              consecutive (so "zero-grouping" is out), and they do not begin
35902              or end the integer or fractional parts.
35903      Branch: perl
35904            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
35905 ____________________________________________________________________________
35906 [  9904] By: nick                                  on 2001/04/29  15:43:22
35907         Log: Integrate mainline.
35908      Branch: perlio
35909           +> (branch 98 files)
35910            - lib/unicode/Block.pl
35911            - lib/unicode/In/AlphabeticPresentationForms.pl
35912            - lib/unicode/In/Arabic.pl
35913            - lib/unicode/In/ArabicPresentationForms-A.pl
35914            - lib/unicode/In/ArabicPresentationForms-B.pl
35915            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
35916            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
35917            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
35918            - lib/unicode/In/BopomofoExtended.pl
35919            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
35920            - lib/unicode/In/CJKCompatibility.pl
35921            - lib/unicode/In/CJKCompatibilityForms.pl
35922            - lib/unicode/In/CJKCompatibilityIdeographs.pl
35923            - lib/unicode/In/CJKRadicalsSupplement.pl
35924            - lib/unicode/In/CJKSymbolsandPunctuation.pl
35925            - lib/unicode/In/CJKUnifiedIdeographs.pl
35926            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
35927            - lib/unicode/In/Cherokee.pl
35928            - lib/unicode/In/CombiningDiacriticalMarks.pl
35929            - lib/unicode/In/CombiningHalfMarks.pl
35930            - lib/unicode/In/CombiningMarksforSymbols.pl
35931            - lib/unicode/In/ControlPictures.pl
35932            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
35933            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
35934            - lib/unicode/In/EnclosedAlphanumerics.pl
35935            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
35936            - lib/unicode/In/Ethiopic.pl
35937            - lib/unicode/In/GeneralPunctuation.pl
35938            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
35939            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
35940            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
35941            - lib/unicode/In/HalfwidthandFullwidthForms.pl
35942            - lib/unicode/In/HangulCompatibilityJamo.pl
35943            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
35944            - lib/unicode/In/Hebrew.pl
35945            - lib/unicode/In/HighPrivateUseSurrogates.pl
35946            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
35947            - lib/unicode/In/IPAExtensions.pl
35948            - lib/unicode/In/IdeographicDescriptionCharacters.pl
35949            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
35950            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
35951            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
35952            - lib/unicode/In/Latin-1Supplement.pl
35953            - lib/unicode/In/LatinExtended-A.pl
35954            - lib/unicode/In/LatinExtended-B.pl
35955            - lib/unicode/In/LatinExtendedAdditional.pl
35956            - lib/unicode/In/LetterlikeSymbols.pl
35957            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
35958            - lib/unicode/In/MathematicalOperators.pl
35959            - lib/unicode/In/MiscellaneousSymbols.pl
35960            - lib/unicode/In/MiscellaneousTechnical.pl
35961            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
35962            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
35963            - lib/unicode/In/OpticalCharacterRecognition.pl
35964            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
35965            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
35966            - lib/unicode/In/SmallFormVariants.pl
35967            - lib/unicode/In/SpacingModifierLetters.pl
35968            - lib/unicode/In/Specials.pl
35969            - lib/unicode/In/SuperscriptsandSubscripts.pl
35970            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
35971            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
35972            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
35973            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
35974            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
35975           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
35976           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
35977           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
35978           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
35979           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
35980           !> utf8.c win32/Makefile
35981 ____________________________________________________________________________
35982 [  9903] By: jhi                                   on 2001/04/29  14:30:53
35983         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
35984              From: Prymmer/Kahn <pvhp@best.com>
35985              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
35986              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
35987      Branch: perl
35988            ! win32/Makefile
35989 ____________________________________________________________________________
35990 [  9902] By: jhi                                   on 2001/04/29  02:52:44
35991         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
35992              From: "Abigail" <abigail@foad.org>
35993              Date: Sun, 29 Apr 2001 03:14:25 +0200
35994              Message-ID: <20010429011425.24503.qmail@foad.org>
35995      Branch: perl
35996            ! ext/IO/lib/IO/Seekable.pm
35997 ____________________________________________________________________________
35998 [  9901] By: jhi                                   on 2001/04/29  02:04:46
35999         Log: In character classes one couldn't have 0x80..0xff characters
36000              at the left hand side if there were 0x100.. characters in the
36001              character class.
36002      Branch: perl
36003            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
36004            ! t/op/pat.t utf8.c
36005 ____________________________________________________________________________
36006 [  9900] By: jhi                                   on 2001/04/28  22:55:04
36007         Log: Forgot the latest mktables.PL from #9899.
36008      Branch: perl
36009            ! lib/unicode/mktables.PL
36010 ____________________________________________________________________________
36011 [  9899] By: jhi                                   on 2001/04/28  22:53:28
36012         Log: Explain the \p{} and \P{} error message better and
36013              have prettier prettyprint in In.pl.
36014      Branch: perl
36015            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
36016            ! pod/perldiag.pod
36017 ____________________________________________________________________________
36018 [  9898] By: jhi                                   on 2001/04/28  21:03:34
36019         Log: Add one possible explanation for the "Invalid [] range" error.
36020      Branch: perl
36021            ! pod/perldiag.pod
36022 ____________________________________________________________________________
36023 [  9897] By: jhi                                   on 2001/04/28  17:18:26
36024         Log: Add a level of indirection to the implementation of \p{InFoo}
36025              so that we don't have to have long filenames.  (Nothing changes
36026              in the user interface.)   The indirection is defined in
36027              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
36028              Also rename some the character classes by removing '-' from
36029              the classnames, and finally renamed Block.pl as Blocks.pl.
36030      Branch: perl
36031            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
36032            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
36033            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
36034            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
36035            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
36036            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
36037            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
36038            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
36039            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
36040            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
36041            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
36042            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
36043            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
36044            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
36045            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
36046            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
36047            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
36048            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
36049            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
36050            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
36051            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
36052            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
36053            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
36054            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
36055            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
36056            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
36057            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
36058            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
36059            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
36060            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
36061            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
36062            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
36063            + lib/unicode/In/94.pl lib/unicode/In/95.pl
36064            - lib/unicode/Block.pl
36065            - lib/unicode/In/AlphabeticPresentationForms.pl
36066            - lib/unicode/In/Arabic.pl
36067            - lib/unicode/In/ArabicPresentationForms-A.pl
36068            - lib/unicode/In/ArabicPresentationForms-B.pl
36069            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
36070            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
36071            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
36072            - lib/unicode/In/BopomofoExtended.pl
36073            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
36074            - lib/unicode/In/CJKCompatibility.pl
36075            - lib/unicode/In/CJKCompatibilityForms.pl
36076            - lib/unicode/In/CJKCompatibilityIdeographs.pl
36077            - lib/unicode/In/CJKRadicalsSupplement.pl
36078            - lib/unicode/In/CJKSymbolsandPunctuation.pl
36079            - lib/unicode/In/CJKUnifiedIdeographs.pl
36080            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
36081            - lib/unicode/In/Cherokee.pl
36082            - lib/unicode/In/CombiningDiacriticalMarks.pl
36083            - lib/unicode/In/CombiningHalfMarks.pl
36084            - lib/unicode/In/CombiningMarksforSymbols.pl
36085            - lib/unicode/In/ControlPictures.pl
36086            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
36087            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
36088            - lib/unicode/In/EnclosedAlphanumerics.pl
36089            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
36090            - lib/unicode/In/Ethiopic.pl
36091            - lib/unicode/In/GeneralPunctuation.pl
36092            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
36093            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
36094            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
36095            - lib/unicode/In/HalfwidthandFullwidthForms.pl
36096            - lib/unicode/In/HangulCompatibilityJamo.pl
36097            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
36098            - lib/unicode/In/Hebrew.pl
36099            - lib/unicode/In/HighPrivateUseSurrogates.pl
36100            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
36101            - lib/unicode/In/IPAExtensions.pl
36102            - lib/unicode/In/IdeographicDescriptionCharacters.pl
36103            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
36104            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
36105            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
36106            - lib/unicode/In/Latin-1Supplement.pl
36107            - lib/unicode/In/LatinExtended-A.pl
36108            - lib/unicode/In/LatinExtended-B.pl
36109            - lib/unicode/In/LatinExtendedAdditional.pl
36110            - lib/unicode/In/LetterlikeSymbols.pl
36111            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
36112            - lib/unicode/In/MathematicalOperators.pl
36113            - lib/unicode/In/MiscellaneousSymbols.pl
36114            - lib/unicode/In/MiscellaneousTechnical.pl
36115            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
36116            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
36117            - lib/unicode/In/OpticalCharacterRecognition.pl
36118            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
36119            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
36120            - lib/unicode/In/SmallFormVariants.pl
36121            - lib/unicode/In/SpacingModifierLetters.pl
36122            - lib/unicode/In/Specials.pl
36123            - lib/unicode/In/SuperscriptsandSubscripts.pl
36124            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
36125            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
36126            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
36127            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
36128            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
36129            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
36130            ! pod/perlunicode.pod
36131 ____________________________________________________________________________
36132 [  9896] By: jhi                                   on 2001/04/28  14:33:17
36133         Log: Update the information on shared library path on HP-UX.
36134      Branch: perl
36135            ! INSTALL
36136 ____________________________________________________________________________
36137 [  9895] By: jhi                                   on 2001/04/28  14:32:30
36138         Log: Because #9894 seems to do the trick, this workaround can be removed.
36139      Branch: perl
36140            ! t/lib/selfstubber.t
36141 ____________________________________________________________________________
36142 [  9894] By: jhi                                   on 2001/04/28  14:26:13
36143         Log: For PerlIO flush the children's file handles (on fork/exec/system).
36144      Branch: perl
36145            ! perl.h
36146 ____________________________________________________________________________
36147 [  9893] By: jhi                                   on 2001/04/28  14:23:15
36148         Log: Test tweak for #9891.
36149      Branch: perl
36150            ! t/lib/b-deparse.t
36151 ____________________________________________________________________________
36152 [  9892] By: jhi                                   on 2001/04/28  14:10:13
36153         Log: New HP-UX hints from Merijn.
36154      Branch: perl
36155            ! hints/hpux.sh
36156 ____________________________________________________________________________
36157 [  9891] By: jhi                                   on 2001/04/28  14:07:27
36158         Log: Subject: [PATCH B::Deparse] non-block scopes
36159              From: Robin Houston <robin@kitsite.com>
36160              Date: Fri, 27 Apr 2001 19:15:14 +0100
36161              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
36162      Branch: perl
36163            ! ext/B/B/Deparse.pm
36164 ____________________________________________________________________________
36165 [  9890] By: nick                                  on 2001/04/27  19:41:25
36166         Log: Integrate mainline
36167      Branch: perlio
36168           +> t/lib/selfstubber.t
36169           !> (integrate 50 files)
36170 ____________________________________________________________________________
36171 [  9889] By: jhi                                   on 2001/04/27  18:23:46
36172         Log: Subject: Re: selfstubber test fail on bleadperl
36173              From: Mike Guy <mjtg@cam.ac.uk>
36174              Date: Fri, 27 Apr 2001 19:31:18 +0100
36175              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
36176      Branch: perl
36177            ! t/lib/selfstubber.t
36178 ____________________________________________________________________________
36179 [  9888] By: jhi                                   on 2001/04/27  16:20:54
36180         Log: Test tweak for #9886.
36181      Branch: perl
36182            ! t/lib/b-deparse.t
36183 ____________________________________________________________________________
36184 [  9887] By: jhi                                   on 2001/04/27  16:16:33
36185         Log: Buffering issue at least in Solaris (even with perlio).
36186      Branch: perl
36187            ! t/lib/selfstubber.t
36188 ____________________________________________________________________________
36189 [  9886] By: jhi                                   on 2001/04/27  14:59:23
36190         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
36191              From: Robin Houston <robin@kitsite.com>
36192              Date: Fri, 27 Apr 2001 16:53:20 +0100
36193              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
36194      Branch: perl
36195            ! ext/B/B/Deparse.pm
36196 ____________________________________________________________________________
36197 [  9885] By: jhi                                   on 2001/04/27  14:23:51
36198         Log: Update Changes.
36199      Branch: perl
36200            ! Changes patchlevel.h
36201 ____________________________________________________________________________
36202 [  9884] By: jhi                                   on 2001/04/27  14:14:12
36203         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
36204              From: "Philip Newton" <pnewton@gmx.de>
36205              Date: Fri, 27 Apr 2001 16:40:13 +0200
36206              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
36207      Branch: perl
36208            ! pod/perldata.pod
36209 ____________________________________________________________________________
36210 [  9883] By: jhi                                   on 2001/04/27  13:28:19
36211         Log: Add LOG_PERROR; prettify the "removed".
36212      Branch: perl
36213            ! ext/Sys/Syslog/Syslog.xs
36214 ____________________________________________________________________________
36215 [  9882] By: jhi                                   on 2001/04/27  13:13:18
36216         Log: h2xs tweaks: use NV instead of double, "quote" the removed
36217              prefixes for clarity (especially when nothing is removed),
36218              slight pod reformats.
36219      Branch: perl
36220            ! utils/h2xs.PL
36221 ____________________________________________________________________________
36222 [  9881] By: jhi                                   on 2001/04/27  12:58:48
36223         Log: Don't bother creating existing directories.
36224      Branch: perl
36225            ! utils/h2xs.PL
36226 ____________________________________________________________________________
36227 [  9880] By: jhi                                   on 2001/04/27  12:45:39
36228         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
36229              From: Mike Schilli <m@perlmeister.com>
36230              Date: Wed, 25 Apr 2001 01:29:21 -0700
36231              Message-id: <3AE68AE1.6A981723@perlmeister.com>
36232      Branch: perl
36233            ! utils/h2xs.PL
36234 ____________________________________________________________________________
36235 [  9879] By: jhi                                   on 2001/04/27  12:40:55
36236         Log: break is not yet Perl.  Added the template license also to README.
36237      Branch: perl
36238            ! utils/h2xs.PL
36239 ____________________________________________________________________________
36240 [  9878] By: jhi                                   on 2001/04/27  03:08:20
36241         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
36242              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36243              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
36244              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
36245      Branch: perl
36246            ! t/lib/xs-typemap.t
36247 ____________________________________________________________________________
36248 [  9877] By: jhi                                   on 2001/04/26  23:54:40
36249         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
36250              From: "Abigail" <abigail@foad.org>
36251              Date: Fri, 27 Apr 2001 01:44:28 +0200
36252              Message-ID: <20010426234428.19786.qmail@foad.org>
36253      Branch: perl
36254            ! utils/h2xs.PL
36255 ____________________________________________________________________________
36256 [  9876] By: jhi                                   on 2001/04/26  23:52:06
36257         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
36258              From: Peter Prymmer <pvhp@forte.com>
36259              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
36260              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
36261      Branch: perl
36262            ! t/lib/selfstubber.t
36263 ____________________________________________________________________________
36264 [  9875] By: jhi                                   on 2001/04/26  23:48:10
36265         Log: Deparse nits.
36266      Branch: perl
36267            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
36268 ____________________________________________________________________________
36269 [  9874] By: jhi                                   on 2001/04/26  22:46:05
36270         Log: Document ANYOF_CLASS.
36271      Branch: perl
36272            ! regcomp.h
36273 ____________________________________________________________________________
36274 [  9873] By: jhi                                   on 2001/04/26  22:35:03
36275         Log: Subject: Re: [PATCH @9846] dumping ANYOF
36276              From: Hugo <hv@crypt.compulink.co.uk>
36277              Date: Thu, 26 Apr 2001 23:33:38 +0100
36278              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
36279      Branch: perl
36280            ! regcomp.c regcomp.h
36281 ____________________________________________________________________________
36282 [  9872] By: jhi                                   on 2001/04/26  22:34:31
36283         Log: Subject: [PATCH] more for Devel::SelfStubber
36284              From: Nicholas Clark <nick@ccl4.org>
36285              Date: Fri, 27 Apr 2001 00:13:52 +0100
36286              Message-ID: <20010427001351.K88186@plum.flirble.org>
36287      Branch: perl
36288            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
36289 ____________________________________________________________________________
36290 [  9871] By: jhi                                   on 2001/04/26  21:59:17
36291         Log: Subject: [PATCH B::Deparse] formats must be flush left
36292              From: Robin Houston <robin@kitsite.com>
36293              Date: Thu, 26 Apr 2001 23:54:29 +0100
36294              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
36295      Branch: perl
36296            ! ext/B/B/Deparse.pm
36297 ____________________________________________________________________________
36298 [  9870] By: jhi                                   on 2001/04/26  21:57:37
36299         Log: If some of the constants are prefixes of others,
36300              the prefixes may never get recognized.  (See 20010426.006.)
36301      Branch: perl
36302            ! utils/h2xs.PL
36303 ____________________________________________________________________________
36304 [  9869] By: jhi                                   on 2001/04/26  21:50:42
36305         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
36306              From: Chris Bongaarts <cab@tc.umn.edu>
36307              Date: Thu, 26 Apr 2001 17:10:31 -0500
36308              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
36309      Branch: perl
36310            ! ext/Sys/Syslog/Syslog.xs
36311 ____________________________________________________________________________
36312 [  9868] By: jhi                                   on 2001/04/26  21:35:12
36313         Log: Further cuts and more docs from Graham Barr.
36314      Branch: perl
36315            ! ext/List/Util/lib/List/Util.pm
36316            ! ext/List/Util/lib/Scalar/Util.pm
36317 ____________________________________________________________________________
36318 [  9867] By: jhi                                   on 2001/04/26  21:18:57
36319         Log: Subject: [PATCH 5.7.1] DB_File-1.77
36320              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
36321              Date: Thu, 26 Apr 2001 22:37:53 +0100
36322              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
36323      Branch: perl
36324            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
36325            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
36326 ____________________________________________________________________________
36327 [  9866] By: jhi                                   on 2001/04/26  21:12:31
36328         Log: Subject: [PATCH B::Deparse] fix easy bugs
36329              From: Robin Houston <robin@kitsite.com>
36330              Date: Thu, 26 Apr 2001 23:03:33 +0100
36331              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
36332      Branch: perl
36333            ! ext/B/B/Deparse.pm
36334 ____________________________________________________________________________
36335 [  9865] By: jhi                                   on 2001/04/26  20:26:13
36336         Log: Update Changes.
36337      Branch: perl
36338            ! Changes patchlevel.h
36339 ____________________________________________________________________________
36340 [  9864] By: jhi                                   on 2001/04/26  19:27:48
36341         Log: Dethinko from Robin Houston.
36342      Branch: perl
36343            ! ext/B/B/Deparse.pm
36344 ____________________________________________________________________________
36345 [  9863] By: jhi                                   on 2001/04/26  19:10:35
36346         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
36347              From: Robin Houston <robin@kitsite.com>
36348              Date: Thu, 26 Apr 2001 21:08:32 +0100
36349              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
36350      Branch: perl
36351            ! ext/B/B/Deparse.pm
36352 ____________________________________________________________________________
36353 [  9862] By: jhi                                   on 2001/04/26  19:04:23
36354         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36355              From: Robin Houston <robin@kitsite.com>
36356              Date: Thu, 26 Apr 2001 20:52:50 +0100
36357              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
36358      Branch: perl
36359            ! ext/B/B/Deparse.pm
36360 ____________________________________________________________________________
36361 [  9861] By: jhi                                   on 2001/04/26  18:56:14
36362         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
36363              From: Mike Guy <mjtg@cam.ac.uk>
36364              Date: Thu, 26 Apr 2001 14:22:40 +0100
36365              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
36366      Branch: perl
36367            ! pod/perlobj.pod
36368 ____________________________________________________________________________
36369 [  9860] By: jhi                                   on 2001/04/26  18:46:42
36370         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36371              From: Robin Houston <robin@kitsite.com>
36372              Date: Thu, 26 Apr 2001 20:34:29 +0100
36373              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
36374              
36375              Hashes do not interpolate.
36376      Branch: perl
36377            ! ext/B/B/Deparse.pm
36378 ____________________________________________________________________________
36379 [  9859] By: jhi                                   on 2001/04/26  18:43:51
36380         Log: Subject: The Time::Piece conspiracy unmasked!!!
36381              From: Mike Guy <mjtg@cam.ac.uk>
36382              Date: Thu, 26 Apr 2001 19:02:50 +0100
36383              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
36384              
36385              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
36386              From: Mike Guy <mjtg@cam.ac.uk>
36387              Date: Thu, 26 Apr 2001 19:08:21 +0100
36388              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
36389              
36390              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
36391              From: Graham Barr <gbarr@pobox.com>
36392              Date: Thu, 26 Apr 2001 19:12:03 +0100
36393              Message-ID: <20010426191203.A70835@pobox.com>
36394              
36395              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
36396      Branch: perl
36397            ! ext/List/Util/lib/List/Util.pm
36398            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
36399 ____________________________________________________________________________
36400 [  9858] By: jhi                                   on 2001/04/26  18:17:42
36401         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
36402              From: Robin Houston <robin@kitsite.com>
36403              Date: Thu, 26 Apr 2001 16:09:35 +0100
36404              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
36405      Branch: perl
36406            ! t/comp/proto.t
36407 ____________________________________________________________________________
36408 [  9857] By: jhi                                   on 2001/04/26  18:04:59
36409         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
36410              From: barries <barries@slaysys.com>
36411              Date: Thu, 26 Apr 2001 12:01:10 -0400
36412              Message-ID: <20010426120110.E29698@jester.slaysys.com>
36413      Branch: perl
36414            ! pod/perldiag.pod
36415 ____________________________________________________________________________
36416 [  9856] By: jhi                                   on 2001/04/26  18:03:33
36417         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
36418              Date: Thu, 26 Apr 2001 17:13:41 +0100
36419              From: Robin Houston <robin@kitsite.com>
36420              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
36421              
36422              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
36423              From: Robin Houston <robin@kitsite.com>
36424              Date: Thu, 26 Apr 2001 18:44:29 +0100
36425              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
36426      Branch: perl
36427            ! ext/B/B/Deparse.pm
36428 ____________________________________________________________________________
36429 [  9855] By: jhi                                   on 2001/04/26  17:56:04
36430         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
36431              From: Robin Houston <robin@kitsite.com>
36432              Date: Thu, 26 Apr 2001 17:04:08 +0100
36433              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
36434      Branch: perl
36435            ! ext/B/B/Deparse.pm
36436 ____________________________________________________________________________
36437 [  9854] By: jhi                                   on 2001/04/26  17:47:26
36438         Log: Subject: Re: Short test case for undef %stash:: crash
36439              From: Benjamin Sugars <bsugars@canoe.ca> 
36440              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
36441              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
36442              Changed and moved the perldiag entry.
36443      Branch: perl
36444            ! gv.c pod/perldiag.pod
36445 ____________________________________________________________________________
36446 [  9853] By: jhi                                   on 2001/04/26  14:35:16
36447         Log: Beginnings of strptime().  Do not touch the wet paint.
36448      Branch: perl
36449            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
36450 ____________________________________________________________________________
36451 [  9852] By: jhi                                   on 2001/04/26  13:17:21
36452         Log: Retract #9851, core dumps from pod2man.
36453      Branch: perl
36454            ! regcomp.c
36455 ____________________________________________________________________________
36456 [  9851] By: jhi                                   on 2001/04/26  11:54:41
36457         Log: (Retracted by #9852.)
36458              
36459              Subject: [PATCH @9846] dumping ANYOF
36460              From: Hugo <hv@crypt.compulink.co.uk>
36461              Date: Thu, 26 Apr 2001 05:32:38 +0100
36462              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
36463      Branch: perl
36464            ! regcomp.c
36465 ____________________________________________________________________________
36466 [  9850] By: jhi                                   on 2001/04/26  02:34:44
36467         Log: If ccflags was empty the _previous_ $* containing all the
36468              environment variables and Configure variables was used,
36469              which lead, among other bad things, into $ccflags being your
36470              uname -a output, which lead into test compile with cc failing,
36471              which lead into gcc being selected, which didn't work that well
36472              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
36473              with large files, et cetera.
36474      Branch: perl
36475            ! hints/hpux.sh
36476 ____________________________________________________________________________
36477 [  9849] By: jhi                                   on 2001/04/26  01:44:57
36478         Log: Make selfstubber test more portable.
36479      Branch: perl
36480            ! t/lib/selfstubber.t
36481 ____________________________________________________________________________
36482 [  9848] By: jhi                                   on 2001/04/26  00:50:26
36483         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
36484              From: Benjamin Sugars <ben.sugars@home.com>
36485              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
36486              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
36487      Branch: perl
36488            ! ext/Cwd/Cwd.xs
36489 ____________________________________________________________________________
36490 [  9847] By: jhi                                   on 2001/04/26  00:46:58
36491         Log: Subject: [PATCH: perl@9841] VMS updates
36492              From: Peter Prymmer <pvhp@forte.com>
36493              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
36494              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
36495      Branch: perl
36496            ! README.vms configure.com vms/descrip_mms.template
36497            ! vms/ext/filespec.t
36498 ____________________________________________________________________________
36499 [  9846] By: jhi                                   on 2001/04/26  00:11:56
36500         Log: re 'debug' was broken by #9084.
36501      Branch: perl
36502            ! ext/re/re.xs
36503 ____________________________________________________________________________
36504 [  9845] By: jhi                                   on 2001/04/25  22:33:17
36505         Log: Subject: [PATCH] test for Devel::SelfStubber
36506              From: Nicholas Clark <nick@ccl4.org>
36507              Date: Thu, 26 Apr 2001 00:00:54 +0100
36508              Message-ID: <20010426000054.D89026@plum.flirble.org>
36509      Branch: perl
36510            + t/lib/selfstubber.t
36511            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
36512 ____________________________________________________________________________
36513 [  9844] By: jhi                                   on 2001/04/25  22:29:32
36514         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
36515              From: Paul Johnson <paul@pjcj.net>
36516              Date: Thu, 26 Apr 2001 00:46:08 +0200
36517              Message-ID: <20010426004608.H2338@pjcj.net>
36518      Branch: perl
36519            ! ext/B/B/Concise.pm
36520 ____________________________________________________________________________
36521 [  9843] By: jhi                                   on 2001/04/25  22:28:28
36522         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
36523              From: Peter Prymmer <pvhp@forte.com>
36524              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
36525              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
36526      Branch: perl
36527            ! ext/Cwd/Cwd.xs
36528 ____________________________________________________________________________
36529 [  9842] By: jhi                                   on 2001/04/25  20:58:12
36530         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
36531              From: John Peacock <jpeacock@rowman.com>
36532              Date: Wed, 25 Apr 2001 17:30:26 -0400
36533              Message-ID: <3AE741F2.B3217464@rowman.com>
36534      Branch: perl
36535            ! lib/Math/BigInt.pm t/lib/bigintpm.t
36536 ____________________________________________________________________________
36537 [  9841] By: jhi                                   on 2001/04/25  20:07:05
36538         Log: Update Changes.
36539      Branch: perl
36540            ! Changes patchlevel.h
36541 ____________________________________________________________________________
36542 [  9840] By: jhi                                   on 2001/04/25  19:56:51
36543         Log: Yet another HP-UX hints version from Merijn.
36544      Branch: perl
36545            ! hints/hpux.sh
36546 ____________________________________________________________________________
36547 [  9839] By: jhi                                   on 2001/04/25  19:53:04
36548         Log: abs_path() didn't terminate the filename correctly,
36549              in DIRNAMLENless systems like HP-UX this would fail.
36550      Branch: perl
36551            ! ext/Cwd/Cwd.xs
36552 ____________________________________________________________________________
36553 [  9838] By: jhi                                   on 2001/04/25  16:37:26
36554         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
36555              From: Mike Guy <mjtg@cam.ac.uk>
36556              Date: Wed, 25 Apr 2001 18:31:47 +0100
36557              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
36558      Branch: perl
36559            ! op.c
36560 ____________________________________________________________________________
36561 [  9837] By: jhi                                   on 2001/04/25  16:21:53
36562         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
36563              From: Jon Eveland <jweveland@yahoo.com>
36564              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
36565              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
36566      Branch: perl
36567            ! lib/perl5db.pl
36568 ____________________________________________________________________________
36569 [  9836] By: jhi                                   on 2001/04/25  14:17:50
36570         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
36571              From: "Philip Newton" <pnewton@gmx.de>
36572              Date: Wed, 25 Apr 2001 17:05:58 +0200
36573              Message-ID: <3AE703F6.3234.1833C45@localhost>
36574      Branch: perl
36575            ! Porting/patching.pod
36576 ____________________________________________________________________________
36577 [  9835] By: jhi                                   on 2001/04/25  13:58:07
36578         Log: It would seem that both ar and full_ar need to be overridden
36579              for HP-UX to avoid the GNU ar.
36580      Branch: perl
36581            ! hints/hpux.sh
36582 ____________________________________________________________________________
36583 [  9834] By: jhi                                   on 2001/04/25  13:50:40
36584         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
36585              From: "Philip Newton" <pnewton@gmx.de>
36586              Date: Wed, 25 Apr 2001 16:09:23 +0200
36587              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
36588              
36589              Detypo.
36590      Branch: perl
36591            ! t/op/misc.t
36592 ____________________________________________________________________________
36593 [  9833] By: jhi                                   on 2001/04/25  12:36:11
36594         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
36595      Branch: perl
36596            ! hints/hpux.sh
36597 ____________________________________________________________________________
36598 [  9832] By: jhi                                   on 2001/04/25  12:33:36
36599         Log: New version of HP-UX hints from Merijn.
36600      Branch: perl
36601            ! hints/hpux.sh
36602 ____________________________________________________________________________
36603 [  9831] By: jhi                                   on 2001/04/25  03:39:45
36604         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
36605      Branch: perl
36606            ! hints/hpux.sh
36607 ____________________________________________________________________________
36608 [  9830] By: jhi                                   on 2001/04/25  02:53:25
36609         Log: The tzname[] bit is not needed by util.c -- and causes
36610              heartburn in VMS (and it missing was probably the cause of
36611              the Mac OS X trouble).  Ouch.
36612      Branch: perl
36613            ! ext/POSIX/POSIX.xs util.c
36614 ____________________________________________________________________________
36615 [  9829] By: jhi                                   on 2001/04/25  00:10:06
36616         Log: Metaconfig unit change for #9828.
36617      Branch: metaconfig
36618            ! U/compline/ccflags.U
36619 ____________________________________________________________________________
36620 [  9828] By: jhi                                   on 2001/04/25  00:04:18
36621         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
36622              (which is actually the reason for the change, we need to pass
36623              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
36624              EP/IX, OS/2, and TitanOS, based on the hints files.
36625      Branch: perl
36626            ! Configure config_h.SH
36627 ____________________________________________________________________________
36628 [  9827] By: jhi                                   on 2001/04/24  23:49:20
36629         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
36630              the $cat must have an absolute path.
36631      Branch: perl
36632            ! makedepend.SH
36633 ____________________________________________________________________________
36634 [  9826] By: jhi                                   on 2001/04/24  23:40:53
36635         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
36636      Branch: perl
36637            ! README.amiga
36638 ____________________________________________________________________________
36639 [  9825] By: jhi                                   on 2001/04/24  23:35:35
36640         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
36641              From: "Philip Newton" <pnewton@gmx.de>
36642              Date: Tue, 24 Apr 2001 18:52:49 +0200
36643              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
36644      Branch: perl
36645            ! x2p/find2perl.PL
36646 ____________________________________________________________________________
36647 [  9824] By: jhi                                   on 2001/04/24  23:33:07
36648         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
36649              Some gcc specifics dropped out due to extensive rewriting;
36650              will be put back later as needed.
36651      Branch: perl
36652            ! hints/hpux.sh
36653 ____________________________________________________________________________
36654 [  9823] By: jhi                                   on 2001/04/24  23:27:57
36655         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
36656      Branch: perl
36657            ! ext/POSIX/POSIX.xs
36658 ____________________________________________________________________________
36659 [  9822] By: jhi                                   on 2001/04/24  23:25:21
36660         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
36661              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36662              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
36663              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
36664      Branch: perl
36665            ! ext/XS/Typemap/Typemap.xs
36666 ____________________________________________________________________________
36667 [  9821] By: jhi                                   on 2001/04/24  23:24:10
36668         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
36669              From: "Abigail" <abigail@foad.org>
36670              Date: Tue, 24 Apr 2001 23:12:03 +0200
36671              Message-ID: <20010424211203.7901.qmail@foad.org>
36672      Branch: perl
36673            ! pod/perlport.pod
36674 ____________________________________________________________________________
36675 [  9820] By: jhi                                   on 2001/04/24  23:23:15
36676         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
36677              From: Matt Sergeant <matt@sergeant.org>
36678              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
36679              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
36680      Branch: perl
36681            ! pod/perlfaq4.pod
36682 ____________________________________________________________________________
36683 [  9819] By: nick                                  on 2001/04/24  18:49:43
36684         Log: Integrate mainline.
36685      Branch: perlio
36686           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
36687           !> (integrate 37 files)
36688 ____________________________________________________________________________
36689 [  9818] By: jhi                                   on 2001/04/24  14:35:23
36690         Log: Update Changes.
36691      Branch: perl
36692            ! Changes patchlevel.h
36693 ____________________________________________________________________________
36694 [  9817] By: jhi                                   on 2001/04/24  14:09:17
36695         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
36696              From: "Philip Newton" <pnewton@gmx.de>
36697              Date: Tue, 24 Apr 2001 12:58:12 +0200
36698              Message-ID: <3AE57864.8304.B77A0A@localhost> 
36699              
36700              plus add CPAN to the list of modules that have their own tests.
36701      Branch: perl
36702            ! t/lib/1_compile.t
36703 ____________________________________________________________________________
36704 [  9816] By: jhi                                   on 2001/04/24  14:07:03
36705         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
36706              From: Michael G Schwern <schwern@pobox.com>
36707              Date: Sat, 21 Apr 2001 22:35:00 +0100
36708              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
36709      Branch: perl
36710            ! t/lib/1_compile.t
36711 ____________________________________________________________________________
36712 [  9815] By: jhi                                   on 2001/04/24  13:54:32
36713         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
36714              From: Robin Houston <robin@kitsite.com>
36715              Date: Tue, 24 Apr 2001 15:51:18 +0100
36716              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
36717      Branch: perl
36718            ! ext/B/B/Deparse.pm
36719 ____________________________________________________________________________
36720 [  9814] By: jhi                                   on 2001/04/24  13:17:34
36721         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
36722              From: Bill Glicker <billg@burrelles.com>
36723              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
36724              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
36725      Branch: perl
36726            ! hints/svr5.sh
36727 ____________________________________________________________________________
36728 [  9813] By: jhi                                   on 2001/04/24  12:54:23
36729         Log: Prevent path disclosure (probing for existence of filenames)
36730              using suidperl; bug id 20010322.218.
36731      Branch: perl
36732            ! perl.c pod/perldiag.pod
36733 ____________________________________________________________________________
36734 [  9812] By: jhi                                   on 2001/04/24  12:08:36
36735         Log: Retract #9811.
36736      Branch: perl
36737            ! ext/POSIX/POSIX.xs
36738 ____________________________________________________________________________
36739 [  9811] By: jhi                                   on 2001/04/24  11:57:35
36740         Log: (Retracted by #9812.)
36741      Branch: perl
36742            ! ext/POSIX/POSIX.xs
36743 ____________________________________________________________________________
36744 [  9810] By: jhi                                   on 2001/04/24  03:32:35
36745         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
36746      Branch: perl
36747            ! util.c
36748 ____________________________________________________________________________
36749 [  9809] By: jhi                                   on 2001/04/24  03:16:13
36750         Log: The Math::BigFloat::import() was broken.
36751              (Fixes bug id 20010422.002.)
36752      Branch: perl
36753            ! lib/Math/BigFloat.pm
36754 ____________________________________________________________________________
36755 [  9808] By: jhi                                   on 2001/04/24  01:11:40
36756         Log: Additional dependencies; should help for parallel makes
36757              not to fail on missing lib/lib.pm or lib/re.pm.
36758      Branch: perl
36759            ! Makefile.SH
36760 ____________________________________________________________________________
36761 [  9807] By: jhi                                   on 2001/04/24  00:57:01
36762         Log: Update the test failure disclaimer.
36763      Branch: perl
36764            ! t/pragma/warn/pp_hot
36765 ____________________________________________________________________________
36766 [  9806] By: jhi                                   on 2001/04/24  00:54:04
36767         Log: Add make target "install-all" which is alias for "install"
36768              to cater for case-preserving filesystems like HFS+.
36769      Branch: perl
36770            ! INSTALL Makefile.SH
36771 ____________________________________________________________________________
36772 [  9805] By: jhi                                   on 2001/04/24  00:47:28
36773         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
36774              From: Peter Prymmer <pvhp@forte.com>
36775              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
36776              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
36777              
36778              (Ken William's message forwarded from macosx@perl.org)
36779      Branch: perl
36780            ! hints/darwin.sh
36781 ____________________________________________________________________________
36782 [  9804] By: jhi                                   on 2001/04/23  23:57:35
36783         Log: Cut-and-pasto.
36784      Branch: perl
36785            ! perlio.c
36786 ____________________________________________________________________________
36787 [  9803] By: jhi                                   on 2001/04/23  23:52:25
36788         Log: More PerlIO robustness.
36789      Branch: perl
36790            ! perlio.c
36791 ____________________________________________________________________________
36792 [  9802] By: jhi                                   on 2001/04/23  23:43:35
36793         Log: Make the "STD* opened only for ..." errors more consistent.
36794      Branch: perl
36795            ! doio.c
36796 ____________________________________________________________________________
36797 [  9801] By: jhi                                   on 2001/04/23  23:34:26
36798         Log: Test case for #9800.
36799      Branch: perl
36800            ! t/op/misc.t
36801 ____________________________________________________________________________
36802 [  9800] By: jhi                                   on 2001/04/23  23:14:43
36803         Log: Avoid coredump on 'close STDERR; die' by making
36804              the PerlIO calls more robust.  Also use SETERRNO()
36805              instead of errno = to be more VMS-ready.
36806      Branch: perl
36807            ! perlio.c
36808 ____________________________________________________________________________
36809 [  9799] By: jhi                                   on 2001/04/23  21:41:10
36810         Log: Subject: test for ID 20010423.002
36811              From: Robin Houston <robin@kitsite.com>
36812              Date: Mon, 23 Apr 2001 16:52:21 +0100
36813              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
36814      Branch: perl
36815            ! t/op/avhv.t
36816 ____________________________________________________________________________
36817 [  9798] By: jhi                                   on 2001/04/23  21:40:07
36818         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
36819              From: David Dyck <dcd@tc.fluke.com>
36820              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
36821              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
36822      Branch: perl
36823            ! installperl
36824 ____________________________________________________________________________
36825 [  9797] By: jhi                                   on 2001/04/23  21:37:56
36826         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
36827              From: Benjamin Sugars <bsugars@canoe.ca>
36828              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
36829              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
36830      Branch: perl
36831            ! ext/Cwd/Cwd.xs lib/Cwd.pm
36832 ____________________________________________________________________________
36833 [  9796] By: jhi                                   on 2001/04/23  21:29:24
36834         Log: Synchronize h2xs and pod2man some more on the documentation
36835              templates they propose.
36836      Branch: perl
36837            ! pod/pod2man.PL utils/h2xs.PL
36838 ____________________________________________________________________________
36839 [  9795] By: jhi                                   on 2001/04/23  17:30:40
36840         Log: Add one more naughty test for base64; make encoding logic cleaner.
36841      Branch: perl
36842            ! t/lib/mimeb64.t
36843 ____________________________________________________________________________
36844 [  9794] By: jhi                                   on 2001/04/23  13:51:32
36845         Log: Update Changes.
36846      Branch: perl
36847            ! Changes patchlevel.h
36848 ____________________________________________________________________________
36849 [  9793] By: jhi                                   on 2001/04/23  13:44:18
36850         Log: Duplicate lines.
36851      Branch: perl
36852            ! MANIFEST
36853 ____________________________________________________________________________
36854 [  9792] By: jhi                                   on 2001/04/23  13:39:13
36855         Log: Subject: Re: PATCH 5.7.1
36856              From: Mark-Jason Dominus <mjd@plover.com>
36857              Date: Mon, 23 Apr 2001 10:30:21 -0400
36858              Message-ID: <20010423143021.17335.qmail@plover.com>
36859      Branch: perl
36860            ! perl.h sv.c
36861 ____________________________________________________________________________
36862 [  9791] By: jhi                                   on 2001/04/23  13:32:40
36863         Log: Add the CPAN.pm 1.59_54 tests.
36864      Branch: perl
36865            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
36866            ! MANIFEST
36867 ____________________________________________________________________________
36868 [  9790] By: jhi                                   on 2001/04/23  13:21:55
36869         Log: Subject: Deparse nit
36870              From: Robin Houston <robin@kitsite.com>
36871              Date: Mon, 23 Apr 2001 12:38:20 +0100
36872              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
36873      Branch: perl
36874            ! ext/B/B/Deparse.pm
36875 ____________________________________________________________________________
36876 [  9789] By: jhi                                   on 2001/04/23  13:19:07
36877         Log: Subject: [PATCH] bug 20010423.002
36878              From: Robin Houston <robin@kitsite.com>
36879              Date: Mon, 23 Apr 2001 13:12:30 +0100
36880              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
36881      Branch: perl
36882            ! pp.c
36883 ____________________________________________________________________________
36884 [  9788] By: jhi                                   on 2001/04/23  13:02:49
36885         Log: Subject: PATCH [5.7.1] hv.c unused #define
36886              From: Mark-Jason Dominus <mjd@plover.com>
36887              Date: Sun, 22 Apr 2001 14:17:49 -0400
36888              Message-ID: <20010422181749.26976.qmail@plover.com>
36889      Branch: perl
36890            ! hv.c
36891 ____________________________________________________________________________
36892 [  9787] By: jhi                                   on 2001/04/23  13:02:02
36893         Log: Subject: PATCH 5.7.1
36894              From: Mark-Jason Dominus <mjd@plover.com>
36895              Date: Sun, 22 Apr 2001 15:12:57 -0400
36896              Message-ID: <20010422191258.6539.qmail@plover.com>
36897              
36898              plus Sarathy's STMT_START + STMT_END suggestion.
36899      Branch: perl
36900            ! perl.h
36901 ____________________________________________________________________________
36902 [  9786] By: jhi                                   on 2001/04/23  12:53:25
36903         Log: Fix for
36904              
36905              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
36906              From: dLux <dlux@spam.sch.bme.hu>
36907              Date: Mon, 23 Apr 2001 01:25:26 +0200
36908              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
36909              
36910              (SvGROW really does return a char *.)
36911      Branch: perl
36912            ! pod/perlapi.pod sv.h
36913 ____________________________________________________________________________
36914 [  9785] By: jhi                                   on 2001/04/23  04:34:04
36915         Log: Time::Piece work continues.  $t->day removed since
36916              I think it's too confusing.  Now has normal and
36917              abbreviated length weekday names and month names,
36918              the names change with _names(), not _list().
36919              Now has strftime() in Perl, _strftime() is
36920              the libc version (to which strftime() falls back
36921              if it doesn't know the format.  To do: the reverse
36922              of strftime, strptime(), and the localisation of both.
36923      Branch: perl
36924            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
36925            ! t/lib/time-piece.t
36926 ____________________________________________________________________________
36927 [  9784] By: jhi                                   on 2001/04/23  02:41:46
36928         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
36929              From: andreas.koenig@anima.de (Andreas J. Koenig)
36930              Date: 23 Apr 2001 05:20:55 +0200
36931              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
36932      Branch: perl
36933            ! t/pragma/overload.t
36934 ____________________________________________________________________________
36935 [  9783] By: jhi                                   on 2001/04/22  23:32:42
36936         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
36937              From: Robin Houston <robin@kitsite.com>
36938              Date: Mon, 23 Apr 2001 00:38:18 +0100
36939              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
36940      Branch: perl
36941            ! ext/B/B/Deparse.pm
36942 ____________________________________________________________________________
36943 [  9782] By: jhi                                   on 2001/04/22  20:55:43
36944         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
36945              From: Simon Cozens <simon@netthink.co.uk>
36946              Date: Sun, 22 Apr 2001 18:47:25 +0100
36947              Message-ID: <20010422184725.A14411@netthink.co.uk>
36948      Branch: perl
36949            ! sv.c t/pragma/overload.t
36950 ____________________________________________________________________________
36951 [  9781] By: jhi                                   on 2001/04/22  20:52:13
36952         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
36953              From: Robin Houston <robin@kitsite.com>
36954              Date: Sun, 22 Apr 2001 22:14:50 +0100
36955              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
36956      Branch: perl
36957            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
36958 ____________________________________________________________________________
36959 [  9780] By: nick                                  on 2001/04/22  20:40:31
36960         Log: Integrate mainline.
36961      Branch: perlio
36962           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
36963           +> t/lib/b-stash.t
36964           !> (integrate 38 files)
36965 ____________________________________________________________________________
36966 [  9779] By: jhi                                   on 2001/04/22  15:16:03
36967         Log: Subject: IO::Socket::INET patch
36968              From: andrew deryabin <djsf@technarchy.ru>
36969              Date: Sat, 21 Apr 2001 17:46:52 +0400
36970              Message-ID: <20010421174652.B1426@technarchy>
36971      Branch: perl
36972            ! ext/IO/lib/IO/Socket/INET.pm
36973 ____________________________________________________________________________
36974 [  9778] By: jhi                                   on 2001/04/22  15:14:33
36975         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
36976              From: Mark-Jason Dominus <mjd@plover.com>
36977              Date: Sat, 21 Apr 2001 21:27:49 -0400
36978              Message-ID: <20010422012749.27024.qmail@plover.com>
36979      Branch: perl
36980            ! regcomp.c
36981 ____________________________________________________________________________
36982 [  9777] By: jhi                                   on 2001/04/22  15:10:51
36983         Log: Subject: Re: Regex debugger patch 
36984              From: Mark-Jason Dominus <mjd@plover.com>
36985              Date: Sat, 21 Apr 2001 21:48:51 -0400
36986              Message-ID: <20010422014851.27165.qmail@plover.com>
36987      Branch: perl
36988            ! pod/perldebguts.pod
36989 ____________________________________________________________________________
36990 [  9776] By: jhi                                   on 2001/04/22  15:09:48
36991         Log: Subject: Re: Regex debugger patch
36992              From: Mark-Jason Dominus <mjd@plover.com>
36993              Date: Sat, 21 Apr 2001 14:24:39 -0400
36994              Message-ID: <20010421182439.16508.qmail@plover.com>
36995              
36996              Regex debugger backend.
36997      Branch: perl
36998            ! regcomp.c regexp.h
36999 ____________________________________________________________________________
37000 [  9775] By: jhi                                   on 2001/04/21  16:45:40
37001         Log: Subject: [PATCH] Typo in utf8.h
37002              From: Jesús Quiroga <jquiroga@pobox.com>
37003              Date: Sat, 21 Apr 2001 19:25:33 +0200
37004              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
37005      Branch: perl
37006            ! utf8.h
37007 ____________________________________________________________________________
37008 [  9774] By: jhi                                   on 2001/04/21  16:43:52
37009         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
37010              From: Joe Orton <jorton@redhat.com>
37011              Date: Tue, 17 Apr 2001 15:50:43 +0100
37012              Message-Id: <20010417155043.D19132@eu.c2.net>
37013      Branch: perl
37014            ! hints/svr5.sh
37015 ____________________________________________________________________________
37016 [  9773] By: jhi                                   on 2001/04/21  15:30:15
37017         Log: Subject: Patch utils/h2xs.PL
37018              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37019              Date: Sat, 21 Apr 2001 10:32:16 -0500
37020              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
37021              
37022              Add MAILING list and LICENSE templates.
37023      Branch: perl
37024            ! utils/h2xs.PL
37025 ____________________________________________________________________________
37026 [  9772] By: jhi                                   on 2001/04/21  15:28:36
37027         Log: Subject: perlfaq2.patch for 5.7.1
37028              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37029              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
37030              Date: Fri, 20 Apr 2001 16:42:19 -0500
37031              
37032              rm an extra tab, a blurb about the xx.cpan to clarify
37033              which countries actually have that and dejanews is history
37034              as well as most of that nonsensical entry.
37035      Branch: perl
37036            ! pod/perlfaq2.pod
37037 ____________________________________________________________________________
37038 [  9771] By: jhi                                   on 2001/04/21  15:27:17
37039         Log: Subject: perlfaq1.patch for 5.7.1
37040              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37041              Date: Fri, 20 Apr 2001 16:57:36 -0500
37042              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
37043              
37044              Evil URLs must die. Especially when they are broken.
37045      Branch: perl
37046            ! pod/perlfaq1.pod
37047 ____________________________________________________________________________
37048 [  9770] By: jhi                                   on 2001/04/21  15:23:38
37049         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
37050              From: Michael G Schwern <schwern@pobox.com>
37051              Date: Sat, 21 Apr 2001 16:11:12 +0100
37052              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
37053      Branch: perl
37054            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
37055            + t/lib/b-stash.t
37056            ! MANIFEST ext/B/B.pm t/lib/b.t
37057 ____________________________________________________________________________
37058 [  9769] By: jhi                                   on 2001/04/21  15:03:32
37059         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
37060              From: Michael G Schwern <schwern@pobox.com>
37061              Date: Sat, 21 Apr 2001 09:48:00 +0100
37062              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
37063      Branch: perl
37064            ! utils/h2ph.PL
37065 ____________________________________________________________________________
37066 [  9768] By: jhi                                   on 2001/04/21  14:33:49
37067         Log: PerlIO and Encode doc cleanup and tweaks.
37068      Branch: perl
37069            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
37070            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
37071 ____________________________________________________________________________
37072 [  9767] By: jhi                                   on 2001/04/21  12:40:16
37073         Log: Integrate perlio.
37074      Branch: perl
37075           !> doio.c
37076 ____________________________________________________________________________
37077 [  9766] By: nick                                  on 2001/04/20  18:28:35
37078         Log: Avoid core dump on
37079              open(STDOUT,">",\$foo);
37080      Branch: perlio
37081            ! doio.c
37082 ____________________________________________________________________________
37083 [  9765] By: jhi                                   on 2001/04/20  13:23:43
37084         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
37085              From: Robin Houston <robin@kitsite.com>
37086              Date: Fri, 20 Apr 2001 14:29:22 +0100
37087              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
37088      Branch: perl
37089            ! ext/B/B.pm ext/B/B/Deparse.pm
37090 ____________________________________________________________________________
37091 [  9764] By: jhi                                   on 2001/04/20  13:19:33
37092         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
37093              From: Peter Prymmer <pvhp@forte.com>
37094              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
37095              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
37096      Branch: perl
37097            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
37098            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37099            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37100            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37101 ____________________________________________________________________________
37102 [  9763] By: jhi                                   on 2001/04/20  12:36:39
37103         Log: Subject: Re: A new PerlIO coredump
37104              From: Nick Ing-Simmons <nik@tiuk.ti.com>
37105              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
37106              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
37107      Branch: perl
37108            ! doio.c
37109 ____________________________________________________________________________
37110 [  9762] By: jhi                                   on 2001/04/19  23:02:30
37111         Log: Update Changes.
37112      Branch: perl
37113            ! Changes patchlevel.h
37114 ____________________________________________________________________________
37115 [  9761] By: jhi                                   on 2001/04/19  22:59:19
37116         Log: More cleanup cleanup.
37117      Branch: perl
37118            ! Makefile.SH win32/Makefile win32/makefile.mk
37119 ____________________________________________________________________________
37120 [  9760] By: jhi                                   on 2001/04/19  22:50:31
37121         Log: lib/Time is non-empty, let's not rmdir it.
37122      Branch: perl
37123            ! Makefile.SH
37124 ____________________________________________________________________________
37125 [  9759] By: jhi                                   on 2001/04/19  22:36:51
37126         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
37127              From: Robin Houston <robin@kitsite.com>
37128              Date: Fri, 20 Apr 2001 00:18:53 +0100
37129              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
37130      Branch: perl
37131            ! ext/B/B/Deparse.pm
37132 ____________________________________________________________________________
37133 [  9758] By: jhi                                   on 2001/04/19  22:36:00
37134         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
37135              From: Peter Prymmer <pvhp@forte.com>
37136              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
37137              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
37138      Branch: perl
37139            ! ext/Cwd/Cwd.xs
37140 ____________________________________________________________________________
37141 [  9757] By: nick                                  on 2001/04/19  18:53:54
37142         Log: Blind (untested) integrate of mainline.
37143      Branch: perlio
37144           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37145           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
37146           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
37147           !> (integrate 53 files)
37148 ____________________________________________________________________________
37149 [  9756] By: jhi                                   on 2001/04/19  16:59:23
37150         Log: Document and test Time::Piece.
37151      Branch: perl
37152            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
37153            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
37154 ____________________________________________________________________________
37155 [  9755] By: jhi                                   on 2001/04/19  12:13:29
37156         Log: A better fix for the \x{12345678} trouble from NI-S.
37157      Branch: perl
37158            ! utf8.c
37159 ____________________________________________________________________________
37160 [  9754] By: jhi                                   on 2001/04/19  11:56:07
37161         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
37162              From: Robin Houston <robin@kitsite.com>
37163              Date: Wed, 18 Apr 2001 17:58:33 +0100
37164              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
37165      Branch: perl
37166            ! ext/B/B/Deparse.pm op.c
37167 ____________________________________________________________________________
37168 [  9753] By: jhi                                   on 2001/04/19  04:21:52
37169         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
37170              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
37171              Date: Thu, 19 Apr 2001 01:11:41 -0400
37172              Message-ID: <20010419011141.A5798@cpan.org>
37173      Branch: perl
37174            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
37175 ____________________________________________________________________________
37176 [  9752] By: jhi                                   on 2001/04/19  02:41:10
37177         Log: The new time utils need to be thread-aware, too.
37178      Branch: perl
37179            ! util.c
37180 ____________________________________________________________________________
37181 [  9751] By: jhi                                   on 2001/04/19  02:26:47
37182         Log: Compilation nit noticed by AIX compiler.
37183      Branch: perl
37184            ! perlio.c
37185 ____________________________________________________________________________
37186 [  9750] By: jhi                                   on 2001/04/19  02:20:06
37187         Log: The new time utils need to be public.
37188      Branch: perl
37189            ! embed.pl
37190 ____________________________________________________________________________
37191 [  9749] By: jhi                                   on 2001/04/19  01:42:39
37192         Log: Regen toc.
37193      Branch: perl
37194            ! pod/perltoc.pod
37195 ____________________________________________________________________________
37196 [  9748] By: jhi                                   on 2001/04/19  01:41:10
37197         Log: Add Time::Piece, a slight rewrite of Time::Object,
37198              from Matt Sergeant.
37199      Branch: perl
37200            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37201            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
37202            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
37203            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
37204            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
37205            ! win32/makefile.mk
37206 ____________________________________________________________________________
37207 [  9747] By: jhi                                   on 2001/04/19  00:55:35
37208         Log: The new metaconfig unit from strftime.
37209      Branch: metaconfig/U/perl
37210            + d_strftime.U
37211 ____________________________________________________________________________
37212 [  9746] By: jhi                                   on 2001/04/19  00:54:54
37213         Log: Move the strftime() wrapper from POSIX.xs to util.c
37214              as my_strftime(), requires HAS_STRFTIME.
37215      Branch: perl
37216            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37217            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
37218            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
37219            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37220            ! vos/config.ga.h win32/config.bc win32/config.gc
37221            ! win32/config.vc
37222 ____________________________________________________________________________
37223 [  9745] By: jhi                                   on 2001/04/18  23:11:03
37224         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
37225              in preparation of Time::Piece.
37226      Branch: perl
37227            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
37228 ____________________________________________________________________________
37229 [  9744] By: jhi                                   on 2001/04/18  22:33:12
37230         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
37231              From: Peter Prymmer <pvhp@forte.com>
37232              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
37233              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
37234      Branch: perl
37235            ! t/lib/exporter.t
37236 ____________________________________________________________________________
37237 [  9743] By: jhi                                   on 2001/04/18  22:32:23
37238         Log: Subject: Fwd: pod2html leaves cache files lying around?
37239              From: Rajesh Vaidheeswarran <rv@gnu.org>
37240              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
37241              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
37242      Branch: perl
37243            ! lib/Pod/Html.pm
37244 ____________________________________________________________________________
37245 [  9742] By: jhi                                   on 2001/04/18  20:31:49
37246         Log: Update Changes.
37247      Branch: perl
37248            ! Changes patchlevel.h
37249 ____________________________________________________________________________
37250 [  9741] By: jhi                                   on 2001/04/18  20:23:02
37251         Log: Declare hints only if needed.
37252      Branch: perl
37253            ! ext/B/B/Deparse.pm
37254 ____________________________________________________________________________
37255 [  9740] By: jhi                                   on 2001/04/18  19:06:05
37256         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
37257              bug noticed by Robin Houston; basically the code of detecting
37258              value wraparound was acting differently under different compilers
37259              and platforms.  The workaround is to remove the overflow check
37260              for now, a real fix would be to do the overflow (portably) right.
37261      Branch: perl
37262            ! t/op/pat.t utf8.c
37263 ____________________________________________________________________________
37264 [  9739] By: jhi                                   on 2001/04/18  19:01:23
37265         Log: Subject: [PATCH B::Deparse] some pragma support
37266              From: Robin Houston <robin@kitsite.com>
37267              Date: Wed, 18 Apr 2001 19:32:12 +0100
37268              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
37269      Branch: perl
37270            ! ext/B/B/Deparse.pm
37271 ____________________________________________________________________________
37272 [  9738] By: jhi                                   on 2001/04/18  15:16:37
37273         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
37274              From: Benjamin Sugars <bsugars@canoe.ca>
37275              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
37276              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
37277      Branch: perl
37278            ! t/op/glob.t
37279 ____________________________________________________________________________
37280 [  9737] By: jhi                                   on 2001/04/18  13:24:50
37281         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
37282              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37283              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
37284              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
37285      Branch: perl
37286            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
37287            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
37288 ____________________________________________________________________________
37289 [  9736] By: jhi                                   on 2001/04/18  04:15:14
37290         Log: The #9735 also changes the subtest 12.
37291      Branch: perl
37292            ! t/lib/b.t
37293 ____________________________________________________________________________
37294 [  9735] By: jhi                                   on 2001/04/18  03:55:17
37295         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
37296              From: David Dyck <dcd@tc.fluke.com>
37297              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
37298              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
37299      Branch: perl
37300            ! ext/B/B/Deparse.pm
37301 ____________________________________________________________________________
37302 [  9734] By: jhi                                   on 2001/04/18  03:54:11
37303         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
37304              From: Gisle Aas <gisle@ActiveState.com>
37305              Date: 17 Apr 2001 19:06:45 -0700
37306              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
37307      Branch: perl
37308            ! pp_hot.c t/op/misc.t
37309 ____________________________________________________________________________
37310 [  9733] By: jhi                                   on 2001/04/17  22:25:22
37311         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
37312              From: "Abigail" <abigail@foad.org>
37313              Date: Wed, 18 Apr 2001 01:17:46 +0200
37314              Message-ID: <20010417231746.21657.qmail@foad.org>
37315      Branch: perl
37316            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
37317 ____________________________________________________________________________
37318 [  9732] By: jhi                                   on 2001/04/17  20:47:56
37319         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
37320              From: Robin Houston <robin@kitsite.com>
37321              Date: Tue, 17 Apr 2001 22:37:42 +0100
37322              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
37323      Branch: perl
37324            ! ext/B/B/Deparse.pm
37325 ____________________________________________________________________________
37326 [  9731] By: nick                                  on 2001/04/17  20:46:35
37327         Log: Re-sync for t/lib/b.t fix
37328      Branch: perlio
37329           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
37330 ____________________________________________________________________________
37331 [  9730] By: jhi                                   on 2001/04/17  20:45:29
37332         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
37333              From: Robin Houston <robin@kitsite.com>
37334              Date: Tue, 17 Apr 2001 22:29:36 +0100
37335              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
37336      Branch: perl
37337            ! ext/B/B.xs ext/B/B/Deparse.pm
37338 ____________________________________________________________________________
37339 [  9729] By: jhi                                   on 2001/04/17  20:43:11
37340         Log: Subject: Deparse - parenthesise args to undeclared subs
37341              From: Robin Houston <robin@kitsite.com>
37342              Date: Tue, 17 Apr 2001 21:31:05 +0100
37343              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
37344      Branch: perl
37345            ! ext/B/B/Deparse.pm
37346 ____________________________________________________________________________
37347 [  9728] By: jhi                                   on 2001/04/17  18:57:30
37348         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
37349              From: Benjamin Sugars <ben.sugars@home.com>
37350              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
37351              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
37352      Branch: perl
37353            ! t/lib/cwd.t
37354 ____________________________________________________________________________
37355 [  9727] By: jhi                                   on 2001/04/17  18:20:20
37356         Log: Subject: [PATCH B::Deparse] ambient pragmas
37357              From: Robin Houston <robin@kitsite.com>
37358              Date: Tue, 17 Apr 2001 20:01:59 +0100
37359              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
37360      Branch: perl
37361            ! ext/B/B/Deparse.pm t/lib/b.t
37362 ____________________________________________________________________________
37363 [  9726] By: nick                                  on 2001/04/17  16:33:51
37364         Log: Integrate mainline (t/lib/b.t fails test 2...)
37365      Branch: perlio
37366           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
37367           +> ext/List/Util/README ext/List/Util/Util.xs
37368           +> ext/List/Util/lib/List/Util.pm
37369           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
37370           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
37371           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37372           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37373           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37374           !> (integrate 31 files)
37375 ____________________________________________________________________________
37376 [  9725] By: jhi                                   on 2001/04/17  12:14:24
37377         Log: Subject: multiple B::* changes
37378              From: Robin Houston <robin@kitsite.com>
37379              Date: Thu, 12 Apr 2001 20:12:27 +0100
37380              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
37381      Branch: perl
37382            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
37383 ____________________________________________________________________________
37384 [  9724] By: jhi                                   on 2001/04/17  11:59:05
37385         Log: Thread-awareness from Doug MacEachern.
37386      Branch: perl
37387            ! ext/List/Util/Util.xs
37388 ____________________________________________________________________________
37389 [  9723] By: jhi                                   on 2001/04/17  11:57:41
37390         Log: Make the test more portable.
37391      Branch: perl
37392            ! t/lib/cwd.t
37393 ____________________________________________________________________________
37394 [  9722] By: jhi                                   on 2001/04/17  11:53:50
37395         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
37396              From: Benjamin Sugars <ben.sugars@home.com>
37397              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
37398              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
37399      Branch: perl
37400            ! t/lib/cwd.t
37401 ____________________________________________________________________________
37402 [  9721] By: jhi                                   on 2001/04/17  11:52:17
37403         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
37404              From: Benjamin Sugars <bsugars@canoe.ca>
37405              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
37406              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
37407      Branch: perl
37408            ! op.c
37409 ____________________________________________________________________________
37410 [  9720] By: jhi                                   on 2001/04/17  11:35:42
37411         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
37412              From: Chris Nandor <pudge@pobox.com>
37413              Date: Tue, 17 Apr 2001 00:30:49 -0400
37414              Message-Id: <p05100207b701768712de@[10.0.1.177]>
37415      Branch: perl
37416            ! ext/File/Glob/bsd_glob.c gv.c
37417 ____________________________________________________________________________
37418 [  9719] By: jhi                                   on 2001/04/17  11:32:13
37419         Log: Subject: [PATCH] Tweten->West
37420              From: Casey West <casey@geeknest.com>
37421              Date: Mon, 16 Apr 2001 12:11:22 -0400
37422              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
37423      Branch: perl
37424            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
37425            ! pod/perltie.pod
37426 ____________________________________________________________________________
37427 [  9718] By: jhi                                   on 2001/04/16  03:22:52
37428         Log: Update Changes.
37429      Branch: perl
37430            ! Changes patchlevel.h
37431 ____________________________________________________________________________
37432 [  9717] By: jhi                                   on 2001/04/16  03:06:28
37433         Log: Regen toc.
37434      Branch: perl
37435            ! pod/perltoc.pod
37436 ____________________________________________________________________________
37437 [  9716] By: jhi                                   on 2001/04/16  02:58:42
37438         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
37439              From: Prymmer/Kahn <pvhp@best.com>
37440              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
37441              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
37442      Branch: perl
37443            ! utf8.c
37444 ____________________________________________________________________________
37445 [  9715] By: jhi                                   on 2001/04/15  23:40:35
37446         Log: Subject: Re: Net::Ping patch, adds stream protocol
37447              From: bronson@rinspin.com (Scott Bronson)
37448              Date: Tue, 10 Apr 2001 23:58:33 -0700
37449              Message-ID: <20010410235833.N29719@rinspin.com>
37450      Branch: perl
37451            ! lib/Net/Ping.pm
37452 ____________________________________________________________________________
37453 [  9714] By: jhi                                   on 2001/04/15  23:31:46
37454         Log: Printing out the ok messages helps successful testing.
37455      Branch: perl
37456            ! t/lib/time-hires.t
37457 ____________________________________________________________________________
37458 [  9713] By: jhi                                   on 2001/04/15  21:43:24
37459         Log: Update Douglas Wegscheid's email.
37460      Branch: perl
37461            ! AUTHORS
37462 ____________________________________________________________________________
37463 [  9712] By: jhi                                   on 2001/04/15  21:40:41
37464         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
37465              From: Michael G Schwern <schwern@pobox.com>
37466              Date: Sat, 14 Apr 2001 22:40:50 +0100
37467              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
37468      Branch: perl
37469            + t/lib/exporter.t
37470            ! MANIFEST lib/Exporter/Heavy.pm
37471 ____________________________________________________________________________
37472 [  9711] By: jhi                                   on 2001/04/15  21:39:21
37473         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
37474              From: Michael G Schwern <schwern@pobox.com>
37475              Date: Sat, 14 Apr 2001 22:13:59 +0100
37476              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
37477      Branch: perl
37478            ! t/op/loopctl.t
37479 ____________________________________________________________________________
37480 [  9710] By: jhi                                   on 2001/04/15  21:30:19
37481         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
37482              From: Michael G Schwern <schwern@pobox.com>
37483              Date: Sat, 14 Apr 2001 22:05:32 +0100
37484              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
37485      Branch: perl
37486            ! t/pragma/warnings.t
37487 ____________________________________________________________________________
37488 [  9709] By: jhi                                   on 2001/04/15  19:34:09
37489         Log: Integrate changes #9706,9707 from maintperl into mainline.
37490              
37491              change#7210 broke .packlist generation
37492              
37493              ExtUtils::Installed doesn't quote regex metacharacters in paths
37494              before using them in match; also make it work for dosish platforms
37495      Branch: perl
37496           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
37497 ____________________________________________________________________________
37498 [  9708] By: jhi                                   on 2001/04/15  19:31:01
37499         Log: Test also the scalar aspect of getitimer().
37500      Branch: perl
37501            ! t/lib/time-hires.t
37502 ____________________________________________________________________________
37503 [  9707] By: gsar                                  on 2001/04/15  17:24:20
37504         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
37505              before using them in match; also make it work for dosish platforms
37506      Branch: maint-5.6/perl
37507            ! lib/ExtUtils/Installed.pm
37508 ____________________________________________________________________________
37509 [  9706] By: gsar                                  on 2001/04/15  17:21:59
37510         Log: change#7210 broke .packlist generation (listed only filename
37511              rather than fully qualified path name)
37512      Branch: maint-5.6/perl
37513            ! lib/ExtUtils/Install.pm
37514 ____________________________________________________________________________
37515 [  9705] By: jhi                                   on 2001/04/15  12:36:33
37516         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
37517      Branch: perl
37518            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
37519            ! t/lib/time-hires.t
37520 ____________________________________________________________________________
37521 [  9704] By: jhi                                   on 2001/04/15  10:49:08
37522         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
37523              From: Prymmer/Kahn <pvhp@best.com>
37524              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
37525              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
37526      Branch: perl
37527            ! lib/utf8.pm pod/perlebcdic.pod
37528 ____________________________________________________________________________
37529 [  9703] By: jhi                                   on 2001/04/15  02:26:26
37530         Log: I keep forgetting to sort MANIFEST.
37531      Branch: perl
37532            ! MANIFEST
37533 ____________________________________________________________________________
37534 [  9702] By: jhi                                   on 2001/04/15  02:07:47
37535         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
37536              Now we have blessed, reftype, tainted, first, reduce, ...
37537      Branch: perl
37538            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
37539            + ext/List/Util/README ext/List/Util/Util.xs
37540            + ext/List/Util/lib/List/Util.pm
37541            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
37542            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
37543            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
37544            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
37545            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
37546            ! MANIFEST
37547 ____________________________________________________________________________
37548 [  9701] By: jhi                                   on 2001/04/14  15:05:25
37549         Log: Subject: RE: dprofpp.pl updates 
37550              From: Carl Eklof <CEklof@endeca.com>
37551              Date: Thu, 12 Apr 2001 18:45:46 -0400
37552              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
37553      Branch: perl
37554            ! utils/dprofpp.PL
37555 ____________________________________________________________________________
37556 [  9700] By: jhi                                   on 2001/04/14  14:44:55
37557         Log: Do not just blindly add CR.
37558      Branch: perl
37559            ! Porting/makerel
37560 ____________________________________________________________________________
37561 [  9699] By: jhi                                   on 2001/04/13  13:17:01
37562         Log: Update Changes.
37563      Branch: perl
37564            ! Changes patchlevel.h
37565 ____________________________________________________________________________
37566 [  9698] By: jhi                                   on 2001/04/13  12:44:48
37567         Log: Integrate perlio.
37568      Branch: perl
37569           !> ext/PerlIO/Scalar/Scalar.xs
37570 ____________________________________________________________________________
37571 [  9697] By: jhi                                   on 2001/04/13  12:29:15
37572         Log: Add more debug output to the test.
37573      Branch: perl
37574            ! t/lib/cwd.t
37575 ____________________________________________________________________________
37576 [  9696] By: nick                                  on 2001/04/13  10:14:29
37577         Log: Fix core dump on binmode($fh,'Scalar')
37578      Branch: perlio
37579            ! ext/PerlIO/Scalar/Scalar.xs
37580 ____________________________________________________________________________
37581 [  9695] By: nick                                  on 2001/04/13  09:05:42
37582         Log: Integrate mainline
37583      Branch: perlio
37584           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37585           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37586           +> t/lib/time-hires.t
37587           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
37588           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
37589           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
37590           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
37591           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
37592           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
37593           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
37594 ____________________________________________________________________________
37595 [  9694] By: jhi                                   on 2001/04/12  22:23:35
37596         Log: Integrate change #9693 from maintperl into mainline.
37597              
37598              $VERSION and Version() on the same line provokes a warning from
37599              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
37600      Branch: perl
37601           !> lib/Devel/SelfStubber.pm
37602 ____________________________________________________________________________
37603 [  9693] By: gsar                                  on 2001/04/12  21:55:56
37604         Log: $VERSION and Version() on the same line provokes a warning from
37605              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
37606      Branch: maint-5.6/perl
37607            ! lib/Devel/SelfStubber.pm
37608 ____________________________________________________________________________
37609 [  9692] By: jhi                                   on 2001/04/12  13:54:00
37610         Log: This is at least 5.005.
37611      Branch: perl
37612            ! ext/Time/HiRes/HiRes.xs
37613 ____________________________________________________________________________
37614 [  9691] By: jhi                                   on 2001/04/12  13:37:20
37615         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
37616      Branch: perl
37617            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
37618            ! win32/Makefile win32/makefile.mk
37619 ____________________________________________________________________________
37620 [  9690] By: jhi                                   on 2001/04/12  01:34:46
37621         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
37622      Branch: perl
37623            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37624            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37625            + t/lib/time-hires.t
37626            ! MANIFEST
37627 ____________________________________________________________________________
37628 [  9689] By: jhi                                   on 2001/04/12  00:28:39
37629         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
37630              From: Gisle Aas <gisle@ActiveState.com>
37631              Date: 11 Apr 2001 16:36:11 -0700
37632              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
37633      Branch: perl
37634            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
37635 ____________________________________________________________________________
37636 [  9688] By: jhi                                   on 2001/04/12  00:27:39
37637         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
37638              From: Gisle Aas <gisle@ActiveState.com>
37639              Date: 11 Apr 2001 11:13:24 -0700
37640              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
37641      Branch: perl
37642            ! ext/MIME/Base64/Base64.xs
37643 ____________________________________________________________________________
37644 [  9687] By: jhi                                   on 2001/04/11  19:51:47
37645         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
37646      Branch: perl
37647            ! Todo-5.6
37648 ____________________________________________________________________________
37649 [  9686] By: jhi                                   on 2001/04/11  16:54:25
37650         Log: Subject: [PATCH opcode.pl] Documentation of table format
37651              From: Simon Cozens <simon@netthink.co.uk>
37652              Date: Wed, 11 Apr 2001 12:59:31 +0100
37653              Message-ID: <20010411125931.A25681@netthink.co.uk>
37654      Branch: perl
37655            ! opcode.pl
37656 ____________________________________________________________________________
37657 [  9685] By: jhi                                   on 2001/04/11  16:53:15
37658         Log: Subject: [PATCH] prototype("CORE::recv")
37659              From: Simon Cozens <simon@netthink.co.uk>
37660              Date: Wed, 11 Apr 2001 13:24:35 +0100
37661              Message-ID: <20010411132435.A26169@netthink.co.uk>
37662      Branch: perl
37663            ! pp.c t/comp/proto.t
37664 ____________________________________________________________________________
37665 [  9684] By: jhi                                   on 2001/04/11  16:47:13
37666         Log: FAQ (and AUTHORS) update from Dan Carson: the information
37667              was several years obsolete, Term::Readkey has been updated
37668              to have the functionality.
37669      Branch: perl
37670            ! AUTHORS pod/perlfaq5.pod
37671 ____________________________________________________________________________
37672 [  9683] By: jhi                                   on 2001/04/11  12:15:46
37673         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
37674              From: Calle Dybedahl <calle@lysator.liu.se>
37675              Date: 10 Apr 2001 16:44:16 +0200
37676              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
37677      Branch: perl
37678            ! ext/MIME/Base64/Base64.xs
37679 ____________________________________________________________________________
37680 [  9682] By: jhi                                   on 2001/04/11  12:12:26
37681         Log: A more minimal fix for 20010410.006 from Hugo.
37682      Branch: perl
37683            ! regexec.c
37684 ____________________________________________________________________________
37685 [  9681] By: jhi                                   on 2001/04/11  11:34:23
37686         Log: Integrate changes #9678,9679 from maintline into mainperl.
37687              
37688              addendum to change#9676
37689              
37690              up $File::Glob::VERSION; add a note pointing out the version of
37691              the OpenBSD glob bsd_glob.c resembles
37692      Branch: perl
37693           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
37694           !> ext/File/Glob/bsd_glob.h
37695 ____________________________________________________________________________
37696 [  9680] By: jhi                                   on 2001/04/11  11:30:38
37697         Log: Bad test numbering in integrate in #9677.
37698              Fixes ID 20010411.001.
37699      Branch: perl
37700            ! t/op/pat.t
37701 ____________________________________________________________________________
37702 [  9679] By: gsar                                  on 2001/04/11  03:38:40
37703         Log: up $File::Glob::VERSION; add a note pointing out the version of
37704              the OpenBSD glob bsd_glob.c resembles
37705      Branch: maint-5.6/perl
37706            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
37707            ! ext/File/Glob/bsd_glob.h
37708 ____________________________________________________________________________
37709 [  9678] By: gsar                                  on 2001/04/11  03:09:48
37710         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
37711              revision 1.8.10.1 found here:
37712              
37713              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
37714      Branch: maint-5.6/perl
37715            ! ext/File/Glob/bsd_glob.c
37716 ____________________________________________________________________________
37717 [  9677] By: jhi                                   on 2001/04/11  02:54:39
37718         Log: Integrate changes #9675,9676 from maintperl into mainline.
37719              
37720              fix for bug 20010410.006, undo change#7115
37721              
37722              port the OpenBSD glob() security patch
37723      Branch: perl
37724           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
37725           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
37726           !> t/op/pat.t
37727 ____________________________________________________________________________
37728 [  9676] By: gsar                                  on 2001/04/11  02:19:02
37729         Log: port the glob() security patch found at:
37730              
37731              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
37732              
37733              CERT advisory for the issue is here:
37734              
37735              http://www.cert.org/advisories/CA-2001-07.html
37736              
37737              Note that the security scare is only relevant for those who are
37738              foolish enough to build suidperl (which is now officially discouraged)
37739      Branch: maint-5.6/perl
37740            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
37741            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
37742 ____________________________________________________________________________
37743 [  9675] By: gsar                                  on 2001/04/10  23:52:11
37744         Log: fix for bug 20010410.006
37745              
37746              undo change#7115 (came into maint-5.6 as change#8156)
37747              
37748              add tests to keep it from coming back
37749      Branch: maint-5.6/perl
37750            ! regexec.c t/op/pat.t
37751 ____________________________________________________________________________
37752 [  9674] By: nick                                  on 2001/04/10  20:39:31
37753         Log: Integrate mainline
37754      Branch: perlio
37755           +> Porting/testall.atom
37756           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
37757           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
37758           !> t/lib/lc-uk.t t/pod/find.t
37759 ____________________________________________________________________________
37760 [  9673] By: nick                                  on 2001/04/10  18:46:14
37761         Log: Integrate against change 9670 aka perl-5.7.1
37762      Branch: perlio
37763           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
37764           !> (integrate 53 files)
37765 ____________________________________________________________________________
37766 [  9672] By: jhi                                   on 2001/04/10  13:45:01
37767         Log: Add a script for doing cumulative profile of the test suite.
37768              (Requires ATOM, that is, Tru64.)
37769      Branch: perl
37770            + Porting/testall.atom
37771            ! MANIFEST
37772 ____________________________________________________________________________
37773 [  9671] By: jhi                                   on 2001/04/10  12:38:53
37774         Log: Missing std block.
37775      Branch: perl
37776            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
37777            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
37778            ! t/pod/find.t
37779 ____________________________________________________________________________
37780 [  9670] By: jhi                                   on 2001/04/10  01:25:58
37781         Log: This is 5.7.1.
37782      Branch: perl
37783            ! patchlevel.h
37784 ____________________________________________________________________________
37785 [  9669] By: jhi                                   on 2001/04/10  01:09:14
37786         Log: Update Changes.
37787      Branch: perl
37788            ! Changes patchlevel.h
37789 ____________________________________________________________________________
37790 [  9668] By: jhi                                   on 2001/04/10  01:00:38
37791         Log: Regen toc.
37792      Branch: perl
37793            ! pod/perltoc.pod
37794 ____________________________________________________________________________
37795 [  9667] By: jhi                                   on 2001/04/10  00:52:16
37796         Log: Update perlhist.
37797      Branch: perl
37798            ! pod/perlhist.pod
37799 ____________________________________________________________________________
37800 [  9666] By: jhi                                   on 2001/04/09  23:38:59
37801         Log: Slight wording tweaks from Damian to #9658.
37802      Branch: perl
37803            ! pod/perlobj.pod
37804 ____________________________________________________________________________
37805 [  9665] By: jhi                                   on 2001/04/09  19:56:06
37806         Log: Subject: [PATCH perlutil.pod] Nit
37807              From: Simon Cozens <simon@netthink.co.uk>
37808              Date: Mon, 9 Apr 2001 20:29:44 +0100
37809              Message-ID: <20010409202944.A14796@the.earth.li>
37810      Branch: perl
37811            ! pod/perlutil.pod
37812 ____________________________________________________________________________
37813 [  9664] By: jhi                                   on 2001/04/09  19:54:42
37814         Log: Subject: Re: perl571delta.pod@9631
37815              From: Mike Guy <mjtg@cam.ac.uk>
37816              Date: Mon, 09 Apr 2001 18:09:14 +0100
37817              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
37818      Branch: perl
37819            ! pod/perl571delta.pod
37820 ____________________________________________________________________________
37821 [  9663] By: jhi                                   on 2001/04/09  13:43:35
37822         Log: Update Changes.
37823      Branch: perl
37824            ! Changes patchlevel.h
37825 ____________________________________________________________________________
37826 [  9662] By: jhi                                   on 2001/04/09  13:24:46
37827         Log: tweak tweak.
37828      Branch: perl
37829            ! AUTHORS pod/perl571delta.pod
37830 ____________________________________________________________________________
37831 [  9661] By: jhi                                   on 2001/04/09  13:15:13
37832         Log: Thinko in manual patch applying.
37833      Branch: perl
37834            ! sv.c
37835 ____________________________________________________________________________
37836 [  9660] By: jhi                                   on 2001/04/09  13:07:53
37837         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
37838              From: Robin Barker <rmb1@cise.npl.co.uk> 
37839              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
37840              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
37841              
37842              (This corrects the case where the "isn't numeric" string contains \0s
37843              and is longer than the temporary buffer, and contains \0 at the point
37844              the string would be truncated by "...".) 
37845      Branch: perl
37846            ! sv.c
37847 ____________________________________________________________________________
37848 [  9659] By: jhi                                   on 2001/04/09  12:57:41
37849         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
37850      Branch: perl
37851            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
37852            ! t/lib/cgi-function.t t/lib/cgi-html.t
37853 ____________________________________________________________________________
37854 [  9658] By: jhi                                   on 2001/04/09  12:48:47
37855         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
37856              From: Ilmari Karonen <iltzu@sci.fi>
37857              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
37858              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
37859              
37860              Rearrange and rewrite the Method Invocation section
37861              to explain the concepts in nicer order.
37862      Branch: perl
37863            ! pod/perlobj.pod
37864 ____________________________________________________________________________
37865 [  9657] By: jhi                                   on 2001/04/09  12:35:58
37866         Log: Upgrade to podlators 1.09, from Russ Allbery.
37867      Branch: perl
37868            ! lib/Pod/Man.pm lib/Pod/Text.pm
37869 ____________________________________________________________________________
37870 [  9656] By: jhi                                   on 2001/04/09  12:31:53
37871         Log: perl571delta.
37872      Branch: perl
37873            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
37874 ____________________________________________________________________________
37875 [  9655] By: jhi                                   on 2001/04/09  12:20:09
37876         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
37877              From: Prymmer/Kahn <pvhp@best.com>
37878              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
37879              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
37880      Branch: perl
37881            ! lib/utf8.pm pod/perlunicode.pod
37882 ____________________________________________________________________________
37883 [  9654] By: gsar                                  on 2001/04/09  03:38:33
37884         Log: here lies 5.6.1
37885      Branch: maint-5.6/perl
37886            ! Changes
37887 ____________________________________________________________________________
37888 [  9653] By: jhi                                   on 2001/04/09  03:25:24
37889         Log: Update perlhist.
37890      Branch: perl
37891            ! pod/perlhist.pod
37892 ____________________________________________________________________________
37893 [  9652] By: jhi                                   on 2001/04/09  03:18:49
37894         Log: perl571delta tweaking continues.
37895      Branch: perl
37896            ! pod/perl571delta.pod
37897 ____________________________________________________________________________
37898 [  9651] By: gsar                                  on 2001/04/09  03:11:19
37899         Log: update Changes, patchlevel.h &c.
37900      Branch: maint-5.6/perl
37901            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
37902            ! pod/perltoc.pod
37903 ____________________________________________________________________________
37904 [  9650] By: jhi                                   on 2001/04/09  02:40:24
37905         Log: Integrate the perlfork half of #9513 from maintperl into mainline
37906              (the perlunicode half is obsolete)
37907      Branch: perl
37908            ! pod/perlfork.pod
37909 ____________________________________________________________________________
37910 [  9649] By: gsar                                  on 2001/04/09  02:35:43
37911         Log: tweak perldelta as suggested by Jarkko
37912      Branch: maint-5.6/perl
37913            ! pod/perldelta.pod
37914 ____________________________________________________________________________
37915 [  9648] By: jhi                                   on 2001/04/09  02:13:04
37916         Log: Integrate change #9646 from maintperl into mainline.
37917              
37918              add note about ithreads and Thread.pm
37919      Branch: perl
37920           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
37921 ____________________________________________________________________________
37922 [  9647] By: jhi                                   on 2001/04/09  02:10:18
37923         Log: Bad assumption that shortsize == 2.
37924      Branch: perl
37925            ! t/lib/xs-typemap.t
37926 ____________________________________________________________________________
37927 [  9646] By: gsar                                  on 2001/04/09  00:48:04
37928         Log: add note about ithreads and Thread.pm (too many people are
37929              confused by the fact that Thread.pm is built and installed
37930              under non-5005threads but doesn't work)
37931      Branch: maint-5.6/perl
37932            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
37933 ____________________________________________________________________________
37934 [  9645] By: gsar                                  on 2001/04/09  00:19:03
37935         Log: update perldelta.pod for changes in 5.6.1
37936      Branch: maint-5.6/perl
37937            ! Changes pod/perldelta.pod
37938 ____________________________________________________________________________
37939 [  9644] By: jhi                                   on 2001/04/08  20:37:00
37940         Log: Integrate change #9639 from maintperl into mainline:
37941              on windows, many of the README.* pods were being copied to
37942              the wrong location
37943      Branch: perl
37944           !> win32/Makefile win32/makefile.mk
37945 ____________________________________________________________________________
37946 [  9643] By: jhi                                   on 2001/04/08  20:07:11
37947         Log: Integrate change #9624 from maintperl into mainline:
37948              the pod tests were not okay.  (t/pod/find.t changes ignored)
37949      Branch: perl
37950           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
37951           !> t/pod/include.t t/pod/included.t t/pod/lref.t
37952           !> t/pod/multiline_items.t t/pod/nested_items.t
37953           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
37954           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
37955 ____________________________________________________________________________
37956 [  9642] By: jhi                                   on 2001/04/08  19:57:17
37957         Log: Integrate change #9638 from maintperl into mainline:
37958              update to latest JPL from the anoncvs repository
37959      Branch: perl
37960           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
37961           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
37962           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
37963 ____________________________________________________________________________
37964 [  9641] By: jhi                                   on 2001/04/08  19:53:30
37965         Log: perl571delta updates.
37966      Branch: perl
37967            ! lib/Filter/Simple.pm pod/perl571delta.pod
37968 ____________________________________________________________________________
37969 [  9640] By: gsar                                  on 2001/04/08  19:20:46
37970         Log: integrate change#9634 from mainline
37971              
37972              Fix the perlmodlib generation (didn't understand separate .pod
37973              files; didn't understand -- as the name-thing separator).
37974              Update the CPAN mirrors list.
37975      Branch: maint-5.6/perl
37976            ! pod/perlmodlib.pod
37977           !> pod/perlmodlib.PL
37978 ____________________________________________________________________________
37979 [  9639] By: gsar                                  on 2001/04/08  18:57:31
37980         Log: on windows, many of the README.* pods were being copied to the wrong
37981              location
37982      Branch: maint-5.6/perl
37983            ! win32/Makefile win32/makefile.mk
37984 ____________________________________________________________________________
37985 [  9638] By: gsar                                  on 2001/04/08  18:38:25
37986         Log: update to latest JPL from the anoncvs repository
37987      Branch: maint-5.6/perl
37988            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
37989            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
37990            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
37991 ____________________________________________________________________________
37992 [  9637] By: jhi                                   on 2001/04/08  17:53:53
37993         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
37994      Branch: perl
37995            ! pod/perl571delta.pod
37996 ____________________________________________________________________________
37997 [  9636] By: jhi                                   on 2001/04/08  17:18:32
37998         Log: Regen toc.
37999      Branch: perl
38000            ! pod/perltoc.pod
38001 ____________________________________________________________________________
38002 [  9635] By: jhi                                   on 2001/04/08  17:16:33
38003         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
38004              From: "Craig A. Berry" <craigberry@mac.com>
38005              Date: Sun, 08 Apr 2001 12:30:16 -0500
38006              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
38007      Branch: perl
38008            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
38009 ____________________________________________________________________________
38010 [  9634] By: jhi                                   on 2001/04/08  17:09:19
38011         Log: Fix the perlmodlib generation (didn't understand separate .pod
38012              files; didn't understand -- as the name-thing separator).
38013              
38014              Update the CPAN mirrors list.
38015      Branch: perl
38016            ! pod/perlmodlib.PL pod/perlmodlib.pod
38017 ____________________________________________________________________________
38018 [  9633] By: jhi                                   on 2001/04/08  16:49:17
38019         Log: Sort MANIFEST.
38020      Branch: perl
38021            ! MANIFEST
38022 ____________________________________________________________________________
38023 [  9632] By: gsar                                  on 2001/04/08  16:36:06
38024         Log: add $Tie::RefHash::VERSION
38025      Branch: maint-5.6/perl
38026            ! lib/Tie/RefHash.pm
38027 ____________________________________________________________________________
38028 [  9631] By: jhi                                   on 2001/04/08  16:10:15
38029         Log: perl571delta updates based on p5p feedback; still needs
38030              lots of examples.
38031      Branch: perl
38032            ! pod/perl571delta.pod
38033 ____________________________________________________________________________
38034 [  9630] By: jhi                                   on 2001/04/08  15:59:13
38035         Log: Update the list of supported platforms to talk about 5.7.1
38036              (and 5.6.1)
38037      Branch: perl
38038            ! pod/perlport.pod
38039 ____________________________________________________________________________
38040 [  9629] By: jhi                                   on 2001/04/08  15:55:41
38041         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
38042              from maintperl into mainline: perlport updates.
38043      Branch: perl
38044            ! pod/perlport.pod
38045 ____________________________________________________________________________
38046 [  9628] By: jhi                                   on 2001/04/08  15:53:17
38047         Log: perlsolaris.pod copied to wrong directory.
38048      Branch: perl
38049            ! win32/makefile.mk
38050 ____________________________________________________________________________
38051 [  9627] By: jhi                                   on 2001/04/08  14:48:18
38052         Log: Subject: Typos in perl571delta.pod
38053              From: "Stephen P. Potter" <spp@spotter.yi.org>
38054              Date: Sat, 07 Apr 2001 20:37:05 -0400
38055              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
38056      Branch: perl
38057            ! pod/perl571delta.pod
38058 ____________________________________________________________________________
38059 [  9626] By: jhi                                   on 2001/04/08  14:39:04
38060         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
38061      Branch: perl
38062            ! gv.c
38063 ____________________________________________________________________________
38064 [  9625] By: nick                                  on 2001/04/08  10:14:23
38065         Log: Integrate mainline
38066      Branch: perlio
38067           +> pod/perl570delta.pod pod/perl571delta.pod
38068           !> (integrate 27 files)
38069 ____________________________________________________________________________
38070 [  9624] By: gsar                                  on 2001/04/08  06:08:17
38071         Log: test in t/pod/* were busted
38072              
38073              these tests are still not enabled in t/{harness,TEST}
38074      Branch: maint-5.6/perl
38075            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
38076            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
38077            ! t/pod/multiline_items.t t/pod/nested_items.t
38078            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
38079            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
38080 ____________________________________________________________________________
38081 [  9623] By: gsar                                  on 2001/04/08  03:37:01
38082         Log: integrate change#9470 from mainline
38083              
38084              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
38085      Branch: maint-5.6/perl
38086           !> ext/Socket/Socket.xs
38087 ____________________________________________________________________________
38088 [  9622] By: jhi                                   on 2001/04/07  22:40:47
38089         Log: Update Changes.
38090      Branch: perl
38091            ! Changes patchlevel.h
38092 ____________________________________________________________________________
38093 [  9621] By: jhi                                   on 2001/04/07  22:34:16
38094         Log: Update AUTHORS.
38095      Branch: perl
38096            ! AUTHORS
38097 ____________________________________________________________________________
38098 [  9620] By: jhi                                   on 2001/04/07  22:12:47
38099         Log: Forgot to bump the number of tests in #9164.
38100      Branch: perl
38101            ! t/op/array.t
38102 ____________________________________________________________________________
38103 [  9619] By: jhi                                   on 2001/04/07  22:09:50
38104         Log: Bump patchlevel to 5.7.1.
38105      Branch: perl
38106            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38107            ! config_h.SH patchlevel.h
38108 ____________________________________________________________________________
38109 [  9618] By: jhi                                   on 2001/04/07  22:02:41
38110         Log: Populate perl571delta.
38111      Branch: perl
38112            ! pod/perl571delta.pod
38113 ____________________________________________________________________________
38114 [  9617] By: jhi                                   on 2001/04/07  22:01:23
38115         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
38116              to forget it later; do not change patchlevel.h yet or regenerate
38117              Configure yet.
38118      Branch: perl
38119            ! epoc/config.sh win32/Makefile win32/config_H.bc
38120            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
38121 ____________________________________________________________________________
38122 [  9616] By: jhi                                   on 2001/04/07  17:46:33
38123         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
38124      Branch: perl
38125            ! pod/perl571delta.pod
38126 ____________________________________________________________________________
38127 [  9615] By: jhi                                   on 2001/04/07  17:33:21
38128         Log: Change the toc configuration.
38129      Branch: perl
38130            ! pod/buildtoc.PL pod/perl.pod
38131 ____________________________________________________________________________
38132 [  9614] By: jhi                                   on 2001/04/07  17:29:47
38133         Log: Subject: PATCH: $[
38134              From: Robin Houston <robin@kitsite.com>
38135              Date: Fri, 6 Apr 2001 18:10:14 +0100
38136              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
38137      Branch: perl
38138            ! op.c t/op/array.t
38139 ____________________________________________________________________________
38140 [  9613] By: jhi                                   on 2001/04/07  17:28:26
38141         Log: Subject: [PATCH perl@9424] isn't numeric warning
38142              From: Robin Barker <rmb1@cise.npl.co.uk>
38143              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
38144              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
38145      Branch: perl
38146            ! sv.c t/pragma/warn/sv
38147 ____________________________________________________________________________
38148 [  9612] By: jhi                                   on 2001/04/07  17:26:45
38149         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
38150              From: Mike Guy <mjtg@cam.ac.uk>
38151              Date: Fri, 06 Apr 2001 12:47:06 +0100
38152              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
38153      Branch: perl
38154            ! dump.c t/lib/peek.t
38155 ____________________________________________________________________________
38156 [  9611] By: jhi                                   on 2001/04/07  17:21:35
38157         Log: Create perl571delta and seed it off with the perldelta changes
38158              since 5.7.0; remove those changes from perldelta and rename it
38159              as perl570delta; recreate perldelta but leave it almost empty.
38160      Branch: perl
38161            + pod/perl570delta.pod pod/perl571delta.pod
38162            ! MANIFEST pod/perldelta.pod
38163 ____________________________________________________________________________
38164 [  9610] By: jhi                                   on 2001/04/07  16:56:32
38165         Log: Denit.
38166      Branch: perl
38167            ! pod/perldelta.pod
38168 ____________________________________________________________________________
38169 [  9609] By: jhi                                   on 2001/04/07  16:38:32
38170         Log: Retract #9523: needs more thought.
38171      Branch: perl
38172            ! Makefile.SH
38173 ____________________________________________________________________________
38174 [  9608] By: jhi                                   on 2001/04/07  14:59:20
38175         Log: atmark() code cleanaup.
38176      Branch: perl
38177            ! ext/IO/IO.xs
38178 ____________________________________________________________________________
38179 [  9607] By: jhi                                   on 2001/04/07  14:48:14
38180         Log: Integrate change #9605 from maintperl into mainline.
38181              
38182              can't optimize away scope entry if tr/// is present
38183      Branch: perl
38184           !> op.c t/op/tr.t
38185 ____________________________________________________________________________
38186 [  9606] By: jhi                                   on 2001/04/07  14:43:59
38187         Log: Integrate perlio.
38188      Branch: perl
38189           +> win32/FindExt.pm
38190           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
38191           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
38192 ____________________________________________________________________________
38193 [  9605] By: gsar                                  on 2001/04/07  11:52:40
38194         Log: can't optimize away scope entry if tr/// is present
38195      Branch: maint-5.6/perl
38196            ! op.c t/op/tr.t
38197 ____________________________________________________________________________
38198 [  9604] By: nick                                  on 2001/04/07  11:39:45
38199         Log: Split out extension finding code from buildext.pl into FindExt.pm
38200              Use it to get Config.pm's idea of available extensions in line
38201              with what is built.
38202      Branch: perlio
38203            + win32/FindExt.pm
38204            ! MANIFEST win32/buildext.pl win32/config_sh.PL
38205            ! win32/makefile.mk
38206 ____________________________________________________________________________
38207 [  9603] By: nick                                  on 2001/04/07  09:11:38
38208         Log: Cleanup correction for failed :Via() layer, also set an error code.
38209      Branch: perlio
38210            ! ext/PerlIO/Via/Via.xs
38211 ____________________________________________________________________________
38212 [  9602] By: nick                                  on 2001/04/07  08:38:04
38213         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
38214              style. So don't use binmode() on the handles so that Win32 etc. see
38215              same sequence and produce same digests.
38216      Branch: perlio
38217            ! t/lib/md5-file.t
38218 ____________________________________________________________________________
38219 [  9601] By: nick                                  on 2001/04/07  08:36:26
38220         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
38221              Else it complains and so crlf layer (say) does not get pushed.
38222      Branch: perlio
38223            ! perlio.c
38224 ____________________________________________________________________________
38225 [  9600] By: jhi                                   on 2001/04/06  23:00:09
38226         Log: Integrate change #9599 from perlio into mainline.
38227      Branch: perl
38228           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
38229           !> win32/config_H.vc
38230 ____________________________________________________________________________
38231 [  9599] By: nick                                  on 2001/04/06  21:42:43
38232         Log: Quote $VERSION in Encode.pm.
38233              regen_config_h as requested.
38234      Branch: perlio
38235            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
38236            ! win32/config_H.vc
38237 ____________________________________________________________________________
38238 [  9598] By: nick                                  on 2001/04/06  20:34:59
38239         Log: Integrate mainline
38240      Branch: perlio
38241           +> README.macos
38242           !> (integrate 39 files)
38243 ____________________________________________________________________________
38244 [  9597] By: gsar                                  on 2001/04/06  18:06:35
38245         Log: integrate change#9464 from mainline (addendum to change#8313)
38246              
38247              Subject: [PATCH @9452] Better peep()ing for foreach() loops
38248      Branch: maint-5.6/perl
38249           !> op.c
38250 ____________________________________________________________________________
38251 [  9596] By: jhi                                   on 2001/04/06  17:26:03
38252         Log: The d_casti32=undef is good for you even when not use64bitall.
38253      Branch: perl
38254            ! hints/hpux.sh
38255 ____________________________________________________________________________
38256 [  9595] By: gsar                                  on 2001/04/06  14:57:17
38257         Log: add a low-impact fix to accommodate darwin-ism
38258      Branch: maint-5.6/perl
38259            ! ext/Errno/Errno_pm.PL
38260 ____________________________________________________________________________
38261 [  9594] By: jhi                                   on 2001/04/06  14:55:14
38262         Log: Integrate changes #9528,9593 from mainline into maintperl;
38263              tweaking the editor/IDE/shell list.
38264      Branch: maint-5.6/perl
38265           !> pod/perlfaq3.pod
38266 ____________________________________________________________________________
38267 [  9593] By: jhi                                   on 2001/04/06  14:51:39
38268         Log: Make the editor/IDE/shell list a little bit airier.
38269      Branch: perl
38270            ! pod/perlfaq3.pod
38271 ____________________________________________________________________________
38272 [  9592] By: gsar                                  on 2001/04/06  14:45:18
38273         Log: integrate change#9477 from mainline (base.pm doc tweak)
38274              
38275              missing doc entry for fmod()
38276      Branch: maint-5.6/perl
38277            ! lib/Math/BigFloat.pm
38278           !> lib/base.pm
38279 ____________________________________________________________________________
38280 [  9591] By: jhi                                   on 2001/04/06  13:55:48
38281         Log: Regen toc.
38282      Branch: perl
38283            ! pod/perltoc.pod
38284 ____________________________________________________________________________
38285 [  9590] By: jhi                                   on 2001/04/06  13:54:52
38286         Log: Math::BigFloat patches from John Peacock.  The equivalent
38287              of #9586 from maintperl but reworked by John to work with
38288              the bleadperl.
38289      Branch: perl
38290            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
38291 ____________________________________________________________________________
38292 [  9589] By: jhi                                   on 2001/04/06  13:42:23
38293         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
38294      Branch: perl
38295            ! ext/Digest/MD5/Makefile.PL
38296 ____________________________________________________________________________
38297 [  9588] By: jhi                                   on 2001/04/06  13:31:45
38298         Log: Integrate changes #9584,9587 from maintperl into mainline.
38299              
38300              keep eval"" CVs alive until the end of the statement in which
38301              they're called
38302              
38303              add README.macos (from Chris Nandor)
38304              
38305              tyop in change#9555
38306      Branch: perl
38307           +> README.macos
38308           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
38309           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
38310           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
38311           !> win32/makefile.mk
38312 ____________________________________________________________________________
38313 [  9587] By: gsar                                  on 2001/04/06  07:31:30
38314         Log: add README.macos (from Chris Nandor)
38315              
38316              tyop in change#9555
38317      Branch: maint-5.6/perl
38318            + README.macos
38319            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
38320            ! win32/Makefile win32/makefile.mk
38321 ____________________________________________________________________________
38322 [  9586] By: gsar                                  on 2001/04/06  07:08:54
38323         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
38324      Branch: maint-5.6/perl
38325            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
38326 ____________________________________________________________________________
38327 [  9585] By: gsar                                  on 2001/04/06  06:58:44
38328         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
38329              from mainline
38330              
38331              Subject: [PATCH] Base64 update to perlfaq9.pod
38332              
38333              Subject: [PATCH AUTHORS] Housekeeping
38334              
38335              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
38336              Mac OS X (Darwin) has extra pwent fields.
38337              
38338              Subject: [PATCH B::*] print control-character vars readably
38339              Needs EBCDICification.
38340              
38341              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
38342              
38343              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
38344              
38345              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
38346              
38347              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
38348              
38349              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
38350              
38351              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
38352              
38353              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
38354              
38355              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
38356              
38357              FreeBSD hints tweak from Anton Berezin.
38358              
38359              Subject: [PATCH foolperl & bleadperl] README.vms update
38360              
38361              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
38362      Branch: maint-5.6/perl
38363           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
38364           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
38365           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
38366 ____________________________________________________________________________
38367 [  9584] By: gsar                                  on 2001/04/06  04:09:00
38368         Log: keep eval"" CVs alive until the end of the statement in which
38369              they're called; this avoids a coredump ensuing from search for
38370              lexicals in code such as:
38371              
38372              sub bug {
38373              my $s = @_;
38374              eval q[sub { eval 'sub { &$s }' }];
38375              }
38376              bug("x")->()->();
38377              
38378              this code still doesn't work as intended (as it has remained
38379              since time immemorial), but it doesn't provoke a coredump anymore
38380      Branch: maint-5.6/perl
38381            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38382            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
38383 ____________________________________________________________________________
38384 [  9583] By: jhi                                   on 2001/04/05  23:52:51
38385         Log: Update Changes.
38386      Branch: perl
38387            ! Changes patchlevel.h
38388 ____________________________________________________________________________
38389 [  9582] By: jhi                                   on 2001/04/05  23:11:23
38390         Log: Slight doc tweak.
38391      Branch: perl
38392            ! pod/perlunicode.pod
38393 ____________________________________________________________________________
38394 [  9581] By: jhi                                   on 2001/04/05  23:04:11
38395         Log: Integrate perlio.
38396      Branch: perl
38397           !> pod/perlunicode.pod
38398 ____________________________________________________________________________
38399 [  9580] By: jhi                                   on 2001/04/05  23:03:29
38400         Log: Test for #9579.
38401      Branch: perl
38402            ! t/op/do.t
38403 ____________________________________________________________________________
38404 [  9579] By: jhi                                   on 2001/04/05  22:54:17
38405         Log: Subject: [PATCH] Propagate calling context for do '...'
38406              From: Gisle Aas <gisle@ActiveState.com>
38407              Date: 04 Apr 2001 20:17:29 -0700
38408              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
38409      Branch: perl
38410            ! pod/perlfunc.pod pp_ctl.c
38411 ____________________________________________________________________________
38412 [  9578] By: jhi                                   on 2001/04/05  22:52:51
38413         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
38414              From: Peter Prymmer <pvhp@forte.com>
38415              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
38416              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
38417      Branch: perl
38418            ! README.vms
38419 ____________________________________________________________________________
38420 [  9577] By: jhi                                   on 2001/04/05  22:48:22
38421         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
38422              From: "Craig A. Berry" <craigberry@mac.com>
38423              Date: Thu, 5 Apr 2001 13:43:28 -0500
38424              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
38425      Branch: perl
38426            ! README.vms
38427 ____________________________________________________________________________
38428 [  9576] By: jhi                                   on 2001/04/05  22:31:38
38429         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
38430              From: Michael G Schwern <schwern@pobox.com>
38431              Date: Thu, 5 Apr 2001 21:53:21 +0100
38432              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
38433      Branch: perl
38434            ! lib/base.pm t/lib/fields.t
38435 ____________________________________________________________________________
38436 [  9575] By: jhi                                   on 2001/04/05  22:26:10
38437         Log: FreeBSD hints tweak from Anton Berezin.
38438      Branch: perl
38439            ! hints/freebsd.sh
38440 ____________________________________________________________________________
38441 [  9574] By: jhi                                   on 2001/04/05  22:24:03
38442         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
38443              From: David Dyck <dcd@tc.fluke.com>
38444              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
38445              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
38446      Branch: perl
38447            ! t/op/oct.t
38448 ____________________________________________________________________________
38449 [  9573] By: jhi                                   on 2001/04/05  22:23:06
38450         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
38451              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
38452              From: David Dyck <dcd@tc.fluke.com>
38453              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
38454      Branch: perl
38455            ! pp.c
38456 ____________________________________________________________________________
38457 [  9572] By: jhi                                   on 2001/04/05  22:14:47
38458         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
38459              From: Robin Houston <robin@kitsite.com>
38460              Date: Thu, 5 Apr 2001 20:56:48 +0100
38461              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
38462      Branch: perl
38463            ! ext/B/B/Deparse.pm
38464 ____________________________________________________________________________
38465 [  9571] By: jhi                                   on 2001/04/05  22:12:53
38466         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
38467              From: Robin Houston <robin@kitsite.com>
38468              Date: Thu, 5 Apr 2001 19:55:51 +0100
38469              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
38470      Branch: perl
38471            ! ext/B/B/Deparse.pm
38472 ____________________________________________________________________________
38473 [  9570] By: jhi                                   on 2001/04/05  22:11:06
38474         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
38475              From: Robin Houston <robin@kitsite.com>
38476              Date: Thu, 5 Apr 2001 20:16:29 +0100
38477              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
38478      Branch: perl
38479            ! ext/B/B/Deparse.pm
38480 ____________________________________________________________________________
38481 [  9569] By: nick                                  on 2001/04/05  21:32:26
38482         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
38483      Branch: perlio
38484            ! pod/perlunicode.pod
38485 ____________________________________________________________________________
38486 [  9568] By: nick                                  on 2001/04/05  19:38:09
38487         Log: Integrate mainline
38488      Branch: perlio
38489           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
38490           !> (integrate 35 files)
38491 ____________________________________________________________________________
38492 [  9567] By: jhi                                   on 2001/04/05  18:31:45
38493         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
38494              From: Robin Houston <robin@kitsite.com>
38495              Date: Thu, 5 Apr 2001 18:03:23 +0100
38496              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
38497      Branch: perl
38498            ! ext/B/B/Deparse.pm
38499 ____________________________________________________________________________
38500 [  9566] By: jhi                                   on 2001/04/05  18:29:35
38501         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
38502              From: Robin Houston <robin@kitsite.com>
38503              Date: Thu, 5 Apr 2001 16:45:18 +0100
38504              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
38505      Branch: perl
38506            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
38507 ____________________________________________________________________________
38508 [  9565] By: jhi                                   on 2001/04/05  18:24:23
38509         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
38510              From: Robin Houston <robin@kitsite.com>
38511              Date: Thu, 5 Apr 2001 14:50:09 +0100
38512              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
38513      Branch: perl
38514            ! ext/B/B/Deparse.pm
38515 ____________________________________________________________________________
38516 [  9564] By: jhi                                   on 2001/04/05  18:23:03
38517         Log: Subject: [PATCH B::*] print control-character vars readably
38518              From: Robin Houston <robin@kitsite.com>
38519              Date: Thu, 5 Apr 2001 14:27:38 +0100
38520              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
38521              
38522              Needs EBCDICification.
38523      Branch: perl
38524            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
38525            ! ext/B/B/Terse.pm
38526 ____________________________________________________________________________
38527 [  9563] By: jhi                                   on 2001/04/05  18:20:32
38528         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
38529              Date: Thu, 5 Apr 2001 13:21:42 -0400
38530              From: Paul Schinder <schinder@pobox.com>
38531              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
38532              
38533              Mac OS X (Darwin) has extra pwent fields.
38534      Branch: perl
38535            ! t/op/pwent.t
38536 ____________________________________________________________________________
38537 [  9562] By: jhi                                   on 2001/04/05  17:57:51
38538         Log: Regen toc.
38539      Branch: perl
38540            ! pod/perltoc.pod
38541 ____________________________________________________________________________
38542 [  9561] By: jhi                                   on 2001/04/05  17:47:33
38543         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
38544      Branch: metaconfig
38545            ! U/Glossary.patch
38546      Branch: metaconfig/U/perl
38547            + d_u32align.U
38548            ! d_cmsghdr_s.U d_msghdr_s.U
38549 ____________________________________________________________________________
38550 [  9560] By: jhi                                   on 2001/04/05  17:47:01
38551         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
38552              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
38553              Introduce probes for struct msghdr, struct cmsghdr,
38554              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
38555              ualarm, usleep, for possible later extension work.
38556      Branch: perl
38557            + t/lib/md5-align.t
38558            ! Configure MANIFEST Porting/Glossary Porting/config.sh
38559            ! Porting/config_H config_h.SH configure.com epoc/config.sh
38560            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
38561            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38562            ! vos/config.ga.h win32/config.bc win32/config.gc
38563            ! win32/config.vc
38564 ____________________________________________________________________________
38565 [  9559] By: jhi                                   on 2001/04/05  13:03:04
38566         Log: Be traditional in your cpp (for the Errno extension).
38567      Branch: perl
38568            ! hints/darwin.sh
38569 ____________________________________________________________________________
38570 [  9558] By: jhi                                   on 2001/04/05  13:00:05
38571         Log: Add $Config{cppflags} to the gcc incantation.
38572      Branch: perl
38573            ! ext/Errno/Errno_pm.PL
38574 ____________________________________________________________________________
38575 [  9557] By: jhi                                   on 2001/04/05  04:22:39
38576         Log: Introduce Sean Burke's Class::ISA 0.32.
38577      Branch: perl
38578            + lib/Class/ISA.pm t/lib/class-isa.t
38579            ! MANIFEST
38580 ____________________________________________________________________________
38581 [  9556] By: jhi                                   on 2001/04/05  04:09:50
38582         Log: Subject: [PATCH AUTHORS] Housekeeping
38583              From: Paul Johnson <paul@pjcj.net> 
38584              Date: Wed, 4 Apr 2001 22:45:47 +0200
38585              Message-ID: <20010404224547.D9548@pjcj.net>
38586      Branch: perl
38587            ! AUTHORS
38588 ____________________________________________________________________________
38589 [  9555] By: jhi                                   on 2001/04/05  04:06:33
38590         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
38591              From: Gisle Aas <gisle@ActiveState.com>
38592              Date: 04 Apr 2001 14:23:04 -0700
38593              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
38594      Branch: perl
38595            ! pod/perlfaq9.pod
38596 ____________________________________________________________________________
38597 [  9554] By: jhi                                   on 2001/04/05  04:05:49
38598         Log: Downgrade also the "Wide character" diagnostic.
38599      Branch: perl
38600            ! pod/perldiag.pod
38601 ____________________________________________________________________________
38602 [  9553] By: jhi                                   on 2001/04/05  04:00:33
38603         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
38604              maintperl into mainline.
38605              
38606              "double" should be "NV"; standard typemap is missing entry
38607              for NV
38608              
38609              s/djSP/dSP/
38610              
38611              Downgrade "Wide character in print" to a warning.
38612              
38613              B::Deparse fix for ${^FOO} and documentation for PVX() method
38614              (from Robin Houston)
38615              
38616              tr/// doesn't null-terminate the result in some situations
38617              (from Gisle Aas)
38618      Branch: perl
38619           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
38620           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
38621           !> t/io/utf8.t t/op/tr.t
38622 ____________________________________________________________________________
38623 [  9552] By: jhi                                   on 2001/04/05  03:52:50
38624         Log: Retract changes #9542 and #9538 (from maintperl, integrated
38625              at #9540), shouldn't be needed because of the perlio changes.
38626      Branch: perl
38627            ! util.c
38628 ____________________________________________________________________________
38629 [  9551] By: gsar                                  on 2001/04/05  00:18:34
38630         Log: tr/// doesn't null-terminate the result in some situations
38631              (from Gisle Aas)
38632      Branch: maint-5.6/perl
38633            ! doop.c t/op/tr.t
38634 ____________________________________________________________________________
38635 [  9550] By: gsar                                  on 2001/04/04  20:04:17
38636         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
38637              (from Robin Houston)
38638      Branch: maint-5.6/perl
38639            ! ext/B/B.pm ext/B/B/Deparse.pm
38640 ____________________________________________________________________________
38641 [  9549] By: nick                                  on 2001/04/04  18:56:15
38642         Log: Downgrade "Wide character in print" to a warning.
38643      Branch: perlio
38644            ! doio.c t/io/utf8.t
38645 ____________________________________________________________________________
38646 [  9548] By: gsar                                  on 2001/04/04  18:51:49
38647         Log: integrate changes#9460,9462,9482,9521,9522
38648              
38649              Subject: PATCH: B::Debug should show LOOP-specific fields
38650              
38651              Subject: B::Deparse precedence bug. (Patch included.)
38652              
38653              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
38654              
38655              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
38656              
38657              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
38658      Branch: maint-5.6/perl
38659           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
38660           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
38661 ____________________________________________________________________________
38662 [  9547] By: gsar                                  on 2001/04/04  18:49:16
38663         Log: s/djSP/dSP/
38664      Branch: maint-5.6/perl
38665            ! ext/Thread/Thread.xs
38666 ____________________________________________________________________________
38667 [  9546] By: nick                                  on 2001/04/04  18:44:00
38668         Log: Integrate mainline.
38669      Branch: perlio
38670           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
38671           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
38672 ____________________________________________________________________________
38673 [  9545] By: gsar                                  on 2001/04/04  18:38:52
38674         Log: integrate change#8837 from mainline
38675              
38676              Subject: [patch] -Wall cleanup round 2
38677      Branch: maint-5.6/perl
38678           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38679           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38680           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
38681           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38682           !> ext/SDBM_File/SDBM_File.xs
38683 ____________________________________________________________________________
38684 [  9544] By: gsar                                  on 2001/04/04  17:49:57
38685         Log: "double" should be "NV"; standard typemap is missing entry
38686              for NV
38687      Branch: maint-5.6/perl
38688            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
38689 ____________________________________________________________________________
38690 [  9543] By: jhi                                   on 2001/04/04  14:13:18
38691         Log: Thou shalt not (just) match for English error messages.
38692      Branch: perl
38693            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
38694            ! os2/OS2/Process/Process.pm
38695 ____________________________________________________________________________
38696 [  9542] By: jhi                                   on 2001/04/04  13:20:39
38697         Log: Make the stdio tricks of fflush_all() to exist only if
38698              stdio is being used.
38699      Branch: perl
38700            ! util.c
38701 ____________________________________________________________________________
38702 [  9541] By: jhi                                   on 2001/04/04  04:20:24
38703         Log: Subject: Re: [PATCH] Lighten up glob
38704              From: Benjamin Sugars <bsugars@canoe.ca>
38705              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
38706              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
38707      Branch: perl
38708            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
38709            ! util.c
38710 ____________________________________________________________________________
38711 [  9540] By: jhi                                   on 2001/04/04  04:03:57
38712         Log: Integrate changes #9538,9539 from maintperl into mainline.
38713              
38714              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
38715              for use with _fwalk() (fix for change#7705)
38716              
38717              another tweak needed for SunOS 4.1.x build (from Mike Guy)
38718              (cp -f is not portable)
38719      Branch: perl
38720           !> Makefile.SH util.c
38721 ____________________________________________________________________________
38722 [  9539] By: gsar                                  on 2001/04/04  03:01:14
38723         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
38724      Branch: maint-5.6/perl
38725            ! Makefile.SH
38726 ____________________________________________________________________________
38727 [  9538] By: gsar                                  on 2001/04/04  01:00:38
38728         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
38729              for use with _fwalk() (fix for change#7705)
38730      Branch: maint-5.6/perl
38731            ! util.c
38732 ____________________________________________________________________________
38733 [  9537] By: nick                                  on 2001/04/03  19:24:55
38734         Log: Integrate mainline
38735      Branch: perlio
38736           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
38737           +> lib/unicode/PropList.html
38738            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
38739           !> (integrate 69 files)
38740 ____________________________________________________________________________
38741 [  9536] By: jhi                                   on 2001/04/03  18:02:31
38742         Log: Integrate change #9533 from maintperl into mainline.
38743              
38744              better fix for change#9517 to accomodate UNC paths like
38745              \\server\share\foo, and paths with trailing backslash
38746              like c:\this\
38747      Branch: perl
38748           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
38749 ____________________________________________________________________________
38750 [  9535] By: jhi                                   on 2001/04/03  17:58:07
38751         Log: Change the push/unshift warning to be of class syntax, not misc.
38752      Branch: perl
38753            ! op.c pod/perldiag.pod t/pragma/warn/op
38754 ____________________________________________________________________________
38755 [  9534] By: jhi                                   on 2001/04/03  15:03:46
38756         Log: Change the push/unshift warning (#9532) to talk about "no values"
38757              instead of "no arguments".
38758      Branch: perl
38759            ! op.c pod/perldiag.pod t/pragma/warn/op
38760 ____________________________________________________________________________
38761 [  9533] By: gsar                                  on 2001/04/03  14:30:07
38762         Log: better fix for change#9517 to accomodate UNC paths like
38763              \\server\share\foo, and paths with trailing backslash
38764              like c:\this\
38765      Branch: maint-5.6/perl
38766            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
38767 ____________________________________________________________________________
38768 [  9532] By: jhi                                   on 2001/04/03  13:11:46
38769         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
38770              From: Robin Houston <robin@kitsite.com>
38771              Date: Mon, 2 Apr 2001 15:03:29 +0100
38772              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
38773      Branch: perl
38774            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
38775 ____________________________________________________________________________
38776 [  9531] By: jhi                                   on 2001/04/03  13:06:34
38777         Log: Integrate change #9530 from maintperl into mainline.
38778              
38779              accomodate VMS "mailbox overflow" quirk in testsuite (from
38780              Craig Berry)
38781      Branch: perl
38782           !> t/lib/socket.t
38783 ____________________________________________________________________________
38784 [  9530] By: gsar                                  on 2001/04/03  04:56:41
38785         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
38786              Craig Berry)
38787      Branch: maint-5.6/perl
38788            ! t/lib/socket.t
38789 ____________________________________________________________________________
38790 [  9529] By: jhi                                   on 2001/04/03  02:34:34
38791         Log: Update Changes.
38792      Branch: perl
38793            ! Changes patchlevel.h
38794 ____________________________________________________________________________
38795 [  9528] By: jhi                                   on 2001/04/03  01:27:57
38796         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
38797              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
38798              To: perl5-porters@perl.org
38799              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
38800      Branch: perl
38801            ! pod/perlfaq3.pod
38802 ____________________________________________________________________________
38803 [  9527] By: jhi                                   on 2001/04/03  01:22:09
38804         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
38805              From: Peter Prymmer <pvhp@forte.com>
38806              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
38807              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
38808      Branch: perl
38809            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
38810 ____________________________________________________________________________
38811 [  9526] By: jhi                                   on 2001/04/03  01:18:25
38812         Log: The metaconfig unit changes for #9525.
38813      Branch: metaconfig
38814            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
38815      Branch: metaconfig/U/perl
38816            ! use64bits.U
38817 ____________________________________________________________________________
38818 [  9525] By: jhi                                   on 2001/04/03  01:17:30
38819         Log: Configure sanity checks:
38820              * if use64bitall is attempted but pointers are only 32-bit,
38821              'downgrade' to use64bitint
38822              * if use64bitint is attempted but there's no quad type,
38823              forget about use64bitint (well, the default for it is 'n',
38824              the user can still override this)
38825              * if pointers are 64 bits, do not try to use Perl's malloc
38826      Branch: perl
38827            ! Configure
38828 ____________________________________________________________________________
38829 [  9524] By: gsar                                  on 2001/04/03  01:09:12
38830         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
38831      Branch: maint-5.6/perl
38832            ! pp_sys.c
38833 ____________________________________________________________________________
38834 [  9523] By: jhi                                   on 2001/04/03  00:02:31
38835         Log: (Retracted by #9609)
38836              
38837              Make it harder for parallel makes to enter 'test' before
38838              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
38839              should be unhappy enough, but sometimes parallel makes seem
38840              to sneak past both in Tru64 and AIX.)
38841      Branch: perl
38842            ! Makefile.SH
38843 ____________________________________________________________________________
38844 [  9522] By: jhi                                   on 2001/04/02  22:35:31
38845         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
38846              Date: Mon, 2 Apr 2001 22:54:10 +0100
38847              From: Robin Houston <robin@kitsite.com>
38848              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
38849      Branch: perl
38850            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
38851 ____________________________________________________________________________
38852 [  9521] By: jhi                                   on 2001/04/02  22:32:23
38853         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
38854              From: Robin Houston <robin@kitsite.com>
38855              Date: Mon, 2 Apr 2001 20:24:03 +0100
38856              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
38857      Branch: perl
38858            ! ext/B/B/Concise.pm
38859 ____________________________________________________________________________
38860 [  9520] By: jhi                                   on 2001/04/02  22:30:43
38861         Log: Subject: [PATCH] REALLY pedantic hv.h nit
38862              From: Simon Cozens <simon@netthink.co.uk>
38863              Date: Mon, 2 Apr 2001 15:43:06 +0100
38864              Message-ID: <20010402154306.A21711@netthink.co.uk>
38865      Branch: perl
38866            ! hv.h
38867 ____________________________________________________________________________
38868 [  9519] By: jhi                                   on 2001/04/02  22:28:04
38869         Log: Based on
38870              
38871              Subject: [foolperl] EPOC fix
38872              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38873              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
38874              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
38875      Branch: perl
38876            ! pp_sys.c
38877 ____________________________________________________________________________
38878 [  9518] By: jhi                                   on 2001/04/02  22:22:34
38879         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
38880              
38881              README.win32 tweaks; add a note about alternative location for
38882              getting a gcc-2.95.2 that will build perl properly on windows
38883              
38884              add some notes about gutsy threading matters
38885              
38886              many of the utilities interpolate literal paths within doublequotes
38887              (fails on dosish platforms where path contains backslashes)
38888      Branch: perl
38889           !> README.win32 pod/perlguts.pod utils/perldoc.PL
38890           !> x2p/find2perl.PL x2p/s2p.PL
38891 ____________________________________________________________________________
38892 [  9517] By: gsar                                  on 2001/04/02  19:52:21
38893         Log: many of the utilities interpolate literal paths within doublequotes
38894              (fails on dosish platforms where path contains backslashes)
38895      Branch: maint-5.6/perl
38896            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
38897 ____________________________________________________________________________
38898 [  9516] By: gsar                                  on 2001/04/02  05:49:37
38899         Log: a foolish release
38900      Branch: maint-5.6/perl
38901            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
38902            ! pod/perltoc.pod
38903 ____________________________________________________________________________
38904 [  9515] By: gsar                                  on 2001/04/02  05:04:29
38905         Log: add missing changelog summaries
38906      Branch: maint-5.6/perl
38907            ! Changes
38908 ____________________________________________________________________________
38909 [  9514] By: gsar                                  on 2001/04/02  04:07:13
38910         Log: add some notes about gutsy threading matters
38911      Branch: maint-5.6/perl
38912            ! pod/perlguts.pod
38913 ____________________________________________________________________________
38914 [  9513] By: gsar                                  on 2001/04/02  03:25:21
38915         Log: add more prominent caveat notices about experimental features
38916      Branch: maint-5.6/perl
38917            ! pod/perlfork.pod pod/perlunicode.pod
38918 ____________________________________________________________________________
38919 [  9512] By: gsar                                  on 2001/04/02  02:54:33
38920         Log: integrate changes#9479,9509 from mainline
38921              
38922              [PATCH] File::Glob stuff for Mac OS
38923              
38924              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
38925      Branch: maint-5.6/perl
38926           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
38927           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
38928           !> t/lib/glob-taint.t
38929 ____________________________________________________________________________
38930 [  9511] By: gsar                                  on 2001/04/02  02:38:24
38931         Log: README.win32 tweaks; add a note about alternative location for
38932              getting a gcc-2.95.2 that will build perl properly on windows
38933      Branch: maint-5.6/perl
38934            ! README.win32
38935 ____________________________________________________________________________
38936 [  9510] By: jhi                                   on 2001/04/01  20:45:10
38937         Log: An ambiguousity warning.
38938      Branch: perl
38939            ! t/lib/trig.t
38940 ____________________________________________________________________________
38941 [  9509] By: jhi                                   on 2001/04/01  19:53:47
38942         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
38943              From: Jonathan Stowe <gellyfish@gellyfish.com>
38944              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
38945              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
38946      Branch: perl
38947            ! ext/File/Glob/bsd_glob.c
38948 ____________________________________________________________________________
38949 [  9508] By: jhi                                   on 2001/04/01  19:35:03
38950         Log: Update Changes.
38951      Branch: perl
38952            ! Changes patchlevel.h
38953 ____________________________________________________________________________
38954 [  9507] By: jhi                                   on 2001/04/01  19:24:01
38955         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
38956              from mainline to maintperl: pod tweaks.
38957      Branch: maint-5.6/perl
38958           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
38959           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
38960           !> pod/perlvar.pod
38961 ____________________________________________________________________________
38962 [  9506] By: jhi                                   on 2001/04/01  19:11:53
38963         Log: Commit Sarathy to April release of 5.6.1 :-)
38964      Branch: perl
38965            ! pod/perlfaq1.pod
38966 ____________________________________________________________________________
38967 [  9505] By: jhi                                   on 2001/04/01  19:03:15
38968         Log: Subject: PATCH 5.6.0 (perldebug.pod)
38969              From: Mark-Jason Dominus <mjd@plover.com>
38970              Date: Sun, 01 Apr 2001 14:25:11 -0400
38971              Message-ID: <20010401182511.9247.qmail@plover.com>
38972      Branch: perl
38973            ! pod/perldebug.pod
38974 ____________________________________________________________________________
38975 [  9504] By: jhi                                   on 2001/04/01  18:43:09
38976         Log: Add great_circle_direction().
38977      Branch: perl
38978            ! lib/Math/Trig.pm t/lib/trig.t
38979 ____________________________________________________________________________
38980 [  9503] By: jhi                                   on 2001/04/01  17:29:12
38981         Log: Unicode ReadMe update for Unicode 3.1.
38982      Branch: perl
38983            ! lib/unicode/ReadMe.txt
38984 ____________________________________________________________________________
38985 [  9502] By: jhi                                   on 2001/04/01  17:18:40
38986         Log: Integrate change #9501 from maintperl into mainline.
38987              
38988              fix the perlembed notes on multiple interpreters
38989              
38990              fix ExtUtils::Embed to work passably on Windows
38991      Branch: perl
38992           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
38993 ____________________________________________________________________________
38994 [  9501] By: gsar                                  on 2001/04/01  07:21:57
38995         Log: fix the perlembed notes on multiple interpreters
38996              
38997              fix ExtUtils::Embed to work passably on Windows
38998      Branch: maint-5.6/perl
38999            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
39000 ____________________________________________________________________________
39001 [  9500] By: jhi                                   on 2001/04/01  05:58:23
39002         Log: Test for #9499.
39003      Branch: perl
39004            ! t/op/tr.t
39005 ____________________________________________________________________________
39006 [  9499] By: jhi                                   on 2001/04/01  05:55:46
39007         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
39008      Branch: perl
39009            ! embed.h embed.pl op.c proto.h
39010 ____________________________________________________________________________
39011 [  9498] By: jhi                                   on 2001/04/01  05:44:34
39012         Log: Protect the workaround hunk more.
39013      Branch: perl
39014            ! toke.c
39015 ____________________________________________________________________________
39016 [  9497] By: jhi                                   on 2001/04/01  00:24:25
39017         Log: Integrate changes #9493,9494,9495,9496 from maintperl
39018              into mainline.
39019              
39020              fix a broken workaround for Borland compiler in change#4739
39021              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
39022              
39023              nits spotted by Borland compiler
39024              
39025              avoid redefinition warnings under Borland 5.02
39026              
39027              various nits identified by the Borland 5.5 compiler; remove suppression
39028              of a few warnings
39029      Branch: perl
39030           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
39031           !> win32/win32.h
39032 ____________________________________________________________________________
39033 [  9496] By: gsar                                  on 2001/03/31  23:22:28
39034         Log: various nits identified by the Borland 5.5 compiler; remove suppression
39035              of a few warnings
39036      Branch: maint-5.6/perl
39037            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
39038 ____________________________________________________________________________
39039 [  9495] By: gsar                                  on 2001/03/31  21:03:08
39040         Log: avoid redefinition warnings under Borland 5.02
39041      Branch: maint-5.6/perl
39042            ! win32/makefile.mk
39043 ____________________________________________________________________________
39044 [  9494] By: gsar                                  on 2001/03/31  20:18:59
39045         Log: nits spotted by Borland compiler
39046      Branch: maint-5.6/perl
39047            ! utf8.h win32/win32.h
39048 ____________________________________________________________________________
39049 [  9493] By: gsar                                  on 2001/03/31  20:18:05
39050         Log: fix a broken workaround for Borland compiler in change#4739
39051              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
39052      Branch: maint-5.6/perl
39053            ! toke.c
39054 ____________________________________________________________________________
39055 [  9492] By: jhi                                   on 2001/03/31  18:36:24
39056         Log: Integrate change #9491 from maintperl into mainline.
39057              
39058              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
39059              directory is relative (need to fetch the full path name *before*
39060              the chdir!)
39061      Branch: perl
39062           !> lib/Cwd.pm
39063 ____________________________________________________________________________
39064 [  9491] By: gsar                                  on 2001/03/31  17:01:56
39065         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
39066              directory is relative (need to fetch the full path name *before*
39067              the chdir!)
39068              
39069              this is a followup patch for change#6749
39070      Branch: maint-5.6/perl
39071            ! lib/Cwd.pm
39072 ____________________________________________________________________________
39073 [  9490] By: jhi                                   on 2001/03/31  15:50:18
39074         Log: Subject: Re: [PATCH] av.h cosmetics
39075              From: Simon Cozens <simon@netthink.co.uk>
39076              Date: Sat, 31 Mar 2001 13:09:59 +0100
39077              Message-ID: <20010331130959.A22000@netthink.co.uk>
39078              
39079              Document AvALLOC.
39080      Branch: perl
39081            ! pod/perlguts.pod
39082 ____________________________________________________________________________
39083 [  9489] By: jhi                                   on 2001/03/31  15:48:44
39084         Log: Subject: [PATCH] Re: Math::Big* v1.21
39085              From: Tels <perl_dummy@bloodgate.com>
39086              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
39087              Message-Id: <200103311125.GAA377738@www08.hway.net>
39088      Branch: perl
39089            ! pod/perlop.pod
39090 ____________________________________________________________________________
39091 [  9488] By: jhi                                   on 2001/03/31  03:39:51
39092         Log: Debug output tweak.
39093      Branch: perl
39094            ! t/lib/cwd.t
39095 ____________________________________________________________________________
39096 [  9487] By: jhi                                   on 2001/03/31  03:33:02
39097         Log: OverVMSification.
39098      Branch: perl
39099            ! t/lib/cwd.t
39100 ____________________________________________________________________________
39101 [  9486] By: jhi                                   on 2001/03/31  03:01:40
39102         Log: Missed MANIFESTations in #9483.
39103      Branch: perl
39104            ! MANIFEST
39105 ____________________________________________________________________________
39106 [  9485] By: jhi                                   on 2001/03/31  02:58:17
39107         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
39108              From: Peter Prymmer <pvhp@forte.com>
39109              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
39110              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
39111      Branch: perl
39112            ! regexec.c t/lib/cwd.t
39113 ____________________________________________________________________________
39114 [  9484] By: jhi                                   on 2001/03/31  01:04:41
39115         Log: Obsolete file (see #3938)
39116      Branch: perl
39117            - lib/unicode/README.Ethiopic
39118            ! MANIFEST
39119 ____________________________________________________________________________
39120 [  9483] By: jhi                                   on 2001/03/31  00:52:42
39121         Log: Update to Unicode 3.1.
39122              (Rename Names.txt to NamesList.txt.)
39123      Branch: perl
39124            + lib/unicode/NamesList.txt lib/unicode/PropList.html
39125            - lib/unicode/Names.txt
39126            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
39127            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
39128            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
39129            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
39130            ! lib/unicode/UCD.html lib/unicode/Unicode.html
39131            ! lib/unicode/rename lib/unicode/version
39132 ____________________________________________________________________________
39133 [  9482] By: jhi                                   on 2001/03/30  23:33:44
39134         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
39135              From: Robin Houston <robin@kitsite.com>
39136              Date: Fri, 30 Mar 2001 20:07:22 +0100
39137              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
39138      Branch: perl
39139            ! ext/B/B/Deparse.pm
39140 ____________________________________________________________________________
39141 [  9481] By: jhi                                   on 2001/03/30  23:20:25
39142         Log: Subject: Re: [PATCH] CwdXS, Take 2
39143              From: Benjamin Sugars <bsugars@canoe.ca>
39144              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
39145              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
39146      Branch: perl
39147            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
39148            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
39149 ____________________________________________________________________________
39150 [  9480] By: jhi                                   on 2001/03/30  22:52:38
39151         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
39152              From: David Dyck <dcd@tc.fluke.com>
39153              Date: Fri, 30 Mar 2001 14:44:13 -0800
39154              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
39155              
39156              The t/rantests flags file creation was accidentally
39157              removed by #9217.
39158      Branch: perl
39159            ! Makefile.SH
39160 ____________________________________________________________________________
39161 [  9479] By: jhi                                   on 2001/03/30  22:45:45
39162         Log: Subject: [PATCH] File::Glob stuff for Mac OS
39163              From: Chris Nandor <pudge@pobox.com>
39164              Date: Fri, 30 Mar 2001 16:51:00 -0500
39165              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
39166      Branch: perl
39167            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
39168            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
39169            ! t/lib/glob-taint.t
39170 ____________________________________________________________________________
39171 [  9478] By: jhi                                   on 2001/03/30  22:43:12
39172         Log: Subject: fix for win32/buildext.pl
39173              From: "Vadim Konovalov" <watman@inbox.ru>
39174              Date: Sat, 31 Mar 2001 00:50:36 +0400
39175              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
39176      Branch: perl
39177            ! win32/buildext.pl
39178 ____________________________________________________________________________
39179 [  9477] By: jhi                                   on 2001/03/30  22:41:16
39180         Log: Subject: small base.pm doc patch
39181              From: Leon Brocard <acme@astray.com>
39182              Date: Fri, 30 Mar 2001 21:49:57 +0100
39183              Message-ID: <20010330214957.B8733@ns0.astray.com>
39184      Branch: perl
39185            ! lib/base.pm
39186 ____________________________________________________________________________
39187 [  9476] By: jhi                                   on 2001/03/30  18:16:57
39188         Log: Subject: [PATCH] av.h cosmetics
39189              From: Simon Cozens <simon@netthink.co.uk>
39190              Date: Fri, 30 Mar 2001 18:12:28 +0100
39191              Message-ID: <20010330181228.A9319@netthink.co.uk>
39192      Branch: perl
39193            ! av.h
39194 ____________________________________________________________________________
39195 [  9475] By: jhi                                   on 2001/03/30  18:15:50
39196         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
39197              From: "Philip Newton" <pnewton@gmx.de>
39198              Date: Fri, 30 Mar 2001 19:06:57 +0200
39199              Message-ID: <3AC4D951.14815.1AC7068@localhost>
39200      Branch: perl
39201            ! pod/perlhack.pod
39202 ____________________________________________________________________________
39203 [  9474] By: jhi                                   on 2001/03/30  18:14:02
39204         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
39205              From: Benjamin Sugars <bsugars@canoe.ca>
39206              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
39207              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
39208      Branch: perl
39209            ! t/lib/glob-basic.t
39210 ____________________________________________________________________________
39211 [  9473] By: jhi                                   on 2001/03/30  16:09:24
39212         Log: Update Changes.
39213      Branch: perl
39214            ! Changes patchlevel.h
39215 ____________________________________________________________________________
39216 [  9472] By: jhi                                   on 2001/03/30  15:16:08
39217         Log: Integrate perlio.
39218      Branch: perl
39219           !> t/lib/cwd.t t/lib/glob-basic.t
39220 ____________________________________________________________________________
39221 [  9471] By: nick                                  on 2001/03/30  14:47:10
39222         Log: Should be (^O eq 'MSWin32') not 'Win32'
39223              Fail #12 seems real - chdir is in wrong dir.
39224      Branch: perlio
39225            ! t/lib/cwd.t
39226 ____________________________________________________________________________
39227 [  9470] By: jhi                                   on 2001/03/30  14:41:11
39228         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
39229              From: Radu Greab <radu@netsoft.ro>
39230              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
39231              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
39232              
39233              Replace #9352.
39234      Branch: perl
39235            ! ext/Socket/Socket.xs pp_sys.c
39236 ____________________________________________________________________________
39237 [  9469] By: jhi                                   on 2001/03/30  14:37:51
39238         Log: Subject: PATCH pod/perldiag.pod
39239              From: Robin Houston <robin@kitsite.com>
39240              Date: Fri, 30 Mar 2001 14:10:36 +0100
39241              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
39242      Branch: perl
39243            ! pod/perldiag.pod t/lib/glob-basic.t
39244 ____________________________________________________________________________
39245 [  9468] By: jhi                                   on 2001/03/30  14:36:36
39246         Log: Subject: Better diagnostic in io/fs.t
39247              From: andreas.koenig@anima.de (Andreas J. Koenig)
39248              Date: 30 Mar 2001 10:11:43 +0200
39249              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
39250      Branch: perl
39251            ! t/io/fs.t
39252 ____________________________________________________________________________
39253 [  9467] By: nick                                  on 2001/03/30  14:25:43
39254         Log: Skip order test of glob if case-ignoring system cannot 
39255              create a.test and A.test
39256      Branch: perlio
39257            ! t/lib/glob-basic.t
39258 ____________________________________________________________________________
39259 [  9466] By: nick                                  on 2001/03/30  13:03:12
39260         Log: Integrate mainline.
39261      Branch: perlio
39262            - ext/re/hints/aix.pl
39263           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
39264           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
39265           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
39266           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
39267 ____________________________________________________________________________
39268 [  9465] By: jhi                                   on 2001/03/30  03:53:37
39269         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
39270              the tests sometimes hang, sometimes not.)
39271      Branch: perl
39272            ! t/lib/io_multihomed.t t/lib/io_sock.t
39273 ____________________________________________________________________________
39274 [  9464] By: jhi                                   on 2001/03/30  02:56:04
39275         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
39276              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39277              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
39278              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
39279      Branch: perl
39280            ! op.c
39281 ____________________________________________________________________________
39282 [  9463] By: jhi                                   on 2001/03/30  02:34:48
39283         Log: Test for #9462.
39284      Branch: perl
39285            ! t/lib/b.t
39286 ____________________________________________________________________________
39287 [  9462] By: jhi                                   on 2001/03/30  02:29:37
39288         Log: Subject: B::Deparse precedence bug. (Patch included.)
39289              From: Jeremy Madea <jmadea@inktomi.com>
39290              Date: Thu, 29 Mar 2001 12:05:02 -0800
39291              Message-ID: <20010329120502.A24881@dr.inktomi.com>
39292      Branch: perl
39293            ! ext/B/B/Deparse.pm
39294 ____________________________________________________________________________
39295 [  9461] By: jhi                                   on 2001/03/30  02:18:41
39296         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
39297              From: Peter Prymmer <pvhp@forte.com>
39298              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
39299              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
39300      Branch: perl
39301            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
39302            ! t/lib/md5-file.t
39303 ____________________________________________________________________________
39304 [  9460] By: jhi                                   on 2001/03/30  02:17:07
39305         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
39306              From: Robin Houston <robin@kitsite.com>
39307              Date: Thu, 29 Mar 2001 20:47:56 +0100
39308              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
39309      Branch: perl
39310            ! ext/B/B/Debug.pm
39311 ____________________________________________________________________________
39312 [  9459] By: jhi                                   on 2001/03/30  02:16:05
39313         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
39314              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
39315              Date: Wed, 28 Mar 2001 18:02:20 -0600
39316              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
39317      Branch: perl
39318            ! lib/ExtUtils/MM_VMS.pm
39319 ____________________________________________________________________________
39320 [  9458] By: jhi                                   on 2001/03/30  02:07:58
39321         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
39322              From: "Joshua E. Rodd" <jrodd@pbs.org>
39323              Date: Wed, 28 Mar 2001 17:29:12 -0500
39324              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
39325      Branch: perl
39326            ! pod/perlop.pod
39327 ____________________________________________________________________________
39328 [  9457] By: jhi                                   on 2001/03/30  02:04:33
39329         Log: Subject: ext/re/aix.pl can go
39330              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39331              Date: Thu, 29 Mar 2001 12:03:28 +0200
39332              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
39333      Branch: perl
39334            - ext/re/hints/aix.pl
39335            ! MANIFEST
39336 ____________________________________________________________________________
39337 [  9456] By: jhi                                   on 2001/03/30  02:03:32
39338         Log: Integrate perlio.
39339      Branch: perl
39340           !> ext/Encode/Encode.xs installperl
39341 ____________________________________________________________________________
39342 [  9455] By: nick                                  on 2001/03/29  21:11:46
39343         Log: DLL name has changed so installperl needs to know
39344              (Why isn't it working it out or passed it?)
39345      Branch: perlio
39346            ! installperl
39347 ____________________________________________________________________________
39348 [  9454] By: nick                                  on 2001/03/29  20:56:12
39349         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
39350              and we don't get undef warnings.
39351      Branch: perlio
39352            ! ext/Encode/Encode.xs
39353 ____________________________________________________________________________
39354 [  9453] By: nick                                  on 2001/03/29  17:58:48
39355         Log: Integrate mainline
39356      Branch: perlio
39357           !> Changes patchlevel.h
39358 ____________________________________________________________________________
39359 [  9452] By: jhi                                   on 2001/03/29  16:44:55
39360         Log: Update Changes.
39361      Branch: perl
39362            ! Changes patchlevel.h
39363 ____________________________________________________________________________
39364 [  9451] By: nick                                  on 2001/03/29  16:31:38
39365         Log: Integrate mainline
39366      Branch: perlio
39367           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
39368           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
39369           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
39370           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
39371           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
39372 ____________________________________________________________________________
39373 [  9450] By: jhi                                   on 2001/03/29  16:29:17
39374         Log: Integrate perlio.
39375      Branch: perl
39376           !> win32/buildext.pl
39377 ____________________________________________________________________________
39378 [  9449] By: jhi                                   on 2001/03/29  15:50:01
39379         Log: Update Changes.
39380      Branch: perl
39381            ! Changes patchlevel.h
39382 ____________________________________________________________________________
39383 [  9448] By: nick                                  on 2001/03/29  15:47:15
39384         Log: Make sure buildext.pl finds Errno.pm
39385      Branch: perlio
39386            ! win32/buildext.pl
39387 ____________________________________________________________________________
39388 [  9447] By: jhi                                   on 2001/03/29  15:39:34
39389         Log: Integrate perlio.
39390      Branch: perl
39391           !> win32/makefile.mk
39392 ____________________________________________________________________________
39393 [  9446] By: nick                                  on 2001/03/29  15:30:03
39394         Log: Integrate win32/makefile.mk with mainline.
39395      Branch: perlio
39396           !> win32/makefile.mk
39397 ____________________________________________________________________________
39398 [  9445] By: nick                                  on 2001/03/29  15:27:32
39399         Log: Fix breakage ... 
39400      Branch: perlio
39401            ! win32/makefile.mk
39402 ____________________________________________________________________________
39403 [  9444] By: jhi                                   on 2001/03/29  15:03:08
39404         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
39405              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39406              Date: Thu, 29 Mar 2001 10:32:59 +0400
39407              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
39408      Branch: perl
39409            ! win32/makefile.mk
39410 ____________________________________________________________________________
39411 [  9443] By: jhi                                   on 2001/03/29  15:02:12
39412         Log: Integrate perlio.
39413      Branch: perl
39414           +> win32/buildext.pl
39415           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
39416           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
39417 ____________________________________________________________________________
39418 [  9442] By: nick                                  on 2001/03/29  14:59:11
39419         Log: Work in progress - determine win32 extensions to build via script.
39420      Branch: perlio
39421            + win32/buildext.pl
39422            ! MANIFEST win32/makefile.mk
39423 ____________________________________________________________________________
39424 [  9441] By: jhi                                   on 2001/03/29  14:51:47
39425         Log: Reintroduce the use of external pwd.
39426      Branch: perl
39427            ! t/lib/cwd.t
39428 ____________________________________________________________________________
39429 [  9440] By: jhi                                   on 2001/03/29  14:42:58
39430         Log: use warnings instead of -w.
39431      Branch: perl
39432            ! utils/h2xs.PL
39433 ____________________________________________________________________________
39434 [  9439] By: jhi                                   on 2001/03/29  14:41:52
39435         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
39436              From: Jonathan Stowe <gellyfish@gellyfish.com>
39437              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
39438              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
39439      Branch: perl
39440            ! utils/h2xs.PL
39441 ____________________________________________________________________________
39442 [  9438] By: jhi                                   on 2001/03/29  14:39:38
39443         Log: Subject: [PATCH perl@9424] minor pod nits
39444              From: Robin Barker <rmb1@cise.npl.co.uk>
39445              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
39446              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
39447      Branch: perl
39448            ! pod/perlhack.pod pod/perliol.pod
39449 ____________________________________________________________________________
39450 [  9437] By: jhi                                   on 2001/03/29  14:29:16
39451         Log: Subject: [PATCH perl@9424] typemap cast warning
39452              From: Robin Barker <rmb1@cise.npl.co.uk>
39453              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
39454              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
39455      Branch: perl
39456            ! lib/ExtUtils/typemap
39457 ____________________________________________________________________________
39458 [  9436] By: jhi                                   on 2001/03/29  14:26:03
39459         Log: Subject: [PATCH perl@9424] printf warning
39460              From: Robin Barker <rmb1@cise.npl.co.uk>
39461              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
39462              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
39463      Branch: perl
39464            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
39465            ! ext/Storable/Storable.xs toke.c
39466 ____________________________________________________________________________
39467 [  9435] By: nick                                  on 2001/03/29  14:23:31
39468         Log: Win32 has name conflict with ERROR
39469      Branch: perlio
39470            ! ext/PerlIO/Via/Via.xs
39471 ____________________________________________________________________________
39472 [  9434] By: jhi                                   on 2001/03/29  14:17:48
39473         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
39474              From: Peter Prymmer <pvhp@forte.com>
39475              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
39476              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
39477      Branch: perl
39478            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
39479 ____________________________________________________________________________
39480 [  9433] By: jhi                                   on 2001/03/29  13:52:44
39481         Log: test-prep target was missing.
39482      Branch: perl
39483            ! Makefile.SH
39484 ____________________________________________________________________________
39485 [  9432] By: nick                                  on 2001/03/29  12:40:03
39486         Log: Make as-shipped compiler default to MSVC6 
39487      Branch: perlio
39488            ! win32/makefile.mk
39489 ____________________________________________________________________________
39490 [  9431] By: nick                                  on 2001/03/29  12:12:16
39491         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
39492              akin to PerlIO::Scalar.
39493      Branch: perlio
39494            ! perlio.c perlio.h
39495 ____________________________________________________________________________
39496 [  9430] By: nick                                  on 2001/03/29  10:56:35
39497         Log: Integrate mainline.
39498      Branch: perlio
39499           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
39500           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
39501           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
39502           !> win32/makefile.mk win32/win32sck.c
39503 ____________________________________________________________________________
39504 [  9429] By: nick                                  on 2001/03/29  09:03:43
39505         Log: Noticed that two tests were skipped as perlio:: package
39506              isn't there any more. Changed the skip condition.
39507              Avoid core-dump if sv_utf8_upgrade() called on something
39508              that does not become SvPOK after SvPV() (e.g. a ref).
39509      Branch: perlio
39510            ! sv.c t/io/utf8.t t/lib/io_scalar.t
39511 ____________________________________________________________________________
39512 [  9428] By: jhi                                   on 2001/03/29  01:31:47
39513         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
39514              From: Benjamin Sugars <bsugars@canoe.ca> 
39515              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
39516              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
39517      Branch: perl
39518            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
39519            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
39520            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
39521 ____________________________________________________________________________
39522 [  9427] By: jhi                                   on 2001/03/29  00:49:30
39523         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
39524              From: "Vadim Konovalov" <watman@inbox.ru>
39525              Date: Thu, 29 Mar 2001 01:50:12 +0400
39526              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
39527      Branch: perl
39528            ! win32/makefile.mk win32/win32sck.c
39529 ____________________________________________________________________________
39530 [  9426] By: gsar                                  on 2001/03/29  00:28:04
39531         Log: dmake can only handle == and != in comparisons; support building
39532              with Borland's VCL libraries (from Vadim Konovalov)
39533      Branch: maint-5.6/perl
39534            ! win32/makefile.mk
39535 ____________________________________________________________________________
39536 [  9425] By: nick                                  on 2001/03/28  19:29:56
39537         Log: Integrate (@snapshot)
39538      Branch: perlio
39539           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
39540 ____________________________________________________________________________
39541 [  9424] By: jhi                                   on 2001/03/28  19:03:16
39542         Log: Update Changes.
39543      Branch: perl
39544            ! Changes patchlevel.h
39545 ____________________________________________________________________________
39546 [  9423] By: jhi                                   on 2001/03/28  18:52:09
39547         Log: Rmdir lib/XS on cleanup.
39548      Branch: perl
39549            ! Makefile.SH
39550 ____________________________________________________________________________
39551 [  9422] By: jhi                                   on 2001/03/28  18:49:34
39552         Log: Integrate perlio.
39553      Branch: perl
39554           !> t/op/utf8decode.t
39555 ____________________________________________________________________________
39556 [  9421] By: nick                                  on 2001/03/28  18:46:44
39557         Log: Loose duplicate chunk.
39558      Branch: perlio
39559            ! t/op/utf8decode.t
39560 ____________________________________________________________________________
39561 [  9420] By: nick                                  on 2001/03/28  18:44:11
39562         Log: Integrate mainline.
39563      Branch: perlio
39564           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
39565           !> vms/vmsish.h
39566 ____________________________________________________________________________
39567 [  9419] By: jhi                                   on 2001/03/28  18:42:05
39568         Log: Can't trust external pwds
39569              (either shell builtins or external programs)
39570      Branch: perl
39571            ! t/lib/cwd.t
39572 ____________________________________________________________________________
39573 [  9418] By: jhi                                   on 2001/03/28  18:34:05
39574         Log: Integrate perlio.
39575      Branch: perl
39576            - lib/perlio.pm
39577           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
39578           !> t/op/utf8decode.t
39579 ____________________________________________________________________________
39580 [  9417] By: nick                                  on 2001/03/28  18:24:02
39581         Log: PerlIO.pm / perlio.pm conflict.
39582              Update some pods.
39583              Make t/op/utf8decode.t a text file.
39584      Branch: perlio
39585            - lib/perlio.pm
39586            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
39587            ! t/op/utf8decode.t
39588 ____________________________________________________________________________
39589 [  9416] By: jhi                                   on 2001/03/28  18:06:07
39590         Log: Integrate change #9409 from mainline to maintperl.
39591              
39592              Yet another tweak on AIX dynaloading.
39593      Branch: maint-5.6/perl
39594           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
39595 ____________________________________________________________________________
39596 [  9415] By: gsar                                  on 2001/03/28  17:13:01
39597         Log: integrate changes#9377,9385,9401 from mainline
39598              
39599              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
39600              
39601              If directory entries compare equal case-insensitively,
39602              retry case-sensitively.
39603              
39604              Subject: [PATCH] B::Terse and warnings
39605      Branch: maint-5.6/perl
39606           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
39607           !> t/pragma/warn/perl
39608 ____________________________________________________________________________
39609 [  9414] By: jhi                                   on 2001/03/28  17:11:12
39610         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
39611              From: "Craig A. Berry" <craigberry@mac.com>
39612              Date: Wed, 28 Mar 2001 10:55:20 -0600
39613              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
39614      Branch: perl
39615            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
39616 ____________________________________________________________________________
39617 [  9413] By: jhi                                   on 2001/03/28  17:03:12
39618         Log: Dup hunk.
39619      Branch: perl
39620            ! t/op/utf8decode.t
39621 ____________________________________________________________________________
39622 [  9412] By: jhi                                   on 2001/03/28  17:02:36
39623         Log: Forced integrate from perlio.
39624      Branch: perl
39625           !> t/op/utf8decode.t
39626 ____________________________________________________________________________
39627 [  9411] By: nick                                  on 2001/03/28  16:50:03
39628         Log: Integrate mainline.
39629      Branch: perlio
39630           +> t/lib/cwd.t
39631           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
39632           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
39633           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
39634           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
39635           !> t/pragma/warn/perl
39636 ____________________________________________________________________________
39637 [  9410] By: jhi                                   on 2001/03/28  16:44:23
39638         Log: Subject: Re: [PATCH] 9403 cannot be tested
39639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39640              Date: Wed, 28 Mar 2001 18:33:56 +0200
39641              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
39642      Branch: perl
39643            ! makedef.pl
39644 ____________________________________________________________________________
39645 [  9409] By: jhi                                   on 2001/03/28  16:12:45
39646         Log: Yet another tweak on AIX dynaloading.
39647      Branch: perl
39648            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
39649 ____________________________________________________________________________
39650 [  9408] By: jhi                                   on 2001/03/28  15:52:55
39651         Log: Subject: [PATCH] 9403 cannot be tested
39652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39653              Date: Wed, 28 Mar 2001 17:23:00 +0200
39654              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
39655              
39656              A missing symbol.
39657      Branch: perl
39658            ! makedef.pl
39659 ____________________________________________________________________________
39660 [  9407] By: jhi                                   on 2001/03/28  15:47:43
39661         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
39662      Branch: perl
39663            ! t/op/utf8decode.t
39664           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
39665           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
39666 ____________________________________________________________________________
39667 [  9406] By: jhi                                   on 2001/03/28  15:37:08
39668         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
39669              From: Benjamin Sugars <bsugars@canoe.ca> 
39670              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
39671              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
39672      Branch: perl
39673            + t/lib/cwd.t
39674            ! MANIFEST
39675 ____________________________________________________________________________
39676 [  9405] By: jhi                                   on 2001/03/28  15:13:18
39677         Log: pp_ne() needs a CORRECT boolean.
39678      Branch: perl
39679            ! pp.c
39680 ____________________________________________________________________________
39681 [  9404] By: jhi                                   on 2001/03/28  15:09:23
39682         Log: pp_ne() needs a boolean, not an integer.
39683      Branch: perl
39684            ! pp.c
39685 ____________________________________________________________________________
39686 [  9403] By: jhi                                   on 2001/03/28  14:47:43
39687         Log: (Retracted by #9404.)
39688      Branch: perl
39689            ! pp.c
39690 ____________________________________________________________________________
39691 [  9402] By: jhi                                   on 2001/03/28  14:43:59
39692         Log: Subject: Re: [PATCH] Typemap testing
39693              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
39694              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
39695              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
39696      Branch: perl
39697            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
39698            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
39699 ____________________________________________________________________________
39700 [  9401] By: jhi                                   on 2001/03/28  14:42:14
39701         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
39702              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
39703              Date: Sun, 25 Mar 2001 21:59:15 +0100
39704              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
39705              
39706              A variable will be checked for the "use once" warnings if:
39707              
39708              1. It is in the scope of a use warnings 'once'
39709              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
39710              
39711              Otherwise it won't be checked at all.
39712              
39713              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
39714              
39715              The enclosed patch partially fixes this issue. What I didn't
39716              get to work was the case where the "used once" warning is enabled
39717              in any file other than the main file.
39718      Branch: perl
39719            ! gv.c t/pragma/warn/perl
39720 ____________________________________________________________________________
39721 [  9400] By: nick                                  on 2001/03/28  14:38:24
39722         Log: More EBCDIC tweaks:
39723              - one more swash issue &~(0xA0-1) did not do the right thing,
39724              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
39725              - add "use re 'asciirange'" to make [!-~] etc. work
39726              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
39727              - Choose a key for t/op/each.t test which gets encoded.
39728              - Skip utf8decode if this is UTF-EBCDIC.
39729      Branch: perlio
39730            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
39731            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
39732 ____________________________________________________________________________
39733 [  9399] By: jhi                                   on 2001/03/28  14:21:00
39734         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
39735              Andreas Schwab.
39736      Branch: perl
39737            ! pp.c
39738 ____________________________________________________________________________
39739 [  9398] By: jhi                                   on 2001/03/28  00:55:56
39740         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
39741              From: David Dyck <dcd@tc.fluke.com>
39742              Date: Tue, 27 Mar 2001 15:16:24 -0800
39743              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
39744      Branch: perl
39745            ! ext/IO/lib/IO/Socket.pm
39746 ____________________________________________________________________________
39747 [  9397] By: jhi                                   on 2001/03/27  21:52:49
39748         Log: Integrate perlio.
39749      Branch: perl
39750           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
39751           +> ext/PerlIO/Via/Via.xs
39752           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
39753 ____________________________________________________________________________
39754 [  9396] By: nick                                  on 2001/03/27  21:45:13
39755         Log: Integrate mainline.
39756      Branch: perlio
39757           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
39758           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
39759 ____________________________________________________________________________
39760 [  9395] By: nick                                  on 2001/03/27  21:18:58
39761         Log: Outline docs for PerlIO and PerlIO::Scalar
39762      Branch: perlio
39763            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
39764 ____________________________________________________________________________
39765 [  9394] By: nick                                  on 2001/03/27  20:50:13
39766         Log: PerlIO::Via layer (alpha-ish).
39767      Branch: perlio
39768            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
39769            + ext/PerlIO/Via/Via.xs
39770            ! MANIFEST
39771 ____________________________________________________________________________
39772 [  9393] By: jhi                                   on 2001/03/27  20:49:55
39773         Log: Retract #9329 now that 9390 should take care of the matter.
39774      Branch: perl
39775            ! utils/h2xs.PL
39776 ____________________________________________________________________________
39777 [  9390] By: jhi                                   on 2001/03/27  20:47:50
39778         Log: Subject: Autoloading Errno.pm when %! is encountered
39779              From: Robin Houston <robin@kitsite.com>
39780              Date: Tue, 27 Mar 2001 20:57:11 +0100
39781              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
39782      Branch: perl
39783            ! embed.h embed.pl gv.c proto.h t/op/magic.t
39784 ____________________________________________________________________________
39785 [  9389] By: jhi                                   on 2001/03/27  20:24:31
39786         Log: Integrate perlio.
39787      Branch: perl
39788           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
39789           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
39790           !> utf8.c
39791 ____________________________________________________________________________
39792 [  9388] By: jhi                                   on 2001/03/27  20:21:38
39793         Log: Better have a three-element array if one is going to assign
39794              to the third element of that array. (from Tim Jenness)
39795      Branch: perl
39796            ! ext/XS/Typemap/Typemap.xs
39797 ____________________________________________________________________________
39798 [  9387] By: nick                                  on 2001/03/27  20:15:43
39799         Log: Integrate mainline.
39800      Branch: perlio
39801           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
39802           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
39803           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
39804           +> t/lib/xs-typemap.t
39805           !> (integrate 34 files)
39806 ____________________________________________________________________________
39807 [  9386] By: jhi                                   on 2001/03/27  20:04:18
39808         Log: Subject: Re: perl@9359 breaks HTML::Parser
39809              From: Gisle Aas <gisle@ActiveState.com>
39810              Date: 27 Mar 2001 11:30:24 -0800
39811              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
39812              
39813              Clarify the UTF-8 issues of the API docs.
39814              (Slightly reworded and expanded.)
39815      Branch: perl
39816            ! pod/perlapi.pod sv.c sv.h
39817 ____________________________________________________________________________
39818 [  9385] By: jhi                                   on 2001/03/27  19:44:25
39819         Log: If directory entries compare equal case-insensitively,
39820              retry case-sensitively.
39821      Branch: perl
39822            ! ext/File/Glob/bsd_glob.c
39823 ____________________________________________________________________________
39824 [  9384] By: nick                                  on 2001/03/27  19:38:50
39825         Log: Various EBCDIC fixes:
39826              - major revelation that swash code is encoding aware,
39827              (or thought it was) - now it is ;-)
39828              - With that out of the way fix a slab of tr/// cases.
39829              - Fix Encode 'Unicode' to be true Unicode so tests pass.
39830              - As anticipated Base64.xs needed tweaks.
39831              - Until tr/// works right avoid old_encode64 in MIME tests.
39832      Branch: perlio
39833            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
39834            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
39835 ____________________________________________________________________________
39836 [  9383] By: jhi                                   on 2001/03/27  18:34:41
39837         Log: Add the std test suite BEGIN block.
39838      Branch: perl
39839            ! t/lib/xs-typemap.t
39840 ____________________________________________________________________________
39841 [  9382] By: jhi                                   on 2001/03/27  15:16:07
39842         Log: Add debugging output to the test.
39843      Branch: perl
39844            ! t/lib/glob-basic.t
39845 ____________________________________________________________________________
39846 [  9381] By: jhi                                   on 2001/03/27  15:08:10
39847         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
39848      Branch: perl
39849            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
39850            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
39851            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
39852            + t/lib/xs-typemap.t
39853            ! MANIFEST
39854 ____________________________________________________________________________
39855 [  9380] By: jhi                                   on 2001/03/27  14:48:34
39856         Log: Subject: [PATCH] Typemap testing
39857              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
39858              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
39859              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
39860              
39861              (The first part of the patch.)
39862      Branch: perl
39863            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
39864 ____________________________________________________________________________
39865 [  9379] By: jhi                                   on 2001/03/27  14:44:56
39866         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
39867              From: Benjamin Sugars <bsugars@canoe.ca> 
39868              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
39869              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
39870      Branch: perl
39871            ! t/lib/glob-basic.t
39872 ____________________________________________________________________________
39873 [  9378] By: jhi                                   on 2001/03/27  14:42:30
39874         Log: Subject: [PATCH] perlvar nit
39875              From: Simon Cozens <simon@netthink.co.uk>
39876              Date: Tue, 27 Mar 2001 01:12:01 +0100
39877              Message-ID: <20010327011201.A19179@netthink.co.uk>
39878      Branch: perl
39879            ! pod/perlvar.pod
39880 ____________________________________________________________________________
39881 [  9377] By: jhi                                   on 2001/03/27  14:36:26
39882         Log: Subject: [PATCH] B::Terse and warnings
39883              From: Benjamin Sugars <ben.sugars@home.com>
39884              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
39885              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
39886      Branch: perl
39887            ! ext/B/B.pm ext/B/B/Terse.pm
39888 ____________________________________________________________________________
39889 [  9376] By: jhi                                   on 2001/03/27  14:31:31
39890         Log: Document sockatmark() some.
39891      Branch: perl
39892            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
39893            ! pod/perltoc.pod
39894 ____________________________________________________________________________
39895 [  9375] By: jhi                                   on 2001/03/27  14:00:24
39896         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
39897              noted by Gisle and fixed by NI-S.
39898      Branch: perl
39899            ! sv.c
39900 ____________________________________________________________________________
39901 [  9374] By: jhi                                   on 2001/03/27  05:50:01
39902         Log: Regen toc.
39903      Branch: perl
39904            ! pod/perltoc.pod
39905 ____________________________________________________________________________
39906 [  9373] By: jhi                                   on 2001/03/27  05:43:51
39907         Log: Pixie documenting.
39908      Branch: perl
39909            ! Makefile.SH pod/perlhack.pod
39910 ____________________________________________________________________________
39911 [  9372] By: jhi                                   on 2001/03/27  05:29:34
39912         Log: Metaconfig unit changes for #9371.
39913      Branch: metaconfig
39914            ! U/modified/myhostname.U
39915      Branch: metaconfig/U/perl
39916            + d_sockatmark.U
39917            ! gccvers.U
39918 ____________________________________________________________________________
39919 [  9371] By: jhi                                   on 2001/03/27  05:29:07
39920         Log: Add sockatmark() probing.
39921      Branch: perl
39922            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39923            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39924            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39925            ! vos/config.ga.h win32/config.bc win32/config.gc
39926            ! win32/config.vc
39927 ____________________________________________________________________________
39928 [  9370] By: jhi                                   on 2001/03/26  22:01:18
39929         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
39930              Really need to benchmark this.
39931      Branch: perl
39932            ! pp.c
39933 ____________________________________________________________________________
39934 [  9369] By: nick                                  on 2001/03/26  21:59:30
39935         Log: Integrate mainline.
39936      Branch: perlio
39937            ! ext/MIME/Base64/QuotedPrint.pm
39938           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
39939           !> patchlevel.h pod/perlhack.pod pp_sys.c
39940 ____________________________________________________________________________
39941 [  9368] By: jhi                                   on 2001/03/26  21:47:03
39942         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
39943              
39944              TODO1: perlbench.
39945              TODO2: le, lt, ge, gt?  Yech.
39946      Branch: perl
39947            ! pp.c
39948 ____________________________________________________________________________
39949 [  9367] By: jhi                                   on 2001/03/26  21:34:57
39950         Log: Too much cut-and-paste in #9363.
39951      Branch: perl
39952            ! pp_sys.c
39953 ____________________________________________________________________________
39954 [  9366] By: jhi                                   on 2001/03/26  21:20:53
39955         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
39956              From: Andreas Schwab <schwab@suse.de>
39957              Date: 26 Mar 2001 17:29:04 +0200
39958              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
39959              
39960              (The patch for 5.6.0 or so, this is a guess for bleadperl)
39961      Branch: perl
39962            ! pp_hot.c
39963 ____________________________________________________________________________
39964 [  9365] By: jhi                                   on 2001/03/26  21:07:54
39965         Log: Integrate perlio.
39966      Branch: perl
39967           !> perlio.c
39968 ____________________________________________________________________________
39969 [  9364] By: nick                                  on 2001/03/26  20:30:48
39970         Log: REFCNT botch in layer name cache hash.
39971      Branch: perlio
39972            ! perlio.c
39973 ____________________________________________________________________________
39974 [  9363] By: jhi                                   on 2001/03/26  18:44:32
39975         Log: Subject: [PATCH] socket() leaks file descriptors
39976              From: Benjamin Sugars <bsugars@canoe.ca>
39977              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
39978              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
39979              
39980              Also sockpair() fixed similarly.
39981      Branch: perl
39982            ! pp_sys.c
39983 ____________________________________________________________________________
39984 [  9362] By: jhi                                   on 2001/03/26  18:37:52
39985         Log: Integrate perlio.
39986      Branch: perl
39987           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
39988 ____________________________________________________________________________
39989 [  9361] By: nick                                  on 2001/03/26  17:32:06
39990         Log: Implement flush of linebuffered streams on read of a tty.
39991      Branch: perlio
39992            ! perlio.c perliol.h
39993 ____________________________________________________________________________
39994 [  9360] By: nick                                  on 2001/03/26  17:12:32
39995         Log: Memory tweaks and notes for OEMVS.
39996      Branch: perlio
39997            ! README.os390 miniperlmain.c t/op/pat.t
39998 ____________________________________________________________________________
39999 [  9359] By: jhi                                   on 2001/03/26  02:12:54
40000         Log: Update Changes.
40001      Branch: perl
40002            ! Changes patchlevel.h
40003 ____________________________________________________________________________
40004 [  9358] By: jhi                                   on 2001/03/26  02:05:32
40005         Log: Document the most common pixie options.
40006      Branch: perl
40007            ! pod/perlhack.pod
40008 ____________________________________________________________________________
40009 [  9357] By: jhi                                   on 2001/03/26  01:25:28
40010         Log: For perl.pixie check *before* compiling that optimize is -g,
40011              as for perl.third.
40012      Branch: perl
40013            ! Makefile.SH
40014 ____________________________________________________________________________
40015 [  9356] By: jhi                                   on 2001/03/26  01:13:41
40016         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
40017      Branch: perl
40018            ! Makefile.SH
40019 ____________________________________________________________________________
40020 [  9355] By: jhi                                   on 2001/03/26  01:11:19
40021         Log: Remove t/perl.third.
40022      Branch: perl
40023            ! Makefile.SH
40024 ____________________________________________________________________________
40025 [  9354] By: jhi                                   on 2001/03/26  00:23:38
40026         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
40027              IO::Sockatmark().
40028      Branch: perl
40029            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
40030 ____________________________________________________________________________
40031 [  9353] By: jhi                                   on 2001/03/25  22:25:04
40032         Log: Integrate perlio.
40033      Branch: perl
40034           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
40035           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
40036           !> pp_hot.c win32/makefile.mk
40037 ____________________________________________________________________________
40038 [  9352] By: jhi                                   on 2001/03/25  22:21:41
40039         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
40040              From: Radu Greab <radu@netsoft.ro>
40041              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
40042              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
40043      Branch: perl
40044            ! pp_sys.c
40045 ____________________________________________________________________________
40046 [  9351] By: nick                                  on 2001/03/25  22:15:02
40047         Log: Fix readline in list mode to tell rest of world that it has
40048              things on the stack. Otherwise if perl code gets invoked
40049              underneath it it scribbles over results-so-far.
40050              (Why TIEHANDLE has not tripped on this is a mystery.)
40051      Branch: perlio
40052            ! pp_hot.c
40053 ____________________________________________________________________________
40054 [  9350] By: nick                                  on 2001/03/25  22:10:13
40055         Log: win32/makefile.mk typos
40056      Branch: perlio
40057            ! win32/makefile.mk
40058 ____________________________________________________________________________
40059 [  9349] By: nick                                  on 2001/03/25  21:31:14
40060         Log: Integrate now-non-binary file.
40061      Branch: perlio
40062           !> t/lib/mimeqp.t
40063 ____________________________________________________________________________
40064 [  9348] By: nick                                  on 2001/03/25  21:27:24
40065         Log: Make it text
40066      Branch: perlio
40067            ! t/lib/mimeqp.t
40068 ____________________________________________________________________________
40069 [  9347] By: nick                                  on 2001/03/25  21:25:37
40070         Log: Integrate mainline.
40071      Branch: perlio
40072           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
40073           !> lib/Term/ReadLine.pm t/lib/md5-file.t
40074 ____________________________________________________________________________
40075 [  9346] By: nick                                  on 2001/03/25  20:58:15
40076         Log: Add destruct time hook to PerlIO (for work-in-process implementing
40077              layers in perl code. In such cases layers need to be popped before
40078              we loose the ability to run perl code.)
40079              Also back-out "PerlIO::object" hook - it isn't going to work like that...
40080      Branch: perlio
40081            ! perl.c perlio.c perlio.h perliol.h
40082 ____________________________________________________________________________
40083 [  9345] By: nick                                  on 2001/03/25  20:49:11
40084         Log: Avoid at leasy one of undefined warnings in Encode.
40085      Branch: perlio
40086            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
40087 ____________________________________________________________________________
40088 [  9344] By: jhi                                   on 2001/03/25  20:37:43
40089         Log: A workaround for using Term::ReadLine in emacs minibuffer
40090              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
40091              additional tweaks from Ilya Zakharevich.
40092      Branch: perl
40093            ! lib/Term/ReadLine.pm
40094 ____________________________________________________________________________
40095 [  9343] By: nick                                  on 2001/03/25  20:21:14
40096         Log: Missing return value.
40097      Branch: perlio
40098            ! ext/PerlIO/Scalar/Scalar.xs
40099 ____________________________________________________________________________
40100 [  9342] By: jhi                                   on 2001/03/25  16:21:00
40101         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
40102              to equal the CPAN versions since no code changes have been made.
40103      Branch: perl
40104            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
40105            ! t/lib/md5-file.t
40106 ____________________________________________________________________________
40107 [  9341] By: jhi                                   on 2001/03/25  16:01:48
40108         Log: Escape 8-bit characters.
40109      Branch: perl
40110            ! t/lib/mimeqp.t
40111 ____________________________________________________________________________
40112 [  9340] By: gsar                                  on 2001/03/25  15:50:53
40113         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
40114              chars)
40115      Branch: perl
40116            + t/lib/mimeqp.t
40117 ____________________________________________________________________________
40118 [  9339] By: gsar                                  on 2001/03/25  15:48:50
40119         Log: delete mimeqp.t for later add with text mode set
40120      Branch: perl
40121            - t/lib/mimeqp.t
40122 ____________________________________________________________________________
40123 [  9338] By: nick                                  on 2001/03/25  09:01:57
40124         Log: Integrate mainline.
40125      Branch: perlio
40126           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40127           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40128           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
40129           +> t/lib/mimeb64u.t t/lib/mimeqp.t
40130           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
40131           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
40132           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
40133 ____________________________________________________________________________
40134 [  9337] By: jhi                                   on 2001/03/25  04:23:24
40135         Log: Add MIME::Base64 here and there.  Again, a lot of
40136              optimism is in the air.
40137      Branch: perl
40138            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
40139            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
40140 ____________________________________________________________________________
40141 [  9336] By: jhi                                   on 2001/03/25  04:12:43
40142         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
40143              this by ear as I do not do Win32 programming.)
40144      Branch: perl
40145            ! win32/Makefile win32/makefile.mk
40146 ____________________________________________________________________________
40147 [  9335] By: jhi                                   on 2001/03/25  04:03:50
40148         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
40149      Branch: perl
40150            ! t/lib/md5-file.t
40151 ____________________________________________________________________________
40152 [  9334] By: jhi                                   on 2001/03/25  03:58:53
40153         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
40154      Branch: perl
40155            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40156            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40157            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
40158            + t/lib/mimeb64u.t t/lib/mimeqp.t
40159            ! MANIFEST
40160 ____________________________________________________________________________
40161 [  9333] By: jhi                                   on 2001/03/24  20:14:37
40162         Log: Integrate perlio.
40163      Branch: perl
40164           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
40165 ____________________________________________________________________________
40166 [  9332] By: nick                                  on 2001/03/24  19:40:34
40167         Log: Fix un-init variable leading to spurious "Out of Memory!"
40168      Branch: perlio
40169            ! doio.c
40170 ____________________________________________________________________________
40171 [  9331] By: nick                                  on 2001/03/24  19:09:59
40172         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
40173              and update layers internals doc.
40174      Branch: perlio
40175            ! pod/perlfunc.pod pod/perliol.pod
40176 ____________________________________________________________________________
40177 [  9330] By: jhi                                   on 2001/03/24  18:42:11
40178         Log: The length might be uninitialized garbage if the *svp is the undef.
40179      Branch: perl
40180            ! doio.c
40181 ____________________________________________________________________________
40182 [  9329] By: jhi                                   on 2001/03/24  18:26:57
40183         Log: (Retracted by #9393)
40184              
40185              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
40186              From: Simon Cozens <simon@netthink.co.uk>
40187              Date: Sat, 24 Mar 2001 17:13:17 +0000
40188              Message-ID: <20010324171317.A13406@netthink.co.uk>
40189      Branch: perl
40190            ! utils/h2xs.PL
40191 ____________________________________________________________________________
40192 [  9328] By: nick                                  on 2001/03/24  17:22:02
40193         Log: Integrate mainline.
40194      Branch: perlio
40195           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
40196           !> lib/unicode/version
40197 ____________________________________________________________________________
40198 [  9327] By: nick                                  on 2001/03/24  17:16:02
40199         Log: Integrate mainline.
40200      Branch: perlio
40201           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40202           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
40203           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
40204           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
40205           +> t/lib/md5-file.t
40206           !> MANIFEST Makefile.SH configure.com djgpp/config.over
40207           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
40208           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
40209           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
40210           !> win32/makefile.mk
40211 ____________________________________________________________________________
40212 [  9326] By: jhi                                   on 2001/03/24  17:00:42
40213         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
40214      Branch: perl
40215            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
40216            ! lib/unicode/version
40217 ____________________________________________________________________________
40218 [  9325] By: jhi                                   on 2001/03/24  16:22:33
40219         Log: Subject: Re: B::Deparse bug (5.6.0)
40220              From: Robin Houston <robin@kitsite.com>
40221              Date: Sat, 24 Mar 2001 14:33:09 +0000
40222              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
40223      Branch: perl
40224            ! op.c pp.c t/lib/b.t t/op/repeat.t
40225 ____________________________________________________________________________
40226 [  9324] By: jhi                                   on 2001/03/24  16:21:56
40227         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
40228              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
40229              these additions may be too optimistic.
40230      Branch: perl
40231            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
40232            ! hints/uwin.sh hints/vmesa.sh
40233 ____________________________________________________________________________
40234 [  9323] By: jhi                                   on 2001/03/24  16:06:01
40235         Log: Integrate perlio.
40236      Branch: perl
40237           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
40238           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40239            ! Makefile.SH
40240           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
40241           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
40242           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
40243           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40244           !> win32/makefile.mk win32/perlhost.h win32/win32.c
40245           !> win32/win32iop.h
40246 ____________________________________________________________________________
40247 [  9322] By: nick                                  on 2001/03/24  14:39:12
40248         Log: Routine Win32 regen_config_h - no real changes.
40249      Branch: perlio
40250            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40251 ____________________________________________________________________________
40252 [  9321] By: nick                                  on 2001/03/24  14:31:49
40253         Log: PerlIO fixups for Win32:
40254              - provide win33_popenlist() - non-functional as yet.
40255              - avoid need for aTHX in PerlIO_debug calls - even if not 
40256              enabled args are still evaluated so Win32 has trouble during fork().
40257              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
40258              - Fixup makedef.pl for latest set of symbols.
40259      Branch: perlio
40260            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
40261            ! win32/perlhost.h win32/win32.c win32/win32iop.h
40262 ____________________________________________________________________________
40263 [  9320] By: nick                                  on 2001/03/24  14:26:58
40264         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
40265              was gibberish - broke it on WIn32 at least.
40266      Branch: perlio
40267            ! ext/POSIX/POSIX.xs
40268 ____________________________________________________________________________
40269 [  9319] By: nick                                  on 2001/03/24  11:29:41
40270         Log: Generated files.
40271      Branch: perlio
40272            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40273 ____________________________________________________________________________
40274 [  9318] By: nick                                  on 2001/03/24  10:29:37
40275         Log: Implement:
40276              1.  open($fh,"+<",undef);  # add test to t/io/open.t
40277              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
40278      Branch: perlio
40279            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
40280            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
40281            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
40282            ! t/io/open.t t/io/utf8.t
40283 ____________________________________________________________________________
40284 [  9317] By: jhi                                   on 2001/03/23  23:41:25
40285         Log: AIX does seems to have optimization problems with its C compilers.
40286      Branch: perl
40287            ! hints/aix.sh
40288 ____________________________________________________________________________
40289 [  9316] By: jhi                                   on 2001/03/23  23:40:46
40290         Log: Integrate perlio.
40291      Branch: perl
40292           +> lib/PerlIO.pm
40293           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
40294           !> perliol.h
40295 ____________________________________________________________________________
40296 [  9315] By: jhi                                   on 2001/03/23  22:16:30
40297         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
40298      Branch: perl
40299            ! t/lib/md5-file.t
40300 ____________________________________________________________________________
40301 [  9314] By: nick                                  on 2001/03/23  20:49:02
40302         Log: Perlio internals re-organized.
40303              - open process creates AV of layer/arg pairs
40304              (appends layers from open() or open.pm to default list).
40305              - push arg is now an SV.
40306              - layer ->Open get passed the AV
40307              - open is no longer mandatory method.
40308              - topmost layer that has ->Open method does the open
40309              - any layers above are pushed once that returns.
40310              - vtable re-ordered so dummy layers need only provide push/pop methods.
40311      Branch: perlio
40312            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40313 ____________________________________________________________________________
40314 [  9313] By: nick                                  on 2001/03/23  16:27:41
40315         Log: Check in a stable (working) version before next round of tweaks.
40316              Changes include:
40317              - Move default layers code out of doio.c and into perlio.c
40318              - Single routine for parsing layer specification strings.
40319              - Skeleton support for demand loading of layers
40320              - Core-dump avoidance if PERLIO environment specifies loadable layer
40321              (does not _work_ as need IO to load and need load to do IO ...)
40322      Branch: perlio
40323            + lib/PerlIO.pm
40324            ! MANIFEST doio.c perlio.c
40325 ____________________________________________________________________________
40326 [  9312] By: gsar                                  on 2001/03/23  16:25:25
40327         Log: add execute bit to files with shebang lines in the repository;
40328              avoid clobbering execute bit in Porting/makerel 
40329      Branch: maint-5.6/perl
40330            ! (edit 144 files)
40331 ____________________________________________________________________________
40332 [  9311] By: jhi                                   on 2001/03/23  14:25:35
40333         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
40334      Branch: perl
40335            ! MANIFEST
40336 ____________________________________________________________________________
40337 [  9310] By: jhi                                   on 2001/03/23  13:45:04
40338         Log: Subject: [PATCH] Net::Ping
40339              From: Colin McMillen <mcmi0037@tc.umn.edu>
40340              Date: Thu, 22 Mar 2001 19:30:31 -0600
40341              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
40342      Branch: perl
40343            ! lib/Net/Ping.pm
40344 ____________________________________________________________________________
40345 [  9309] By: jhi                                   on 2001/03/23  13:39:13
40346         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
40347      Branch: perl
40348            ! t/lib/md5-aaa.t t/lib/md5-file.t
40349 ____________________________________________________________________________
40350 [  9308] By: jhi                                   on 2001/03/23  13:20:34
40351         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
40352              - bump the version to 2.14
40353              - drop the base64 tests since they require MIME::Base64
40354              - drop the rfc1321.txt
40355              - drop the hints/dec_osf.pl since it's only needed for
40356              pre-5.005_03 Perls
40357              Todo:
40358              - the U32 alignment testing is now removed; it needs to
40359              be reintroduced as as a Config variable (meaning also
40360              as a Configure test)
40361              - get the new EBCDIC md5sum for MD5.pm
40362              - test in Win32 to see how badly I botched the makefiles
40363      Branch: perl
40364            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40365            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
40366            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
40367            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
40368            + t/lib/md5-file.t
40369            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
40370            ! win32/Makefile win32/makefile.mk
40371 ____________________________________________________________________________
40372 [  9307] By: jhi                                   on 2001/03/23  12:56:14
40373         Log: Integrate change #9306 from maintperl into mainline,
40374              AIX dynaloader for AIXes without <load.h>.
40375      Branch: perl
40376           !> ext/DynaLoader/hints/aix.pl
40377 ____________________________________________________________________________
40378 [  9306] By: jhi                                   on 2001/03/23  12:51:36
40379         Log: There are AIXes without /usr/include/load.h,
40380              patch from H.Merijn Brand.
40381      Branch: maint-5.6/perl
40382            ! ext/DynaLoader/hints/aix.pl
40383 ____________________________________________________________________________
40384 [  9305] By: nick                                  on 2001/03/23  11:00:42
40385         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
40386      Branch: perlio
40387            ! ext/Encode/Encode.xs perlio.c perlio.h
40388 ____________________________________________________________________________
40389 [  9304] By: nick                                  on 2001/03/23  10:20:46
40390         Log: Render -Duseperlio functional again.
40391              - this is "quick fix" which calls PerlIO_apply_layers after opening,
40392              which is what old scheme did. New scheme needs to change that
40393              to make open(...,\$scalar) etc. work but this will do for now.
40394      Branch: perlio
40395            ! perlio.c
40396 ____________________________________________________________________________
40397 [  9303] By: nick                                  on 2001/03/23  09:53:20
40398         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
40399              -Uuseperlio now works again.
40400              -Duseperlio is still poorly. Don't merge yet...
40401      Branch: perlio
40402            ! doio.c perlio.h
40403 ____________________________________________________________________________
40404 [  9302] By: nick                                  on 2001/03/22  22:26:51
40405         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
40406              type code.
40407              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
40408              is its main caller. In particular now has access to "extra" args, and
40409              can tell when an open handle is "reopened" (or duped?).
40410              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
40411              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
40412              PerlIO_open() et. al. (i.e. other way round).
40413              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
40414              with args close to PerlIO_openn().
40415      Branch: perlio
40416            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40417 ____________________________________________________________________________
40418 [  9301] By: jhi                                   on 2001/03/22  20:58:04
40419         Log: Integrate perlio.
40420      Branch: perl
40421           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
40422           !> t/io/open.t util.c
40423 ____________________________________________________________________________
40424 [  9300] By: nick                                  on 2001/03/22  17:36:32
40425         Log: Don't include $@ in not ok message.
40426      Branch: perlio
40427            ! t/io/open.t
40428 ____________________________________________________________________________
40429 [  9299] By: gsar                                  on 2001/03/22  16:53:45
40430         Log: back out changes#7532,7521 for now (appears to have problems
40431              on IRIX)
40432      Branch: maint-5.6/perl
40433            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40434            ! ext/POSIX/typemap pod/perlvar.pod
40435 ____________________________________________________________________________
40436 [  9298] By: nick                                  on 2001/03/22  14:35:46
40437         Log: Give a meaning to '&' in n-arg open case:
40438              open($fh,"<&",$scalar);
40439              $scalar can be:
40440              - an integer which does "fdopen"
40441              open($fh,"<&",2); # like open($fh,"<&2")
40442              - something that will yield a file handle via sv_2io()
40443              useful for dup'ing anonymous handles.
40444              e.g.:
40445              open(my $fh,"<&",\*STDIN);
40446              open(my $dup,"<&",$fh);
40447      Branch: perlio
40448            ! doio.c t/io/open.t
40449 ____________________________________________________________________________
40450 [  9297] By: nick                                  on 2001/03/22  13:34:35
40451         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
40452      Branch: perlio
40453            ! util.c
40454 ____________________________________________________________________________
40455 [  9296] By: nick                                  on 2001/03/22  12:51:20
40456         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
40457      Branch: perlio
40458            ! perl.c
40459 ____________________________________________________________________________
40460 [  9295] By: nick                                  on 2001/03/22  11:59:44
40461         Log: If stdin, stdout or stderr get opened in unexpected read/write state
40462              then warn at time of open not at time of use.
40463      Branch: perlio
40464            ! doio.c pp_hot.c pp_sys.c
40465 ____________________________________________________________________________
40466 [  9294] By: nick                                  on 2001/03/22  10:54:35
40467         Log: Die on n-arg open(...,"",xxx,yyy,...)
40468              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
40469              - die on read/write cases so we can decide what it means later.
40470      Branch: perlio
40471            ! doio.c embed.pl iperlsys.h util.c
40472 ____________________________________________________________________________
40473 [  9293] By: nick                                  on 2001/03/22  09:02:45
40474         Log: perlio tweaks (reported by Nick Clark)
40475              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
40476              error check in Pendinf_read().
40477      Branch: perlio
40478            ! perlio.c
40479 ____________________________________________________________________________
40480 [  9292] By: gsar                                  on 2001/03/22  07:12:00
40481         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
40482              fixes)
40483      Branch: maint-5.6/perl
40484           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
40485 ____________________________________________________________________________
40486 [  9291] By: jhi                                   on 2001/03/22  06:06:44
40487         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
40488      Branch: perl
40489            ! t/op/re_tests
40490 ____________________________________________________________________________
40491 [  9290] By: jhi                                   on 2001/03/22  05:57:01
40492         Log: Move MacOS Classic higher in the list of supported platforms.
40493      Branch: maint-5.6/perl
40494            ! pod/perlport.pod
40495 ____________________________________________________________________________
40496 [  9289] By: gsar                                  on 2001/03/22  05:35:04
40497         Log: revert part of change#6438 for compatibility (av_reify()
40498              appears to be needed to implement av_splice()ish things
40499              in XS)
40500      Branch: maint-5.6/perl
40501            ! embed.pl global.sym objXSUB.h perlapi.c
40502 ____________________________________________________________________________
40503 [  9288] By: gsar                                  on 2001/03/22  03:09:19
40504         Log: update copyright year
40505      Branch: maint-5.6/perl
40506            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
40507            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
40508            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
40509            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
40510            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
40511            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
40512            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
40513            ! x2p/walk.c
40514 ____________________________________________________________________________
40515 [  9287] By: jhi                                   on 2001/03/21  20:30:54
40516         Log: Integrate perlio.
40517      Branch: perl
40518           !> ext/Data/Dumper/Dumper.xs
40519 ____________________________________________________________________________
40520 [  9286] By: gsar                                  on 2001/03/21  19:49:54
40521         Log: makefile.mk tweak
40522      Branch: maint-5.6/perl
40523            ! win32/Makefile win32/makefile.mk
40524 ____________________________________________________________________________
40525 [  9285] By: nick                                  on 2001/03/21  19:07:13
40526         Log: Multiplicity fix for Dumper.
40527      Branch: perlio
40528            ! ext/Data/Dumper/Dumper.xs
40529 ____________________________________________________________________________
40530 [  9284] By: nick                                  on 2001/03/21  19:01:07
40531         Log: Integrate mainline - (does not build xTHX issue in Dumper).
40532      Branch: perlio
40533           !> (integrate 27 files)
40534 ____________________________________________________________________________
40535 [  9283] By: jhi                                   on 2001/03/21  17:17:35
40536         Log: Integrate change #9282 from mainline into maintperl,
40537              4-arg UTF-8 substr().
40538      Branch: maint-5.6/perl
40539           !> pp.c
40540 ____________________________________________________________________________
40541 [  9282] By: jhi                                   on 2001/03/21  17:15:43
40542         Log: The #9270 would have leaked a scalar if pp_substr()
40543              returned early.
40544      Branch: perl
40545            ! pp.c
40546 ____________________________________________________________________________
40547 [  9281] By: gsar                                  on 2001/03/21  17:03:14
40548         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
40549      Branch: maint-5.6/perl
40550            ! win32/makefile.mk
40551 ____________________________________________________________________________
40552 [  9280] By: gsar                                  on 2001/03/21  17:01:20
40553         Log: some tweaks to change#9278 (fork() emulation should be enabled
40554              by setting BUILD_FLAVOR instead of changing the defaults)
40555      Branch: maint-5.6/perl
40556            ! win32/makefile.mk
40557 ____________________________________________________________________________
40558 [  9279] By: gsar                                  on 2001/03/21  16:47:19
40559         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
40560      Branch: maint-5.6/perl
40561            ! ext/File/Glob/Glob.pm
40562           !> lib/Cwd.pm
40563 ____________________________________________________________________________
40564 [  9278] By: jhi                                   on 2001/03/21  14:35:10
40565         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
40566              From: "Vadim Konovalov" <watman@inbox.ru>
40567              Date: Wed, 21 Mar 2001 01:53:51 +0300
40568              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
40569      Branch: maint-5.6/perl
40570            ! win32/makefile.mk win32/win32sck.c
40571 ____________________________________________________________________________
40572 [  9277] By: jhi                                   on 2001/03/21  13:58:28
40573         Log: Integrate change #9270 from mainline to maintperl:
40574              continued 4-arg UTF-8 substr() fixing.
40575      Branch: maint-5.6/perl
40576           !> pp.c t/op/substr.t
40577 ____________________________________________________________________________
40578 [  9276] By: jhi                                   on 2001/03/21  13:33:00
40579         Log: More pixie cleaning.
40580      Branch: perl
40581            ! Makefile.SH
40582 ____________________________________________________________________________
40583 [  9275] By: jhi                                   on 2001/03/21  03:54:17
40584         Log: Update Changes.
40585      Branch: perl
40586            ! Changes patchlevel.h
40587 ____________________________________________________________________________
40588 [  9274] By: jhi                                   on 2001/03/21  03:48:24
40589         Log: First stab at making Data::Dumper to grok Unicode.
40590              
40591              TODO: tests, EBCDICify.
40592      Branch: perl
40593            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
40594 ____________________________________________________________________________
40595 [  9273] By: jhi                                   on 2001/03/21  02:23:00
40596         Log: Fix for
40597              
40598              Subject: Memory leak in unquoted print   
40599              From: Benjamin Sugars <bsugars@canoe.ca> 
40600              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
40601              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
40602      Branch: perl
40603            ! perlio.c
40604 ____________________________________________________________________________
40605 [  9272] By: jhi                                   on 2001/03/21  01:33:17
40606         Log: Subject: Re: [PATCH] POSIX::getcwd()
40607              From: Benjamin Sugars <bsugars@canoe.ca> 
40608              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
40609              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
40610      Branch: perl
40611            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
40612 ____________________________________________________________________________
40613 [  9271] By: jhi                                   on 2001/03/21  01:22:52
40614         Log: Subject: [PATCH] Cwd.pm docs
40615              From: Benjamin Sugars <bsugars@canoe.ca>
40616              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
40617              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
40618      Branch: perl
40619            ! lib/Cwd.pm
40620 ____________________________________________________________________________
40621 [  9270] By: jhi                                   on 2001/03/21  01:16:29
40622         Log: Continue 4-arg substr() UTF-8 fixage.
40623      Branch: perl
40624            ! pp.c t/op/substr.t
40625 ____________________________________________________________________________
40626 [  9269] By: jhi                                   on 2001/03/21  00:46:14
40627         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
40628              
40629              revert the leak fix in change#9142 (problem needs a more experimental
40630              fix unsuitable for 5.6.1)
40631              
40632              do alphabetical sorting by default (for csh compatibility)
40633              
40634              cut-n-paste goof in change#9264
40635              
40636              VMS piping fixes (from Charles Lane)
40637      Branch: perl
40638           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
40639           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
40640           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
40641 ____________________________________________________________________________
40642 [  9268] By: jhi                                   on 2001/03/21  00:37:04
40643         Log: Integrate perlio.
40644      Branch: perl
40645           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
40646           !> utf8.c utf8.h utfebcdic.h
40647 ____________________________________________________________________________
40648 [  9267] By: nick                                  on 2001/03/20  20:04:39
40649         Log: More EBCDIC stuff:
40650              - Loose the extra level of function on ASCII.
40651              - spotted a chr(0) issue in sv.c
40652              - re-work of UTF-X tr/// ranges to work in Unicode
40653              space. Still issues with the "0xff is illegal UTF-8" hack.
40654              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
40655              (why do it once when you can do it all over the place :-(
40656              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
40657              need utf8.pm for swashes.
40658              - Simplified and commented scan_const() in toke.c
40659              Still something wrong regexp and tr (swashes?).
40660      Branch: perlio
40661            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
40662            ! utf8.c utf8.h utfebcdic.h
40663 ____________________________________________________________________________
40664 [  9266] By: gsar                                  on 2001/03/20  19:16:43
40665         Log: VMS piping fixes (from Charles Lane)
40666      Branch: maint-5.6/perl
40667            ! vms/vms.c vms/vmspipe.com
40668 ____________________________________________________________________________
40669 [  9265] By: gsar                                  on 2001/03/20  17:53:52
40670         Log: cut-n-paste goof in change#9264
40671      Branch: maint-5.6/perl
40672            ! ext/File/Glob/Glob.xs
40673 ____________________________________________________________________________
40674 [  9264] By: gsar                                  on 2001/03/20  17:43:47
40675         Log: do alphabetical sorting by default (for csh compatibility);
40676              bsd_glob() does ASCII sort by default as usual, unless
40677              GLOB_ALPHASORT was specified
40678      Branch: maint-5.6/perl
40679            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
40680            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
40681            ! ext/File/Glob/bsd_glob.h
40682 ____________________________________________________________________________
40683 [  9263] By: gsar                                  on 2001/03/20  16:40:08
40684         Log: integrate change#9255 from mainline (unicode fix)
40685              
40686              substr($bytestr, i, n, $charstr)
40687      Branch: maint-5.6/perl
40688           !> Todo-5.6 pp.c t/op/substr.t
40689 ____________________________________________________________________________
40690 [  9262] By: gsar                                  on 2001/03/20  15:57:41
40691         Log: revert the leak fix in change#9142 (problem needs a more experimental
40692              fix unsuitable for 5.6.1)
40693      Branch: maint-5.6/perl
40694            ! scope.c
40695 ____________________________________________________________________________
40696 [  9261] By: jhi                                   on 2001/03/20  14:26:25
40697         Log: Integrate changes #9259,9260 from maintperl into mainline.
40698              
40699              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
40700              
40701              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
40702      Branch: perl
40703           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
40704 ____________________________________________________________________________
40705 [  9260] By: jhi                                   on 2001/03/20  14:05:46
40706         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
40707              From: Robin Barker <rmb1@cise.npl.co.uk>
40708              Date: Tue, 20 Mar 2001 10:12:04 GMT
40709              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
40710      Branch: maint-5.6/perl
40711            ! run.c
40712 ____________________________________________________________________________
40713 [  9259] By: jhi                                   on 2001/03/20  14:04:39
40714         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
40715              From: Chris Nandor <pudge@pobox.com>
40716              Date: Tue, 20 Mar 2001 00:40:56 -0500
40717              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
40718      Branch: maint-5.6/perl
40719            ! ext/POSIX/POSIX.xs lib/File/Path.pm
40720 ____________________________________________________________________________
40721 [  9258] By: jhi                                   on 2001/03/20  05:09:34
40722         Log: Update Changes.
40723      Branch: perl
40724            ! Changes patchlevel.h
40725 ____________________________________________________________________________
40726 [  9257] By: jhi                                   on 2001/03/20  05:04:25
40727         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
40728      Branch: perl
40729            ! t/op/tr.t
40730 ____________________________________________________________________________
40731 [  9256] By: jhi                                   on 2001/03/20  04:43:12
40732         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
40733              From: Peter Prymmer <pvhp@forte.com>
40734              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
40735              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
40736      Branch: maint-5.6/perl
40737            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
40738 ____________________________________________________________________________
40739 [  9255] By: jhi                                   on 2001/03/19  23:17:17
40740         Log: substr($bytestr, i, n, $charstr)
40741              
40742              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
40743      Branch: perl
40744            ! Todo-5.6 pp.c t/op/substr.t
40745 ____________________________________________________________________________
40746 [  9254] By: jhi                                   on 2001/03/19  22:25:09
40747         Log: Rearrange the make test target prerequisites so that
40748              in a parallel make 'all' is finished before 'test'.
40749      Branch: perl
40750            ! Makefile.SH
40751 ____________________________________________________________________________
40752 [  9253] By: jhi                                   on 2001/03/19  21:48:07
40753         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
40754              From: Robin Houston <robin@kitsite.com>
40755              Date: Mon, 19 Mar 2001 15:48:41 +0000
40756              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
40757      Branch: perl
40758            ! pp_ctl.c
40759 ____________________________________________________________________________
40760 [  9252] By: jhi                                   on 2001/03/19  21:42:27
40761         Log: Integrate perlio.
40762      Branch: perl
40763           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
40764           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
40765           !> utfebcdic.h vms/perly_c.vms
40766 ____________________________________________________________________________
40767 [  9251] By: jhi                                   on 2001/03/19  21:31:28
40768         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
40769              
40770              Dynaloading in 64-bit AIX with vac.
40771      Branch: perl
40772           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40773           !> hints/aix.sh
40774 ____________________________________________________________________________
40775 [  9250] By: jhi                                   on 2001/03/19  21:18:00
40776         Log: A more robust solution for the 64bitall AIX dynaloading
40777              problem, from Jens-Uwe Mager.
40778      Branch: maint-5.6/perl
40779            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
40780 ____________________________________________________________________________
40781 [  9249] By: nick                                  on 2001/03/19  20:59:37
40782         Log: Integrate mainline.
40783      Branch: perlio
40784           !> (integrate 42 files)
40785 ____________________________________________________________________________
40786 [  9248] By: nick                                  on 2001/03/19  20:22:07
40787         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
40788              (Building on OS390 uses native YACC and YYDEBUG has other
40789              side effects.)
40790      Branch: perlio
40791            ! perly.c perly.y vms/perly_c.vms
40792 ____________________________________________________________________________
40793 [  9247] By: jhi                                   on 2001/03/19  19:59:53
40794         Log: 64-bit AIX dynaloading problem (see #9244) idea
40795              from Jens-Uwe Mager.
40796      Branch: maint-5.6/perl
40797            ! ext/DynaLoader/dl_aix.xs
40798 ____________________________________________________________________________
40799 [  9246] By: nick                                  on 2001/03/19  19:27:57
40800         Log: More EBCDIC fixes.
40801      Branch: perlio
40802            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
40803            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
40804 ____________________________________________________________________________
40805 [  9245] By: jhi                                   on 2001/03/19  19:05:19
40806         Log: Integrate change #9243 from mainline into maintperl.
40807              
40808              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
40809      Branch: maint-5.6/perl
40810           !> README.vmesa
40811 ____________________________________________________________________________
40812 [  9244] By: jhi                                   on 2001/03/19  19:03:15
40813         Log: Get 64bitall AIX building, but still does not test okay:
40814              dynaloading anything fails, for example for op/defins:
40815              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
40816              (update: fixed by #9247,9250)
40817      Branch: maint-5.6/perl
40818            ! hints/aix.sh
40819 ____________________________________________________________________________
40820 [  9243] By: jhi                                   on 2001/03/19  19:00:16
40821         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
40822              From: Robin Barker <rmb1@cise.npl.co.uk>
40823              Date: Mon, 19 Mar 2001 18:01:57 GMT
40824              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
40825      Branch: perl
40826            ! README.vmesa
40827 ____________________________________________________________________________
40828 [  9242] By: jhi                                   on 2001/03/19  18:58:43
40829         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
40830              
40831              TODO: tests.
40832      Branch: perl
40833            ! doop.c op.c
40834 ____________________________________________________________________________
40835 [  9241] By: gsar                                  on 2001/03/19  17:34:46
40836         Log: VMSify tests (from Charles Lane)
40837      Branch: maint-5.6/perl
40838            ! t/lib/filehand.t t/lib/texttabs.t
40839 ____________________________________________________________________________
40840 [  9240] By: jhi                                   on 2001/03/19  14:24:26
40841         Log: Integrate change #9233 from maintperl into mainline.
40842              
40843              some refcounts were incorrect in perl_clone()
40844      Branch: perl
40845           !> sv.c
40846 ____________________________________________________________________________
40847 [  9239] By: gsar                                  on 2001/03/19  09:23:17
40848         Log: this is 5.6.1-trial3
40849      Branch: maint-5.6/perl
40850            ! Changes
40851 ____________________________________________________________________________
40852 [  9238] By: gsar                                  on 2001/03/19  08:47:04
40853         Log: some new symbols are only available under ithreads
40854      Branch: maint-5.6/perl
40855            ! makedef.pl
40856 ____________________________________________________________________________
40857 [  9237] By: gsar                                  on 2001/03/19  08:42:28
40858         Log: update patchlevel.h, Changes, &c.
40859      Branch: maint-5.6/perl
40860            ! Changes patchlevel.h pod/perlhist.pod
40861           !> AUTHORS
40862 ____________________________________________________________________________
40863 [  9236] By: gsar                                  on 2001/03/19  08:17:49
40864         Log: integrate changes#8068,8717 from mainline
40865              
40866              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
40867              
40868              [PATCH CPAN 1.59_51] warning message (not!)
40869      Branch: maint-5.6/perl
40870           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
40871           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
40872           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
40873           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
40874           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
40875 ____________________________________________________________________________
40876 [  9235] By: gsar                                  on 2001/03/19  08:07:09
40877         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
40878              
40879              [PATCH] Add missing CV flags to dump.c
40880              
40881              Re: [patch] Re: PL_ptr_table
40882              
40883              Fixup non-ithread build after 8713
40884              
40885              Generated files form 8713 etc.
40886              
40887              Correct the correction :-(
40888              
40889              Documenting coderef @INC (Re: CPAN "make this script work" feature)
40890              
40891              Subject: Re: sync sync sync: have I missed any patches?
40892              Replace djSP with dSP.
40893      Branch: maint-5.6/perl
40894           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
40895           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
40896           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
40897           !> sv.c sv.h win32/perlhost.h
40898 ____________________________________________________________________________
40899 [  9234] By: gsar                                  on 2001/03/19  07:22:05
40900         Log: revert the change#9090 integrate for now (change looks somewhat
40901              incomplete in that [ha]v_exists() need something similar; lacks
40902              tests; &c.)
40903      Branch: maint-5.6/perl
40904            ! hv.c
40905 ____________________________________________________________________________
40906 [  9233] By: gsar                                  on 2001/03/19  07:10:01
40907         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
40908              destruction when there are unreferenced scalars (SvREFCNT==0)
40909      Branch: maint-5.6/perl
40910            ! sv.c
40911 ____________________________________________________________________________
40912 [  9232] By: jhi                                   on 2001/03/19  05:11:02
40913         Log: Regen api and toc.
40914      Branch: maint-5.6/perl
40915            ! pod/perlapi.pod pod/perltoc.pod
40916 ____________________________________________________________________________
40917 [  9231] By: jhi                                   on 2001/03/19  04:06:03
40918         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
40919              add a lost line in pp.c:pp_chop(), update to new op/chop.
40920              
40921              Clarify the description differentiating for and while; inspired by
40922              
40923              Subject: [ID 20010306.004] || != named unary operator
40924              
40925              The $Is_MacOS needs to be declared.
40926      Branch: maint-5.6/perl
40927            ! pp.c t/op/chop.t
40928           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
40929 ____________________________________________________________________________
40930 [  9230] By: jhi                                   on 2001/03/19  03:48:16
40931         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
40932              9079,9083,9089,9090,9091 from mainline to maintperl.
40933              
40934              Quieten some noise in Win32 builds
40935              
40936              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
40937              
40938              The perlretut was still talking about the old \p and \P
40939              definitions.
40940              
40941              More tweakage on the Unicode character class descriptions.
40942              
40943              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
40944              
40945              Subject: 'no *POSIX' Patch speeding up make on BS2000 
40946              
40947              Subject: [PATCH] perldata.pod here-doc docs
40948              
40949              Add /sbin and /usr/sbin to the list of directories scanned
40950              for setuid programs.  Takes care of bug id 20010309.003.
40951              
40952              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
40953              
40954              In op/stat #35 better to scan all the potential directories
40955              for setuids, not just the first one.
40956      Branch: maint-5.6/perl
40957            ! Makefile.SH
40958           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
40959           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
40960           !> t/op/stat.t toke.c win32/win32.h
40961 ____________________________________________________________________________
40962 [  9229] By: jhi                                   on 2001/03/19  02:31:50
40963         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
40964              From: Chris Nandor <pudge@pobox.com>
40965              Date: Sat, 10 Mar 2001 14:22:19 -0500
40966              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
40967      Branch: maint-5.6/perl
40968            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
40969            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
40970            ! t/lib/b.t t/lib/errno.t
40971 ____________________________________________________________________________
40972 [  9228] By: jhi                                   on 2001/03/19  02:29:59
40973         Log: Integrate changes #9113,9122 from mainline into maintperl.
40974              
40975              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
40976      Branch: maint-5.6/perl
40977           !> Configure README.os390 hints/os390.sh
40978 ____________________________________________________________________________
40979 [  9227] By: jhi                                   on 2001/03/19  02:22:35
40980         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
40981              into maintperl.
40982              
40983              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
40984              
40985              Forgot to check-in the larger part of #9120, duh.
40986              
40987              Subject: Another patch for integer.pm POD 
40988              
40989              h2ph strictness and cleanliness from Kurt Starsinic.
40990              
40991              Borland filename case problem.
40992              
40993              h2ph strictness and cleanliness from Kurt Starsinic.
40994              
40995              Subject: [PATCH] the uncontroversial doc patches
40996      Branch: maint-5.6/perl
40997           +> win32/sncfnmcs.pl
40998           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
40999           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
41000           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
41001           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
41002           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
41003           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
41004           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
41005 ____________________________________________________________________________
41006 [  9226] By: jhi                                   on 2001/03/19  02:10:21
41007         Log: Integrate changes #9207,9214 from mainline into maintperl.
41008              
41009              podchecker relaxations: =over has an *optional* number after it,
41010              and whitespace in L<> is okay.
41011      Branch: maint-5.6/perl
41012           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
41013           !> t/pod/poderrs.xr
41014 ____________________________________________________________________________
41015 [  9225] By: jhi                                   on 2001/03/19  02:07:38
41016         Log: Integrate change #9219 from maintperl into mainline.
41017              
41018              remove duplicated tests
41019      Branch: perl
41020           !> t/op/re_tests
41021 ____________________________________________________________________________
41022 [  9224] By: jhi                                   on 2001/03/19  02:06:11
41023         Log: Integrate change #9223 from mainline to maintperl.
41024              
41025              Document -Dmksymlinks.
41026      Branch: maint-5.6/perl
41027           !> INSTALL
41028 ____________________________________________________________________________
41029 [  9223] By: jhi                                   on 2001/03/19  02:01:25
41030         Log: Document -Dmksymlinks.
41031      Branch: perl
41032            ! INSTALL
41033 ____________________________________________________________________________
41034 [  9222] By: jhi                                   on 2001/03/19  01:15:35
41035         Log: The -Dmksymlinks wasn't working for maintperl.
41036      Branch: maint-5.6/perl
41037            ! Configure
41038 ____________________________________________________________________________
41039 [  9221] By: jhi                                   on 2001/03/19  00:49:43
41040         Log: Cleanup pixie residue.
41041      Branch: perl
41042            ! Makefile.SH
41043 ____________________________________________________________________________
41044 [  9220] By: jhi                                   on 2001/03/19  00:44:47
41045         Log: Document the use of pixie/prof; create make targets for it.
41046              
41047              TODO: make t/TEST pixie-aware.
41048      Branch: perl
41049            ! Makefile.SH pod/perlhack.pod
41050 ____________________________________________________________________________
41051 [  9219] By: gsar                                  on 2001/03/19  00:16:55
41052         Log: remove duplicated tests
41053      Branch: maint-5.6/perl
41054            ! t/op/re_tests
41055 ____________________________________________________________________________
41056 [  9218] By: jhi                                   on 2001/03/18  23:59:31
41057         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
41058      Branch: perl
41059            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
41060 ____________________________________________________________________________
41061 [  9217] By: jhi                                   on 2001/03/18  23:25:20
41062         Log: Rewrite the tests section of Makefile to be less redundant
41063              and to allow for more flexible test targets, many recursive
41064              make calls introduced.
41065      Branch: perl
41066            ! Makefile.SH
41067 ____________________________________________________________________________
41068 [  9216] By: jhi                                   on 2001/03/18  22:30:04
41069         Log: Document the use of Third Degree (sparsely).
41070      Branch: perl
41071            ! pod/perlhack.pod t/TEST
41072 ____________________________________________________________________________
41073 [  9215] By: jhi                                   on 2001/03/18  22:10:30
41074         Log: Make targets for testing with Third Degree.
41075      Branch: perl
41076            ! Makefile.SH
41077 ____________________________________________________________________________
41078 [  9214] By: jhi                                   on 2001/03/18  21:08:53
41079         Log: The podchecker relaxations need to mirrored also at the tests.
41080      Branch: perl
41081            ! t/pod/poderrs.xr
41082 ____________________________________________________________________________
41083 [  9213] By: jhi                                   on 2001/03/18  20:56:21
41084         Log: Update Changes.
41085      Branch: perl
41086            ! Changes patchlevel.h
41087 ____________________________________________________________________________
41088 [  9212] By: jhi                                   on 2001/03/18  20:36:59
41089         Log: Looking for config.sh in parent directories isn't
41090              very useful for the toplevel Makefile.
41091      Branch: perl
41092            ! Makefile.SH
41093 ____________________________________________________________________________
41094 [  9211] By: jhi                                   on 2001/03/18  20:33:37
41095         Log: On "make clean" take care of Third Degree droppings.
41096      Branch: perl
41097            ! Makefile.SH
41098 ____________________________________________________________________________
41099 [  9210] By: jhi                                   on 2001/03/18  20:21:34
41100         Log: Add a hook for running the tests under the Third Degree
41101              debugging tool (set $ENV{PERL_3LOG} to non-zero)
41102              
41103              TODO: Document the use of Third Degree.
41104      Branch: perl
41105            ! t/TEST
41106 ____________________________________________________________________________
41107 [  9209] By: jhi                                   on 2001/03/18  20:19:07
41108         Log: Regen toc and api pods.
41109      Branch: perl
41110            ! pod/perlapi.pod pod/perltoc.pod
41111 ____________________________________________________________________________
41112 [  9208] By: jhi                                   on 2001/03/18  20:12:12
41113         Log: Integrate changes #8128,9132 from mainline into maintperl,
41114              Tie::SubstrHash fixes.
41115      Branch: maint-5.6/perl
41116           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
41117 ____________________________________________________________________________
41118 [  9207] By: jhi                                   on 2001/03/18  20:07:43
41119         Log: podchecker relaxations from Michael Stevens.
41120      Branch: perl
41121            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
41122 ____________________________________________________________________________
41123 [  9206] By: jhi                                   on 2001/03/18  20:04:24
41124         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
41125      Branch: perl
41126            ! lib/Locale/Constants.pm lib/Locale/Country.pm
41127            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
41128            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
41129 ____________________________________________________________________________
41130 [  9205] By: jhi                                   on 2001/03/18  19:54:45
41131         Log: Integrate changes #9161,9162 from maintperl to mainline.
41132              
41133              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
41134              results
41135      Branch: perl
41136           !> t/op/magic.t
41137 ____________________________________________________________________________
41138 [  9204] By: jhi                                   on 2001/03/18  19:37:46
41139         Log: Make perl.third checks more understandable to the builder.
41140      Branch: perl
41141            ! Makefile.SH
41142 ____________________________________________________________________________
41143 [  9203] By: jhi                                   on 2001/03/18  19:20:54
41144         Log: Re-integrate #9138 from maintperl to mainline,
41145              the squelching of the unneeded "Scalars leaked" messages.
41146      Branch: perl
41147           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41148           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41149           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41150 ____________________________________________________________________________
41151 [  9202] By: jhi                                   on 2001/03/18  18:48:36
41152         Log: More robust and more paranoid perl.third target.
41153      Branch: perl
41154            ! Makefile.SH
41155 ____________________________________________________________________________
41156 [  9201] By: jhi                                   on 2001/03/18  18:39:21
41157         Log: Integrate change #9197 from maintperl to mainline.
41158              
41159              more thorough cleaning of arenas.
41160      Branch: perl
41161           !> embed.pl perl.c proto.h sv.c t/op/sort.t
41162 ____________________________________________________________________________
41163 [  9200] By: jhi                                   on 2001/03/18  18:25:17
41164         Log: Integrate perlio.
41165      Branch: perl
41166           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
41167           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
41168           !> t/lib/encode.t toke.c universal.c utf8.c
41169 ____________________________________________________________________________
41170 [  9199] By: nick                                  on 2001/03/18  15:23:51
41171         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
41172              is the sense of the test being done. Avoid some magical 127 and 128 values
41173              by using macros.
41174      Branch: perlio
41175            ! doop.c pp_ctl.c sv.c toke.c
41176 ____________________________________________________________________________
41177 [  9198] By: nick                                  on 2001/03/18  14:18:12
41178         Log: UTF-X encoding invariance for Encode:
41179              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
41180              - move the XS code for those to universal.c (so in miniperl)
41181              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
41182              - change ext/Encode/compile to use above.
41183              - Fix t/lib/encode.t for above
41184              - Teach t/lib/b.t to expect -uutf8
41185              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
41186              utf8.pm is needed.
41187      Branch: perlio
41188            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41189            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
41190 ____________________________________________________________________________
41191 [  9197] By: gsar                                  on 2001/03/18  12:15:57
41192         Log: more thorough cleaning of arenas--keep going until no more
41193              SvREFCNT_dec()s occur (this fixes the problem that causes the
41194              pesky "Scalars leaked" warnings)
41195      Branch: maint-5.6/perl
41196            ! embed.pl perl.c proto.h sv.c t/op/sort.t
41197 ____________________________________________________________________________
41198 [  9196] By: nick                                  on 2001/03/18  10:57:29
41199         Log: Fix pragma/utf8.t # 15
41200              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
41201              are SvUTF8 as well.
41202      Branch: perlio
41203            ! toke.c
41204 ____________________________________________________________________________
41205 [  9195] By: nick                                  on 2001/03/18  09:27:06
41206         Log: Integrate mainline
41207      Branch: perlio
41208           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
41209           !> t/op/pat.t
41210 ____________________________________________________________________________
41211 [  9194] By: jhi                                   on 2001/03/18  05:29:59
41212         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
41213              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
41214      Branch: perl
41215            ! op.c op.h t/op/misc.t t/op/pat.t
41216 ____________________________________________________________________________
41217 [  9193] By: jhi                                   on 2001/03/18  05:15:06
41218         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
41219      Branch: perl
41220            ! mg.c t/op/pat.t
41221 ____________________________________________________________________________
41222 [  9192] By: jhi                                   on 2001/03/18  04:22:43
41223         Log: tr/// UTF-8 patches from Inaba Hiroto.
41224      Branch: perl
41225            ! doop.c op.c
41226 ____________________________________________________________________________
41227 [  9191] By: jhi                                   on 2001/03/18  04:21:17
41228         Log: Integrate perlio.
41229      Branch: perl
41230           !> utf8.c utfebcdic.h
41231 ____________________________________________________________________________
41232 [  9190] By: nick                                  on 2001/03/17  20:32:01
41233         Log: Correct #if EBCDIC side typos.
41234              Builds and passes many tests on OS390.
41235      Branch: perlio
41236            ! utf8.c utfebcdic.h
41237 ____________________________________________________________________________
41238 [  9189] By: jhi                                   on 2001/03/17  18:55:49
41239         Log: Add prerequisites for the perl.third target.
41240      Branch: perl
41241            ! Makefile.SH
41242 ____________________________________________________________________________
41243 [  9188] By: jhi                                   on 2001/03/17  18:46:00
41244         Log: Integrate perlio.
41245      Branch: perl
41246           +> utfebcdic.h
41247           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
41248 ____________________________________________________________________________
41249 [  9187] By: jhi                                   on 2001/03/17  18:38:47
41250         Log: Add a make rule for perl.third (the Third Degree memory debugging
41251              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
41252      Branch: perl
41253            ! Makefile.SH
41254 ____________________________________________________________________________
41255 [  9186] By: nick                                  on 2001/03/17  18:34:48
41256         Log: MANIFEST addition :-(
41257      Branch: perlio
41258            ! MANIFEST
41259 ____________________________________________________________________________
41260 [  9185] By: nick                                  on 2001/03/17  18:29:50
41261         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
41262              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
41263              a superset of ASCII are invariant under the encoding. This is EBCDIC
41264              friendly as an encoded string can be looked at as being EBCDIC by lexer
41265              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
41266              ASCII on ASCII machines.
41267              
41268              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
41269              seperate.
41270              - Add some more macros to comprehend different shift amounts and
41271              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
41272              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
41273              and conditionally #include it.
41274              
41275              EBCDIC build as yet untested.  ASCII still fails the one test.
41276      Branch: perlio
41277            + utfebcdic.h
41278            ! utf8.c utf8.h
41279 ____________________________________________________________________________
41280 [  9184] By: nick                                  on 2001/03/17  17:44:16
41281         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
41282      Branch: perlio
41283            ! doop.c perl.h pp.c utf8.h
41284 ____________________________________________________________________________
41285 [  9183] By: jhi                                   on 2001/03/17  15:55:42
41286         Log: Integrate perlio.
41287      Branch: perl
41288            ! MANIFEST
41289           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
41290 ____________________________________________________________________________
41291 [  9182] By: nick                                  on 2001/03/17  09:16:06
41292         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
41293      Branch: perlio
41294            ! t/op/pat.t
41295 ____________________________________________________________________________
41296 [  9181] By: nick                                  on 2001/03/17  09:15:11
41297         Log: Integrate mainline.
41298      Branch: perlio
41299           +> lib/Locale/Constants.pm lib/Locale/Country.pm
41300           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
41301           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
41302           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
41303           !> (integrate 83 files)
41304 ____________________________________________________________________________
41305 [  9180] By: nick                                  on 2001/03/16  17:23:21
41306         Log: EBCDIC Fixes.
41307      Branch: perlio
41308            ! perl.h sv.c toke.c utf8.c utf8.h
41309 ____________________________________________________________________________
41310 [  9179] By: jhi                                   on 2001/03/16  14:10:12
41311         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
41312              a change needed to work around an AIX compiler bug.
41313      Branch: perl
41314            ! ext/Storable/Storable.xs
41315 ____________________________________________________________________________
41316 [  9178] By: jhi                                   on 2001/03/16  03:19:59
41317         Log: With Damian's approval synchronize damian's modules'
41318              licensing with Perl's standard module licensing.
41319      Branch: perl
41320            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
41321 ____________________________________________________________________________
41322 [  9177] By: jhi                                   on 2001/03/16  03:15:34
41323         Log: Make the Filter::Util:Call files have their own copies
41324              of the Perl standard module licensing, from Paul Marquess.
41325      Branch: perl
41326            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
41327 ____________________________________________________________________________
41328 [  9176] By: jhi                                   on 2001/03/16  02:56:04
41329         Log: Subject: [PATCH] more pod patches
41330              From: Michael Stevens <michael@etla.org>
41331              Date: Thu, 15 Mar 2001 21:25:18 +0000
41332              Message-ID: <20010315212518.A18870@firedrake.org>
41333      Branch: perl
41334            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
41335            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
41336            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
41337            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
41338            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
41339            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
41340            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
41341            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
41342            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
41343            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
41344            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
41345            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
41346            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
41347            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
41348            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
41349            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
41350            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
41351            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
41352            ! lib/Locale/Country.pm lib/Locale/Language.pm
41353            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
41354            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
41355            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
41356            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
41357            ! os2/OS2/Process/Process.pm
41358 ____________________________________________________________________________
41359 [  9175] By: jhi                                   on 2001/03/16  02:53:32
41360         Log: Subject: [PATCH] the uncontroversial doc patches
41361              From: Michael Stevens <michael@etla.org>
41362              Date: Thu, 15 Mar 2001 20:01:12 +0000
41363              Message-ID: <20010315200112.A7636@firedrake.org>
41364      Branch: perl
41365            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
41366            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
41367            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
41368            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
41369            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
41370 ____________________________________________________________________________
41371 [  9174] By: jhi                                   on 2001/03/16  02:50:49
41372         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
41373              From: Paul Lindner <lindner@inuus.com>
41374              Date: Fri, 16 Mar 2001 11:28:03 -0800
41375              Message-ID: <20010316112803.A7577@inuus.com>
41376      Branch: perl
41377            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41378 ____________________________________________________________________________
41379 [  9173] By: nick                                  on 2001/03/15  20:21:03
41380         Log: 1st day's EBCDIC fixes:
41381              - toke.c's parsing of strings needed attention
41382              needed to conditionally e2a if string was already UTF-8
41383              - e2a/a2e tables where wrong way round.
41384              - new macros in utf8.h
41385      Branch: perlio
41386            ! perl.h toke.c utf8.h
41387 ____________________________________________________________________________
41388 [  9172] By: jhi                                   on 2001/03/15  15:17:17
41389         Log: Update Changes.
41390      Branch: perl
41391            ! Changes patchlevel.h
41392 ____________________________________________________________________________
41393 [  9171] By: jhi                                   on 2001/03/15  15:09:32
41394         Log: Subject: Re: Another Borland C++ problem.
41395              From: "Vadim Konovalov" <watman@inbox.ru>
41396              Date: Sat, 10 Mar 2001 19:26:07 +0300
41397              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
41398              
41399              Borland filename case problem.
41400      Branch: perl
41401            + win32/sncfnmcs.pl
41402            ! MANIFEST README.win32
41403 ____________________________________________________________________________
41404 [  9170] By: jhi                                   on 2001/03/15  14:54:23
41405         Log: Add Locale::Codes 1.06, from Neil Bowers.
41406      Branch: perl
41407            + lib/Locale/Constants.pm lib/Locale/Country.pm
41408            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
41409            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
41410            + t/lib/lc-language.t t/lib/lc-uk.t
41411            ! MANIFEST
41412 ____________________________________________________________________________
41413 [  9169] By: jhi                                   on 2001/03/15  14:19:01
41414         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
41415      Branch: perl
41416            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41417            ! ext/Storable/Storable.xs
41418 ____________________________________________________________________________
41419 [  9168] By: jhi                                   on 2001/03/15  14:13:22
41420         Log: Integrate changes #9120,9167 from mainline to maintperl.
41421              
41422              Subject: [PATCH 5.6.1] OS/2 docs
41423              
41424              Subject: [PATCH 5.6.1] perldoc
41425      Branch: maint-5.6/perl
41426           !> os2/Changes utils/perldoc.PL
41427 ____________________________________________________________________________
41428 [  9167] By: jhi                                   on 2001/03/15  14:07:42
41429         Log: Subject: [PATCH 5.6.1] perldoc
41430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41431              Date: Wed, 14 Mar 2001 23:46:52 -0500
41432              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
41433      Branch: perl
41434            ! utils/perldoc.PL
41435 ____________________________________________________________________________
41436 [  9166] By: jhi                                   on 2001/03/15  13:53:15
41437         Log: sigaction test condition tweakage.
41438      Branch: perl
41439            ! t/lib/sigaction.t
41440 ____________________________________________________________________________
41441 [  9165] By: alanbur                               on 2001/03/15  03:49:17
41442         Log: Resynchronised with parent
41443      Branch: maint-5.6/pureperl
41444           +> os2/os2add.sym t/op/anonsub.t
41445           !> (integrate 72 files)
41446 ____________________________________________________________________________
41447 [  9164] By: jhi                                   on 2001/03/15  01:05:01
41448         Log: Avoid stomping off the beginning of an array in tr///.
41449      Branch: perl
41450            ! op.c
41451 ____________________________________________________________________________
41452 [  9163] By: jhi                                   on 2001/03/15  00:58:57
41453         Log: h2ph strictness and cleanliness from Kurt Starsinic.
41454      Branch: perl
41455            ! utils/h2ph.PL
41456 ____________________________________________________________________________
41457 [  9162] By: gsar                                  on 2001/03/15  00:56:53
41458         Log: avoid warnings
41459      Branch: maint-5.6/perl
41460            ! t/op/magic.t
41461 ____________________________________________________________________________
41462 [  9161] By: gsar                                  on 2001/03/15  00:52:09
41463         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
41464              results
41465      Branch: maint-5.6/perl
41466            ! t/op/magic.t
41467 ____________________________________________________________________________
41468 [  9160] By: jhi                                   on 2001/03/14  22:02:10
41469         Log: Do not use the Perl malloc in IRIX, suggested by
41470              Helmus Jarausch.
41471      Branch: perl
41472            ! hints/irix_6.sh
41473 ____________________________________________________________________________
41474 [  9159] By: nick                                  on 2001/03/14  21:45:59
41475         Log: Integrate mainline
41476      Branch: perlio
41477           +> t/op/loopctl.t
41478           !> (integrate 41 files)
41479 ____________________________________________________________________________
41480 [  9158] By: jhi                                   on 2001/03/14  21:10:09
41481         Log: The Day of the Retractions continues: the #9138
41482              (integrated in #9144) doesn't work well in mainline.
41483      Branch: perl
41484            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41485            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41486            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41487 ____________________________________________________________________________
41488 [  9157] By: jhi                                   on 2001/03/14  20:58:12
41489         Log: The #9145 CANNOT be enabled: the clear_pmop code still
41490              dumps core all over in Tru64.
41491      Branch: perl
41492            ! op.c op.h t/op/pat.t
41493 ____________________________________________________________________________
41494 [  9156] By: jhi                                   on 2001/03/14  20:48:06
41495         Log: Integrate change #9154 from maintperl to mainline.
41496              
41497              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
41498              (caused Storable 1.0.10 to break on windows)
41499      Branch: perl
41500           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
41501           !> perlapi.c proto.h
41502 ____________________________________________________________________________
41503 [  9155] By: jhi                                   on 2001/03/14  20:23:53
41504         Log: Retract #9136: breaks threading (and binary compatibility).
41505      Branch: perl
41506            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
41507 ____________________________________________________________________________
41508 [  9154] By: gsar                                  on 2001/03/14  17:48:18
41509         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
41510              (caused Storable 1.0.10 to break on windows)
41511      Branch: maint-5.6/perl
41512            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
41513            ! perlapi.c proto.h
41514 ____________________________________________________________________________
41515 [  9153] By: jhi                                   on 2001/03/14  13:35:21
41516         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
41517      Branch: perl
41518            ! t/lib/sigaction.t
41519 ____________________________________________________________________________
41520 [  9152] By: gsar                                  on 2001/03/14  07:29:40
41521         Log: back out changes#9012,9010,9009 and parts of change#9016
41522              (causes ABRs under purify, and some prerequisites don't
41523              seem to be there in 5.6.x)
41524      Branch: maint-5.6/perl
41525            ! doop.c op.c t/op/tr.t toke.c
41526 ____________________________________________________________________________
41527 [  9151] By: gsar                                  on 2001/03/14  07:01:29
41528         Log: reenable change#9145 (the test was busted due to a missing
41529              C<print "ok 27\n">)
41530      Branch: perl
41531            ! op.c op.h t/op/pat.t
41532 ____________________________________________________________________________
41533 [  9150] By: jhi                                   on 2001/03/14  06:38:36
41534         Log: Retract #9145.
41535      Branch: perl
41536            ! op.c op.h t/op/pat.t
41537 ____________________________________________________________________________
41538 [  9149] By: jhi                                   on 2001/03/14  06:14:56
41539         Log: Retract #9143.
41540      Branch: perl
41541            ! op.c
41542 ____________________________________________________________________________
41543 [  9148] By: gsar                                  on 2001/03/14  06:13:02
41544         Log: Uninitialized Memory Read in regexec.c
41545      Branch: perl
41546            ! regexec.c
41547 ____________________________________________________________________________
41548 [  9147] By: jhi                                   on 2001/03/14  04:59:54
41549         Log: Subject: PATCH: make goto work in nested eval ""
41550              From: Robin Houston <robin@kitsite.com>
41551              Date: Wed, 14 Mar 2001 04:16:10 +0000
41552              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
41553      Branch: perl
41554            ! pp_ctl.c t/op/goto.t
41555 ____________________________________________________________________________
41556 [  9146] By: jhi                                   on 2001/03/14  04:42:54
41557         Log: Preserve the #ifdef PERL_CORE in perly.h.
41558      Branch: perl
41559            ! perly.fixer
41560 ____________________________________________________________________________
41561 [  9145] By: jhi                                   on 2001/03/14  03:57:41
41562         Log: (Retracted by #9150.)
41563      Branch: perl
41564            ! op.c op.h t/op/pat.t
41565 ____________________________________________________________________________
41566 [  9144] By: jhi                                   on 2001/03/14  03:50:38
41567         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
41568              
41569              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
41570              
41571              remove squelch controls for "Scalars leaked" messages in most places
41572              (these are now cured)
41573              
41574              fix another memory leak reported by purify (tie callbacks that
41575              croak can leak when wiping out magic)
41576      Branch: perl
41577           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
41578           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
41579           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
41580           !> t/pragma/warnings.t
41581 ____________________________________________________________________________
41582 [  9143] By: jhi                                   on 2001/03/14  03:37:53
41583         Log: (Retracted by #9149.)
41584      Branch: perl
41585            ! op.c
41586 ____________________________________________________________________________
41587 [  9142] By: gsar                                  on 2001/03/14  03:20:48
41588         Log: fix another memory leak reported by purify (tie callbacks that
41589              croak can leak when wiping out magic)
41590      Branch: maint-5.6/perl
41591            ! scope.c
41592 ____________________________________________________________________________
41593 [  9141] By: jhi                                   on 2001/03/14  02:55:00
41594         Log: Subject: PATCH for [ID 20010305.003]
41595              From: Robin Houston <robin@kitsite.com>
41596              Date: Wed, 14 Mar 2001 02:45:51 +0000
41597              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
41598      Branch: perl
41599            ! pp_ctl.c t/op/eval.t
41600 ____________________________________________________________________________
41601 [  9140] By: jhi                                   on 2001/03/14  02:41:54
41602         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
41603              Date: Wed, 14 Mar 2001 01:52:51 +0000
41604              From: Robin Houston <robin@kitsite.com>
41605              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
41606              
41607              Fix for 2000313.004.
41608      Branch: perl
41609            ! pp_ctl.c t/op/goto.t
41610 ____________________________________________________________________________
41611 [  9139] By: jhi                                   on 2001/03/14  02:40:50
41612         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
41613              From: Robin Houston <robin@kitsite.com>
41614              Date: Wed, 14 Mar 2001 00:43:45 +0000
41615              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
41616      Branch: perl
41617            + t/op/loopctl.t
41618            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
41619            ! vms/perly_c.vms
41620 ____________________________________________________________________________
41621 [  9138] By: gsar                                  on 2001/03/14  01:18:00
41622         Log: remove squelch controls for "Scalars leaked" messages in most places
41623              (these are now cured)
41624      Branch: maint-5.6/perl
41625            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
41626            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
41627            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
41628 ____________________________________________________________________________
41629 [  9137] By: gsar                                  on 2001/03/14  00:57:04
41630         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
41631      Branch: maint-5.6/perl
41632            ! regcomp.c
41633 ____________________________________________________________________________
41634 [  9136] By: jhi                                   on 2001/03/13  23:12:24
41635         Log: (Retracted by #9155)
41636              
41637              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
41638              From: Jens-Uwe Mager <jum@helios.de>
41639              Date: Wed, 21 Feb 2001 21:32:04 +0100
41640              Message-ID: <20010221213203.A18340@ans.helios.de>
41641      Branch: perl
41642            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
41643 ____________________________________________________________________________
41644 [  9135] By: jhi                                   on 2001/03/13  22:50:05
41645         Log: Integrate perlio.
41646      Branch: perl
41647           !> pp.c
41648 ____________________________________________________________________________
41649 [  9134] By: jhi                                   on 2001/03/13  22:49:05
41650         Log: Integrate change #9131 from maintperl into mainline.
41651              
41652              make the error text look more consistent in hints/hpux.sh
41653      Branch: perl
41654           !> hints/hpux.sh
41655 ____________________________________________________________________________
41656 [  9133] By: gsar                                  on 2001/03/13  22:46:20
41657         Log: integrate change#9067 from mainline
41658              
41659              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
41660      Branch: maint-5.6/perl
41661           !> lib/ExtUtils/MM_Unix.pm
41662 ____________________________________________________________________________
41663 [  9132] By: jhi                                   on 2001/03/13  22:41:21
41664         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
41665              From: "John P. Linderman" <jpl@research.att.com>
41666              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
41667              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
41668              
41669              A more correct prime finder.
41670      Branch: perl
41671            ! lib/Tie/SubstrHash.pm
41672 ____________________________________________________________________________
41673 [  9131] By: gsar                                  on 2001/03/13  22:30:42
41674         Log: make the error text look more consistent in hints/hpux.sh
41675      Branch: maint-5.6/perl
41676            ! hints/hpux.sh
41677 ____________________________________________________________________________
41678 [  9130] By: jhi                                   on 2001/03/13  22:23:44
41679         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
41680              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41681              Date: Tue, 13 Mar 2001 18:41:26 +0100
41682              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
41683              
41684              If the test is run non-interactively the default handler
41685              is different.
41686      Branch: perl
41687            ! t/lib/sigaction.t
41688 ____________________________________________________________________________
41689 [  9129] By: jhi                                   on 2001/03/13  22:20:21
41690         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
41691              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41692              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
41693              Date:     Tue, 13 Mar 2001 16:44:32 EST
41694      Branch: perl
41695            ! t/lib/1_compile.t
41696 ____________________________________________________________________________
41697 [  9128] By: jhi                                   on 2001/03/13  22:18:34
41698         Log: Subject: Another patch for integer.pm POD 
41699              From: "John L. Allen" <allen@grumman.com>
41700              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
41701              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
41702      Branch: perl
41703            ! lib/integer.pm
41704 ____________________________________________________________________________
41705 [  9127] By: nick                                  on 2001/03/13  21:26:30
41706         Log: Integrate mainline.
41707      Branch: perlio
41708           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
41709           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
41710           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
41711           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
41712           !> Changes Configure MANIFEST README.os2 README.os390
41713           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
41714           !> os2/Changes patchlevel.h win32/perlhost.h
41715 ____________________________________________________________________________
41716 [  9126] By: nick                                  on 2001/03/13  20:39:51
41717         Log: #ifdef'ed out code to make packed side of pack/unpack
41718              octets. (i.e. pack('U') => encode_utf8).
41719      Branch: perlio
41720            ! pp.c
41721 ____________________________________________________________________________
41722 [  9125] By: jhi                                   on 2001/03/13  15:07:16
41723         Log: Update Changes.
41724      Branch: perl
41725            ! Changes patchlevel.h
41726 ____________________________________________________________________________
41727 [  9124] By: jhi                                   on 2001/03/13  14:22:45
41728         Log: Workaround for the buggy ("internal compiler error")
41729              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
41730              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
41731              of Andreas König.
41732      Branch: perl
41733            ! ext/re/Makefile.PL hints/aix.sh
41734 ____________________________________________________________________________
41735 [  9123] By: jhi                                   on 2001/03/13  03:24:34
41736         Log: Typo in #9114.
41737      Branch: metaconfig
41738            ! U/modified/myhostname.U
41739 ____________________________________________________________________________
41740 [  9122] By: jhi                                   on 2001/03/13  03:24:06
41741         Log: Typo in #9113.
41742      Branch: perl
41743            ! Configure
41744 ____________________________________________________________________________
41745 [  9121] By: jhi                                   on 2001/03/13  01:53:05
41746         Log: Forgot to check-in the larger part of #9120, duh.
41747      Branch: perl
41748            ! README.os2
41749 ____________________________________________________________________________
41750 [  9120] By: jhi                                   on 2001/03/13  01:51:31
41751         Log: Subject: [PATCH 5.6.1] OS/2 docs
41752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41753              Date: Mon, 12 Mar 2001 03:27:32 -0500
41754              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
41755      Branch: perl
41756            ! os2/Changes
41757 ____________________________________________________________________________
41758 [  9119] By: jhi                                   on 2001/03/13  01:49:41
41759         Log: Integrate change #9116 from maintperl into mainline.
41760              
41761              Win32::GetCwd() returns C: instead of C:\ in the root directory
41762              under ithreads
41763      Branch: perl
41764           !> win32/perlhost.h
41765 ____________________________________________________________________________
41766 [  9118] By: jhi                                   on 2001/03/13  01:13:39
41767         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
41768      Branch: perl
41769            + lib/Switch.pm t/lib/switch.t
41770            ! MANIFEST
41771 ____________________________________________________________________________
41772 [  9117] By: jhi                                   on 2001/03/13  01:03:17
41773         Log: Add Text::Balanced 1.83.
41774      Branch: perl
41775            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
41776            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
41777            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
41778            + t/lib/tb-xvari.t
41779            ! MANIFEST
41780 ____________________________________________________________________________
41781 [  9116] By: gsar                                  on 2001/03/13  00:55:53
41782         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
41783              under ithreads
41784      Branch: maint-5.6/perl
41785            ! win32/perlhost.h
41786 ____________________________________________________________________________
41787 [  9115] By: jhi                                   on 2001/03/13  00:54:09
41788         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
41789              From: "John L. Allen" <allen@grumman.com>
41790              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
41791              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
41792              
41793              use integer document clarification.
41794      Branch: perl
41795            ! lib/integer.pm
41796 ____________________________________________________________________________
41797 [  9114] By: jhi                                   on 2001/03/13  00:38:54
41798         Log: Metaconfig unit change for #9113.
41799      Branch: metaconfig
41800            ! U/modified/myhostname.U
41801 ____________________________________________________________________________
41802 [  9113] By: jhi                                   on 2001/03/13  00:38:35
41803         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
41804              From: Peter Prymmer <pvhp@forte.com>
41805              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
41806              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
41807      Branch: perl
41808            ! Configure README.os390 hints/os390.sh
41809 ____________________________________________________________________________
41810 [  9112] By: jhi                                   on 2001/03/13  00:29:00
41811         Log: Integrate perlio.
41812      Branch: perl
41813           !> sv.c utf8.h
41814 ____________________________________________________________________________
41815 [  9111] By: nick                                  on 2001/03/12  21:16:33
41816         Log: Integrate mainline.
41817      Branch: perlio
41818           +> t/op/anonsub.t
41819           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
41820           !> proto.h sv.c
41821 ____________________________________________________________________________
41822 [  9110] By: nick                                  on 2001/03/12  21:00:13
41823         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
41824      Branch: perlio
41825            ! sv.c utf8.h
41826 ____________________________________________________________________________
41827 [  9109] By: jhi                                   on 2001/03/12  16:04:47
41828         Log: Integrate change #9108 from maintperl to mainline.
41829              
41830              fix memory leak in C<sub X { sub {} }> arising from a refcount
41831              loop between the outer sub and the inner prototype anonsub
41832              
41833              this also enables closures returned by subroutines that
41834              subsequently get redefined to work without generating coredumps :)
41835              
41836              completely removed the free_closures() hack--it shouldn't be
41837              needed anymore
41838      Branch: perl
41839           +> t/op/anonsub.t
41840           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
41841           !> proto.h sv.c
41842 ____________________________________________________________________________
41843 [  9108] By: gsar                                  on 2001/03/12  10:21:31
41844         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
41845              loop between the outer sub and the inner prototype anonsub
41846              
41847              this also enables closures returned by subroutines that
41848              subsequently get redefined to work without generating coredumps :)
41849              
41850              completely removed the free_closures() hack--it shouldn't be
41851              needed anymore
41852      Branch: maint-5.6/perl
41853            + t/op/anonsub.t
41854            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
41855            ! proto.h sv.c
41856 ____________________________________________________________________________
41857 [  9107] By: jhi                                   on 2001/03/12  05:15:31
41858         Log: Integrate perlio.
41859      Branch: perl
41860           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
41861 ____________________________________________________________________________
41862 [  9106] By: nick                                  on 2001/03/11  20:10:12
41863         Log: regcomp.c is working in native space, not Unicode space (if different)
41864              as it is doing compare against 'W' in \W etc.
41865      Branch: perlio
41866            ! regcomp.c
41867 ____________________________________________________________________________
41868 [  9105] By: nick                                  on 2001/03/11  19:39:34
41869         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
41870              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
41871      Branch: perlio
41872            ! regcomp.c toke.c utf8.c
41873 ____________________________________________________________________________
41874 [  9104] By: nick                                  on 2001/03/11  18:15:44
41875         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
41876      Branch: perlio
41877            ! sv.c
41878 ____________________________________________________________________________
41879 [  9103] By: nick                                  on 2001/03/11  18:03:28
41880         Log: Integrate mainline (for regexp stuff).
41881      Branch: perlio
41882           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
41883           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
41884           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
41885           !> t/lib/errno.t t/op/pat.t
41886 ____________________________________________________________________________
41887 [  9102] By: nick                                  on 2001/03/11  17:44:20
41888         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
41889              - exclude layer syms in makedef.pl for sfio
41890              - also inhibit Encode from trying to build ":encode()" layer.
41891      Branch: perlio
41892            ! ext/Encode/Encode.xs makedef.pl
41893 ____________________________________________________________________________
41894 [  9101] By: jhi                                   on 2001/03/10  22:38:13
41895         Log: The $Is_MacOS needs to be declared.
41896      Branch: perl
41897            ! lib/ExtUtils/Manifest.pm
41898 ____________________________________________________________________________
41899 [  9100] By: jhi                                   on 2001/03/10  22:14:29
41900         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
41901              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
41902              pollute the symbolspace if using sfio.
41903      Branch: perl
41904            ! ext/Encode/Encode.xs
41905 ____________________________________________________________________________
41906 [  9099] By: jhi                                   on 2001/03/10  21:58:48
41907         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
41908              Date: Sat, 10 Mar 2001 14:23:55 -0500
41909              From: Chris Nandor <pudge@pobox.com>
41910              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
41911      Branch: perl
41912            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
41913            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
41914            ! t/lib/errno.t
41915 ____________________________________________________________________________
41916 [  9098] By: jhi                                   on 2001/03/10  21:38:30
41917         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
41918      Branch: perl
41919            ! regcomp.c regexec.c t/op/pat.t
41920 ____________________________________________________________________________
41921 [  9097] By: jhi                                   on 2001/03/10  14:38:07
41922         Log: Integrate perlio.
41923      Branch: perl
41924           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
41925           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
41926           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
41927 ____________________________________________________________________________
41928 [  9096] By: nick                                  on 2001/03/10  11:55:43
41929         Log: EBCDIC sanity - phase I
41930              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
41931              - use utf8n_xxxx (c.f. pvn) for forms which take length.
41932              - back out vN.N and $^V exceptions to e2a/a2e
41933              - make "locale" isxxx macros be uvchr (may be redundant?)
41934              
41935              Not clear yet that toUPPER_uni et. al. return being handled correctly.
41936              The tr// and rexexp stuff still needs an audit, assumption is they are working
41937              in Unicode space.
41938              
41939              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
41940      Branch: perlio
41941            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
41942            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
41943            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
41944 ____________________________________________________________________________
41945 [  9095] By: jhi                                   on 2001/03/09  22:10:01
41946         Log: Integrate perlio.
41947      Branch: perl
41948           !> dump.c
41949 ____________________________________________________________________________
41950 [  9094] By: nick                                  on 2001/03/09  17:36:38
41951         Log: Builds an passes all tests after integrate and this tweak.
41952      Branch: perlio
41953            ! dump.c
41954 ____________________________________________________________________________
41955 [  9093] By: nick                                  on 2001/03/09  17:16:03
41956         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
41957      Branch: perlio
41958           +> lib/unicode/Scripts.txt t/lib/sigaction.t
41959           !> (integrate 79 files)
41960 ____________________________________________________________________________
41961 [  9092] By: jhi                                   on 2001/03/09  15:28:26
41962         Log: Update Changes.
41963      Branch: perl
41964            ! Changes patchlevel.h
41965 ____________________________________________________________________________
41966 [  9091] By: jhi                                   on 2001/03/09  15:25:05
41967         Log: In op/stat #35 better to scan all the potential directories
41968              for setuids, not just the first one.
41969      Branch: perl
41970            ! t/op/stat.t
41971 ____________________________________________________________________________
41972 [  9090] By: jhi                                   on 2001/03/09  15:01:27
41973         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
41974              From: rspier@pobox.com (Robert Spier)
41975              Date: Fri, 9 Mar 2001 03:30:20 -0500
41976              Message-ID: <15016.38044.381174.160189@rls.cx>
41977              
41978              EXISTS() returning undef mistakenly triggered a FETCH().
41979      Branch: perl
41980            ! hv.c
41981 ____________________________________________________________________________
41982 [  9089] By: jhi                                   on 2001/03/09  14:59:02
41983         Log: Add /sbin and /usr/sbin to the list of directories scanned
41984              for setuid programs.  Takes care of bug id 20010309.003.
41985      Branch: perl
41986            ! t/op/stat.t
41987 ____________________________________________________________________________
41988 [  9088] By: jhi                                   on 2001/03/09  14:48:32
41989         Log: Regen perlapi, perltoc.
41990      Branch: perl
41991            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
41992 ____________________________________________________________________________
41993 [  9087] By: jhi                                   on 2001/03/09  14:38:56
41994         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
41995              From: David Mitchell <davem@fdgroup.co.uk>
41996              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
41997              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
41998      Branch: perl
41999            ! dump.c perl.c perl.h pod/perlrun.pod
42000 ____________________________________________________________________________
42001 [  9086] By: jhi                                   on 2001/03/09  01:47:16
42002         Log: A modified version of
42003              
42004              Subject: [ID 20010307.005] POSIX::sigaction has various problems
42005              From: anders@broadcom.com
42006              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
42007              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
42008              
42009              Currently the sigaction.t test #6 fails (and is fudged to look
42010              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
42011              This may well be a genuine bug in Linux sigaction() (since at
42012              least Tru64, Solaris, and HP-UX disagree with Linux).
42013              Anyone with POSIX / SUSv2 tome handy?  The problem is that
42014              the flags of the oldaction don't match with the flags in
42015              the previously installed disposition.
42016      Branch: perl
42017            + t/lib/sigaction.t
42018            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
42019 ____________________________________________________________________________
42020 [  9085] By: jhi                                   on 2001/03/09  01:30:13
42021         Log: Subject: Re: mission impossible for the day
42022              From: Alex Gough <alex@rcon.org>
42023              Date: Thu, 08 Mar 2001 17:18:19 +0000
42024              Message-ID: <3AA7BEDB.8070409@rcon.org>
42025              
42026              If references (are overloaded) and can be directly stringified,
42027              show that instead of "stringified".
42028              
42029              (The problem, infinite mutual recursion caused by overloaded bool
42030              in Switch.pm, tracked by David Mitchell)
42031      Branch: perl
42032            ! lib/Carp/Heavy.pm
42033 ____________________________________________________________________________
42034 [  9084] By: jhi                                   on 2001/03/09  01:20:39
42035         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
42036              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
42037              From: David Mitchell <davem@fdgroup.co.uk>
42038              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
42039      Branch: perl
42040            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
42041            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
42042 ____________________________________________________________________________
42043 [  9083] By: jhi                                   on 2001/03/09  01:16:51
42044         Log: Subject: [PATCH] perldata.pod here-doc docs
42045              From: Jeff Pinyan <jeffp@crusoe.net>
42046              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
42047              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
42048      Branch: perl
42049            ! pod/perldata.pod
42050 ____________________________________________________________________________
42051 [  9082] By: jhi                                   on 2001/03/09  01:01:27
42052         Log: Subject: Re: Unicode/EBCDIC
42053              From: Peter Prymmer <pvhp@forte.com>
42054              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
42055              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
42056      Branch: perl
42057            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
42058 ____________________________________________________________________________
42059 [  9081] By: jhi                                   on 2001/03/08  13:41:30
42060         Log: Subject: Ooops, wrong 'no *POSIX' Patch
42061              From: Dorner Thomas <Thomas.Dorner@start.de>
42062              Date: Thu, 8 Mar 2001 08:43:28 +0100
42063              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
42064      Branch: perl
42065            ! hints/posix-bc.sh
42066 ____________________________________________________________________________
42067 [  9080] By: jhi                                   on 2001/03/08  13:11:42
42068         Log: It's Scripts.txt, not Script.txt.
42069      Branch: perl
42070            ! MANIFEST
42071 ____________________________________________________________________________
42072 [  9079] By: jhi                                   on 2001/03/08  12:59:05
42073         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
42074              From: Dorner Thomas <Thomas.Dorner@start.de>
42075              Date: Wed, 7 Mar 2001 14:13:31 +0100
42076              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
42077      Branch: perl
42078            ! makedepend.SH
42079 ____________________________________________________________________________
42080 [  9078] By: jhi                                   on 2001/03/08  12:57:43
42081         Log: Retract #9069, wrong patch.
42082      Branch: perl
42083            ! Makefile.SH
42084 ____________________________________________________________________________
42085 [  9077] By: jhi                                   on 2001/03/08  01:06:13
42086         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
42087      Branch: perl
42088            + lib/unicode/Scripts.txt
42089            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
42090            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
42091            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
42092            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42093            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
42094            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
42095            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
42096            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
42097            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
42098            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
42099            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
42100            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
42101            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
42102            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
42103            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
42104            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
42105            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
42106            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
42107            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
42108            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
42109            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
42110            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
42111            ! lib/unicode/version
42112 ____________________________________________________________________________
42113 [  9076] By: jhi                                   on 2001/03/07  22:59:39
42114         Log: Integrate change #7784 from mainline into maintperl.
42115              
42116              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
42117      Branch: maint-5.6/perl
42118           !> pp_ctl.c t/op/pat.t
42119 ____________________________________________________________________________
42120 [  9075] By: jhi                                   on 2001/03/07  22:05:11
42121         Log: More UTF-8 test tweaks.
42122      Branch: perl
42123            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
42124 ____________________________________________________________________________
42125 [  9074] By: nick                                  on 2001/03/07  21:39:29
42126         Log: Integrate mainline.
42127      Branch: perlio
42128           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
42129           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
42130           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
42131           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
42132           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
42133 ____________________________________________________________________________
42134 [  9073] By: jhi                                   on 2001/03/07  16:37:09
42135         Log: Update Changes.
42136      Branch: perl
42137            ! Changes patchlevel.h
42138 ____________________________________________________________________________
42139 [  9072] By: jhi                                   on 2001/03/07  16:32:30
42140         Log: Subject: [ID 20010306.004] || != named unary operator
42141              From: abela@geneanet.org
42142              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
42143              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
42144      Branch: perl
42145            ! pod/perlop.pod
42146 ____________________________________________________________________________
42147 [  9071] By: jhi                                   on 2001/03/07  15:14:11
42148         Log: Subject: downgrading to bytes for common functions
42149              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
42150              Date: Wed, 7 Mar 2001 02:36:55 -0500
42151              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
42152      Branch: perl
42153            ! pp_sys.c
42154 ____________________________________________________________________________
42155 [  9070] By: jhi                                   on 2001/03/07  15:04:58
42156         Log: Clarify the description differentiating for and while; inspired by
42157              
42158              Subject: [ID 20010306.002] for/while difference in for definition
42159              From: abela@geneanet.org
42160              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
42161              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
42162      Branch: perl
42163            ! pod/perlsyn.pod
42164 ____________________________________________________________________________
42165 [  9069] By: jhi                                   on 2001/03/07  14:55:30
42166         Log: (Retracted by #9078.)
42167      Branch: perl
42168            ! Makefile.SH
42169 ____________________________________________________________________________
42170 [  9068] By: jhi                                   on 2001/03/07  14:51:17
42171         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
42172              From: Radu Greab <radu@netsoft.ro>
42173              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
42174              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
42175      Branch: perl
42176            ! pp.c t/op/chop.t
42177 ____________________________________________________________________________
42178 [  9067] By: jhi                                   on 2001/03/07  14:48:57
42179         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
42180              From: Simon Cozens <simon@netthink.co.uk>
42181              Date: Wed, 7 Mar 2001 13:59:28 +0000
42182              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
42183              
42184              In order to allow MakeMaker to build correct Makefiles,
42185              you need to change the order of the arguments in MM_Unix.pm
42186              as well. (Unless you have C89_CCMODE set, but we're trying
42187              to be POSIXly correct)
42188              
42189              Thanks to Merijn Broeren for tracking this down.
42190      Branch: perl
42191            ! lib/ExtUtils/MM_Unix.pm
42192 ____________________________________________________________________________
42193 [  9066] By: jhi                                   on 2001/03/07  14:30:02
42194         Log: Floating point too messy.
42195      Branch: perl
42196            ! t/camel-III/vstring.t
42197 ____________________________________________________________________________
42198 [  9065] By: jhi                                   on 2001/03/07  14:17:44
42199         Log: Integrate change #9064 from maintperl into mainline.
42200              
42201              fix memory leak in pack("Bb",...)
42202      Branch: perl
42203           !> perl.c
42204 ____________________________________________________________________________
42205 [  9064] By: gsar                                  on 2001/03/07  06:29:24
42206         Log: fix memory leak in pack("Bb",...)
42207      Branch: maint-5.6/perl
42208            ! perl.c
42209 ____________________________________________________________________________
42210 [  9063] By: jhi                                   on 2001/03/07  00:55:04
42211         Log: Major utf8 test reorganisation and rewrite.
42212              Hopefully no tests were lost in the shuffle.
42213              (The beginning of pragma/utf8 was lost intentionally,
42214              the tests were rather bogus and incomplete.)
42215      Branch: perl
42216            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
42217            ! t/pragma/utf8.t
42218 ____________________________________________________________________________
42219 [  9062] By: jhi                                   on 2001/03/07  00:41:16
42220         Log: More tweakage on the Unicode character class descriptions.
42221      Branch: perl
42222            ! lib/unicode/mktables.PL pod/perlretut.pod
42223 ____________________________________________________________________________
42224 [  9061] By: jhi                                   on 2001/03/06  23:12:38
42225         Log: The perlretut was still talking about the old \p and \P
42226              definitions.
42227      Branch: perl
42228            ! pod/perlretut.pod
42229 ____________________________________________________________________________
42230 [  9060] By: nick                                  on 2001/03/06  20:52:37
42231         Log: Integrate mainline (make test works again now).
42232      Branch: perlio
42233           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
42234 ____________________________________________________________________________
42235 [  9059] By: jhi                                   on 2001/03/06  15:36:14
42236         Log: 0.999... does equal 1.0, doesn't it?
42237      Branch: perl
42238            ! t/camel-III/vstring.t
42239 ____________________________________________________________________________
42240 [  9058] By: jhi                                   on 2001/03/06  15:34:00
42241         Log: Make /x{abcd}/ to work without use utf8.
42242      Branch: perl
42243            ! regcomp.c
42244 ____________________________________________________________________________
42245 [  9057] By: jhi                                   on 2001/03/06  03:02:36
42246         Log: Easier to outcomment all the three reset() tests for now.
42247      Branch: perl
42248            ! t/op/pat.t
42249 ____________________________________________________________________________
42250 [  9056] By: jhi                                   on 2001/03/06  02:30:02
42251         Log: Comment out the deadly reset; until the 20010301.005
42252              is finally fixed.
42253      Branch: perl
42254            ! t/op/pat.t
42255 ____________________________________________________________________________
42256 [  9055] By: jhi                                   on 2001/03/06  02:21:26
42257         Log: Integrate the change #9054 from mainline:
42258              retract the PMOP cleanup patch pending further investigation.
42259      Branch: maint-5.6/perl
42260           !> op.c op.h
42261 ____________________________________________________________________________
42262 [  9054] By: jhi                                   on 2001/03/06  02:19:57
42263         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
42264              with oddly familiar stack traces.
42265      Branch: perl
42266            ! op.c op.h
42267 ____________________________________________________________________________
42268 [  9053] By: jhi                                   on 2001/03/05  23:20:28
42269         Log: Integrate perlio.
42270      Branch: perl
42271           +> ext/Encode/Encode/koi8-r.ucm
42272           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
42273           !> makedef.pl
42274 ____________________________________________________________________________
42275 [  9052] By: nick                                  on 2001/03/05  23:08:17
42276         Log: skipping USE_PERLIO symbols correction.
42277      Branch: perlio
42278            ! makedef.pl
42279 ____________________________________________________________________________
42280 [  9051] By: nick                                  on 2001/03/05  22:35:07
42281         Log: More Encode alias tidying.
42282      Branch: perlio
42283            + ext/Encode/Encode/koi8-r.ucm
42284            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
42285 ____________________________________________________________________________
42286 [  9050] By: jhi                                   on 2001/03/05  21:44:29
42287         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
42288              Sarathy's fix for ID 20010301.005.
42289      Branch: maint-5.6/perl
42290           !> op.c op.h
42291 ____________________________________________________________________________
42292 [  9049] By: nick                                  on 2001/03/05  19:54:04
42293         Log: Integrate Jarkko's Encode.pm tweak.
42294      Branch: perlio
42295           !> ext/Encode/Encode.pm
42296 ____________________________________________________________________________
42297 [  9048] By: nick                                  on 2001/03/05  19:47:57
42298         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
42299      Branch: perlio
42300           +> os2/os2add.sym
42301           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
42302           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
42303           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
42304           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
42305           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
42306 ____________________________________________________________________________
42307 [  9047] By: jhi                                   on 2001/03/05  19:25:26
42308         Log: Regen perlapi.
42309      Branch: perl
42310            ! pod/perlapi.pod
42311 ____________________________________________________________________________
42312 [  9046] By: jhi                                   on 2001/03/05  19:12:14
42313         Log: Integrate perlio.
42314      Branch: perl
42315           +> t/camel-III/vstring.t
42316           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
42317 ____________________________________________________________________________
42318 [  9045] By: jhi                                   on 2001/03/05  19:10:36
42319         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
42320      Branch: perl
42321            ! ext/Encode/Encode.pm
42322 ____________________________________________________________________________
42323 [  9044] By: jhi                                   on 2001/03/05  18:49:12
42324         Log: Forgot the other half of the PMOP patch (#9033).
42325      Branch: perl
42326            ! op.h
42327 ____________________________________________________________________________
42328 [  9043] By: nick                                  on 2001/03/05  18:14:47
42329         Log: Update MANIFEST for new test.
42330      Branch: perlio
42331            ! MANIFEST
42332 ____________________________________________________________________________
42333 [  9042] By: nick                                  on 2001/03/05  18:12:41
42334         Log: Some tests for Camel 3rd edition features.
42335              Make gethostbyaddr() test in above work.
42336      Branch: perlio
42337            + t/camel-III/vstring.t
42338            ! pp.h pp_sys.c t/TEST t/harness
42339 ____________________________________________________________________________
42340 [  9041] By: jhi                                   on 2001/03/05  17:41:48
42341         Log: Add more ISO 8859 encoding aliases.
42342      Branch: perl
42343            ! ext/Encode/Encode.pm
42344 ____________________________________________________________________________
42345 [  9040] By: jhi                                   on 2001/03/05  17:30:43
42346         Log: Integrate perlio.
42347      Branch: perl
42348           !> MANIFEST sv.c
42349 ____________________________________________________________________________
42350 [  9039] By: nick                                  on 2001/03/05  17:11:36
42351         Log: Missed added file.
42352      Branch: perlio
42353            ! MANIFEST
42354 ____________________________________________________________________________
42355 [  9038] By: jhi                                   on 2001/03/05  15:58:01
42356         Log: Add tr tests for EBCDIC, from Karsten Sperling.
42357      Branch: perl
42358            ! t/op/tr.t
42359 ____________________________________________________________________________
42360 [  9037] By: nick                                  on 2001/03/05  15:56:35
42361         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
42362              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
42363              
42364              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
42365              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
42366              - uses SvPV() rather than sv_2pv() in case it isn't a string.
42367      Branch: perlio
42368            ! sv.c
42369 ____________________________________________________________________________
42370 [  9036] By: jhi                                   on 2001/03/05  15:49:15
42371         Log: Add matching tests currently failing in EBCDIC,
42372              suggested by Karsten Sperling.
42373      Branch: perl
42374            ! t/op/pat.t
42375 ____________________________________________________________________________
42376 [  9035] By: jhi                                   on 2001/03/05  15:36:55
42377         Log: The #9034 needs a MANIFESTation.
42378      Branch: perl
42379            ! MANIFEST
42380 ____________________________________________________________________________
42381 [  9034] By: jhi                                   on 2001/03/05  15:35:14
42382         Log: Integrate perlio.
42383      Branch: perl
42384           +> ext/Encode/Encode/Tcl.pm
42385           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
42386           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
42387           !> ext/Encode/Encode/iso8859-1.ucm
42388           !> ext/Encode/Encode/iso8859-10.ucm
42389           !> ext/Encode/Encode/iso8859-13.ucm
42390           !> ext/Encode/Encode/iso8859-14.ucm
42391           !> ext/Encode/Encode/iso8859-15.ucm
42392           !> ext/Encode/Encode/iso8859-16.ucm
42393           !> ext/Encode/Encode/iso8859-2.ucm
42394           !> ext/Encode/Encode/iso8859-3.ucm
42395           !> ext/Encode/Encode/iso8859-4.ucm
42396           !> ext/Encode/Encode/iso8859-5.ucm
42397           !> ext/Encode/Encode/iso8859-6.ucm
42398           !> ext/Encode/Encode/iso8859-7.ucm
42399           !> ext/Encode/Encode/iso8859-8.ucm
42400           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
42401           !> t/lib/encode.t
42402 ____________________________________________________________________________
42403 [  9033] By: jhi                                   on 2001/03/05  15:33:18
42404         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
42405              From: Gurusamy Sarathy <gsar@ActiveState.com>
42406              Date: Sun, 04 Mar 2001 22:33:15 -0800
42407              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
42408              
42409              PMOPs need to remember their own stash so that they can
42410              gracefully remove themselves from their linked list.
42411      Branch: perl
42412            ! op.c
42413 ____________________________________________________________________________
42414 [  9032] By: nick                                  on 2001/03/05  14:51:50
42415         Log: Encode implementation "completion"
42416              Implement and document define_encoding()
42417              Implement and document encoding aliases including define_alias()
42418              Make Encode::XS use define_encoding() rather than back-door.
42419              Move run-time *.enc to separate Encode::Tcl module.
42420              Make 'compile' honour <codeset_name>
42421              Change canonical names of to iso-8859-* and US-ascii.
42422      Branch: perlio
42423            + ext/Encode/Encode/Tcl.pm
42424            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
42425            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
42426            ! ext/Encode/Encode/iso8859-1.ucm
42427            ! ext/Encode/Encode/iso8859-10.ucm
42428            ! ext/Encode/Encode/iso8859-13.ucm
42429            ! ext/Encode/Encode/iso8859-14.ucm
42430            ! ext/Encode/Encode/iso8859-15.ucm
42431            ! ext/Encode/Encode/iso8859-16.ucm
42432            ! ext/Encode/Encode/iso8859-2.ucm
42433            ! ext/Encode/Encode/iso8859-3.ucm
42434            ! ext/Encode/Encode/iso8859-4.ucm
42435            ! ext/Encode/Encode/iso8859-5.ucm
42436            ! ext/Encode/Encode/iso8859-6.ucm
42437            ! ext/Encode/Encode/iso8859-7.ucm
42438            ! ext/Encode/Encode/iso8859-8.ucm
42439            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
42440            ! t/lib/encode.t
42441 ____________________________________________________________________________
42442 [  9031] By: jhi                                   on 2001/03/05  13:51:17
42443         Log: Integrate change #9030 from maintperl into mainline.
42444              
42445              Subject: [PATCH 5.6.1] OS/2 cleanup
42446      Branch: perl
42447           +> os2/os2add.sym
42448           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42449           !> makedef.pl os2/Changes os2/Makefile.SHs
42450           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
42451           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
42452           !> os2/os2.sym os2/os2ish.h
42453 ____________________________________________________________________________
42454 [  9030] By: jhi                                   on 2001/03/05  13:46:49
42455         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
42456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42457              Date: Mon, 5 Mar 2001 02:29:44 -0500
42458              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
42459      Branch: maint-5.6/perl
42460            + os2/os2add.sym
42461            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
42462            ! makedef.pl os2/Changes os2/Makefile.SHs
42463            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
42464            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
42465            ! os2/os2.sym os2/os2ish.h
42466 ____________________________________________________________________________
42467 [  9029] By: jhi                                   on 2001/03/05  13:40:35
42468         Log: Integrate change #9028 from maintperl into mainline.
42469              
42470              various nits in MM_Unix.pm found by disabling SelfLoader
42471      Branch: perl
42472           !> lib/ExtUtils/MM_Unix.pm
42473 ____________________________________________________________________________
42474 [  9028] By: gsar                                  on 2001/03/05  09:58:38
42475         Log: various nits in MM_Unix.pm found by disabling SelfLoader
42476      Branch: maint-5.6/perl
42477            ! lib/ExtUtils/MM_Unix.pm
42478 ____________________________________________________________________________
42479 [  9027] By: nick                                  on 2001/03/05  08:35:22
42480         Log: Integrate mainline
42481      Branch: perlio
42482           !> (integrate 28 files)
42483 ____________________________________________________________________________
42484 [  9026] By: jhi                                   on 2001/03/05  02:14:59
42485         Log: Integrate change #9025 from mainline to maintperl,
42486              retract \N{U+HHHH}.
42487      Branch: maint-5.6/perl
42488           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42489           !> t/lib/charnames.t toke.c
42490 ____________________________________________________________________________
42491 [  9025] By: jhi                                   on 2001/03/05  02:13:09
42492         Log: Retracting \N{U+HHHH}.
42493      Branch: perl
42494            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42495            ! t/lib/charnames.t toke.c
42496 ____________________________________________________________________________
42497 [  9024] By: jhi                                   on 2001/03/04  20:51:07
42498         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
42499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
42500              Date: Fri, 02 Mar 2001 18:25:26 +0100
42501              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
42502              
42503              Casting problem.
42504      Branch: perl
42505            ! ext/Storable/Storable.xs
42506 ____________________________________________________________________________
42507 [  9023] By: jhi                                   on 2001/03/04  19:46:45
42508         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
42509              From: nick@talking.bollo.cx
42510              Date: Sat, 03 Mar 2001 21:41:33 +0000
42511              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
42512              
42513              Revert the workaround.
42514      Branch: perl
42515            ! perlio.c
42516 ____________________________________________________________________________
42517 [  9022] By: jhi                                   on 2001/03/04  19:36:28
42518         Log: Update Changes.
42519      Branch: perl
42520            ! Changes patchlevel.h
42521 ____________________________________________________________________________
42522 [  9021] By: jhi                                   on 2001/03/04  18:41:00
42523         Log: makedef.pl updates suggested by Chris Nandor; double-checking
42524              the changes in AIX, OS/2 Win32 would be nice.
42525      Branch: perl
42526            ! makedef.pl
42527 ____________________________________________________________________________
42528 [  9020] By: jhi                                   on 2001/03/04  18:23:58
42529         Log: Integrate change #9012 from maintperl into mainline,
42530              quench a compiler warning.
42531      Branch: perl
42532           !> toke.c
42533 ____________________________________________________________________________
42534 [  9019] By: jhi                                   on 2001/03/04  18:18:43
42535         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
42536              
42537              \N{U+HHHH} fix.
42538              
42539              pattern in G_ARRAY context
42540      Branch: maint-5.6/perl
42541           !> pp_hot.c t/op/pat.t toke.c
42542 ____________________________________________________________________________
42543 [  9018] By: jhi                                   on 2001/03/04  18:07:48
42544         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
42545              From: Jeff Pinyan <jeffp@crusoe.net>
42546              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
42547              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
42548      Branch: perl
42549            ! pp_hot.c t/op/pat.t
42550 ____________________________________________________________________________
42551 [  9017] By: jhi                                   on 2001/03/04  18:06:21
42552         Log: I thought I tested the #9014.
42553      Branch: perl
42554            ! toke.c
42555 ____________________________________________________________________________
42556 [  9016] By: jhi                                   on 2001/03/04  17:41:22
42557         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
42558              
42559              Tweak the get*ent() OS/2 prototypes.
42560              
42561              Add the \N{U+HHHH} syntax.
42562              
42563              More tr/// UTF-8 fixes from Inaba Hiroto.
42564      Branch: maint-5.6/perl
42565           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
42566           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
42567 ____________________________________________________________________________
42568 [  9015] By: jhi                                   on 2001/03/04  17:36:04
42569         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
42570      Branch: perl
42571            ! doop.c t/op/tr.t
42572 ____________________________________________________________________________
42573 [  9014] By: jhi                                   on 2001/03/04  17:24:49
42574         Log: Add the \N{U+HHHH} syntax.
42575      Branch: perl
42576            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
42577            ! t/lib/charnames.t toke.c
42578 ____________________________________________________________________________
42579 [  9013] By: jhi                                   on 2001/03/04  17:20:45
42580         Log: Tweak the get*ent() OS/2 prototypes.
42581      Branch: perl
42582            ! os2/os2.c
42583 ____________________________________________________________________________
42584 [  9012] By: gsar                                  on 2001/03/04  06:26:14
42585         Log: avoid warning (nit in change#9009)
42586      Branch: maint-5.6/perl
42587            ! toke.c
42588 ____________________________________________________________________________
42589 [  9011] By: gsar                                  on 2001/03/04  06:15:24
42590         Log: lib/charnames.t fails in 5.6.x because of older Unicode
42591              data
42592              
42593              TODO: need to revisit this after updating lib/unicode/...
42594      Branch: maint-5.6/perl
42595            ! t/lib/charnames.t
42596 ____________________________________________________________________________
42597 [  9010] By: gsar                                  on 2001/03/04  06:08:36
42598         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
42599      Branch: maint-5.6/perl
42600            ! toke.c
42601 ____________________________________________________________________________
42602 [  9009] By: jhi                                   on 2001/03/03  19:27:20
42603         Log: Integrate change #9008 from mainline to maintperl,
42604              UTF-8 tr/// fixes from Inaba Hiroto.
42605      Branch: maint-5.6/perl
42606           !> doop.c op.c t/op/tr.t toke.c
42607 ____________________________________________________________________________
42608 [  9008] By: jhi                                   on 2001/03/03  19:19:42
42609         Log: UTF8 tr/// fixes from Inaba Hiroto.
42610      Branch: perl
42611            ! doop.c op.c t/op/tr.t toke.c
42612 ____________________________________________________________________________
42613 [  9007] By: jhi                                   on 2001/03/03  19:00:30
42614         Log: Integrate change #9006 from maintperl to mainline,
42615              more robust quest for the infinite.
42616      Branch: perl
42617           !> lib/Math/Complex.pm
42618 ____________________________________________________________________________
42619 [  9006] By: jhi                                   on 2001/03/03  18:58:06
42620         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
42621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42622              Date: Sat, 3 Mar 2001 12:51:50 -0500
42623              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
42624              
42625              Be more robust in our quest for the infinite.
42626      Branch: maint-5.6/perl
42627            ! lib/Math/Complex.pm
42628 ____________________________________________________________________________
42629 [  9005] By: jhi                                   on 2001/03/03  17:55:50
42630         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
42631      Branch: maint-5.6/perl
42632            ! doio.c
42633 ____________________________________________________________________________
42634 [  9004] By: jhi                                   on 2001/03/03  17:40:14
42635         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
42636              so that picky compilers like IRIX won't get huffy about
42637              "statements without effect" (like 1;).
42638      Branch: perl
42639            ! toke.c
42640 ____________________________________________________________________________
42641 [  9003] By: jhi                                   on 2001/03/03  17:15:52
42642         Log: Integrate change #9002 from mainline to maintperl.
42643              
42644              Subject: [perl-5.6.x, perl-current] accept for EPOC
42645      Branch: maint-5.6/perl
42646           !> pp_sys.c
42647 ____________________________________________________________________________
42648 [  9002] By: jhi                                   on 2001/03/03  17:14:30
42649         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
42650              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42651              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
42652              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
42653      Branch: perl
42654            ! pp_sys.c
42655 ____________________________________________________________________________
42656 [  9001] By: jhi                                   on 2001/03/03  17:13:13
42657         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
42658              From: "Craig A. Berry" <craigberry@mac.com>
42659              Date: Fri, 02 Mar 2001 17:44:40 -0600
42660              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
42661      Branch: perl
42662            ! t/pod/find.t
42663 ____________________________________________________________________________
42664 [  9000] By: jhi                                   on 2001/03/03  17:11:55
42665         Log: Integrate changes #8997,8999 from maintperl.
42666              
42667              Subject: [PATCH 5.6.1] compiling on OS/2
42668              (Better error message from hints/os2.sh)
42669              
42670              Subject: [PATCH 5.6.1] syslog.t
42671      Branch: perl
42672           !> hints/os2.sh t/lib/syslog.t
42673 ____________________________________________________________________________
42674 [  8999] By: jhi                                   on 2001/03/03  17:09:28
42675         Log: Subject: [PATCH 5.6.1] syslog.t
42676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42677              Date: Sat, 3 Mar 2001 02:11:17 -0500
42678              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
42679      Branch: maint-5.6/perl
42680            ! t/lib/syslog.t
42681 ____________________________________________________________________________
42682 [  8998] By: jhi                                   on 2001/03/03  17:07:50
42683         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
42684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42685              Date: Sat, 3 Mar 2001 01:53:52 -0500
42686              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
42687      Branch: maint-5.6/perl
42688            ! opcode.pl os2/os2.c
42689 ____________________________________________________________________________
42690 [  8997] By: jhi                                   on 2001/03/03  17:03:30
42691         Log: Subject: [PATCH 5.6.1] compiling on OS/2
42692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42693              Date: Sat, 3 Mar 2001 01:59:59 -0500
42694              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
42695      Branch: maint-5.6/perl
42696            ! hints/os2.sh
42697 ____________________________________________________________________________
42698 [  8996] By: jhi                                   on 2001/03/03  00:55:58
42699         Log: Regen files for mainline.
42700      Branch: perl
42701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42702            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
42703 ____________________________________________________________________________
42704 [  8995] By: jhi                                   on 2001/03/03  00:35:22
42705         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
42706              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
42707              to maintperl.
42708              
42709              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
42710              
42711              Add Configure option -Dmksymlinks which will create a symlink
42712              forest if the current/build differs from the source directory.
42713              (8218,8220,8221,8317,8318,8971)
42714              
42715              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
42716              (Document APPLLIB_EXP in INSTALL.)
42717              
42718              If running byacc write-enable also perly.h.
42719              
42720              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
42721              
42722              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
42723              
42724              Sanity check for conflicting thread flavours.
42725              
42726              Fix the sys/fcntl.h problem reported by Peter Prymmer.
42727              
42728              Add few CPUs/architectures to the Cppsym scan,
42729              add -perlio to archname if so selected (modified 8890)
42730              
42731              Be more helpful for devel builders, suggested by John L. Allen.
42732              (admittedly pointless change for maintperl, but the usedevel
42733              code is there already)
42734      Branch: maint-5.6/perl
42735           !> Configure INSTALL Makefile.SH Porting/Glossary
42736           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
42737           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
42738           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
42739           !> win32/config.bc win32/config.gc win32/config.vc
42740 ____________________________________________________________________________
42741 [  8994] By: jhi                                   on 2001/03/02  23:31:41
42742         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
42743      Branch: metaconfig/U/perl
42744            ! gccvers.U
42745 ____________________________________________________________________________
42746 [  8993] By: jhi                                   on 2001/03/02  23:22:12
42747         Log: Regenerate various files for maint.
42748      Branch: maint-5.6/perl
42749            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
42750            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
42751 ____________________________________________________________________________
42752 [  8992] By: alanbur                               on 2001/03/02  22:48:34
42753         Log: Resync wuth parent
42754      Branch: maint-5.6/pureperl
42755           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
42756           !> (integrate 60 files)
42757 ____________________________________________________________________________
42758 [  8991] By: jhi                                   on 2001/03/02  21:00:08
42759         Log: Retract the #8742 part of #8986, backward compat.
42760      Branch: maint-5.6/perl
42761            ! embed.pl
42762 ____________________________________________________________________________
42763 [  8990] By: jhi                                   on 2001/03/02  20:40:07
42764         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
42765      Branch: maint-5.6/perl
42766            ! hv.c
42767 ____________________________________________________________________________
42768 [  8989] By: jhi                                   on 2001/03/02  19:59:56
42769         Log: Update Changes.
42770      Branch: perl
42771            ! Changes patchlevel.h
42772 ____________________________________________________________________________
42773 [  8988] By: jhi                                   on 2001/03/02  19:57:08
42774         Log: Integrate perlio.
42775      Branch: perl
42776           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
42777           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
42778           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
42779           !> ext/Encode/Encode/iso8859-10.ucm
42780           !> ext/Encode/Encode/iso8859-13.ucm
42781           !> ext/Encode/Encode/iso8859-14.ucm
42782           !> ext/Encode/Encode/iso8859-15.ucm
42783           !> ext/Encode/Encode/iso8859-16.ucm
42784           !> ext/Encode/Encode/iso8859-2.ucm
42785           !> ext/Encode/Encode/iso8859-3.ucm
42786           !> ext/Encode/Encode/iso8859-4.ucm
42787           !> ext/Encode/Encode/iso8859-5.ucm
42788           !> ext/Encode/Encode/iso8859-6.ucm
42789           !> ext/Encode/Encode/iso8859-7.ucm
42790           !> ext/Encode/Encode/iso8859-8.ucm
42791           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
42792           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
42793 ____________________________________________________________________________
42794 [  8987] By: jhi                                   on 2001/03/02  19:43:40
42795         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
42796              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
42797              8950,8952,8955 from mainline to maintperl.
42798              
42799              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
42800              
42801              Put to rest the 20010205.001, the email address checking (not) regex.
42802              
42803              fork() not everywhere, cleanup temp files.
42804              
42805              The #8843 wasn't quite right: %Config needs to imported.
42806              
42807              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
42808              (#8849: the glob-basic hunk needed massaging as it depended
42809              on Schwern's large-scale (unintegrated) patches)
42810              
42811              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
42812              
42813              Upgrade to CGI.pm 2.752, from Lincoln Stein.
42814              (Note: there were some conflicts due to EBCDIC and EPOC
42815              patches, in general I preferred the repository code.)
42816              (When 2.753 comes out, we need to synchronize.)
42817              
42818              Subject: [PATCH] fix for charnames above FFFF
42819              
42820              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
42821              
42822              If no sfio, no -lsfio.
42823              
42824              Run run/*.t also in minitest.
42825              
42826              Subject:  [PATCH perl 5.7.0] malloc message address offset
42827              
42828              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
42829              
42830              Subject: fix for parameter -Dm (for perl@8867)
42831              
42832              Subject: [PATCH: perl@8892] was Re: hashing order difference?
42833              (make the test more portable)
42834              
42835              Subject: Re: [PATCH] fix for charnames above FFFF
42836              
42837              Subject: Re: I'm losing the war...
42838              (hv_store() not working correctly in ENV_IS_CASELESS case.)
42839              
42840              Subject: Modified README.bs2000 
42841              
42842              Subject: [PATCH: perl@8935] -Dt padsv($var)
42843              
42844              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
42845              
42846              Subject: PATCH: extra tests to check on negative float to unsigned cast
42847              
42848              Subject: [PATCH] XPUSH[insp] was Re: progress
42849              
42850              Subject: Re: Compile with perlcc..
42851      Branch: maint-5.6/perl
42852           !> (integrate 36 files)
42853 ____________________________________________________________________________
42854 [  8986] By: jhi                                   on 2001/03/02  18:51:25
42855         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
42856              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
42857              to maintperl.
42858              
42859              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
42860              
42861              Subject: [DOC PATCH] overload.pm nits
42862              
42863              Add header for LIB$ prototypes (C. Berry)
42864              
42865              Convert fwrite()s to sockets to write()s, since some socket stacks
42866              don't take kindly to stdio.
42867              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
42868              (for often optional LNMs)
42869              Correct a few typos
42870              (C. Bailey)
42871              
42872              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
42873              
42874              De-cut-and-pasto.
42875              
42876              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
42877              
42878              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
42879              
42880              Upgrade to CPAN 1.59_54, from Andreas König.
42881              
42882              Bogus shebang.
42883              
42884              Subject: [PATCH] Document makepatch in Porting/patching
42885              
42886              UTF-8 documentation.
42887              
42888              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
42889              
42890              Sort the MANIFEST.
42891              
42892              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
42893              
42894              Subject: [PATCH @8807] toke.c cleanup: scan_str()
42895              
42896              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
42897              
42898              Add run/*.t to testables.
42899              
42900              TODO: integrate #8784.
42901      Branch: maint-5.6/perl
42902           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
42903           !> (integrate 28 files)
42904 ____________________________________________________________________________
42905 [  8985] By: nick                                  on 2001/03/02  18:15:45
42906         Log: Integrate mainline
42907      Branch: perlio
42908           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
42909           !> vms/vms.c
42910 ____________________________________________________________________________
42911 [  8984] By: jhi                                   on 2001/03/02  16:00:17
42912         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
42913              
42914              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
42915              5.004_05, and mention the suidperl August 2000 security problem.
42916              (#8978,#8981)
42917              
42918              Subject: [ID 20010301.004] Technically speaking in perldata
42919              
42920              Subject: [PATCH] File::Copy for bleadperl, maintperl
42921              
42922              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
42923              
42924              (The #8982, fix for 20010221.005 and 20010221.008,
42925              would be nice too but it didn't integrate cleanly.)
42926      Branch: maint-5.6/perl
42927           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
42928 ____________________________________________________________________________
42929 [  8983] By: jhi                                   on 2001/03/02  15:51:16
42930         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
42931              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42932              Date:     Thu, 1 Mar 2001 15:54:09 EST
42933              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
42934      Branch: perl
42935            ! vms/vms.c
42936 ____________________________________________________________________________
42937 [  8982] By: jhi                                   on 2001/03/02  15:43:31
42938         Log: Subject: Re: sync sync sync: have I missed any patches?
42939              From: Radu Greab <radu@netsoft.ro> 
42940              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
42941              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
42942              
42943              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
42944              was checking argv[0] regardless of whether a different pathname
42945              will actually be executed."  Test case not supplied because 
42946              drafting that, ironically enough, revealed another bug
42947              (or a feature).
42948      Branch: perl
42949            ! doio.c
42950 ____________________________________________________________________________
42951 [  8981] By: jhi                                   on 2001/03/02  15:28:03
42952         Log: Misdate in #8978.
42953      Branch: perl
42954            ! pod/perlfaq1.pod
42955 ____________________________________________________________________________
42956 [  8980] By: jhi                                   on 2001/03/02  15:24:20
42957         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
42958              From: Chris Nandor <pudge@pobox.com>
42959              Date: Wed, 28 Feb 2001 22:10:15 -0500
42960              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
42961      Branch: perl
42962            ! lib/File/Copy.pm
42963 ____________________________________________________________________________
42964 [  8979] By: jhi                                   on 2001/03/02  15:17:16
42965         Log: Subject: [ID 20010301.004] Technically speaking in perldata
42966              From: abela@geneanet.org
42967              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
42968              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
42969      Branch: perl
42970            ! pod/perldata.pod
42971 ____________________________________________________________________________
42972 [  8978] By: jhi                                   on 2001/03/02  15:15:27
42973         Log: Subject: [ID 20010301.003] ref to 5.004
42974              From: abela@geneanet.org
42975              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
42976              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
42977              
42978              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
42979              and mention the suidperl August 2000 security problem.
42980      Branch: perl
42981            ! pod/perlfaq1.pod
42982 ____________________________________________________________________________
42983 [  8977] By: alanbur                               on 2001/03/02  14:17:45
42984         Log: Resynchronised with parent
42985      Branch: maint-5.6/pureperl
42986           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
42987           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
42988           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
42989           !> vms/descrip_mms.template win32/win32.c win32/win32.h
42990           !> win32/win32iop.h
42991 ____________________________________________________________________________
42992 [  8976] By: nick                                  on 2001/03/01  23:25:30
42993         Log: Integrate mainline.
42994      Branch: perlio
42995            - t/op/qu.t
42996           !> (integrate 55 files)
42997 ____________________________________________________________________________
42998 [  8975] By: jhi                                   on 2001/03/01  16:51:34
42999         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
43000      Branch: perl
43001           !> toke.c
43002 ____________________________________________________________________________
43003 [  8974] By: gsar                                  on 2001/03/01  16:28:21
43004         Log: fix for bugid 20010226.008
43005              
43006              the problem was that some of the pointers (PL_last_lop and
43007              PL_last_uni specifically) into the lex buffers weren't correctly
43008              being invalidated when the buffer changed; this would leave the
43009              pointers pointing at an arbitrary location in the buffer if
43010              the buffer didn't need to be reallocated, or point into freed
43011              memory if the buffer had to be realloced
43012              
43013              TODO item for bugdb maintainers: check other seemingly random
43014              parser-related bugs--they might be cured by this
43015      Branch: maint-5.6/perl
43016            ! toke.c
43017 ____________________________________________________________________________
43018 [  8973] By: jhi                                   on 2001/03/01  02:23:25
43019         Log: Retract #8970 because of a completely mysterious core dump:
43020              adding the tests 241..244 causes op/pat dump core at test #25.
43021              The test needs a lot of whittling down before the bug can be solved.
43022      Branch: perl
43023            ! t/op/pat.t
43024 ____________________________________________________________________________
43025 [  8972] By: jhi                                   on 2001/03/01  01:58:38
43026         Log: Regen perlapi.
43027      Branch: perl
43028            ! pod/perlapi.pod
43029 ____________________________________________________________________________
43030 [  8971] By: jhi                                   on 2001/03/01  01:34:09
43031         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
43032              From: Nicholas Clark <nick@ccl4.org>
43033              Date: Wed, 28 Feb 2001 23:28:49 +0000
43034              Message-ID: <20010228232849.A55187@plum.flirble.org>
43035              
43036              Allow a completely write protected source code tree
43037              when using the Configure -Dmksymlinks.
43038      Branch: perl
43039            ! embed.pl warnings.pl
43040 ____________________________________________________________________________
43041 [  8970] By: jhi                                   on 2001/03/01  01:32:04
43042         Log: Add back the EBCDIC character range tests (for matching).
43043      Branch: perl
43044            ! t/op/pat.t
43045 ____________________________________________________________________________
43046 [  8969] By: nick                                  on 2001/02/28  18:18:01
43047         Log: Add charname comments to .ucm files writen by 'compile',
43048              also order charmaps in those files by source encoding.
43049              regenerate distrubuted .ucm files
43050      Branch: perlio
43051            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
43052            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
43053            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
43054            ! ext/Encode/Encode/iso8859-10.ucm
43055            ! ext/Encode/Encode/iso8859-13.ucm
43056            ! ext/Encode/Encode/iso8859-14.ucm
43057            ! ext/Encode/Encode/iso8859-15.ucm
43058            ! ext/Encode/Encode/iso8859-16.ucm
43059            ! ext/Encode/Encode/iso8859-2.ucm
43060            ! ext/Encode/Encode/iso8859-3.ucm
43061            ! ext/Encode/Encode/iso8859-4.ucm
43062            ! ext/Encode/Encode/iso8859-5.ucm
43063            ! ext/Encode/Encode/iso8859-6.ucm
43064            ! ext/Encode/Encode/iso8859-7.ucm
43065            ! ext/Encode/Encode/iso8859-8.ucm
43066            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
43067            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
43068 ____________________________________________________________________________
43069 [  8968] By: jhi                                   on 2001/02/28  16:26:37
43070         Log: Expand usemorebits early if d_casti32 needs to be undefined.
43071      Branch: perl
43072            ! hints/hpux.sh hints/irix_6.sh
43073 ____________________________________________________________________________
43074 [  8967] By: jhi                                   on 2001/02/28  16:22:26
43075         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
43076              retract toke.c/qu parts of #8583, retract #8485, retract
43077              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
43078              op/length.t, and MANIFEST, and delete t/op/qu.t.
43079      Branch: perl
43080            - t/op/qu.t
43081            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
43082            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
43083            ! t/op/length.t toke.c
43084 ____________________________________________________________________________
43085 [  8966] By: jhi                                   on 2001/02/28  15:00:27
43086         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
43087              by not changing from pre-Unicode days into being Unicode-aware.
43088              Sniff.
43089      Branch: perl
43090            ! pp.c t/op/pack.t t/op/qu.t
43091 ____________________________________________________________________________
43092 [  8965] By: jhi                                   on 2001/02/28  14:37:55
43093         Log: Subject: Re: Errors in core PODs
43094              From: Michael Stevens <michael@etla.org> 
43095              Date: Fri, 23 Feb 2001 15:47:56 +0000
43096              Message-ID: <20010223154756.A7723@firedrake.org> 
43097      Branch: perl
43098            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
43099            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
43100            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
43101            ! x2p/a2p.pod
43102 ____________________________________________________________________________
43103 [  8964] By: jhi                                   on 2001/02/28  14:35:35
43104         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
43105              (The #8961 was too bold.)
43106      Branch: perl
43107            ! hints/hpux.sh hints/irix_6.sh
43108 ____________________________________________________________________________
43109 [  8963] By: jhi                                   on 2001/02/28  14:33:39
43110         Log: Subject: Re: sync sync sync: have I missed any patches?
43111              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43112              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
43113              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
43114              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
43115              
43116              Replace djSP with dSP.
43117      Branch: perl
43118            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
43119            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
43120            ! win32/perlhost.h
43121 ____________________________________________________________________________
43122 [  8962] By: jhi                                   on 2001/02/27  23:21:14
43123         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
43124      Branch: perl
43125            ! lib/Filter/Simple.pm
43126 ____________________________________________________________________________
43127 [  8961] By: jhi                                   on 2001/02/27  22:55:26
43128         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
43129              and this would be it.
43130      Branch: perl
43131            ! hints/hpux.sh hints/irix_6.sh
43132 ____________________________________________________________________________
43133 [  8960] By: jhi                                   on 2001/02/27  22:51:33
43134         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
43135              From: "Craig A. Berry" <craigberry@mac.com>
43136              Date: Tue, 27 Feb 2001 16:11:44 -0600
43137              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
43138      Branch: maint-5.6/perl
43139            ! configure.com vms/descrip_mms.template
43140 ____________________________________________________________________________
43141 [  8959] By: jhi                                   on 2001/02/27  22:47:23
43142         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
43143              From: "Craig A. Berry" <craigberry@mac.com>
43144              Date: Tue, 27 Feb 2001 16:11:44 -0600
43145              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
43146      Branch: perl
43147            ! configure.com vms/descrip_mms.template
43148 ____________________________________________________________________________
43149 [  8958] By: jhi                                   on 2001/02/27  15:16:42
43150         Log: Update Changes.
43151      Branch: perl
43152            ! Changes patchlevel.h
43153 ____________________________________________________________________________
43154 [  8957] By: jhi                                   on 2001/02/27  06:15:07
43155         Log: Subject: [5.6.x] EPOC additions
43156              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43157              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
43158              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
43159      Branch: maint-5.6/perl
43160            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
43161 ____________________________________________________________________________
43162 [  8956] By: jhi                                   on 2001/02/27  06:12:11
43163         Log: Subject: [perl-current] EPOC 
43164              From: Olaf Flebbe <O.Flebbe@science-computing.de>
43165              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
43166              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
43167      Branch: perl
43168            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
43169            ! epoc/epocish.c epoc/epocish.h pp_sys.c
43170 ____________________________________________________________________________
43171 [  8955] By: jhi                                   on 2001/02/27  05:59:50
43172         Log: Subject: Re: Compile with perlcc..
43173              From: Edward Peschko <edwardp@excitehome.net>
43174              Date: Mon, 26 Feb 2001 18:51:58 -0800
43175              Message-ID: <20010226185158.A9871@excitehome.net>
43176              
43177              plus add a simple usage message if no arguments given.
43178      Branch: perl
43179            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
43180            ! utils/Makefile utils/perlcc.PL win32/pod.mak
43181 ____________________________________________________________________________
43182 [  8954] By: nick                                  on 2001/02/26  21:02:59
43183         Log: Integrate mainline
43184      Branch: perlio
43185           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
43186           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
43187           !> t/op/sprintf.t
43188 ____________________________________________________________________________
43189 [  8953] By: jhi                                   on 2001/02/26  14:43:54
43190         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
43191              From: Nicholas Clark <nick@ccl4.org>
43192              Date: Mon, 26 Feb 2001 00:42:07 +0000
43193              Message-ID: <20010226004207.F23333@plum.flirble.org>
43194      Branch: perl
43195            ! pp_ctl.c
43196 ____________________________________________________________________________
43197 [  8952] By: jhi                                   on 2001/02/26  14:42:13
43198         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
43199              From: Simon Cozens <simon@netthink.co.uk>
43200              Date: Mon, 26 Feb 2001 12:23:48 +0000
43201              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
43202      Branch: perl
43203            ! pod/perlguts.pod
43204 ____________________________________________________________________________
43205 [  8951] By: jhi                                   on 2001/02/26  14:39:15
43206         Log: Subject: [PATCH] perlio - unknown layer
43207              From: Nicholas Clark <nick@ccl4.org>
43208              Date: Mon, 26 Feb 2001 00:27:19 +0000
43209              Message-ID: <20010226002719.E23333@plum.flirble.org>
43210      Branch: perl
43211            ! perlio.c
43212 ____________________________________________________________________________
43213 [  8950] By: jhi                                   on 2001/02/26  14:38:04
43214         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
43215              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
43216              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
43217              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
43218      Branch: perl
43219            ! t/op/bop.t
43220 ____________________________________________________________________________
43221 [  8949] By: jhi                                   on 2001/02/26  14:37:07
43222         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
43223              From: Peter Prymmer <pvhp@forte.com>
43224              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
43225              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
43226      Branch: perl
43227            ! lib/Test.pm
43228 ____________________________________________________________________________
43229 [  8948] By: jhi                                   on 2001/02/26  14:35:53
43230         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
43231              From: Radu Greab <radu@netsoft.ro>
43232              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
43233              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
43234      Branch: perl
43235            ! pod/perlop.pod
43236 ____________________________________________________________________________
43237 [  8947] By: jhi                                   on 2001/02/26  14:34:46
43238         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
43239              From: David Mitchell <davem@fdgroup.co.uk>
43240              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
43241              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
43242      Branch: perl
43243            ! run.c
43244 ____________________________________________________________________________
43245 [  8946] By: jhi                                   on 2001/02/26  14:32:37
43246         Log: Subject: Modified README.bs2000 
43247              From: Dorner Thomas <Thomas.Dorner@start.de>
43248              Date: Mon, 26 Feb 2001 09:22:17 +0100
43249              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
43250      Branch: perl
43251            ! README.bs2000
43252 ____________________________________________________________________________
43253 [  8945] By: jhi                                   on 2001/02/26  14:19:53
43254         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
43255              to maintperl, listing the known failures on the tests 129 and 130.
43256      Branch: maint-5.6/perl
43257           !> t/op/sprintf.t
43258 ____________________________________________________________________________
43259 [  8944] By: jhi                                   on 2001/02/26  14:14:15
43260         Log: Add more known sprintf failures.
43261      Branch: perl
43262            ! t/op/sprintf.t
43263 ____________________________________________________________________________
43264 [  8943] By: jhi                                   on 2001/02/26  13:56:22
43265         Log: perlglob.exe needs to be found in Win32, patch from
43266              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
43267              which needs external glob at mini-perl time."
43268      Branch: perl
43269            ! ext/Encode/compile
43270 ____________________________________________________________________________
43271 [  8942] By: jhi                                   on 2001/02/26  13:52:19
43272         Log: A missing dTHX from Vadim Konovalov.
43273      Branch: perl
43274            ! perlio.c
43275 ____________________________________________________________________________
43276 [  8941] By: jhi                                   on 2001/02/26  13:37:05
43277         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
43278      Branch: perl
43279            ! op.c
43280 ____________________________________________________________________________
43281 [  8940] By: jhi                                   on 2001/02/26  13:35:40
43282         Log: Integrate perlio.
43283      Branch: perl
43284           !> ext/Encode/Encode.pm
43285 ____________________________________________________________________________
43286 [  8939] By: nick                                  on 2001/02/25  23:47:09
43287         Log: Integrate mainline.
43288      Branch: perlio
43289           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
43290           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
43291 ____________________________________________________________________________
43292 [  8938] By: nick                                  on 2001/02/25  19:36:28
43293         Log: Encode implementations docs.
43294      Branch: perlio
43295            ! ext/Encode/Encode.pm
43296 ____________________________________________________________________________
43297 [  8937] By: jhi                                   on 2001/02/25  19:26:16
43298         Log: Script wasn't aligned with reality.
43299      Branch: perl
43300            ! t/pod/find.t
43301 ____________________________________________________________________________
43302 [  8936] By: jhi                                   on 2001/02/25  18:54:55
43303         Log: Update Changes.
43304      Branch: perl
43305            ! Changes patchlevel.h
43306 ____________________________________________________________________________
43307 [  8935] By: jhi                                   on 2001/02/25  18:46:36
43308         Log: Retract #8929,8930,8932,8933 for now.
43309      Branch: perl
43310            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
43311 ____________________________________________________________________________
43312 [  8934] By: jhi                                   on 2001/02/25  17:34:35
43313         Log: Integrate perlio.
43314      Branch: perl
43315           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
43316           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
43317           !> t/lib/encode.t
43318 ____________________________________________________________________________
43319 [  8933] By: jhi                                   on 2001/02/25  17:33:12
43320         Log: (Retracted by #8395.)
43321              
43322              Slight tweaks in scan_const(), not fixes yet, it seems like
43323              lots of work remains to be done...
43324      Branch: perl
43325            ! toke.c
43326 ____________________________________________________________________________
43327 [  8932] By: jhi                                   on 2001/02/25  17:27:11
43328         Log: (Retracted by #8395.)
43329              
43330              Missing from #8930.
43331      Branch: perl
43332            ! perl.h
43333 ____________________________________________________________________________
43334 [  8931] By: jhi                                   on 2001/02/25  17:26:19
43335         Log: A comment tweak.
43336      Branch: perl
43337            ! utf8.c
43338 ____________________________________________________________________________
43339 [  8930] By: jhi                                   on 2001/02/25  17:25:47
43340         Log: (Retracted by #8395.)
43341              
43342              Attempt to fix the EBCDIC character range problem with //.
43343      Branch: perl
43344            ! regcomp.c
43345 ____________________________________________________________________________
43346 [  8929] By: jhi                                   on 2001/02/25  17:23:45
43347         Log: (Retracted by #8395.)
43348              
43349              Expand the EBCDIC character range tests, and add few nasty
43350              tr tests from Karsten Sperling.
43351      Branch: perl
43352            ! t/op/pat.t t/op/tr.t
43353 ____________________________________________________________________________
43354 [  8928] By: jhi                                   on 2001/02/25  17:18:49
43355         Log: Missing check-in.
43356      Branch: perl
43357            ! lib/Pod/Find.pm
43358 ____________________________________________________________________________
43359 [  8927] By: nick                                  on 2001/02/25  11:30:22
43360         Log: Change method names in Encode implementation classes to something
43361              less confusing (preparing to "go public").
43362      Branch: perlio
43363            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
43364 ____________________________________________________________________________
43365 [  8926] By: nick                                  on 2001/02/25  10:53:24
43366         Log: GCC __atribute__ / printf fix
43367      Branch: perlio
43368            ! perl.h
43369 ____________________________________________________________________________
43370 [  8925] By: nick                                  on 2001/02/25  10:52:25
43371         Log: Checked in the wrong one ...
43372      Branch: perlio
43373            ! ext/Encode/Encode.pm
43374 ____________________________________________________________________________
43375 [  8924] By: nick                                  on 2001/02/24  18:46:51
43376         Log: Integrate mainline - to see what Jarkko has in ...
43377      Branch: perlio
43378           +> t/pod/testpods/lib/Pod/Stuff.pm
43379           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
43380 ____________________________________________________________________________
43381 [  8923] By: nick                                  on 2001/02/24  17:05:23
43382         Log: Encode API documentation nd tidy up.
43383              Minor additions to test.
43384              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
43385              Adds STRLEN to standard typemap.
43386      Branch: perlio
43387            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
43388            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
43389 ____________________________________________________________________________
43390 [  8922] By: jhi                                   on 2001/02/24  16:38:12
43391         Log: Add a test for the "character range should match in EBCDIC
43392              if specified using explicit numerics" bug found by Karsten
43393              Sperling.
43394      Branch: perl
43395            ! t/op/pat.t
43396 ____________________________________________________________________________
43397 [  8921] By: jhi                                   on 2001/02/24  16:30:16
43398         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
43399              From: schwern@pobox.com
43400              Date: Fri, 23 Feb 2001 03:21:37 -0500
43401              Message-ID: <20010223032137.A26022@magnonel.guild.net>
43402              
43403              plus Charles Lane's fixes, plus tweaks.
43404      Branch: perl
43405            + t/pod/testpods/lib/Pod/Stuff.pm
43406            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
43407 ____________________________________________________________________________
43408 [  8920] By: nick                                  on 2001/02/24  10:30:11
43409         Log: Integrate mainline
43410      Branch: perlio
43411           !> (integrate 33 files)
43412 ____________________________________________________________________________
43413 [  8919] By: jhi                                   on 2001/02/24  00:23:35
43414         Log: Subject: Re: I'm losing the war...
43415              From: "Vadim Konovalov" <watman@inbox.ru>
43416              Date: Sat, 24 Feb 2001 00:10:14 +0300
43417              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
43418              
43419              hv_store() not working correctly in ENV_IS_CASELESS case.
43420      Branch: perl
43421            ! hv.c
43422 ____________________________________________________________________________
43423 [  8918] By: jhi                                   on 2001/02/24  00:20:09
43424         Log: Subject: Re: [PATCH] fix for charnames above FFFF
43425              From: andreas.koenig@anima.de (Andreas J. Koenig)
43426              Date: 23 Feb 2001 02:39:03 +0100
43427              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
43428              
43429              A further efficiency tweak.
43430      Branch: perl
43431            ! lib/charnames.pm
43432 ____________________________________________________________________________
43433 [  8917] By: jhi                                   on 2001/02/23  20:27:51
43434         Log: Integrate change #8916 from mainline,
43435              do away with USE_WIN32_RTL_ENV.
43436      Branch: maint-5.6/perl
43437           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
43438 ____________________________________________________________________________
43439 [  8916] By: jhi                                   on 2001/02/23  20:02:25
43440         Log: Abolish USE_WIN32_RTL_ENV.
43441      Branch: perl
43442            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
43443 ____________________________________________________________________________
43444 [  8915] By: jhi                                   on 2001/02/23  19:36:00
43445         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
43446              later protected by some #define.
43447      Branch: perl
43448            ! gv.c
43449 ____________________________________________________________________________
43450 [  8914] By: jhi                                   on 2001/02/23  19:31:38
43451         Log: Retract #8902 for now, requested by Charles Lane, the correct
43452              fix will be something else.
43453      Branch: perl
43454            ! op.c
43455 ____________________________________________________________________________
43456 [  8913] By: jhi                                   on 2001/02/23  19:11:36
43457         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
43458              From: Peter Prymmer <pvhp@forte.com>
43459              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
43460              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
43461      Branch: perl
43462            ! t/op/lex_assign.t
43463 ____________________________________________________________________________
43464 [  8912] By: jhi                                   on 2001/02/23  18:38:20
43465         Log: Subject: [patch] perlio + useithreads
43466              From: Doug MacEachern <dougm@covalent.net>
43467              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
43468              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
43469              
43470              Gets things running but not complete.
43471      Branch: perl
43472            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
43473 ____________________________________________________________________________
43474 [  8911] By: jhi                                   on 2001/02/23  04:20:02
43475         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
43476              
43477              Duplicated environment freeing, File::Temp 0.12,
43478              op/append portability (EBCDIC) tweak.
43479      Branch: maint-5.6/perl
43480           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43481           !> t/op/append.t
43482 ____________________________________________________________________________
43483 [  8910] By: jhi                                   on 2001/02/23  02:07:33
43484         Log: Integrate change #8909 from mainline, a better Borland
43485              putenv() workaround.
43486      Branch: maint-5.6/perl
43487           !> perl.c
43488 ____________________________________________________________________________
43489 [  8909] By: jhi                                   on 2001/02/23  02:05:46
43490         Log: A better workaround for Borland putenv() brokenness from Sarathy.
43491      Branch: perl
43492            ! perl.c
43493 ____________________________________________________________________________
43494 [  8908] By: jhi                                   on 2001/02/23  02:04:14
43495         Log: Subject: fix for parameter -Dm (for perl@8867)
43496              From: "Vadim Konovalov" <watman@inbox.ru>
43497              Date: Thu, 22 Feb 2001 17:30:12 +0300
43498              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
43499      Branch: perl
43500            ! perl.h
43501 ____________________________________________________________________________
43502 [  8907] By: jhi                                   on 2001/02/23  01:58:20
43503         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
43504              From: Peter Prymmer <pvhp@forte.com>
43505              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
43506              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
43507      Branch: perl
43508            ! t/op/append.t
43509 ____________________________________________________________________________
43510 [  8906] By: jhi                                   on 2001/02/23  01:48:34
43511         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
43512      Branch: perl
43513            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
43514 ____________________________________________________________________________
43515 [  8905] By: jhi                                   on 2001/02/23  01:43:30
43516         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
43517              From: Peter Prymmer <pvhp@forte.com>
43518              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
43519              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
43520      Branch: perl
43521            ! t/lib/st-06compat.t
43522 ____________________________________________________________________________
43523 [  8904] By: jhi                                   on 2001/02/23  01:42:39
43524         Log: Metaconfig unit change for #8903.
43525      Branch: metaconfig/U/perl
43526            ! Devel.U
43527 ____________________________________________________________________________
43528 [  8903] By: jhi                                   on 2001/02/23  01:42:12
43529         Log: Be more helpful for devel builders, suggested by John L. Allen.
43530      Branch: perl
43531            ! Configure
43532 ____________________________________________________________________________
43533 [  8902] By: jhi                                   on 2001/02/23  01:37:41
43534         Log: (Retracted by #8914)
43535              (Wrongly, reinstated by #8941)
43536              
43537              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
43538              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43539              Date:     Thu, 22 Feb 2001 09:43:57 EST
43540              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
43541      Branch: perl
43542            ! op.c
43543 ____________________________________________________________________________
43544 [  8901] By: jhi                                   on 2001/02/23  01:20:32
43545         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
43546              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43547              Date:     Thu, 22 Feb 2001 08:01:35 EST
43548              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
43549      Branch: perl
43550            ! malloc.c
43551 ____________________________________________________________________________
43552 [  8900] By: jhi                                   on 2001/02/23  01:18:02
43553         Log: Integrate changes #8898,8899 from mainline, environ handling.
43554      Branch: maint-5.6/perl
43555           !> perl.c
43556 ____________________________________________________________________________
43557 [  8899] By: jhi                                   on 2001/02/23  01:16:25
43558         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
43559              putenv() is not to be relied on, they are either broken or leaky
43560              or both.)
43561      Branch: perl
43562            ! perl.c
43563 ____________________________________________________________________________
43564 [  8898] By: jhi                                   on 2001/02/22  23:36:59
43565         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
43566              and safesysfree() must be used.
43567      Branch: perl
43568            ! perl.c
43569 ____________________________________________________________________________
43570 [  8897] By: jhi                                   on 2001/02/22  23:25:45
43571         Log: With environ one must use safesysmalloc()/safesysfree().
43572      Branch: perl
43573            ! perl.c
43574 ____________________________________________________________________________
43575 [  8896] By: jhi                                   on 2001/02/22  22:13:18
43576         Log: If we have a duplicated environment free it
43577              if PERL_DESTRUCT_LEVEL.
43578      Branch: perl
43579            ! perl.c
43580 ____________________________________________________________________________
43581 [  8895] By: alanbur                               on 2001/02/22  19:31:57
43582         Log: Synchronised with parent
43583      Branch: maint-5.6/pureperl
43584           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
43585 ____________________________________________________________________________
43586 [  8894] By: gsar                                  on 2001/02/22  19:06:18
43587         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
43588              
43589              fix memory leak in method call optimization (change#3768);
43590              made C<eval "$x->foo()"> leak
43591              
43592              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
43593      Branch: maint-5.6/perl
43594           !> op.c
43595 ____________________________________________________________________________
43596 [  8893] By: jhi                                   on 2001/02/22  18:35:27
43597         Log: (Retracted by #8915.)
43598              
43599              Third Degree finding:
43600              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
43601      Branch: perl
43602            ! gv.c
43603 ____________________________________________________________________________
43604 [  8892] By: jhi                                   on 2001/02/22  14:28:32
43605         Log: Update Changes.
43606      Branch: perl
43607            ! Changes patchlevel.h
43608 ____________________________________________________________________________
43609 [  8891] By: jhi                                   on 2001/02/22  13:22:45
43610         Log: Metaconfig unit changes for #8890.
43611      Branch: metaconfig
43612            ! U/modified/Cppsym.U U/threads/archname.U
43613 ____________________________________________________________________________
43614 [  8890] By: jhi                                   on 2001/02/22  13:22:12
43615         Log: Add -stdio to the archname if no perlio selected,
43616              no -perlio added since that is now the default.
43617              
43618              Add few CPUs/architectures to the Cppsym scan.
43619      Branch: perl
43620            ! Configure config_h.SH
43621 ____________________________________________________________________________
43622 [  8889] By: jhi                                   on 2001/02/22  13:05:59
43623         Log: Metaconfig unit change for #8888.
43624      Branch: metaconfig/U/perl
43625            ! useperlio.U
43626 ____________________________________________________________________________
43627 [  8888] By: jhi                                   on 2001/02/22  13:05:28
43628         Log: *drum roll*  Make perlio the default.
43629      Branch: perl
43630            ! Configure config_h.SH
43631 ____________________________________________________________________________
43632 [  8887] By: jhi                                   on 2001/02/22  12:50:52
43633         Log: Integrate change #8665 from maintperl to mainline,
43634              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
43635      Branch: perl
43636           !> ext/POSIX/POSIX.xs
43637 ____________________________________________________________________________
43638 [  8886] By: jhi                                   on 2001/02/22  12:49:24
43639         Log: Integrate changes #8883,8884 from mainline to maintperl.
43640              
43641              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
43642              Subject: Re: File::Temp::_gettemp warning
43643      Branch: maint-5.6/perl
43644           !> embed.h embed.pl lib/File/Temp.pm
43645 ____________________________________________________________________________
43646 [  8885] By: jhi                                   on 2001/02/22  12:43:59
43647         Log: Based on
43648              
43649              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
43650              From: schwab@suse.de
43651              Date: Thu, 22 Feb 2001 13:08:09 +0100
43652              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
43653              
43654              but the fix done slightly differently because the other
43655              half was already done in #8664.
43656      Branch: maint-5.6/perl
43657            ! ext/POSIX/POSIX.xs
43658 ____________________________________________________________________________
43659 [  8884] By: jhi                                   on 2001/02/22  12:37:15
43660         Log: Subject: Re: File::Temp::_gettemp warning
43661              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43662              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
43663              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
43664              
43665              This patch to File::Temp does two things:
43666              
43667              1. Fixes the problem with CGI::Carp when determining
43668              the Fcntl constants
43669              
43670              2. Removes most of the carps and consolidates them so that all the
43671              reasons are included in a single die that is caught by the test. This
43672              means that the correct skipping behaviour is displayed by the test.
43673      Branch: perl
43674            ! lib/File/Temp.pm
43675 ____________________________________________________________________________
43676 [  8883] By: jhi                                   on 2001/02/22  12:29:19
43677         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
43678              From: Peter Prymmer <pvhp@forte.com>
43679              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
43680              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
43681      Branch: perl
43682            ! embed.h embed.pl
43683 ____________________________________________________________________________
43684 [  8882] By: jhi                                   on 2001/02/21  19:41:33
43685         Log: Integrate change #8881 from mainlin to maintperl.
43686              
43687              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
43688      Branch: maint-5.6/perl
43689           !> op.c
43690 ____________________________________________________________________________
43691 [  8881] By: jhi                                   on 2001/02/21  19:38:57
43692         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
43693              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43694              Date:     Wed, 21 Feb 2001 13:08:03 EST
43695              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
43696      Branch: perl
43697            ! op.c
43698 ____________________________________________________________________________
43699 [  8880] By: jhi                                   on 2001/02/21  19:34:34
43700         Log: Retract #8875, cannot let go of the old semantics of unpack U
43701              without rethinking utf8decode.t.
43702      Branch: perl
43703            ! pp.c t/op/pack.t
43704 ____________________________________________________________________________
43705 [  8879] By: jhi                                   on 2001/02/21  19:08:02
43706         Log: Run run/*.t also in minitest.
43707      Branch: perl
43708            ! Makefile.SH
43709 ____________________________________________________________________________
43710 [  8878] By: nick                                  on 2001/02/21  18:55:37
43711         Log: Integrate mainline
43712      Branch: perlio
43713           !> (integrate 76 files)
43714 ____________________________________________________________________________
43715 [  8877] By: jhi                                   on 2001/02/21  15:09:33
43716         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
43717      Branch: metaconfig
43718            ! U/compline/nblock_io.U
43719      Branch: perl
43720            ! Configure config_h.SH
43721 ____________________________________________________________________________
43722 [  8876] By: jhi                                   on 2001/02/21  14:54:45
43723         Log: If no sfio, no -lsfio.
43724      Branch: metaconfig/U/perl
43725            ! d_sfio.U
43726      Branch: perl
43727            ! Configure config_h.SH
43728 ____________________________________________________________________________
43729 [  8875] By: jhi                                   on 2001/02/21  14:54:00
43730         Log: Make unpack C and unpack U truly equivalent.
43731      Branch: perl
43732            ! pp.c t/op/pack.t
43733 ____________________________________________________________________________
43734 [  8874] By: jhi                                   on 2001/02/21  14:26:02
43735         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
43736              From: Peter Prymmer <pvhp@forte.com>
43737              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
43738              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
43739      Branch: perl
43740            ! pod/perlport.pod
43741 ____________________________________________________________________________
43742 [  8873] By: jhi                                   on 2001/02/21  14:24:31
43743         Log: Subject: [PATCH] fix for charnames above FFFF
43744              From: andreas.koenig@anima.de (Andreas J. Koenig)
43745              Date: 21 Feb 2001 07:05:45 +0100
43746              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
43747      Branch: perl
43748            ! lib/charnames.pm t/lib/charnames.t
43749 ____________________________________________________________________________
43750 [  8872] By: jhi                                   on 2001/02/21  14:15:25
43751         Log: Integrate change #8868 from pureperl to mainline.
43752              
43753              Fixed reference count loop caused by sv_magic.
43754      Branch: perl
43755           !> sv.c
43756 ____________________________________________________________________________
43757 [  8871] By: jhi                                   on 2001/02/21  14:07:29
43758         Log: Integrate change #8868 from pureperl to maintperl.
43759              
43760              Fixed reference count loop caused by sv_magic.
43761      Branch: maint-5.6/perl
43762           !> sv.c
43763 ____________________________________________________________________________
43764 [  8870] By: jhi                                   on 2001/02/21  14:04:41
43765         Log: Put back the #8840, it was innocent.
43766      Branch: perl
43767            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
43768            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
43769 ____________________________________________________________________________
43770 [  8869] By: jhi                                   on 2001/02/21  14:00:03
43771         Log: unpack("C", ...) was left slightly unfinished by #8865.
43772      Branch: perl
43773            ! pp.c t/op/pack.t
43774 ____________________________________________________________________________
43775 [  8868] By: alanbur                               on 2001/02/21  01:33:45
43776         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
43777              from gv_fetchpv to create single-character magic variables (e.g. $!),
43778              and it is passed a sv and the gv that contains the sv as the mg_obj
43779              value.  When sv_magic stores the mg_obj pointer it increments the gv
43780              refcount, thus causing a sv-gv pair that can't be freed.  There is
43781              already a check for sv == obj which is used to prevent such reference
43782              loops.  This change extends the check to cover the case described above.
43783      Branch: maint-5.6/pureperl
43784            ! sv.c
43785 ____________________________________________________________________________
43786 [  8867] By: jhi                                   on 2001/02/21  00:52:39
43787         Log: Update Changes.
43788      Branch: perl
43789            ! Changes patchlevel.h
43790 ____________________________________________________________________________
43791 [  8866] By: jhi                                   on 2001/02/21  00:34:20
43792         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
43793              (Note: there were some conflicts due to EBCDIC and EPOC
43794              patches, in general I preferred the repository code.)
43795              (When 2.753 comes out, we need to synchronize.)
43796      Branch: perl
43797            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
43798            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
43799            ! t/lib/cgi-html.t
43800 ____________________________________________________________________________
43801 [  8865] By: jhi                                   on 2001/02/21  00:24:22
43802         Log: Make pack("C", 0x100) to create Unicode, unless under the
43803              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
43804              will understand Unicode, unless you under know what.
43805      Branch: perl
43806            ! pp.c t/op/pack.t t/op/qu.t
43807 ____________________________________________________________________________
43808 [  8864] By: alanbur                               on 2001/02/20  22:35:34
43809         Log: Resynchronised with parent
43810      Branch: maint-5.6/pureperl
43811           !> README.win32 ext/GDBM_File/GDBM_File.pm
43812           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
43813           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
43814           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
43815           !> t/lib/sdbm.t util.c
43816 ____________________________________________________________________________
43817 [  8863] By: jhi                                   on 2001/02/20  20:55:11
43818         Log: Integrate change #8860,8861 from mainline into maintperl.
43819              
43820              "pseudo-literal j"
43821              
43822              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
43823      Branch: maint-5.6/perl
43824           !> lib/Test.pm pod/perlop.pod
43825 ____________________________________________________________________________
43826 [  8862] By: jhi                                   on 2001/02/20  20:30:07
43827         Log: Don't do casting between pointers pointing to differently sized
43828              integers.
43829      Branch: perl
43830            ! hv.c sv.c
43831 ____________________________________________________________________________
43832 [  8861] By: jhi                                   on 2001/02/20  19:53:44
43833         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
43834              From: Peter Prymmer <pvhp@forte.com>
43835              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
43836              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
43837      Branch: perl
43838            ! lib/Test.pm
43839 ____________________________________________________________________________
43840 [  8860] By: jhi                                   on 2001/02/20  19:48:02
43841         Log: "pseudo-literal j", a documentation glitch reported to Debian.
43842              The text recovered from Perl 5.005_03, and pseudo-literal replaced
43843              by "backtick string".
43844      Branch: perl
43845            ! pod/perlop.pod
43846 ____________________________________________________________________________
43847 [  8859] By: jhi                                   on 2001/02/20  19:15:46
43848         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
43849              from Chris Nandor.
43850      Branch: perl
43851            ! makedef.pl
43852 ____________________________________________________________________________
43853 [  8858] By: jhi                                   on 2001/02/20  17:36:53
43854         Log: Integrate pureperl changes #8844,8845,8850 to mainline
43855              (via maintperl #8855).
43856              
43857              Fixed %^H scoping bug
43858              
43859              Removed GV <-> CV refcount loop
43860              
43861              Removed %ENV refcount loop
43862      Branch: perl
43863           !> gv.c op.c perl.c pp.c scope.c
43864 ____________________________________________________________________________
43865 [  8857] By: jhi                                   on 2001/02/20  17:34:32
43866         Log: Integrate changes #8853,8854 from maintperl to mainline.
43867              
43868              EBDIC fixes, README.win32 Borland update.
43869      Branch: perl
43870           !> README.win32 handy.h util.c
43871 ____________________________________________________________________________
43872 [  8856] By: jhi                                   on 2001/02/20  17:33:16
43873         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
43874      Branch: maint-5.6/perl
43875           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
43876           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
43877           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
43878 ____________________________________________________________________________
43879 [  8855] By: jhi                                   on 2001/02/20  17:32:13
43880         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
43881              
43882              Fixed %^H scoping bug
43883              
43884              Removed GV <-> CV refcount loop
43885              
43886              Removed %ENV refcount loop
43887      Branch: maint-5.6/perl
43888           !> gv.c op.c perl.c pp.c scope.c
43889 ____________________________________________________________________________
43890 [  8854] By: jhi                                   on 2001/02/20  17:25:06
43891         Log: Subject: Addition to readme.win32 for Borland C++ compilers
43892              Date: Tue, 20 Feb 2001 02:15:25 +0300
43893              From: "Vadim Konovalov" <watman@inbox.ru>
43894              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
43895              
43896              Document Borland compiler misbehaviour.
43897      Branch: maint-5.6/perl
43898            ! README.win32
43899 ____________________________________________________________________________
43900 [  8853] By: jhi                                   on 2001/02/20  17:22:25
43901         Log: The assimilation of ebcdic.c didn't quite work at the first try,
43902              patches from Thomas Dorner.
43903      Branch: maint-5.6/perl
43904            ! handy.h util.c
43905 ____________________________________________________________________________
43906 [  8852] By: jhi                                   on 2001/02/20  17:20:15
43907         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
43908              From: Chris Nandor <pudge@pobox.com>
43909              Date: Tue, 20 Feb 2001 08:32:45 -0500
43910              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
43911      Branch: maint-5.6/perl
43912            ! makedef.pl mg.c
43913 ____________________________________________________________________________
43914 [  8851] By: jhi                                   on 2001/02/20  17:15:52
43915         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
43916      Branch: perl
43917            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
43918            ! t/lib/filter-util.t
43919 ____________________________________________________________________________
43920 [  8850] By: alanbur                               on 2001/02/20  17:12:40
43921         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
43922              and the magic pointer points back to the GV that contains the
43923              %ENV hash.  This creates a refcount loop that prevents members
43924              of %ENV from being freed correctly.  This change removes the
43925              refcount loop - the magic pointer was never used anyway, the
43926              only use of the magic was to check the type ('E') so that the
43927              appropriate environment manipulation code is called when %ENV
43928              is modified.
43929      Branch: maint-5.6/pureperl
43930            ! perl.c
43931 ____________________________________________________________________________
43932 [  8849] By: jhi                                   on 2001/02/20  17:12:20
43933         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
43934              From: "Craig A. Berry" <craigberry@mac.com>
43935              Date: Mon, 19 Feb 2001 23:36:12 -0600
43936              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
43937              
43938              Case-forgiving systems match TestInit.pm with TES*.
43939      Branch: perl
43940            ! t/lib/glob-basic.t
43941 ____________________________________________________________________________
43942 [  8848] By: jhi                                   on 2001/02/20  17:10:02
43943         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
43944      Branch: perl
43945            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
43946            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
43947            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
43948 ____________________________________________________________________________
43949 [  8847] By: jhi                                   on 2001/02/20  15:34:41
43950         Log: The #8843 wasn't quite right: %Config needs to imported.
43951      Branch: perl
43952            ! t/run/runenv.t
43953 ____________________________________________________________________________
43954 [  8846] By: jhi                                   on 2001/02/20  15:31:50
43955         Log: Retract the #8838 and #8840 for now because of
43956              the DB_File tie problem.
43957      Branch: perl
43958            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
43959            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
43960            ! proto.h sv.c
43961 ____________________________________________________________________________
43962 [  8845] By: alanbur                               on 2001/02/20  14:25:41
43963         Log: Removed GV <-> CV refcount loop
43964              CvGV(mycv) points to the parent GV of the CV, and was previously
43965              refcounted.  The pointer remains, but the refcounting has been removed
43966              as it causes a refcount loop between the CV and GV that means the CV
43967              can't ever be deleted.
43968      Branch: maint-5.6/pureperl
43969            ! gv.c op.c pp.c
43970 ____________________________________________________________________________
43971 [  8844] By: alanbur                               on 2001/02/20  14:23:13
43972         Log: Fixed %^H scoping bug
43973      Branch: maint-5.6/pureperl
43974            ! scope.c
43975 ____________________________________________________________________________
43976 [  8843] By: jhi                                   on 2001/02/19  13:38:08
43977         Log: fork() not everywhere, cleanup temp files.
43978      Branch: perl
43979            ! t/run/runenv.t
43980 ____________________________________________________________________________
43981 [  8842] By: alanbur                               on 2001/02/19  12:42:07
43982         Log: Resynchronised with parent
43983      Branch: maint-5.6/pureperl
43984           !> pod/perlfaq4.pod sv.c utf8.c
43985 ____________________________________________________________________________
43986 [  8841] By: jhi                                   on 2001/02/19  03:35:51
43987         Log: Update Changes.
43988      Branch: perl
43989            ! Changes patchlevel.h
43990 ____________________________________________________________________________
43991 [  8840] By: jhi                                   on 2001/02/19  00:23:41
43992         Log: Subject: [patch] add sv_setref_uv
43993              From: Doug MacEachern <dougm@covalent.net>
43994              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
43995              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
43996      Branch: perl
43997            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
43998            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
43999 ____________________________________________________________________________
44000 [  8839] By: jhi                                   on 2001/02/19  00:01:38
44001         Log: Put to rest the 20010205.001, the email address checking (not) regex.
44002      Branch: perl
44003            ! pod/perlfaq9.pod
44004 ____________________________________________________________________________
44005 [  8838] By: jhi                                   on 2001/02/18  22:17:54
44006         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
44007              From: Doug MacEachern <dougm@covalent.net>
44008              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
44009              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
44010      Branch: perl
44011            ! lib/ExtUtils/xsubpp
44012 ____________________________________________________________________________
44013 [  8837] By: jhi                                   on 2001/02/18  22:16:50
44014         Log: Subject: [patch] -Wall cleanup round 2
44015              From: Doug MacEachern <dougm@covalent.net>
44016              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
44017              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
44018      Branch: perl
44019            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
44020            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
44021            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
44022            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
44023            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
44024            ! ext/SDBM_File/SDBM_File.xs
44025 ____________________________________________________________________________
44026 [  8836] By: jhi                                   on 2001/02/18  22:11:20
44027         Log: Misapplied regex optimizations when \C is present.
44028              Fixes 20001230.002.
44029              
44030              What still remains broken is that the submatches that
44031              have \C in them get their UTF8 flag on because their
44032              parent SV has it on.  This will result in malformed
44033              UTF8 if a \C happened to match a non-ASCII byte.
44034      Branch: perl
44035            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44036            ! t/pragma/utf8.t
44037 ____________________________________________________________________________
44038 [  8835] By: jhi                                   on 2001/02/18  20:12:02
44039         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
44040              
44041              The hash key got wrongly UTF8fied.
44042      Branch: perl
44043            ! pod/perlapi.pod toke.c utf8.c
44044 ____________________________________________________________________________
44045 [  8834] By: jhi                                   on 2001/02/18  19:44:25
44046         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
44047              don't warn on magical or overloaded things.
44048      Branch: perl
44049            ! pp_hot.c
44050 ____________________________________________________________________________
44051 [  8833] By: nick                                  on 2001/02/18  19:31:22
44052         Log: Integrate mainline
44053      Branch: perlio
44054           +> t/TestInit.pm t/run/runenv.t
44055            - t/UTEST
44056           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
44057           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
44058           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
44059           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
44060           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
44061           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
44062           !> utf8.c
44063 ____________________________________________________________________________
44064 [  8832] By: jhi                                   on 2001/02/18  19:21:18
44065         Log: Integrate perlio.
44066      Branch: perl
44067           !> perlio.c pod/perldiag.pod
44068 ____________________________________________________________________________
44069 [  8831] By: jhi                                   on 2001/02/18  19:14:20
44070         Log: Integrate change #8827 from mainline.
44071              
44072              UTF8 tweaks.
44073      Branch: maint-5.6/perl
44074           !> sv.c utf8.c
44075 ____________________________________________________________________________
44076 [  8830] By: nick                                  on 2001/02/18  19:10:34
44077         Log: Apply the spirit of patch from Nick Clark:
44078              Subject: [PATCH] Re: extensions that provide layers
44079              From: Nicholas Clark <nick@ccl4.org>
44080              Date: Mon, 12 Feb 2001 16:43:51 +0000
44081              Message-Id: <20010212164350.Q3652@plum.flirble.org>
44082      Branch: perlio
44083            ! perlio.c pod/perldiag.pod
44084 ____________________________________________________________________________
44085 [  8829] By: jhi                                   on 2001/02/18  19:03:25
44086         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
44087              From: schwern@pobox.com 
44088              Date: Sun, 18 Feb 2001 13:44:35 -0500
44089              Message-ID: <20010218134435.A17544@magnonel.guild.net>
44090              
44091              Applied, but as t/TestInit.pm.
44092      Branch: perl
44093            + t/TestInit.pm
44094            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
44095            ! t/op/subst_wamp.t
44096 ____________________________________________________________________________
44097 [  8828] By: jhi                                   on 2001/02/18  18:43:52
44098         Log: Integrate perlio.
44099      Branch: perl
44100           !> perlio.c
44101 ____________________________________________________________________________
44102 [  8827] By: jhi                                   on 2001/02/18  18:41:33
44103         Log: UTF-8 tweaks.
44104      Branch: perl
44105            ! sv.c utf8.c
44106 ____________________________________________________________________________
44107 [  8826] By: nick                                  on 2001/02/18  17:40:59
44108         Log: Fix [ID 20010217.002]
44109              open FOO, "<:raw:perlio", ...
44110              :raw now inserts default base layer below itself.
44111              Also
44112              open FOO, "<:unix", ...
44113              works as well - but leaves buffer layer on stack under the unix layer.
44114      Branch: perlio
44115            ! perlio.c
44116 ____________________________________________________________________________
44117 [  8825] By: jhi                                   on 2001/02/18  17:15:39
44118         Log: Integrate perlio.
44119      Branch: perl
44120           !> perlio.c perliol.h
44121 ____________________________________________________________________________
44122 [  8824] By: jhi                                   on 2001/02/18  17:10:53
44123         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
44124              From: schwern@pobox.com
44125              Date: Sun, 18 Feb 2001 01:48:50 -0500
44126              Message-ID: <20010218014850.C19957@magnonel.guild.net>
44127      Branch: perl
44128            ! lib/Test/Harness.pm t/TEST t/op/chop.t
44129 ____________________________________________________________________________
44130 [  8823] By: jhi                                   on 2001/02/18  17:01:06
44131         Log: Add run/*.t to testables.
44132      Branch: perl
44133            ! t/TEST
44134 ____________________________________________________________________________
44135 [  8822] By: jhi                                   on 2001/02/18  16:58:58
44136         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
44137              From: schwern@pobox.com
44138              Date: Sun, 18 Feb 2001 01:11:35 -0500
44139              Message-ID: <20010218011135.A19957@magnonel.guild.net>
44140              
44141              Revive mjd's and Simon's PERL5OPT fix.
44142      Branch: perl
44143            + t/run/runenv.t
44144            ! MANIFEST perl.c
44145 ____________________________________________________________________________
44146 [  8821] By: jhi                                   on 2001/02/18  16:53:46
44147         Log: Subject: Re: Why t/TEST and not Test::Harness?
44148              From: schwern@pobox.com
44149              Date: Sat, 17 Feb 2001 22:44:44 -0500
44150              Message-ID: <20010217224444.A6679@magnonel.guild.net>
44151              
44152              Replace UTEST with TEST -utf8.
44153      Branch: perl
44154            - t/UTEST
44155            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
44156            ! t/lib/glob-basic.t
44157 ____________________________________________________________________________
44158 [  8820] By: nick                                  on 2001/02/18  13:06:16
44159         Log: Clean up a few core dumps when layers are used in unexpected ways.
44160              (Still not "right"...)
44161      Branch: perlio
44162            ! perlio.c perliol.h
44163 ____________________________________________________________________________
44164 [  8819] By: jhi                                   on 2001/02/18  02:25:55
44165         Log: Integrate change #8818 from maintperl, a FAQ nit.
44166      Branch: perl
44167           !> pod/perlfaq4.pod
44168 ____________________________________________________________________________
44169 [  8818] By: jhi                                   on 2001/02/18  02:24:50
44170         Log: FAQ nit from Chris Fedde.
44171      Branch: maint-5.6/perl
44172            ! pod/perlfaq4.pod
44173 ____________________________________________________________________________
44174 [  8817] By: nick                                  on 2001/02/17  18:20:14
44175         Log: Integrate mainline
44176      Branch: perlio
44177           +> lib/unicode/UCD.html lib/unicode/Unicode.html
44178           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
44179           +> pod/perlclib.pod
44180            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44181            - lib/unicode/Unicode.301
44182           !> (integrate 324 files)
44183 ____________________________________________________________________________
44184 [  8816] By: jhi                                   on 2001/02/17  16:56:58
44185         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
44186      Branch: perl
44187            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
44188            ! ext/Storable/Storable.xs t/lib/st-06compat.t
44189            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
44190 ____________________________________________________________________________
44191 [  8815] By: jhi                                   on 2001/02/17  16:40:07
44192         Log: Subject: [patch] -Wall
44193              From: Doug MacEachern <dougm@covalent.net>
44194              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
44195              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
44196      Branch: perl
44197            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
44198            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
44199 ____________________________________________________________________________
44200 [  8814] By: jhi                                   on 2001/02/16  19:27:18
44201         Log: Document qu better.
44202      Branch: perl
44203            ! pod/perlop.pod
44204 ____________________________________________________________________________
44205 [  8813] By: jhi                                   on 2001/02/15  13:54:37
44206         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
44207              From: Hugo <hv@crypt.compulink.co.uk>
44208              Date: Thu, 15 Feb 2001 13:39:49 +0000
44209              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
44210      Branch: perl
44211            ! toke.c
44212 ____________________________________________________________________________
44213 [  8812] By: alanbur                               on 2001/02/15  13:52:16
44214         Log: Resynchronised with parent
44215      Branch: maint-5.6/pureperl
44216            - ebcdic.c
44217           !> (integrate 36 files)
44218 ____________________________________________________________________________
44219 [  8811] By: jhi                                   on 2001/02/15  13:51:16
44220         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
44221              
44222              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
44223              From: Jan Dubois <JanD@ActiveState.com>
44224              Date: Wed, 31 Jan 2001 21:17:03 -0800
44225              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
44226              
44227              tweak change#8659 to keep it simple
44228              
44229              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
44230              From: Russ Allbery <rra@stanford.edu>
44231              Date: 14 Feb 2001 10:15:41 -0800
44232              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
44233              
44234              (8809 empty)
44235              
44236              Upgrade to podlators 1.08, from Russ Allbery.
44237      Branch: perl
44238           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
44239           !> utils/perldoc.PL
44240 ____________________________________________________________________________
44241 [  8810] By: jhi                                   on 2001/02/15  13:35:08
44242         Log: Upgrade to podlators 1.08, from Russ Allbery.
44243      Branch: maint-5.6/perl
44244            ! lib/Pod/Man.pm lib/Pod/Text.pm
44245 ____________________________________________________________________________
44246 [  8809] By: jhi                                   on 2001/02/15  13:26:38
44247         Log: (accidentally empty check-in)
44248      Branch: maint-5.6/perl
44249            ! lib/Test/Harness.pm
44250 ____________________________________________________________________________
44251 [  8808] By: jhi                                   on 2001/02/15  13:23:47
44252         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
44253              From: Russ Allbery <rra@stanford.edu>
44254              Date: 14 Feb 2001 10:15:41 -0800
44255              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
44256              
44257              perldoc was hardcoding $Config{installscript}, which breaks
44258              when install* isn't where Perl ends up (such as with AFS).
44259              
44260              Use $Config{scriptdir} instead.
44261      Branch: maint-5.6/perl
44262            ! utils/perldoc.PL
44263 ____________________________________________________________________________
44264 [  8807] By: jhi                                   on 2001/02/14  14:37:27
44265         Log: Update Changes.
44266      Branch: perl
44267            ! Changes patchlevel.h
44268 ____________________________________________________________________________
44269 [  8806] By: jhi                                   on 2001/02/14  14:25:31
44270         Log: Integrate changes #8803,8804,8805 from mainline.
44271              
44272              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
44273              
44274              Don't skip too much of the locale error message if no environ array,
44275              from Chris Nandor.
44276              
44277              More MacOS Classic fixes from Chris Nandor.
44278      Branch: maint-5.6/perl
44279           !> doop.c lib/Cwd.pm perl.c perl.h util.c
44280 ____________________________________________________________________________
44281 [  8805] By: jhi                                   on 2001/02/14  03:29:01
44282         Log: More MacOS Classic fixes from Chris Nandor.
44283      Branch: perl
44284            ! doop.c lib/Cwd.pm
44285 ____________________________________________________________________________
44286 [  8804] By: jhi                                   on 2001/02/14  03:18:35
44287         Log: Don't skip too much of the locale error message if no environ array,
44288              from Chris Nandor.
44289      Branch: perl
44290            ! util.c
44291 ____________________________________________________________________________
44292 [  8803] By: jhi                                   on 2001/02/14  03:14:14
44293         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
44294      Branch: perl
44295            ! perl.c perl.h
44296 ____________________________________________________________________________
44297 [  8802] By: jhi                                   on 2001/02/13  18:31:33
44298         Log: AUTHORS update.
44299      Branch: perl
44300            ! AUTHORS
44301 ____________________________________________________________________________
44302 [  8801] By: jhi                                   on 2001/02/13  17:55:19
44303         Log: Integrate change #8792 from mainline.
44304              
44305              Subject: buncha MacPerl patches for bleadperl
44306              From: Chris Nandor <pudge@pobox.com>
44307              Date: Tue, 13 Feb 2001 00:02:43 -0500
44308              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
44309      Branch: maint-5.6/perl
44310           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44311           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
44312           !> t/lib/basename.t toke.c util.h
44313 ____________________________________________________________________________
44314 [  8800] By: jhi                                   on 2001/02/13  17:46:43
44315         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
44316              to be forced to Off_t.
44317              
44318              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
44319              From: nick@ccl4.org
44320              Date: Thu, 1 Feb 2001 12:01:04 +0000
44321              Message-Id: <20010201120103.E11401@plum.flirble.org>
44322      Branch: maint-5.6/perl
44323            ! iperlsys.h perlio.c
44324 ____________________________________________________________________________
44325 [  8799] By: jhi                                   on 2001/02/13  16:52:51
44326         Log: Duplex duplex hunk hunk.
44327      Branch: maint-5.6/perl
44328            ! Makefile.SH
44329 ____________________________________________________________________________
44330 [  8797] By: jhi                                   on 2001/02/13  14:52:04
44331         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
44332              From: "Craig A. Berry" <craigberry@mac.com>
44333              Date: Mon, 12 Feb 2001 11:05:25 -0600
44334              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
44335      Branch: perl
44336            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
44337 ____________________________________________________________________________
44338 [  8796] By: jhi                                   on 2001/02/13  14:36:47
44339         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
44340              From: simon.cozens@pembroke.oxford.ac.uk 
44341              Date: Sat, 10 Feb 2001 17:57:02 +0000
44342              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
44343              
44344              Now it does include.
44345      Branch: perl
44346            ! pod/perldiag.pod
44347 ____________________________________________________________________________
44348 [  8795] By: jhi                                   on 2001/02/13  14:30:11
44349         Log: Sort the MANIFEST.
44350      Branch: perl
44351            ! MANIFEST
44352 ____________________________________________________________________________
44353 [  8794] By: jhi                                   on 2001/02/13  14:26:51
44354         Log: Integrate change #8793 from mainline, FAQ updates.
44355      Branch: maint-5.6/perl
44356           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
44357 ____________________________________________________________________________
44358 [  8793] By: jhi                                   on 2001/02/13  14:25:13
44359         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
44360      Branch: perl
44361            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
44362 ____________________________________________________________________________
44363 [  8792] By: jhi                                   on 2001/02/13  14:22:50
44364         Log: Subject: buncha MacPerl patches for bleadperl
44365              From: Chris Nandor <pudge@pobox.com>
44366              Date: Tue, 13 Feb 2001 00:02:43 -0500
44367              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
44368      Branch: perl
44369            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44370            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
44371            ! t/lib/basename.t toke.c util.h
44372 ____________________________________________________________________________
44373 [  8791] By: jhi                                   on 2001/02/13  14:10:39
44374         Log: Integrate change #8790 from mainline.
44375              
44376              environ array wrongly assumed in Perl_init_i18nl10n(),
44377      Branch: maint-5.6/perl
44378           !> util.c
44379 ____________________________________________________________________________
44380 [  8790] By: jhi                                   on 2001/02/13  14:06:15
44381         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
44382              noticed by Chris Nandor in MacOS Classic.
44383      Branch: perl
44384            ! util.c
44385 ____________________________________________________________________________
44386 [  8789] By: jhi                                   on 2001/02/13  13:58:07
44387         Log: Integrate changes #8373,8487,8544,8783 from mainline.
44388              
44389              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
44390              hints files, the dynaloading, assimilate ebcdic into util.c.
44391      Branch: maint-5.6/perl
44392            - ebcdic.c
44393            ! MANIFEST hints/posix-bc.sh
44394           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
44395           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
44396           !> perlapi.c proto.h util.c
44397 ____________________________________________________________________________
44398 [  8788] By: alanbur                               on 2001/02/13  10:33:13
44399         Log: Integrated changes from maint-5.6
44400      Branch: maint-5.6/pureperl
44401           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
44402           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
44403           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44404           !> vos/config.ga.h vos/configure_perl.cm
44405 ____________________________________________________________________________
44406 [  8787] By: jhi                                   on 2001/02/13  05:56:36
44407         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
44408      Branch: perl
44409           !> Makefile.SH
44410 ____________________________________________________________________________
44411 [  8786] By: jhi                                   on 2001/02/13  05:54:34
44412         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
44413              From: Dorner Thomas <Thomas.Dorner@start.de>
44414              Date: Mon, 12 Feb 2001 15:06:26 +0100
44415              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
44416      Branch: maint-5.6/perl
44417            ! Makefile.SH
44418 ____________________________________________________________________________
44419 [  8785] By: jhi                                   on 2001/02/13  05:29:04
44420         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
44421      Branch: perl
44422           !> hints/openbsd.sh
44423 ____________________________________________________________________________
44424 [  8784] By: jhi                                   on 2001/02/13  02:25:24
44425         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
44426              From: Peter Prymmer <pvhp@forte.com>
44427              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
44428              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
44429      Branch: perl
44430            ! pod/perlclib.pod
44431 ____________________________________________________________________________
44432 [  8783] By: jhi                                   on 2001/02/13  02:22:36
44433         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
44434      Branch: perl
44435            - ebcdic.c
44436            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
44437            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
44438            ! util.c
44439 ____________________________________________________________________________
44440 [  8782] By: jhi                                   on 2001/02/13  02:00:07
44441         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
44442      Branch: maint-5.6/perl
44443            ! pod/perlport.pod
44444 ____________________________________________________________________________
44445 [  8781] By: jhi                                   on 2001/02/13  01:58:44
44446         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
44447      Branch: maint-5.6/perl
44448            ! hints/openbsd.sh
44449 ____________________________________________________________________________
44450 [  8780] By: jhi                                   on 2001/02/13  01:57:33
44451         Log: Synchronize the regexp tests between maintperl and mainline.
44452      Branch: maint-5.6/perl
44453           !> t/op/re_tests
44454 ____________________________________________________________________________
44455 [  8779] By: jhi                                   on 2001/02/13  01:49:35
44456         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
44457              From: Hugo <hv@crypt.compulink.co.uk>
44458              Date: Tue, 13 Feb 2001 00:11:11 +0000
44459              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
44460      Branch: perl
44461            ! regcomp.c t/op/re_tests
44462 ____________________________________________________________________________
44463 [  8778] By: jhi                                   on 2001/02/13  00:23:10
44464         Log: Comments do not nest.
44465      Branch: perl
44466            ! perl.h
44467 ____________________________________________________________________________
44468 [  8777] By: jhi                                   on 2001/02/13  00:17:54
44469         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
44470              From: Hugo <hv@crypt.compulink.co.uk>
44471              Date: Tue, 13 Feb 2001 00:11:11 +0000
44472              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
44473      Branch: maint-5.6/perl
44474            ! regcomp.c t/op/re_tests
44475 ____________________________________________________________________________
44476 [  8776] By: jhi                                   on 2001/02/12  23:25:52
44477         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
44478      Branch: maint-5.6/perl
44479            ! pod/perlport.pod
44480 ____________________________________________________________________________
44481 [  8775] By: jhi                                   on 2001/02/12  23:04:28
44482         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
44483      Branch: maint-5.6/perl
44484            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
44485            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44486            ! vos/configure_perl.cm
44487 ____________________________________________________________________________
44488 [  8774] By: jhi                                   on 2001/02/12  22:59:11
44489         Log: Subject: Re: [patch] context for 'U' magic functions
44490              From: Doug MacEachern <dougm@covalent.net>
44491              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
44492              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
44493              
44494              plus the suggestion by Nick Ing-Simmons to name the macro
44495              as PERL_MG_UFUNC to avoid namespace pollution, plus add
44496              the advice by Doug for XS writers to perl.h
44497      Branch: perl
44498            ! mg.c perl.h
44499 ____________________________________________________________________________
44500 [  8773] By: jhi                                   on 2001/02/11  20:14:12
44501         Log: Update Changes.
44502      Branch: perl
44503            ! Changes patchlevel.h
44504 ____________________________________________________________________________
44505 [  8772] By: jhi                                   on 2001/02/11  18:47:52
44506         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
44507              From: Simon Cozens <simon@cozens.net>
44508              Date: Wed, 31 Jan 2001 16:31:43 +0000
44509              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
44510      Branch: perl
44511            + pod/perlclib.pod
44512            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
44513            ! pod/perltoc.pod
44514 ____________________________________________________________________________
44515 [  8771] By: jhi                                   on 2001/02/11  18:36:48
44516         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
44517              
44518              Blocks-4d3.beta.txt
44519              CaseFolding-3d4.beta.txt
44520              CompositionExclusions-3d6.beta.txt
44521              EastAsianWidth-4d4.beta.txt
44522              LineBreak-6d3.beta.txt
44523              NamesList-3.1.0d1.beta.txt
44524              PropList-3.1.0d4.beta.txt
44525              SpecialCasing-4d1.beta.txt
44526              UnicodeData-3.1.0d6.beta.txt
44527      Branch: perl
44528            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
44529           +> lib/unicode/UCD.html lib/unicode/Unicode.html
44530            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44531            - lib/unicode/Unicode.301
44532            ! (edit 257 files)
44533 ____________________________________________________________________________
44534 [  8770] By: jhi                                   on 2001/02/11  17:26:22
44535         Log: UTF-8 documentation.
44536      Branch: perl
44537            ! utf8.h
44538 ____________________________________________________________________________
44539 [  8769] By: jhi                                   on 2001/02/11  17:12:49
44540         Log: Retract #8762.
44541      Branch: perl
44542            ! regexec.c
44543 ____________________________________________________________________________
44544 [  8768] By: jhi                                   on 2001/02/11  16:54:45
44545         Log: Subject: [PATCH] Test::Harness
44546              From: andreas.koenig@anima.de (Andreas J. Koenig)
44547              Date: 11 Feb 2001 14:37:00 +0100
44548              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
44549      Branch: perl
44550            ! lib/Test/Harness.pm
44551 ____________________________________________________________________________
44552 [  8767] By: jhi                                   on 2001/02/11  16:53:52
44553         Log: Subject: [PATCH] Document makepatch in Porting/patching
44554              From: andreas.koenig@anima.de (Andreas J. Koenig)
44555              Date: 11 Feb 2001 16:46:28 +0100
44556              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
44557      Branch: perl
44558            ! Porting/patching.pod
44559 ____________________________________________________________________________
44560 [  8766] By: jhi                                   on 2001/02/11  06:30:23
44561         Log: Subject: Re: [patch] GvSHARED
44562              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
44563              From: Doug MacEachern <dougm@covalent.net>
44564              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
44565              
44566              Subject: Re: [patch] GvSHARED
44567              From: Doug MacEachern <dougm@covalent.net>
44568              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
44569              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
44570              
44571              Subject: [patch] attributes.pm support for `shared'
44572              From: Doug MacEachern <dougm@covalent.net>
44573              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
44574              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
44575              
44576              our() attributes were ignored, our :shared pieces missing,
44577              allow attributes.pm to turn on shared.
44578      Branch: perl
44579            ! op.c t/op/attrs.t toke.c xsutils.c
44580 ____________________________________________________________________________
44581 [  8765] By: alanbur                               on 2001/02/10  23:11:19
44582         Log: Resync with parent (hopefully sucessfully this time)
44583      Branch: maint-5.6/pureperl
44584           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
44585           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
44586           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44587           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
44588           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
44589           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
44590           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
44591 ____________________________________________________________________________
44592 [  8764] By: jhi                                   on 2001/02/10  22:54:38
44593         Log: Make TEST and UTEST more verbose in case something goes
44594              wrong in running/compiling a script, suggested by Doug
44595              MacEachern.
44596      Branch: perl
44597            ! t/TEST t/UTEST
44598 ____________________________________________________________________________
44599 [  8763] By: jhi                                   on 2001/02/10  22:11:34
44600         Log: Bogus shebang.
44601      Branch: perl
44602            ! t/lib/texttabs.t
44603 ____________________________________________________________________________
44604 [  8762] By: jhi                                   on 2001/02/10  21:56:02
44605         Log: (Retracted by #8769)
44606      Branch: perl
44607            ! regexec.c
44608 ____________________________________________________________________________
44609 [  8761] By: jhi                                   on 2001/02/10  21:26:15
44610         Log: Subject: Re: [patch] GvSHARED 
44611              From: Doug MacEachern <dougm@covalent.net>
44612              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
44613              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
44614              
44615              our @EXPORT : shared = (...);
44616      Branch: perl
44617            ! toke.c
44618 ____________________________________________________________________________
44619 [  8760] By: jhi                                   on 2001/02/10  21:25:07
44620         Log: Subject: [patch] GvSHARED
44621              From: Doug MacEachern <dougm@covalent.net>
44622              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
44623              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
44624      Branch: perl
44625            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
44626 ____________________________________________________________________________
44627 [  8759] By: alanbur                               on 2001/02/10  21:24:27
44628         Log: Backed out mismerge.
44629      Branch: maint-5.6/pureperl
44630            ! MANIFEST README.hpux README.vmesa gv.c installhtml
44631            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
44632            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44633            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
44634            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
44635            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
44636            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
44637 ____________________________________________________________________________
44638 [  8758] By: jhi                                   on 2001/02/10  18:01:17
44639         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
44640              
44641              Fixed UMRs and leak in Perl_pmtrans()
44642              
44643              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
44644              associated UTFied tr/// code.  Also fixed scoping leak of
44645              PL_reg_start_tmp.
44646              
44647              newATTRSUB leaks when an attempt to redefine the active sort sub is
44648              made.
44649      Branch: maint-5.6/perl
44650           !> op.c regcomp.c
44651 ____________________________________________________________________________
44652 [  8757] By: alanbur                               on 2001/02/10  17:56:46
44653         Log: Resynchronised with parent
44654      Branch: maint-5.6/pureperl
44655           +> README.bs2000
44656            - README.posix-bc
44657            ! gv.c perl.c sv.c
44658           !> MANIFEST README.hpux README.vmesa installhtml
44659           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
44660           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44661           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
44662           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
44663           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
44664           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
44665 ____________________________________________________________________________
44666 [  8756] By: alanbur                               on 2001/02/10  17:51:15
44667         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
44668              made.
44669      Branch: maint-5.6/pureperl
44670            ! op.c
44671 ____________________________________________________________________________
44672 [  8755] By: jhi                                   on 2001/02/09  22:41:35
44673         Log: Upgrade to CPAN 1.59_54, from Andreas König.
44674      Branch: perl
44675            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44676 ____________________________________________________________________________
44677 [  8754] By: jhi                                   on 2001/02/09  22:29:20
44678         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
44679              
44680              Didn't upgrade the fill.t since it has a dependency to File::Slurp
44681              purely for debugging purposes, the actual test hasn't changed.
44682      Branch: perl
44683            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
44684            ! t/lib/textwrap.t
44685 ____________________________________________________________________________
44686 [  8753] By: jhi                                   on 2001/02/09  20:17:50
44687         Log: Integrate change #8682 from maintperl.
44688              
44689              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
44690              to work correctly.
44691      Branch: perl
44692           !> hints/irix_6.sh
44693 ____________________________________________________________________________
44694 [  8752] By: jhi                                   on 2001/02/09  20:00:46
44695         Log: Update Changes.
44696      Branch: perl
44697            ! Changes patchlevel.h
44698 ____________________________________________________________________________
44699 [  8751] By: nick                                  on 2001/02/09  19:48:37
44700         Log: Integrate mainline
44701      Branch: perlio
44702           +> README.bs2000 t/lib/cgi-esc.t
44703            - README.posix-bc
44704           !> (integrate 53 files)
44705 ____________________________________________________________________________
44706 [  8750] By: nick                                  on 2001/02/09  19:25:16
44707         Log: Subject: RE: Biannual Competition to Improve Hashing Function
44708              From: Fisher Mark <fisherm@tce.com>
44709              Date: Thu, 8 Feb 2001 10:44:00 -0500
44710              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
44711              Date: Thu, 8 Feb 2001 15:02:47 -0500
44712              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
44713      Branch: perl
44714            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
44715 ____________________________________________________________________________
44716 [  8749] By: jhi                                   on 2001/02/09  19:02:35
44717         Log: Forgotten fragment.
44718      Branch: perl
44719            ! pod/perlapi.pod
44720 ____________________________________________________________________________
44721 [  8748] By: jhi                                   on 2001/02/09  18:31:34
44722         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
44723              plus manual tweakage.
44724              
44725              Sync the perlfaq2 between mainline and maintperl.
44726      Branch: maint-5.6/perl
44727            ! pod/perlfaq2.pod
44728      Branch: perl
44729           !> pod/perlfaq2.pod
44730 ____________________________________________________________________________
44731 [  8747] By: jhi                                   on 2001/02/09  18:12:04
44732         Log: Subject: versiononly and installperl
44733              From: abigail@foad.org
44734              Date: Wed, 7 Feb 2001 22:43:12 +0100
44735              Message-ID: <20010207214312.7045.qmail@foad.org>    
44736              
44737              Add +v flag to force a normal install of the perl binary
44738              and the utilities.
44739              
44740              Subject: [PATCH] installperl
44741              From: Nicholas Clark <nick@ccl4.org>
44742              Date: Fri, 9 Feb 2001 16:28:57 +0000
44743              Message-ID: <20010209162857.B10931@plum.flirble.org>
44744              
44745              Add -A flag which also hardlinks the binary with
44746              the full architecture name.
44747      Branch: perl
44748            ! installperl
44749 ____________________________________________________________________________
44750 [  8746] By: jhi                                   on 2001/02/09  18:03:43
44751         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
44752              
44753              Subject: perlfaq2, re: perlmongers
44754              
44755              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
44756              
44757              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
44758              
44759              Subject: [ID 20010205.001] typo in perlfaq9
44760              
44761              Subject: [ID 20010208.002] unordered explanation in perlcall
44762      Branch: maint-5.6/perl
44763           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
44764           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
44765           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
44766 ____________________________________________________________________________
44767 [  8745] By: jhi                                   on 2001/02/09  17:59:09
44768         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
44769              From: abela@geneanet.org
44770              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
44771              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
44772      Branch: perl
44773            ! pod/perlcall.pod
44774 ____________________________________________________________________________
44775 [  8744] By: jhi                                   on 2001/02/09  17:48:16
44776         Log: Subject: [ID 20010205.001] typo in perlfaq9
44777              From: eserte@vran.herceg.de
44778              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
44779              Message-Id: <200102042244.XAA21926@vran.herceg.de>
44780      Branch: perl
44781            ! pod/perlfaq9.pod
44782 ____________________________________________________________________________
44783 [  8743] By: jhi                                   on 2001/02/09  17:25:12
44784         Log: Integrate change #8695 from maintperl.
44785              
44786              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
44787      Branch: perl
44788           !> thread.h
44789 ____________________________________________________________________________
44790 [  8742] By: jhi                                   on 2001/02/09  17:21:22
44791         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
44792              From: Andy Dougherty <doughera@lafayette.edu>
44793              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
44794              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
44795      Branch: perl
44796            ! embed.pl
44797 ____________________________________________________________________________
44798 [  8741] By: jhi                                   on 2001/02/09  17:05:19
44799         Log: Integrate changes #8738,8739,8740 from maintperl.
44800              
44801              Html files will be installed in a more logical and easier to
44802              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
44803              
44804              Html files will be generated with a header to make them look
44805              a little less bare.
44806              
44807              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
44808      Branch: perl
44809           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
44810 ____________________________________________________________________________
44811 [  8740] By: jhi                                   on 2001/02/09  17:03:46
44812         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
44813              From: "Brendan O'Dea" <bod@compusol.com.au>
44814              Date: Sun, 4 Feb 2001 11:17:56 +1100
44815              Message-ID: <20010204111756.A16301@compusol.com.au>
44816      Branch: maint-5.6/perl
44817            ! pod/perlfaq3.pod
44818 ____________________________________________________________________________
44819 [  8739] By: jhi                                   on 2001/02/09  17:01:59
44820         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
44821              From: "Indy Singh" <indy@nusphere.com>
44822              Date: Fri, 2 Feb 2001 15:09:59 -0500
44823              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
44824              
44825              Html files will be generated with a header to make them look
44826              a little less bare.
44827      Branch: maint-5.6/perl
44828            ! installhtml
44829 ____________________________________________________________________________
44830 [  8738] By: jhi                                   on 2001/02/09  16:58:48
44831         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
44832              From: "Indy Singh" <indy@nusphere.com>
44833              Date: Fri, 2 Feb 2001 15:08:23 -0500
44834              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
44835              
44836              Html files will be installed in a more logical and easier to
44837              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
44838      Branch: maint-5.6/perl
44839            ! win32/Makefile win32/makefile.mk
44840 ____________________________________________________________________________
44841 [  8737] By: jhi                                   on 2001/02/09  16:46:54
44842         Log: Integrate changes #8687,8736 from maintperl.
44843              
44844              HP-UX thread patches from Merijn H. Brand.
44845              
44846              Latin nit from Philip Newton.
44847      Branch: perl
44848           !> README.hpux hints/hpux.sh
44849 ____________________________________________________________________________
44850 [  8736] By: jhi                                   on 2001/02/09  16:42:31
44851         Log: Latin nit from Philip Newton.
44852      Branch: maint-5.6/perl
44853            ! README.hpux
44854 ____________________________________________________________________________
44855 [  8735] By: jhi                                   on 2001/02/09  16:24:03
44856         Log: Integrate changes #8704,8710 from pureperl.
44857              
44858              Fixed UMRs and leak in Perl_pmtrans()
44859              
44860              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
44861              associated UTFied tr/// code.  Also fixed scoping leak of
44862              PL_reg_start_tmp.
44863      Branch: perl
44864           !> op.c regcomp.c
44865 ____________________________________________________________________________
44866 [  8734] By: jhi                                   on 2001/02/09  15:40:21
44867         Log: Integrate change #8733 from maintperl.
44868              
44869              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
44870      Branch: perl
44871           !> pod/perlre.pod
44872 ____________________________________________________________________________
44873 [  8733] By: jhi                                   on 2001/02/09  15:35:47
44874         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
44875              From: Prymmer/Kahn <pvhp@best.com>
44876              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
44877              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
44878      Branch: maint-5.6/perl
44879            ! pod/perlre.pod
44880 ____________________________________________________________________________
44881 [  8732] By: jhi                                   on 2001/02/09  15:26:17
44882         Log: Rename README.posix-bc to README.bs2000 (to avoid the
44883              confusion of a "perlposix-bc.pod"), add a few missing
44884              arch pods, regen toc.
44885      Branch: maint-5.6/perl
44886           +> README.bs2000
44887            - README.posix-bc
44888            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44889            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44890 ____________________________________________________________________________
44891 [  8731] By: jhi                                   on 2001/02/09  15:23:39
44892         Log: De-cut-and-pasto.
44893      Branch: perl
44894            ! pod/perl.pod
44895 ____________________________________________________________________________
44896 [  8730] By: jhi                                   on 2001/02/09  15:11:13
44897         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
44898              when people think that perlposix-bc.pod tells anything about
44899              Perl and POSIX.  Regen toc.
44900      Branch: perl
44901           +> README.bs2000
44902            - README.posix-bc
44903            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44904            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44905 ____________________________________________________________________________
44906 [  8729] By: jhi                                   on 2001/02/09  14:52:28
44907         Log: The README.vmesa part of #8712 from maintperl.
44908      Branch: perl
44909            ! README.vmesa
44910 ____________________________________________________________________________
44911 [  8728] By: jhi                                   on 2001/02/09  14:46:06
44912         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
44913              From: Peter Prymmer <pvhp@forte.com>
44914              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
44915              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
44916      Branch: maint-5.6/perl
44917            ! README.vmesa win32/Makefile win32/makefile.mk
44918 ____________________________________________________________________________
44919 [  8727] By: jhi                                   on 2001/02/09  14:33:25
44920         Log: Integrate change #8712 from mainline.
44921              
44922              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
44923      Branch: maint-5.6/perl
44924           !> lib/Pod/Find.pm
44925 ____________________________________________________________________________
44926 [  8726] By: jhi                                   on 2001/02/09  14:30:28
44927         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
44928              From: Peter Prymmer <pvhp@forte.com>
44929              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
44930              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
44931      Branch: perl
44932            + t/lib/cgi-esc.t
44933            ! MANIFEST lib/CGI/Util.pm
44934 ____________________________________________________________________________
44935 [  8725] By: jhi                                   on 2001/02/09  04:56:47
44936         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
44937      Branch: maint-5.6/perl
44938            ! pod/perlport.pod
44939 ____________________________________________________________________________
44940 [  8724] By: jhi                                   on 2001/02/09  04:40:59
44941         Log: Integrate changes 7819,7820 from vmsperl into mainline.
44942              
44943              Add header for LIB$ prototypes (C. Berry)
44944              
44945              Convert fwrite()s to sockets to write()s, since some socket stacks
44946              don't take kindly to stdio.
44947              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
44948              (for often optional LNMs)
44949              Correct a few typos
44950              (C. Bailey)
44951      Branch: perl
44952           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
44953 ____________________________________________________________________________
44954 [  8723] By: jhi                                   on 2001/02/09  03:29:29
44955         Log: Integrate change #8722 from mainline.
44956              
44957              The Im() function wasn't returning zero for non-Math::Complex
44958              arguments.  The bug reported by John Gamble.
44959      Branch: maint-5.6/perl
44960           !> lib/Math/Complex.pm
44961 ____________________________________________________________________________
44962 [  8722] By: jhi                                   on 2001/02/09  03:28:33
44963         Log: The Im() function wasn't returning zero for non-Math::Complex
44964              arguments.  The bug reported by John Gamble.
44965      Branch: perl
44966            ! lib/Math/Complex.pm
44967 ____________________________________________________________________________
44968 [  8721] By: nick                                  on 2001/02/08  22:11:35
44969         Log: Correct the correction :-(
44970      Branch: perl
44971            ! perl.c
44972 ____________________________________________________________________________
44973 [  8720] By: bailey                                on 2001/02/08  20:59:22
44974         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
44975              don't take kindly to stdio.
44976              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
44977              (for often optional LNMs)
44978              Correct a few typos
44979              (C. Bailey)
44980      Branch: vmsperl
44981            ! vms/vms.c vms/vmsish.h
44982 ____________________________________________________________________________
44983 [  8719] By: bailey                                on 2001/02/08  20:51:02
44984         Log: Add header for LIB$ prototypes (C. Berry)
44985      Branch: vmsperl
44986            ! ext/Devel/DProf/DProf.xs
44987 ____________________________________________________________________________
44988 [  8718] By: bailey                                on 2001/02/08  20:49:00
44989         Log: SYN SYN
44990      Branch: vmsperl
44991           +> pod/perliol.pod t/lib/sample-tests/bailout
44992           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
44993           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
44994           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
44995           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
44996           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
44997           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
44998            - lib/unicode/Is/DCinital.pl
44999           !> (integrate 101 files)
45000 ____________________________________________________________________________
45001 [  8717] By: nick                                  on 2001/02/08  19:38:48
45002         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
45003              From: Robin Barker <rmb1@cise.npl.co.uk>
45004              Date: Thu, 8 Feb 2001 14:38:07 GMT
45005              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
45006      Branch: perl
45007            ! lib/CPAN.pm
45008 ____________________________________________________________________________
45009 [  8716] By: nick                                  on 2001/02/08  19:29:07
45010         Log: Generated files form 8713 etc.
45011      Branch: perl
45012            ! embed.h global.sym objXSUB.h perlapi.c proto.h
45013 ____________________________________________________________________________
45014 [  8715] By: nick                                  on 2001/02/08  19:26:08
45015         Log: Fixup non-ithread build after 8713
45016      Branch: perl
45017            ! perl.c
45018 ____________________________________________________________________________
45019 [  8714] By: nick                                  on 2001/02/08  19:17:45
45020         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
45021              From: nick@ccl4.org
45022              Date: Wed, 7 Feb 2001 00:27:47 +0000
45023              Message-Id: <20010207002747.B63724@plum.flirble.org>
45024      Branch: perl
45025            ! sv.c toke.c
45026 ____________________________________________________________________________
45027 [  8713] By: nick                                  on 2001/02/08  19:15:58
45028         Log: Subject: Re: [patch] Re: PL_ptr_table
45029              From: Doug Maceachern <dougm@covalent.net>
45030              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
45031              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
45032      Branch: perl
45033            ! embed.pl perl.c sv.c sv.h
45034 ____________________________________________________________________________
45035 [  8712] By: nick                                  on 2001/02/08  19:12:47
45036         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
45037              From: Peter Prymmer <pvhp@forte.com>
45038              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
45039              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
45040      Branch: perl
45041            ! lib/Pod/Find.pm
45042 ____________________________________________________________________________
45043 [  8711] By: nick                                  on 2001/02/07  21:06:11
45044         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
45045              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
45046              From: Alan Burlison <Alan.Burlison@uk.sun.com>
45047              Date: Tue, 06 Feb 2001 23:37:01 +0000
45048              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
45049      Branch: perl
45050            ! regcomp.c
45051 ____________________________________________________________________________
45052 [  8710] By: alanbur                               on 2001/02/07  00:22:04
45053         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
45054              associated UTFied tr/// code.  Also fixed scoping leak of
45055              PL_reg_start_tmp.
45056      Branch: maint-5.6/pureperl
45057            ! op.c regcomp.c
45058 ____________________________________________________________________________
45059 [  8709] By: nick                                  on 2001/02/06  21:16:49
45060         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
45061              From: Michael G Schwern <schwern@pobox.com>
45062              Date: Sun, 4 Feb 2001 19:47:14 -0500
45063              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
45064      Branch: perl
45065            ! pod/perlapi.pod pod/perlmodlib.PL
45066 ____________________________________________________________________________
45067 [  8708] By: nick                                  on 2001/02/06  20:41:20
45068         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
45069              From: Michael G Schwern <schwern@pobox.com>
45070              Date: Sun, 4 Feb 2001 21:17:49 -0500
45071              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
45072      Branch: perl
45073            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
45074            ! pod/perltootc.pod
45075 ____________________________________________________________________________
45076 [  8707] By: nick                                  on 2001/02/06  20:29:11
45077         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
45078              From: Michael G Schwern <schwern@pobox.com>
45079              Date: Tue, 6 Feb 2001 05:54:30 -0500
45080              Message-Id: <20010206055430.A951@blackrider.aocn.com>
45081      Branch: perl
45082            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
45083 ____________________________________________________________________________
45084 [  8706] By: nick                                  on 2001/02/06  20:21:40
45085         Log: Subject: RE: some win32 fixes
45086              Date: Tue, 6 Feb 2001 09:23:20 +0300
45087              From: Vadim Konovalov <vkonovalov@lucent.com>
45088              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
45089      Branch: perl
45090            ! toke.c win32/Makefile win32/config.bc win32/config.gc
45091            ! win32/config.vc win32/config_H.bc win32/makefile.mk
45092 ____________________________________________________________________________
45093 [  8705] By: alanbur                               on 2001/02/06  15:00:03
45094         Log: Synchronised with parent
45095      Branch: maint-5.6/pureperl
45096            ! regexec.c
45097           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
45098           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
45099 ____________________________________________________________________________
45100 [  8704] By: alanbur                               on 2001/02/06  14:55:24
45101         Log: Fixed UMRs and leak in Perl_pmtrans()
45102      Branch: maint-5.6/pureperl
45103            ! op.c
45104 ____________________________________________________________________________
45105 [  8703] By: gsar                                  on 2001/02/06  02:29:37
45106         Log: $(MAKE) distclean doesn't clean up properly on windows
45107      Branch: maint-5.6/perl
45108            ! win32/Makefile win32/makefile.mk
45109 ____________________________________________________________________________
45110 [  8702] By: gsar                                  on 2001/02/06  01:00:46
45111         Log: tweak change#8659 to keep it simple
45112      Branch: maint-5.6/perl
45113            ! utils/perldoc.PL
45114 ____________________________________________________________________________
45115 [  8701] By: gsar                                  on 2001/02/05  22:45:41
45116         Log: change#8693 was missing testsuite changes
45117      Branch: maint-5.6/perl
45118           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
45119 ____________________________________________________________________________
45120 [  8700] By: nick                                  on 2001/02/05  20:32:52
45121         Log: Integrate mainline
45122      Branch: perlio
45123           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
45124           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
45125           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
45126           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
45127           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
45128           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
45129           +> t/lib/test-harness.t
45130           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
45131           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
45132           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
45133           !> pod/perlutil.pod t/TEST utils/h2xs.PL
45134 ____________________________________________________________________________
45135 [  8699] By: nick                                  on 2001/02/05  19:41:07
45136         Log: Subject: perlfaq2, re: perlmongers
45137              From: David H. Adler <dha@panix.com>
45138              Date: Sun, 4 Feb 2001 23:48:23 -0500
45139              Message-Id: <20010204234823.A13429@panix.com>
45140      Branch: perl
45141            ! pod/perlfaq2.pod
45142 ____________________________________________________________________________
45143 [  8698] By: nick                                  on 2001/02/05  19:39:31
45144         Log: Missed file f#rom the testharness mess.
45145      Branch: perl
45146            + t/lib/test-harness.t
45147 ____________________________________________________________________________
45148 [  8697] By: nick                                  on 2001/02/05  19:37:21
45149         Log: Subject: [DOC PATCH] overload.pm nits
45150              From: John Tobey <jtobey@john-edwin-tobey.org>
45151              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
45152              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
45153      Branch: perl
45154            ! lib/overload.pm
45155 ____________________________________________________________________________
45156 [  8696] By: alanbur                               on 2001/02/05  11:56:00
45157         Log: Sync with parent
45158      Branch: maint-5.6/pureperl
45159           !> thread.h
45160 ____________________________________________________________________________
45161 [  8695] By: gsar                                  on 2001/02/05  03:27:34
45162         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
45163      Branch: maint-5.6/perl
45164            ! thread.h
45165 ____________________________________________________________________________
45166 [  8694] By: alanbur                               on 2001/02/05  00:07:47
45167         Log: Initial branch creation from //depot/maint-5.6/perl
45168      Branch: maint-5.6/pureperl
45169           +> (branch 1719 files)
45170 ____________________________________________________________________________
45171 [  8693] By: gsar                                  on 2001/02/04  22:38:49
45172         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
45173              changes)
45174      Branch: maint-5.6/perl
45175           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
45176           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
45177           !> ext/DB_File/version.c
45178 ____________________________________________________________________________
45179 [  8692] By: nick                                  on 2001/02/04  18:15:57
45180         Log: The missed t/TEST part of the grand testharness upgrade.
45181      Branch: perl
45182            ! t/TEST
45183 ____________________________________________________________________________
45184 [  8691] By: nick                                  on 2001/02/04  18:05:17
45185         Log: New improved test harness
45186              Subject: Re: [PATCH Test::Harness] Third time's a charm?
45187              From: Michael G Schwern <schwern@pobox.com>
45188              Date: Sun, 4 Feb 2001 08:01:20 -0500
45189              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
45190      Branch: perl
45191            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
45192            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
45193            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
45194            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
45195            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
45196            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
45197            ! MANIFEST lib/Test/Harness.pm
45198 ____________________________________________________________________________
45199 [  8690] By: nick                                  on 2001/02/04  17:57:51
45200         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
45201              From: Jonathan Stowe <gellyfish@gellyfish.com>
45202              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
45203              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
45204      Branch: perl
45205            ! utils/h2xs.PL
45206 ____________________________________________________________________________
45207 [  8689] By: nick                                  on 2001/02/04  17:55:24
45208         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
45209              From: Michael G Schwern <schwern@pobox.com>
45210              Date: Sat, 3 Feb 2001 22:46:38 -0500
45211              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
45212      Branch: perl
45213            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
45214            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
45215 ____________________________________________________________________________
45216 [  8688] By: nick                                  on 2001/02/04  17:43:55
45217         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
45218              length byfailing to spot lack of closing )
45219              From: nick@talking.bollo.cx
45220              Date: Sat, 03 Feb 2001 23:53:16 +0000
45221              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
45222      Branch: perl
45223            ! perlio.c pod/perldiag.pod
45224 ____________________________________________________________________________
45225 [  8687] By: jhi                                   on 2001/02/03  17:11:42
45226         Log: HP-UX thread patches from Merijn H. Brand.
45227      Branch: maint-5.6/perl
45228            ! README.hpux hints/hpux.sh
45229 ____________________________________________________________________________
45230 [  8686] By: jhi                                   on 2001/02/03  16:40:12
45231         Log: Metaconfig changes for #8685.
45232      Branch: metaconfig
45233            ! U/installdirs/instubperl.U
45234      Branch: metaconfig/U/perl
45235            ! Devel.U versiononly.U
45236 ____________________________________________________________________________
45237 [  8685] By: jhi                                   on 2001/02/03  16:39:49
45238         Log: For -Dusedevel builds turn off installusrbinperl and turn on
45239              versiononly, a combined idea of Richard Soderberg and Merijn
45240              H. Brand.  You can still override both of these from the command
45241              line if you need to, -Dinstallusrbinperl and -Uversiononly.
45242      Branch: perl
45243            ! Configure
45244 ____________________________________________________________________________
45245 [  8684] By: jhi                                   on 2001/02/03  16:16:34
45246         Log: Metaconfig unit fix for #8683.
45247      Branch: metaconfig
45248            ! U/compline/nblock_io.U
45249 ____________________________________________________________________________
45250 [  8683] By: jhi                                   on 2001/02/03  16:16:12
45251         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
45252              reported by Peter Prymmer for 5.6-TRIAL1.
45253      Branch: perl
45254            ! Configure
45255 ____________________________________________________________________________
45256 [  8682] By: jhi                                   on 2001/02/03  05:52:11
45257         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
45258              to work correctly.
45259      Branch: maint-5.6/perl
45260            ! hints/irix_6.sh
45261 ____________________________________________________________________________
45262 [  8681] By: jhi                                   on 2001/02/03  05:47:33
45263         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
45264      Branch: maint-5.6/perl
45265            ! pod/perlport.pod
45266 ____________________________________________________________________________
45267 [  8680] By: jhi                                   on 2001/02/02  21:39:49
45268         Log: perlport update from Peter Prymmer.
45269      Branch: maint-5.6/perl
45270            ! pod/perlport.pod
45271 ____________________________________________________________________________
45272 [  8679] By: nick                                  on 2001/02/02  20:50:48
45273         Log: Integrate mainline
45274      Branch: perlio
45275           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
45276           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
45277           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
45278 ____________________________________________________________________________
45279 [  8678] By: gsar                                  on 2001/02/02  16:02:12
45280         Log: note about bincompat, slightly modified (from Lupe Christoph)
45281      Branch: maint-5.6/perl
45282            ! README.solaris
45283 ____________________________________________________________________________
45284 [  8677] By: jhi                                   on 2001/02/02  15:46:20
45285         Log: Supported platforms updates.
45286      Branch: maint-5.6/perl
45287            ! pod/perlport.pod
45288 ____________________________________________________________________________
45289 [  8676] By: jhi                                   on 2001/02/02  03:41:26
45290         Log: A couple more perlfaq2 tweaks.
45291      Branch: maint-5.6/perl
45292            ! pod/perlfaq2.pod
45293 ____________________________________________________________________________
45294 [  8675] By: jhi                                   on 2001/02/02  03:17:44
45295         Log: Misedit in #8661.
45296      Branch: maint-5.6/perl
45297            ! Configure
45298 ____________________________________________________________________________
45299 [  8674] By: jhi                                   on 2001/02/02  03:14:38
45300         Log: Damien again.
45301      Branch: maint-5.6/perl
45302            ! pod/perlfaq2.pod
45303 ____________________________________________________________________________
45304 [  8673] By: jhi                                   on 2001/02/02  03:12:40
45305         Log: perlfaq update from Elaine Ashton.
45306      Branch: maint-5.6/perl
45307            ! pod/perlfaq2.pod
45308 ____________________________________________________________________________
45309 [  8672] By: jhi                                   on 2001/02/02  03:07:08
45310         Log: UTF-8 s/// patch from Inaba Hiroto.
45311      Branch: maint-5.6/perl
45312            ! pp_ctl.c pp_hot.c
45313 ____________________________________________________________________________
45314 [  8671] By: jhi                                   on 2001/02/01  22:34:31
45315         Log: Update Changes.
45316      Branch: perl
45317            ! Changes patchlevel.h
45318 ____________________________________________________________________________
45319 [  8670] By: jhi                                   on 2001/02/01  22:15:29
45320         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
45321              from maintperl.
45322              
45323              Upgrade to Getopt::Long 2.25, from Johan Vromans.
45324              
45325              more files need to be writable in the source distribution
45326              
45327              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
45328              
45329              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
45330              
45331              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45332              
45333              Allow the float to be fuzzier.
45334              
45335              need to use INT2PTR instead of a straight cast or ia64 fails
45336              
45337              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
45338              
45339              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
45340      Branch: perl
45341           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
45342           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
45343           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
45344 ____________________________________________________________________________
45345 [  8669] By: jhi                                   on 2001/02/01  21:57:02
45346         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45347              From: Robin Barker <rmb1@cise.npl.co.uk>
45348              Date: Thu, 1 Feb 2001 16:59:05 GMT
45349              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
45350      Branch: maint-5.6/perl
45351            ! pod/perlmodlib.PL
45352 ____________________________________________________________________________
45353 [  8668] By: nick                                  on 2001/02/01  19:41:40
45354         Log: Integrate mainline
45355      Branch: perlio
45356           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
45357           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
45358           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
45359 ____________________________________________________________________________
45360 [  8667] By: gsar                                  on 2001/02/01  16:59:11
45361         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
45362      Branch: maint-5.6/perl
45363            ! embed.pl embedvar.h
45364 ____________________________________________________________________________
45365 [  8666] By: gsar                                  on 2001/02/01  16:34:51
45366         Log: add missing entries to win32/config.?c
45367      Branch: maint-5.6/perl
45368            ! win32/config.bc win32/config.gc win32/config.vc
45369            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45370 ____________________________________________________________________________
45371 [  8665] By: jhi                                   on 2001/02/01  14:58:51
45372         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
45373              From: "Stephen P. Potter" <spp@spotter.yi.org>
45374              Date: Thu, 01 Feb 2001 10:45:46 -0500
45375              Message-Id: <200102011545.KAA31479@spotter.yi.org>
45376      Branch: maint-5.6/perl
45377            ! pod/perlfunc.pod
45378 ____________________________________________________________________________
45379 [  8664] By: gsar                                  on 2001/02/01  14:52:37
45380         Log: need to use INT2PTR instead of a straight cast or ia64 fails
45381              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
45382      Branch: maint-5.6/perl
45383            ! ext/POSIX/POSIX.xs
45384 ____________________________________________________________________________
45385 [  8663] By: jhi                                   on 2001/02/01  14:09:13
45386         Log: Allow the float to be fuzzier.
45387      Branch: maint-5.6/perl
45388            ! t/lib/peek.t
45389 ____________________________________________________________________________
45390 [  8662] By: jhi                                   on 2001/02/01  13:59:00
45391         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
45392              From: Robin Barker <rmb1@cise.npl.co.uk>
45393              Date: Thu, 1 Feb 2001 13:05:39 GMT
45394              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
45395      Branch: maint-5.6/perl
45396            ! pod/perlmodlib.pod
45397 ____________________________________________________________________________
45398 [  8661] By: jhi                                   on 2001/02/01  13:57:38
45399         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
45400              Date: Thu, 01 Feb 2001 14:15:41 +0100
45401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45402              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
45403              
45404              Have the $ccflags in the gcc version test (strange, this change
45405              is claimed to be have been integrated already)
45406      Branch: maint-5.6/perl
45407            ! Configure
45408 ____________________________________________________________________________
45409 [  8660] By: jhi                                   on 2001/02/01  13:44:10
45410         Log: Integrate changes #7950,7964,7962 from mainline.
45411              
45412              Find the stdchar signedness using cpp, should fix some of
45413              the Solaris compiler warnings reported by Alan Burlison.
45414      Branch: maint-5.6/perl
45415           !> Configure config_h.SH
45416 ____________________________________________________________________________
45417 [  8659] By: jhi                                   on 2001/02/01  05:35:32
45418         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
45419              From: Jan Dubois <JanD@ActiveState.com>
45420              Date: Wed, 31 Jan 2001 21:17:03 -0800
45421              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
45422      Branch: maint-5.6/perl
45423            ! utils/perldoc.PL
45424 ____________________________________________________________________________
45425 [  8658] By: jhi                                   on 2001/02/01  04:33:17
45426         Log: Integrate the README.os390 and README.posix-bc parts of mainline
45427              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
45428              installperl parts were taken care of by #8657.)
45429      Branch: maint-5.6/perl
45430           !> README.os390 README.posix-bc
45431 ____________________________________________________________________________
45432 [  8657] By: jhi                                   on 2001/02/01  04:29:21
45433         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
45434              From: Peter Prymmer <pvhp@forte.com>
45435              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
45436              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
45437      Branch: maint-5.6/perl
45438            + ext/DynaLoader/dl_dllload.xs
45439            ! MANIFEST Makefile.SH hints/os390.sh installperl
45440 ____________________________________________________________________________
45441 [  8656] By: jhi                                   on 2001/02/01  04:25:45
45442         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
45443              From: Peter Prymmer <pvhp@forte.com>
45444              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
45445              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
45446      Branch: maint-5.6/perl
45447            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
45448 ____________________________________________________________________________
45449 [  8655] By: jhi                                   on 2001/02/01  04:14:47
45450         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
45451              From: troc@netrus.net
45452              Date: Wed, 31 Jan 2001 22:31:26 -0500
45453              Message-Id: <200102010331.WAA117.85@rocco.homenet>
45454      Branch: maint-5.6/perl
45455            ! os2/os2.c
45456 ____________________________________________________________________________
45457 [  8654] By: jhi                                   on 2001/02/01  04:12:52
45458         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
45459              as reported by Alan Burlison.
45460      Branch: maint-5.6/perl
45461            ! pp.h
45462 ____________________________________________________________________________
45463 [  8653] By: jhi                                   on 2001/02/01  04:05:12
45464         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
45465              From: dsugalski@northernlight.com
45466              Date: Wed, 31 Jan 2001 18:54:11 -0500
45467              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
45468      Branch: maint-5.6/perl
45469            ! configure.com
45470 ____________________________________________________________________________
45471 [  8652] By: jhi                                   on 2001/02/01  04:03:11
45472         Log: Misplaced #endif.
45473              
45474              Subject: [perl-5-6-1-trial2] patches for EPOC
45475              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45476              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45477              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45478      Branch: maint-5.6/perl
45479            ! epoc/epocish.c
45480 ____________________________________________________________________________
45481 [  8651] By: jhi                                   on 2001/02/01  04:00:25
45482         Log: Integrate changes #8647,8648,8650 from mainline.
45483              
45484              Macrofy a magic UTF-8 test.
45485              
45486              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
45487              
45488              Watch out for cross compiling for EPOC (usually done on linux).
45489      Branch: maint-5.6/perl
45490           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
45491 ____________________________________________________________________________
45492 [  8650] By: jhi                                   on 2001/02/01  03:56:20
45493         Log: Watch out for cross compiling for EPOC (usually done on linux)
45494              
45495              Subject: [perl-5-6-1-trial2] patches for EPOC
45496              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45497              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45498              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45499      Branch: perl
45500            ! ext/Errno/Errno_pm.PL
45501 ____________________________________________________________________________
45502 [  8649] By: gsar                                  on 2001/02/01  00:46:00
45503         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
45504      Branch: maint-5.6/perl
45505            ! sv.c
45506 ____________________________________________________________________________
45507 [  8648] By: jhi                                   on 2001/01/31  23:35:36
45508         Log: All the uses of PL_numeric_radix must be protected by
45509              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
45510              
45511              Subject: [perl-5-6-1-trial2] patches for EPOC
45512              From: Olaf Flebbe <O.Flebbe@science-computing.de>
45513              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
45514              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
45515      Branch: perl
45516            ! sv.c
45517 ____________________________________________________________________________
45518 [  8647] By: jhi                                   on 2001/01/31  22:56:16
45519         Log: Macrofy a magic UTF-8 test.
45520      Branch: perl
45521            ! utf8.c utf8.h
45522 ____________________________________________________________________________
45523 [  8646] By: gsar                                  on 2001/01/31  15:55:12
45524         Log: update Changes
45525      Branch: maint-5.6/perl
45526            ! Changes
45527 ____________________________________________________________________________
45528 [  8645] By: gsar                                  on 2001/01/31  15:10:14
45529         Log: Configure tweak suggested by Peter Prymmer
45530      Branch: maint-5.6/perl
45531            ! Configure
45532 ____________________________________________________________________________
45533 [  8644] By: gsar                                  on 2001/01/31  15:06:32
45534         Log: more files need to be writable in the source distribution
45535      Branch: maint-5.6/perl
45536            ! Porting/makerel
45537 ____________________________________________________________________________
45538 [  8643] By: jhi                                   on 2001/01/31  14:59:46
45539         Log: Integrate changes #8258,8278,8279 from mainline.
45540              
45541              Make the large file tests more robust/talkative.
45542      Branch: maint-5.6/perl
45543           !> t/lib/syslfs.t t/op/lfs.t
45544 ____________________________________________________________________________
45545 [  8642] By: gsar                                  on 2001/01/31  14:53:48
45546         Log: integrate changes#8311,8334 from mainline
45547              
45548              Add a new MakeMaker variable PM_FILTER that defines a Unix
45549              filter to be run on each .pm during the pm_to_blib() phase,
45550              a fixed version of
45551              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
45552              
45553              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
45554              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
45555              accurate reading of the "atime".  
45556      Branch: maint-5.6/perl
45557           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
45558           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
45559           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
45560 ____________________________________________________________________________
45561 [  8641] By: jhi                                   on 2001/01/31  14:46:37
45562         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
45563      Branch: maint-5.6/perl
45564            ! lib/Getopt/Long.pm
45565 ____________________________________________________________________________
45566 [  8640] By: gsar                                  on 2001/01/31  14:40:24
45567         Log: make regen_all
45568      Branch: maint-5.6/perl
45569            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
45570 ____________________________________________________________________________
45571 [  8639] By: gsar                                  on 2001/01/31  14:37:25
45572         Log: refresh windows config files
45573      Branch: maint-5.6/perl
45574            ! win32/Makefile win32/config_H.bc win32/config_H.gc
45575            ! win32/config_H.vc win32/makefile.mk
45576 ____________________________________________________________________________
45577 [  8638] By: gsar                                  on 2001/01/31  14:28:10
45578         Log: makefile tweaks for windows: introduce a bulk-switch to enable
45579              same options as ActivePerl; sync changes with makefile.mk
45580      Branch: maint-5.6/perl
45581            ! win32/Makefile win32/makefile.mk
45582 ____________________________________________________________________________
45583 [  8637] By: jhi                                   on 2001/01/31  04:41:30
45584         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
45585              From: Nicholas Clark <nick@ccl4.org>
45586              Date: Tue, 30 Jan 2001 19:51:05 +0000
45587              Message-ID: <20010130195105.R76607@plum.flirble.org> 
45588              
45589              op/inc cure.
45590      Branch: perl
45591            ! pp.c pp.h pp_hot.c t/op/arith.t
45592 ____________________________________________________________________________
45593 [  8636] By: jhi                                   on 2001/01/31  02:38:32
45594         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
45595              no perlio],8257,8380,8479,8515 from mainline.
45596              
45597              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
45598              
45599              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
45600              Subject: [PATCH perl@8133] fix-up for VMS extensions
45601              
45602              In VMS embedded perls couldn't access the statically built Socket.
45603              
45604              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
45605              
45606              Further VMS piping fixes from Charles Lane.
45607              
45608              Subject:  [PATCH] make t/op/misc.t work on VMS
45609              
45610              Add tracing for debugging extensions builds in VMS.
45611              
45612              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
45613      Branch: maint-5.6/perl
45614           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
45615           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
45616           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
45617 ____________________________________________________________________________
45618 [  8635] By: jhi                                   on 2001/01/31  01:46:41
45619         Log: Integrate change #7732 from mainline.
45620              
45621              Sparc 64-bit pack() fix from Jens Hamisch.
45622      Branch: maint-5.6/perl
45623           !> pp.c
45624 ____________________________________________________________________________
45625 [  8634] By: jhi                                   on 2001/01/31  01:41:16
45626         Log: One spot missing from #8626.
45627      Branch: maint-5.6/perl
45628            ! sv.c
45629 ____________________________________________________________________________
45630 [  8633] By: jhi                                   on 2001/01/31  00:49:17
45631         Log: Integrate change #7495 from mainline.
45632              
45633              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
45634      Branch: maint-5.6/perl
45635           !> MANIFEST ext/re/Makefile.PL
45636 ____________________________________________________________________________
45637 [  8632] By: jhi                                   on 2001/01/30  23:38:49
45638         Log: Integrate change #8396 from mainline.
45639              
45640              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
45641              better multicast support (resend)
45642      Branch: maint-5.6/perl
45643           !> ext/Socket/Socket.pm
45644 ____________________________________________________________________________
45645 [  8631] By: jhi                                   on 2001/01/30  23:28:03
45646         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
45647              
45648              More AIX lore. (7514, ext/re/hints/aix.pl)
45649              
45650              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
45651              
45652              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
45653              
45654              Subject: [ID 20001214.002] Net::Ping patch
45655              
45656              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
45657              
45658              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
45659              
45660              Add ReuseAddr as a (preferred) alias for Reuse as we now
45661              also have ReusePort.
45662              
45663              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
45664      Branch: maint-5.6/perl
45665           +> ext/re/hints/aix.pl
45666           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
45667           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
45668 ____________________________________________________________________________
45669 [  8630] By: jhi                                   on 2001/01/30  23:03:59
45670         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
45671              
45672              read() documentation tweak for 20001121.004.
45673              
45674              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
45675      Branch: maint-5.6/perl
45676           !> pod/perlfunc.pod pod/perlre.pod
45677 ____________________________________________________________________________
45678 [  8629] By: jhi                                   on 2001/01/30  22:41:57
45679         Log: Integrate change #8098 from mainline.
45680              
45681              fastgetcwd is defined using a glob alias on a $^O dependent basis
45682              and there was no default assignment or perl subroutine.
45683      Branch: maint-5.6/perl
45684           !> lib/Cwd.pm
45685 ____________________________________________________________________________
45686 [  8628] By: jhi                                   on 2001/01/30  21:58:52
45687         Log: Integrate change #7866 from mainline.
45688              
45689              File::Temp 0.11.
45690      Branch: maint-5.6/perl
45691           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
45692 ____________________________________________________________________________
45693 [  8627] By: jhi                                   on 2001/01/30  21:39:44
45694         Log: Integrate changes #8075,8086,8228 from mainline.  
45695              
45696              Darwin is not Windows. (8075,8086)
45697              
45698              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
45699      Branch: maint-5.6/perl
45700           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
45701           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
45702           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
45703           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
45704 ____________________________________________________________________________
45705 [  8626] By: jhi                                   on 2001/01/30  21:22:11
45706         Log: Integrate with tweakery the change #8625 from mainline,
45707              the multibyte decimal separator fix ("fa_IR locale failure").
45708      Branch: maint-5.6/perl
45709            ! embedvar.h perlapi.h
45710           !> intrpvar.h perl.c perl.h sv.c util.c
45711 ____________________________________________________________________________
45712 [  8625] By: jhi                                   on 2001/01/30  20:26:33
45713         Log: Fix for the fa_IR locale failure.  The reason for the failure
45714              was that Perl was assuming the decimal separator aka the radix
45715              separator is one character.  The Farsi-Iranian locale crushed
45716              that bad assumption since there the separator is 'Momayyez',
45717              glyphwise looking somewhat like a slash, and in Unicode UTF-8
45718              encoded in two bytes, 0xd9 0xab.
45719      Branch: perl
45720            ! intrpvar.h perl.c perl.h sv.c util.c
45721 ____________________________________________________________________________
45722 [  8624] By: gsar                                  on 2001/01/30  20:17:03
45723         Log: regen_headers
45724      Branch: maint-5.6/perl
45725            ! Makefile.SH pod/perlintern.pod
45726 ____________________________________________________________________________
45727 [  8623] By: gsar                                  on 2001/01/30  19:42:34
45728         Log: backout change#7431 and its dependents (causes spurious rebuilds
45729              of autogenerated files)
45730              
45731              fix benign b.t failure
45732      Branch: maint-5.6/perl
45733            ! Makefile.SH t/lib/b.t
45734 ____________________________________________________________________________
45735 [  8622] By: jhi                                   on 2001/01/30  19:41:41
45736         Log: Microperl sync.
45737      Branch: perl
45738            ! mg.c perl.h
45739 ____________________________________________________________________________
45740 [  8621] By: gsar                                  on 2001/01/30  19:24:47
45741         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
45742              from mainline
45743              
45744              Subject: podlators 1.06 released
45745              
45746              Subject: [PATCH @8436] Eliminate op_children
45747              
45748              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
45749              
45750              (Replaced by #8448)  More op_children traces (cleanup of #8442).
45751              
45752              Subject: [PATCH #3 @8436] Re: Eliminate op_children
45753              Replace #8444 and #8445.
45754              
45755              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
45756              at the setting of the ofs_sv in new_struct_thread() as the
45757              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
45758              uninitialized fields are, uh, initialized with),
45759              SvREFCNT_inc()ing that invited a core dump.
45760              
45761              podlators 1.07, from Russ Allbery.
45762              
45763              Subject: [PATCH] regcomp.c old feature removal
45764              From: mjd@plover.com
45765              Date: 16 Jan 2001 14:43:18 -0000 
45766              Message-ID: <20010116144318.7140.qmail@plover.com> 
45767      Branch: maint-5.6/perl
45768           +> lib/Pod/Text/Overstrike.pm
45769           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
45770           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
45771           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
45772           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
45773           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
45774           !> util.c
45775 ____________________________________________________________________________
45776 [  8620] By: gsar                                  on 2001/01/30  18:48:32
45777         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
45778              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
45779              now fails one test)
45780              
45781              Subject: [PATCH] lvalue AUTOLOAD. No, really.
45782              
45783              Subject: [PATCH] Interesting syntax idea
45784              Make opens + bareword assigns do typeglob assigns.
45785              
45786              Tests for #8254.
45787              
45788              Subject: [PATCH @8269] Continue blocks and B::Deparse
45789              Make the peephole optimizer to bypass more null ops and
45790              and rewrite the deparse handling of continue blocks.
45791              
45792              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
45793              Doc tweak on #8313.
45794              
45795              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
45796              
45797              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
45798              
45799              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
45800              
45801              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
45802              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
45803              according to the platform.
45804              
45805              Subject: [PATCH @8404] Consolidated lvalue sub changes
45806              
45807              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
45808              
45809              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
45810              
45811              Subject: B::Concise -- an improved replacement for B::Terse 
45812              
45813              The B::Terse drop-in replacement wasn't quite drop-in.
45814              
45815              The LVRET macro needed an aTHX.
45816              
45817              Use the /^Perl_/-less form of is_lvalue_sub().
45818              
45819              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
45820      Branch: maint-5.6/perl
45821           +> ext/B/B/Concise.pm
45822           !> (integrate 27 files)
45823 ____________________________________________________________________________
45824 [  8619] By: nick                                  on 2001/01/30  18:40:28
45825         Log: Integrate mainline
45826      Branch: perlio
45827           !> (integrate 40 files)
45828 ____________________________________________________________________________
45829 [  8618] By: jhi                                   on 2001/01/30  18:37:18
45830         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
45831              Date: Mon, 29 Jan 2001 22:51:29 -0600
45832              From: "Craig A. Berry" <craigberry@mac.com>
45833              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
45834      Branch: perl
45835            ! vms/test.com
45836 ____________________________________________________________________________
45837 [  8617] By: jhi                                   on 2001/01/30  18:34:53
45838         Log: Subject: [PATCH] Add missing CV flags to dump.c
45839              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45840              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
45841              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
45842      Branch: perl
45843            ! dump.c
45844 ____________________________________________________________________________
45845 [  8616] By: jhi                                   on 2001/01/30  18:20:58
45846         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
45847              part isn't applicable to maintperl.
45848              
45849              UTF-8 nit from Inaba Hiroto.
45850      Branch: maint-5.6/perl
45851           !> pod/perlapi.pod utf8.c
45852 ____________________________________________________________________________
45853 [  8615] By: jhi                                   on 2001/01/30  18:18:51
45854         Log: UTF-8 nit from Inaba Hiroto.
45855      Branch: perl
45856            ! pod/perlapi.pod t/op/each.t utf8.c
45857 ____________________________________________________________________________
45858 [  8614] By: jhi                                   on 2001/01/30  18:13:38
45859         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
45860              
45861              perl's internal variables are not for public consumption,
45862              move their docs from perlapi.pod to perlintern.pod
45863              
45864              support for -Dusethreads build under HP-UX 10.20 and DCE threads
45865              library (11.0 and later have pthreads but 10.x don't)
45866              
45867              avoid uninitialized value warnings
45868              
45869              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
45870              gets weird results)
45871              
45872              perldoc nit on windows
45873              
45874              make it possible to run the tests outside the source tree
45875              (there's still a dependency on ../lib being the library
45876              location)
45877      Branch: perl
45878           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
45879           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
45880           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
45881           !> win32/bin/search.pl win32/vdir.h
45882 ____________________________________________________________________________
45883 [  8613] By: gsar                                  on 2001/01/30  16:39:59
45884         Log: make it possible to run the tests outside the source tree
45885              (there's still a dependency on ../lib being the library
45886              location)
45887      Branch: maint-5.6/perl
45888            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
45889 ____________________________________________________________________________
45890 [  8612] By: gsar                                  on 2001/01/30  16:31:12
45891         Log: perldoc nit on windows
45892      Branch: maint-5.6/perl
45893            ! utils/perldoc.PL
45894 ____________________________________________________________________________
45895 [  8611] By: gsar                                  on 2001/01/30  16:22:54
45896         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
45897              gets weird results)
45898      Branch: maint-5.6/perl
45899            ! win32/vdir.h
45900 ____________________________________________________________________________
45901 [  8610] By: gsar                                  on 2001/01/30  16:12:45
45902         Log: avoid uninitialized value warnings
45903      Branch: maint-5.6/perl
45904            ! win32/bin/search.pl
45905 ____________________________________________________________________________
45906 [  8609] By: gsar                                  on 2001/01/30  16:08:01
45907         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
45908              library (11.0 and later have pthreads but 10.x don't)
45909      Branch: maint-5.6/perl
45910            ! hints/hpux.sh thread.h
45911 ____________________________________________________________________________
45912 [  8608] By: gsar                                  on 2001/01/30  15:48:55
45913         Log: perl's internal variables are not for public consumption,
45914              move their docs from perlapi.pod to perlintern.pod
45915      Branch: maint-5.6/perl
45916            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
45917            ! thrdvar.h
45918 ____________________________________________________________________________
45919 [  8607] By: gsar                                  on 2001/01/30  15:44:27
45920         Log: mistakenly branched perl56delta.pod, revert
45921      Branch: maint-5.6/perl
45922            - pod/perl56delta.pod
45923           !> pod/perldelta.pod
45924 ____________________________________________________________________________
45925 [  8606] By: gsar                                  on 2001/01/30  14:20:24
45926         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
45927              dTHR which has been a noop for a while now, except for the
45928              compatibility definition in thread.h)
45929      Branch: maint-5.6/perl
45930           !> (integrate 45 files)
45931 ____________________________________________________________________________
45932 [  8605] By: jhi                                   on 2001/01/30  05:43:58
45933         Log: Mark the UTF-8 APIs as experimental.
45934      Branch: maint-5.6/perl
45935            ! embed.pl pod/perlapi.pod
45936 ____________________________________________________________________________
45937 [  8604] By: jhi                                   on 2001/01/30  05:38:40
45938         Log: Nits from earlier integrates.
45939      Branch: maint-5.6/perl
45940            ! lib/Carp/Heavy.pm
45941           !> sv.c
45942 ____________________________________________________________________________
45943 [  8603] By: jhi                                   on 2001/01/30  05:27:26
45944         Log: Regenerate Porting files.
45945      Branch: maint-5.6/perl
45946            ! Porting/Glossary Porting/config.sh Porting/config_H
45947 ____________________________________________________________________________
45948 [  8602] By: jhi                                   on 2001/01/30  05:14:59
45949         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
45950              8310,8339,8447,8492,8493,8505,8525: documentation changes.
45951              
45952              Subject: Re: perlfaq style changes
45953              
45954              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
45955              
45956              Subject: [PATCH] docs on NaN
45957              
45958              Subject: [patch] perlfaq7
45959              
45960              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
45961              
45962              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
45963              
45964              Subject: [PATCH] open() example in perlfunc.pod
45965              
45966              Podify README.mpeix (a new version from the web)
45967              
45968              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
45969              
45970              Subject: [PATCH] format and rewording in perlfaq.pod
45971              
45972              Subject: [PATCH] API Variable documentation   
45973              
45974              Memory management calls documentation.
45975              
45976              Subject: [PATCH: perl@8482] README.vms URL updates
45977              
45978              Subject: Minor typos in perlfaq2.pod
45979              
45980              Subject: [PATCH] pod/perlvar.pod
45981      Branch: maint-5.6/perl
45982           +> pod/perl56delta.pod
45983            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45984           !> README.amiga README.epoc README.mpeix README.vms
45985           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
45986           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
45987           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
45988           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
45989           !> pod/perlvar.pod thrdvar.h
45990 ____________________________________________________________________________
45991 [  8601] By: jhi                                   on 2001/01/30  04:38:35
45992         Log: Integrate changes #8036,8096,8253 from mainline:
45993              hints changes.
45994              
45995              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
45996              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
45997              
45998              Output the (apparent) version of gcc in Tru64.
45999      Branch: maint-5.6/perl
46000           +> ext/POSIX/hints/svr4.pl
46001           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
46002           !> hints/svr4.sh t/lib/bigfltpm.t
46003 ____________________________________________________________________________
46004 [  8600] By: jhi                                   on 2001/01/30  04:04:01
46005         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
46006              locale fixes.
46007              
46008              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
46009              
46010              Debian allows /usr/bin/locale to exist without any locales. (7868)
46011              
46012              Allow the locale test needing POSIX and the taint test
46013              needing IPC::SysV to run under 'minitest' (basically,
46014              bail out if loading the extension fails). (8384)
46015              
46016              Cleanup the locale.t output  (8480)
46017      Branch: maint-5.6/perl
46018           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
46019           !> t/pragma/locale.t
46020 ____________________________________________________________________________
46021 [  8599] By: jhi                                   on 2001/01/30  03:51:04
46022         Log: Missing generated files from #8598.
46023      Branch: maint-5.6/perl
46024            ! embed.h global.sym objXSUB.h perlapi.c proto.h
46025 ____________________________________________________________________________
46026 [  8598] By: jhi                                   on 2001/01/30  03:41:54
46027         Log: Integrate change #8555 from mainline, manually integrate parts
46028              of changes 8452 and 8583.
46029              
46030              Subject: [PATCH] utf8.c documentation (8452)
46031              
46032              No point in checking the length if the pointer is bogus. (8555)
46033              
46034              Introduce bytes_from_utf8() and implement sv_eq() using it,
46035              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
46036              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
46037              was malformed. (8583)
46038      Branch: maint-5.6/perl
46039            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
46040           !> pod/perlapi.pod sv.c utf8.c
46041 ____________________________________________________________________________
46042 [  8597] By: gsar                                  on 2001/01/30  02:37:26
46043         Log: get PERL_OBJECT build going again on windows
46044      Branch: maint-5.6/perl
46045            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46046            ! pod/perlapi.pod proto.h sv.c
46047 ____________________________________________________________________________
46048 [  8596] By: jhi                                   on 2001/01/30  02:16:17
46049         Log: Signedness nit.
46050      Branch: perl
46051            ! sv.c
46052 ____________________________________________________________________________
46053 [  8595] By: jhi                                   on 2001/01/30  02:11:07
46054         Log: EBCDIC patch for Storable, from Peter Prymmer.
46055      Branch: perl
46056            ! t/lib/st-06compat.t
46057 ____________________________________________________________________________
46058 [  8594] By: jhi                                   on 2001/01/30  01:04:48
46059         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
46060              From: Peter Prymmer <pvhp@forte.com>
46061              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
46062              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
46063      Branch: perl
46064            ! t/lib/b.t
46065 ____________________________________________________________________________
46066 [  8593] By: jhi                                   on 2001/01/30  00:56:47
46067         Log: Subject: [PATCH: perl@8585] pod problems in io
46068              From: Peter Prymmer <pvhp@forte.com>
46069              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
46070              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
46071      Branch: perl
46072            ! pod/perlapio.pod pod/perliol.pod
46073 ____________________________________________________________________________
46074 [  8592] By: jhi                                   on 2001/01/30  00:48:20
46075         Log: Integrate perlio.
46076      Branch: perl
46077           !> pod/perlapio.pod pod/perliol.pod
46078 ____________________________________________________________________________
46079 [  8591] By: nick                                  on 2001/01/29  22:02:28
46080         Log: GNU 'merge' Simon's copy of perliol.pod with version
46081              patched by Craig's patch.
46082      Branch: perlio
46083            ! pod/perliol.pod
46084 ____________________________________________________________________________
46085 [  8590] By: nick                                  on 2001/01/29  21:55:10
46086         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
46087      Branch: perlio
46088            ! pod/perlapio.pod pod/perliol.pod
46089 ____________________________________________________________________________
46090 [  8589] By: jhi                                   on 2001/01/29  15:35:33
46091         Log: Integrate change #8586 from maint-5.6/perl.
46092              
46093              make the BOM detection code not call tell() until it has to
46094              (meant to fix esoteric compatibility issues where PL_rsfp
46095              is overridden)
46096      Branch: perl
46097           !> toke.c
46098 ____________________________________________________________________________
46099 [  8588] By: jhi                                   on 2001/01/29  15:29:11
46100         Log: Subject: MAking Solaris malloc() the default
46101              From: Lupe Christoph <lupe@lupe-christoph.de>
46102              Date: Mon, 29 Jan 2001 12:59:36 +0100
46103              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
46104              
46105              The README.solaris part slightly tweaked.
46106      Branch: perl
46107            ! README.solaris hints/solaris_2.sh
46108 ____________________________________________________________________________
46109 [  8587] By: jhi                                   on 2001/01/29  15:17:34
46110         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
46111              From: root@ak-75.mind.de
46112              Date: Sun, 28 Jan 2001 20:32:29 +0100
46113              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
46114      Branch: perl
46115            ! pod/perlre.pod
46116 ____________________________________________________________________________
46117 [  8586] By: gsar                                  on 2001/01/29  13:43:44
46118         Log: make the BOM detection code not call tell() until it has to
46119              (meant to fix esoteric compatibility issues where PL_rsfp
46120              is overridden)
46121      Branch: maint-5.6/perl
46122            ! toke.c
46123 ____________________________________________________________________________
46124 [  8585] By: jhi                                   on 2001/01/28  20:05:45
46125         Log: Update Changes.
46126      Branch: perl
46127            ! Changes patchlevel.h
46128 ____________________________________________________________________________
46129 [  8584] By: jhi                                   on 2001/01/28  19:30:02
46130         Log: Integrate perlio.
46131      Branch: perl
46132           +> pod/perliol.pod
46133           !> MANIFEST pod/perlapio.pod
46134 ____________________________________________________________________________
46135 [  8583] By: jhi                                   on 2001/01/28  19:28:40
46136         Log: Patch from Inaba Hiroto:
46137              - canonical UTF-8 hash keys: if a key string for a hash is
46138              UTF8-on, try downgrade the string and use it if
46139              unicode::distinct is not in effect.
46140              For the task, I added a function bytes_from_utf8() to utf8.c.
46141              It might resemble utf8_to_bytes() but it is not convenient
46142              to the task.
46143              Made a test for it and added to t/op/each.t
46144              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
46145              the mortal copy of the argument SV.
46146              And changed t/io/utf8.t test 18 which expects print() to
46147              upgrade its argument.
46148              - re-implement sv_eq with bytes_from_utf8()
46149              - some bug fixes
46150              - tr/// does not handle UTF8 range (\x{}-\x{})
46151              - \ before raw UTF8 character produced
46152              "Malformed UTF-8 character" warning.
46153              - "\x{100}\N{CENT SIGN}" is Malformed.
46154              Added tests for these 3.
46155              - and one silly bug (by me) with qu operator.
46156      Branch: perl
46157            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
46158            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
46159            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
46160 ____________________________________________________________________________
46161 [  8582] By: nick                                  on 2001/01/28  19:25:04
46162         Log: Add pod/perliol.pod to MANIFEST :-(
46163      Branch: perlio
46164            ! MANIFEST
46165 ____________________________________________________________________________
46166 [  8581] By: nick                                  on 2001/01/28  19:22:40
46167         Log: PerlIO documentation. Proofing and sub-editing requested.
46168      Branch: perlio
46169            + pod/perliol.pod
46170            ! pod/perlapio.pod
46171 ____________________________________________________________________________
46172 [  8580] By: jhi                                   on 2001/01/28  05:16:25
46173         Log: Revert the change to sv_2pv() done by #8054: Someone who
46174              did SvNV_set() on a scalar that also happened to be POK,
46175              followed by sv_2pv() won't get the right coercion anymore.
46176              [Sarathy]
46177      Branch: maint-5.6/perl
46178            ! sv.c
46179 ____________________________________________________________________________
46180 [  8579] By: jhi                                   on 2001/01/28  05:15:04
46181         Log: Remove the #8084 effect: do not allow -Q to be interpreted
46182              as -&Q(), this is too much wiggle room.
46183      Branch: maint-5.6/perl
46184            ! toke.c
46185 ____________________________________________________________________________
46186 [  8578] By: jhi                                   on 2001/01/28  05:12:45
46187         Log: Needed bits of #8439 (should have been in #8576),
46188              mainly for lval substr().
46189      Branch: maint-5.6/perl
46190            ! mg.c pp.c pp_hot.c
46191 ____________________________________________________________________________
46192 [  8577] By: jhi                                   on 2001/01/28  05:02:46
46193         Log: A missing check-in.
46194      Branch: maint-5.6/perl
46195            ! utf8.c
46196 ____________________________________________________________________________
46197 [  8576] By: jhi                                   on 2001/01/28  04:26:18
46198         Log: Integrate changes #8425,8436,8439,8517 from mainline.
46199              The 8439 was not truly integrated because it had too many
46200              dependencies on the development branch and because it introduced
46201              concepts too bold for a maintenance branch (such as the qu operator).
46202              
46203              Subject: [PATCH perl@8342] -Wformat
46204              
46205              Tighten some of the UTF-8 tests a bit.
46206              
46207              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
46208              - The substr lval was still not okay.
46209              - Now pp_stringify and sv_setsv copies source's UTF8 flag
46210              even if IN_BYTE.  pp_stringify is called from fold_constants
46211              at optimization phase and "\x{100}" was made SvUTF8_off under
46212              use bytes (the bytes pragma is for "byte semantics" and not
46213              for "do not produce UTF8 data")
46214      Branch: maint-5.6/perl
46215            ! t/lib/charnames.t t/op/substr.t toke.c
46216           !> sv.c t/pragma/utf8.t
46217 ____________________________________________________________________________
46218 [  8575] By: jhi                                   on 2001/01/28  04:01:51
46219         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
46220              
46221              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
46222              
46223              Subject: [ID 20001230.003] UTF-8 tr still hurts
46224              
46225              Test cases for #8385 (from Simon's "torture.pl")
46226              
46227              Start fixing UTF-8 lval substr() (8405)
46228      Branch: maint-5.6/perl
46229           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
46230           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
46231 ____________________________________________________________________________
46232 [  8574] By: jhi                                   on 2001/01/28  03:09:06
46233         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
46234              from mainline.
46235              
46236              UTF-8 cleanup.
46237              
46238              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
46239              
46240              "\x{FF}\xFF" was broken.
46241              
46242              Tests for #8329 and #8330.
46243              
46244              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
46245              
46246              IRIX compiler noticed that the bof initialization might be
46247              bypassed by control flow.
46248              
46249              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
46250      Branch: maint-5.6/perl
46251           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46252           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
46253 ____________________________________________________________________________
46254 [  8573] By: jhi                                   on 2001/01/28  02:06:12
46255         Log: Retract #8552.
46256      Branch: perl
46257            ! lib/Text/Wrap.pm t/lib/textwrap.t
46258 ____________________________________________________________________________
46259 [  8572] By: jhi                                   on 2001/01/28  02:04:49
46260         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
46261              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
46262              not really integrated but instead salvaged by hand
46263              (they had too many dependencies on the development release
46264              to be cleanly integratable).
46265              
46266              Subject: more UTF8 test suites and an UTF8 patch
46267              
46268              Tweak for MULTIPLICITY/USE_PERLIO
46269              
46270              Signedness nit.
46271              
46272              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
46273              
46274              Use the UTF8_XXX macros in is_utf8_char().
46275              
46276              Rewrite pp_concat() in terms of sv_catsv().  The . operator
46277              should now be UTF-8-proof.
46278              
46279              Subject: [PATCH perl@8269] scanning two hex-constants
46280              fails on EBCDIC environment (script length.t)
46281              
46282              Add some Unicode chop() tests.
46283      Branch: maint-5.6/perl
46284            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
46285           !> sv.c t/op/chop.t utf8.h
46286 ____________________________________________________________________________
46287 [  8571] By: jhi                                   on 2001/01/28  00:35:59
46288         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
46289              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
46290              
46291              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
46292              
46293              The maxiters upper limit sanity check (guarding against
46294              non-progress) assumed bytes instead of characters in s///
46295              and split().
46296              
46297              Signedness nit.
46298              
46299              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
46300              join() should now be UTF-8-proof.
46301              
46302              More split // UTF-8 tests. (8250)
46303      Branch: maint-5.6/perl
46304           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
46305           !> util.c
46306 ____________________________________________________________________________
46307 [  8570] By: jhi                                   on 2001/01/27  22:15:46
46308         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
46309              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
46310              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
46311              8084,8204,8244,8333 from mainline.
46312              
46313              For -Q where Q might be a one-letter sub name one does no more
46314              get a warning about an unknown filetest (7941,7943,7944,8084).
46315              
46316              Subject: Re: [ID 20001130.011] expression parsing bug ?
46317              
46318              Make uv_to_utf8() to zero-terminate its output buffer.
46319              
46320              Split off t/op/length.t (7995)
46321              
46322              Split off t/op/utf8decode.t (7996)
46323              
46324              Remove an unnecessary 'use utf8' from the utf8.t (7998)
46325              
46326              Split off t/op/concat.t (8004)
46327              
46328              Split off t/op/ver.t (8005)
46329              
46330              Document utf8_length(), utf8_distance(), and utf8_hop().
46331              
46332              Document utf8_to_uv() better.
46333              
46334              Introduce macros for UTF8 decoding (8028,8033).
46335              
46336              Add test for reverse() (8030,8031).
46337              
46338              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
46339              
46340              Do not return the Unicode replacement character    on UTF-8
46341              decoding failure.
46342              
46343              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
46344              not this_utf8 i.e. the output string has one, but don't mess
46345              with source assumption. (8052,8053)
46346              
46347              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
46348              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
46349              was not expecting to be called with something that was already
46350              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
46351              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46352              (8054)
46353              
46354              Recode the naughty binary bytes in utf8decode.t using the \xHH.
46355              
46356              Make some panic messages a bit more logical.
46357      Branch: maint-5.6/perl
46358           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
46359           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
46360           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
46361           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
46362           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
46363           !> utf8.c utf8.h
46364 ____________________________________________________________________________
46365 [  8569] By: jhi                                   on 2001/01/27  19:16:43
46366         Log: Integrate changes #7750 from perlio and #8566 from mainline.
46367      Branch: maint-5.6/perl
46368           !> regexec.c sv.c
46369 ____________________________________________________________________________
46370 [  8568] By: jhi                                   on 2001/01/27  18:06:51
46371         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
46372              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
46373              7935[-perlio.c],7936,7959,7965 from mainline.
46374              
46375              Change the "big byte" error message to "Wide character".
46376              (7355, the croak-if-wide-chars-in-print part ignored)
46377              
46378              Use UINT64_C().
46379              
46380              Introduce Perl_utf8_length().
46381              
46382              diff -se shows these as different (7753, forgotten check-ins)
46383              
46384              Subject: [PATCH] doop.c - UTF8 tr///
46385              
46386              If we use (aTHX_ ...) then put Perl_ on the front.
46387              
46388              Make utf8_length() and utf8_distance() to be less forgiving
46389              about bad UTF-8.
46390              
46391              Test line numbers are different with utf8.
46392              
46393              No need to scan till infinity, 13 is enough. (7872,7911)
46394              
46395              Subject: [PATCH] Tokeniser debugging
46396              
46397              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
46398              
46399              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
46400              
46401              Be more careful in Perl_sv_utf8_downgrade().
46402              
46403              Use DO_UTF8().
46404              
46405              Raw zero bytes in text files confuse at least GNU patch 2.1.
46406      Branch: maint-5.6/perl
46407           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
46408           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
46409           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
46410           !> t/pragma/utf8.t toke.c utf8.c utf8.h
46411 ____________________________________________________________________________
46412 [  8567] By: nick                                  on 2001/01/27  11:10:38
46413         Log: Integrate mainline
46414      Branch: perlio
46415           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
46416           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
46417           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
46418           !> toke.c
46419 ____________________________________________________________________________
46420 [  8566] By: jhi                                   on 2001/01/27  06:22:48
46421         Log: More documentation for the regexp context stack.
46422      Branch: perl
46423            ! regexec.c
46424 ____________________________________________________________________________
46425 [  8565] By: jhi                                   on 2001/01/27  05:21:57
46426         Log: Update Changes.
46427      Branch: perl
46428            ! Changes patchlevel.h
46429 ____________________________________________________________________________
46430 [  8564] By: jhi                                   on 2001/01/27  04:44:04
46431         Log: Threadedness patch for #8562 from Doug MacEachern.
46432      Branch: perl
46433            ! toke.c
46434 ____________________________________________________________________________
46435 [  8563] By: jhi                                   on 2001/01/27  04:26:24
46436         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
46437              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
46438              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
46439              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
46440      Branch: perl
46441            ! op.c
46442 ____________________________________________________________________________
46443 [  8562] By: jhi                                   on 2001/01/27  04:20:30
46444         Log: Subject: Re: Announce : Tokener reporting patch
46445              From: Simon Cozens <simon@cozens.net>
46446              Date: Mon, 22 Jan 2001 02:17:22 +0000
46447              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
46448      Branch: perl
46449            ! embed.h embed.pl proto.h toke.c
46450 ____________________________________________________________________________
46451 [  8561] By: jhi                                   on 2001/01/27  04:17:24
46452         Log: Forgot from #8545.  Oops.
46453      Branch: perl
46454            ! pp.c t/pragma/overload.t
46455 ____________________________________________________________________________
46456 [  8560] By: jhi                                   on 2001/01/27  03:01:47
46457         Log: A better module compilation test, use MANIFEST as suggested
46458              by Spider.
46459      Branch: perl
46460            ! t/lib/1_compile.t
46461 ____________________________________________________________________________
46462 [  8559] By: jhi                                   on 2001/01/27  02:50:48
46463         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
46464              From: Peter Prymmer <pvhp@forte.com>
46465              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
46466              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
46467      Branch: perl
46468            ! t/lib/b.t
46469 ____________________________________________________________________________
46470 [  8558] By: jhi                                   on 2001/01/27  02:27:05
46471         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
46472              From: Peter Prymmer <pvhp@forte.com>
46473              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
46474              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
46475      Branch: perl
46476            ! t/pragma/sub_lval.t
46477 ____________________________________________________________________________
46478 [  8557] By: jhi                                   on 2001/01/27  02:26:03
46479         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
46480              From: Peter Prymmer <pvhp@forte.com>
46481              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
46482              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
46483      Branch: perl
46484            ! t/lib/st-06compat.t
46485 ____________________________________________________________________________
46486 [  8556] By: jhi                                   on 2001/01/27  02:24:33
46487         Log: Subject: [PATCH: perl@8531] minor update to README.os390
46488              From: Peter Prymmer <pvhp@forte.com>
46489              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
46490              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
46491      Branch: perl
46492            ! README.os390
46493 ____________________________________________________________________________
46494 [  8555] By: jhi                                   on 2001/01/27  00:35:47
46495         Log: No point in checking the length before we know whether the pointer
46496              is bogus or not, fixes Abigail's odbm failures in Linux.
46497      Branch: perl
46498            ! sv.c
46499 ____________________________________________________________________________
46500 [  8554] By: nick                                  on 2001/01/26  19:01:31
46501         Log: Integrate mainline
46502      Branch: perlio
46503           !> lib/Text/Wrap.pm t/lib/textwrap.t
46504 ____________________________________________________________________________
46505 [  8553] By: jhi                                   on 2001/01/26  15:19:39
46506         Log: Integrate change #7792 from perlio (multiplicity fix),
46507              fix the AV leak in regex DEBUGGING (tiny part of the
46508              polymorphic regexp patch #8143).
46509      Branch: maint-5.6/perl
46510            ! regcomp.c
46511           !> scope.h
46512 ____________________________________________________________________________
46513 [  8552] By: jhi                                   on 2001/01/26  15:03:23
46514         Log: (Retracted by #8573)
46515              
46516              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
46517              From: Michael G Schwern <schwern@pobox.com>
46518              Date: Fri, 26 Jan 2001 09:28:31 -0500
46519              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
46520      Branch: perl
46521            ! lib/Text/Wrap.pm t/lib/textwrap.t
46522 ____________________________________________________________________________
46523 [  8551] By: jhi                                   on 2001/01/26  02:33:19
46524         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
46525              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
46526              
46527              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
46528              
46529              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
46530              
46531              Message nit.
46532              
46533              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
46534              
46535              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
46536              
46537              (the cleanup of unused submatches in regtry() and regcppop())
46538              
46539              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
46540              stored and restored, and thusly was trounced by the utf8 swash
46541              routines.
46542              
46543              use utf8 not required to use \x{}.
46544              
46545              Removed two more tests that make no sense in UTF-8 since the test
46546              data is not in UTF-8.
46547              
46548              Get the three different space character classes right under utf8.
46549              
46550              Implement ANYOFUTF8 regprop() dumping.
46551              
46552              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
46553              
46554              Document the regex context pushing/popping a bit better.
46555      Branch: maint-5.6/perl
46556           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
46557           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
46558           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
46559           !> t/op/regmesg.t utf8.c
46560 ____________________________________________________________________________
46561 [  8550] By: nick                                  on 2001/01/25  19:42:30
46562         Log: Integrate mainline
46563      Branch: perlio
46564           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
46565           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
46566           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
46567           !> t/lib/bigint.t t/lib/bigintpm.t
46568 ____________________________________________________________________________
46569 [  8549] By: jhi                                   on 2001/01/25  15:22:28
46570         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
46571      Branch: maint-5.6/perl
46572            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
46573 ____________________________________________________________________________
46574 [  8548] By: jhi                                   on 2001/01/25  15:02:55
46575         Log: Integrate changes #7997,8063,8492,8547 from mainline.
46576              
46577              Subject: Re: STRLEN - what?
46578              
46579              Subject: [PATCH] perlguts.pod
46580              
46581              Memory management calls documentation.
46582              
46583              Layout using tabulator is not a good idea in a pod.
46584      Branch: maint-5.6/perl
46585           !> pod/perlguts.pod
46586 ____________________________________________________________________________
46587 [  8547] By: jhi                                   on 2001/01/25  14:49:05
46588         Log: Layout using tabulator is not a good idea in a pod.
46589      Branch: perl
46590            ! pod/perlguts.pod
46591 ____________________________________________________________________________
46592 [  8546] By: jhi                                   on 2001/01/25  14:31:12
46593         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
46594              from mainline.
46595              
46596              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
46597              
46598              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
46599              
46600              More Win32 editor/IDE/shell hints.
46601              
46602              More Win32 Perling.
46603              
46604              Yet another editor edit.
46605              
46606              Edit edit edit.
46607              
46608              IDE/editor section tweaking.
46609              
46610              Few more IDE/editor nits from p5p.
46611      Branch: maint-5.6/perl
46612           !> pod/perlfaq3.pod
46613 ____________________________________________________________________________
46614 [  8545] By: jhi                                   on 2001/01/25  04:16:32
46615         Log: Subject: [PATCH 5.7.0] overload int()
46616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46617              Date: Wed, 24 Jan 2001 19:06:57 -0500
46618              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
46619      Branch: perl
46620            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
46621            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
46622            ! t/lib/bigintpm.t
46623 ____________________________________________________________________________
46624 [  8544] By: jhi                                   on 2001/01/25  04:15:11
46625         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
46626              From: Peter Prymmer <pvhp@forte.com>
46627              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
46628              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
46629      Branch: perl
46630            ! Makefile.SH README.os390 hints/os390.sh installperl
46631 ____________________________________________________________________________
46632 [  8543] By: jhi                                   on 2001/01/25  03:52:08
46633         Log: Integrate change #8462,8469 from mainline.
46634              
46635              In VMS Perl subversion (perl -V) is undef.
46636      Branch: maint-5.6/perl
46637           !> configure.com
46638 ____________________________________________________________________________
46639 [  8542] By: jhi                                   on 2001/01/25  03:44:55
46640         Log: Integrate changes #7835,7850,8315,8316 from mainline.
46641              
46642              Solaris hints.
46643      Branch: maint-5.6/perl
46644           !> hints/solaris_2.sh
46645 ____________________________________________________________________________
46646 [  8541] By: jhi                                   on 2001/01/25  03:39:28
46647         Log: Integrate #8336 from mainline.
46648      Branch: maint-5.6/perl
46649           !> hv.c
46650 ____________________________________________________________________________
46651 [  8540] By: jhi                                   on 2001/01/25  03:23:50
46652         Log: Retract #8539.
46653      Branch: maint-5.6/perl
46654            ! pod/perlfaq3.pod
46655 ____________________________________________________________________________
46656 [  8539] By: jhi                                   on 2001/01/25  03:21:55
46657         Log: (Retracted by #8540.)
46658      Branch: maint-5.6/perl
46659            ! pod/perlfaq3.pod
46660 ____________________________________________________________________________
46661 [  8538] By: jhi                                   on 2001/01/25  03:14:07
46662         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
46663              From: Peter Prymmer <pvhp@forte.com>
46664              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
46665              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
46666              
46667              The VMS bits.
46668      Branch: maint-5.6/perl
46669            ! configure.com vms/descrip_mms.template
46670 ____________________________________________________________________________
46671 [  8537] By: jhi                                   on 2001/01/25  03:06:09
46672         Log: Integrate #7710,7824,7973 from mainline.
46673      Branch: maint-5.6/perl
46674           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
46675           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
46676           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
46677           !> vos/config.ga.def vos/config.ga.h win32/config.bc
46678           !> win32/config.gc win32/config.vc
46679 ____________________________________________________________________________
46680 [  8536] By: jhi                                   on 2001/01/24  13:50:20
46681         Log: Revert the edits made by me so far to the 5.6 branch since
46682              the TRIAL1 since I did edits when I should have been using
46683              integrates.  Bad programmer.   (Will integrate them properly later.)
46684              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
46685              The #8353 will not be reapplied at least for now since
46686              the UTF-8 hash keys need more thinking.
46687              (The patches #8347, #8354, #8454, #8473 were okay since they
46688              were original edits made specifically for the 5.6.1-TRIAL1.)
46689      Branch: maint-5.6/perl
46690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46691            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
46692            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
46693            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
46694            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
46695            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
46696            ! win32/config.bc win32/config.gc win32/config.vc
46697 ____________________________________________________________________________
46698 [  8535] By: bailey                                on 2001/01/24  06:37:02
46699         Log: SYN SYN
46700      Branch: vmsperl
46701           +> (branch 26 files)
46702           !> (integrate 130 files)
46703 ____________________________________________________________________________
46704 [  8534] By: nick                                  on 2001/01/23  19:30:57
46705         Log: Integrate mainline.
46706      Branch: perlio
46707           !> Changes Configure Porting/Glossary Porting/config.sh
46708           !> Porting/config_H embed.h embed.pl ext/Encode/compile
46709           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
46710           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
46711           !> pod/perlvar.pod proto.h t/lib/1_compile.t
46712 ____________________________________________________________________________
46713 [  8533] By: jhi                                   on 2001/01/23  16:15:46
46714         Log: Forgotten from #8501.
46715      Branch: perl
46716            ! Porting/Glossary Porting/config.sh Porting/config_H
46717 ____________________________________________________________________________
46718 [  8532] By: jhi                                   on 2001/01/23  16:13:27
46719         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
46720              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
46721              Date: Mon, 22 Jan 2001 17:51:58 +0100
46722              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
46723      Branch: perl
46724            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
46725 ____________________________________________________________________________
46726 [  8531] By: jhi                                   on 2001/01/23  15:46:01
46727         Log: Update Changes.
46728      Branch: perl
46729            ! Changes patchlevel.h
46730 ____________________________________________________________________________
46731 [  8530] By: jhi                                   on 2001/01/23  15:38:39
46732         Log: De-cut-and-pasto.
46733      Branch: perl
46734            ! t/lib/1_compile.t
46735 ____________________________________________________________________________
46736 [  8529] By: jhi                                   on 2001/01/23  15:11:04
46737         Log: Document the mkdir trailing slashes case.
46738      Branch: perl
46739            ! pod/perlfunc.pod
46740 ____________________________________________________________________________
46741 [  8528] By: jhi                                   on 2001/01/23  15:08:28
46742         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
46743              get installed:
46744              
46745              Subject: lib/lib.pm
46746              From: <abigail@foad.org>
46747              Date: Mon, 28 Aug 2000 20:35:08 -0400
46748              Message-ID: <20000829003508.21281.qmail@foad.org>
46749      Branch: perl
46750            ! installperl
46751 ____________________________________________________________________________
46752 [  8527] By: jhi                                   on 2001/01/23  14:44:04
46753         Log: Metaconfig unit change for #8526.
46754      Branch: metaconfig
46755            ! U/threads/archname.U
46756 ____________________________________________________________________________
46757 [  8526] By: jhi                                   on 2001/01/23  14:43:19
46758         Log: Attach -perlio to the archname if so selected.
46759      Branch: perl
46760            ! Configure
46761 ____________________________________________________________________________
46762 [  8525] By: jhi                                   on 2001/01/23  14:24:01
46763         Log: Subject: [PATCH] pod/perlvar.pod
46764              From: abigail@foad.org
46765              Date: Tue, 23 Jan 2001 01:41:10 +0100
46766              Message-ID: <20010123004110.22259.qmail@foad.org>
46767      Branch: perl
46768            ! pod/perlvar.pod
46769 ____________________________________________________________________________
46770 [  8524] By: jhi                                   on 2001/01/23  14:22:32
46771         Log: A bug introduced in #8217 (the undefined variable in the
46772              lib/safe1_t #3) fixed, by Charles Lane:
46773              
46774              The earlier patch made it so that stuff running in Safe
46775              compartments could do a "caller" and see "main".  That
46776              little change in name is done right before the code in
46777              the compartment is run, and apparantly the parser
46778              was picking up the stash name before it got changed.
46779              
46780              (why it was threaded vs. unthreaded Perl that was sensitive to this
46781              I still don't know...and it probably doesn't matter).
46782              
46783              I tryed removing the stash name-change and saw that threaded Perl
46784              did indeed pass the lib/safe1.t tests.
46785              
46786              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
46787              do the name change (and to connect _ in the compartment to the global
46788              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
46789              to call _safe_pkg_prep when creating a new compartment.
46790              
46791              Passes all tests with threaded perl on linux; passes all tests
46792              with unthreaded perl on VMS.
46793              
46794              At some point I'll probably want to revisit Safe and Opcode to
46795              provide more sensible handling of global variables...and to get
46796              formats working in Safe compartments, which they don't do currently.
46797      Branch: perl
46798            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
46799 ____________________________________________________________________________
46800 [  8523] By: jhi                                   on 2001/01/23  14:11:58
46801         Log: Also the lib/Thread.pm itself needs to be ignored if
46802              the Thread extension hasn't been built.
46803      Branch: perl
46804            ! t/lib/1_compile.t
46805 ____________________________________________________________________________
46806 [  8522] By: jhi                                   on 2001/01/23  13:51:28
46807         Log: print() instead of warn() so that stderr doesn't get
46808              unnecessarily polluted.
46809      Branch: perl
46810            ! ext/Encode/compile
46811 ____________________________________________________________________________
46812 [  8521] By: jhi                                   on 2001/01/23  13:49:48
46813         Log: Integrate perlio.
46814      Branch: perl
46815           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
46816           !> ext/Encode/encode.h
46817 ____________________________________________________________________________
46818 [  8520] By: nick                                  on 2001/01/22  21:44:00
46819         Log: More messing with Encode:
46820              Extra fields in header to allow multiple names and to record
46821              other things "compile" knows.
46822              Re-organise compile to factor out common output routines.
46823      Branch: perlio
46824            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
46825 ____________________________________________________________________________
46826 [  8519] By: nick                                  on 2001/01/22  20:33:50
46827         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
46828      Branch: perlio
46829            ! ext/Encode/Makefile.PL ext/Encode/compile
46830 ____________________________________________________________________________
46831 [  8518] By: nick                                  on 2001/01/22  20:28:13
46832         Log: Integrate mainline
46833      Branch: perlio
46834           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
46835           !> vos/config.alpha.def vos/config.alpha.h
46836 ____________________________________________________________________________
46837 [  8517] By: jhi                                   on 2001/01/22  15:37:17
46838         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
46839              by Inaba Hiroto.
46840      Branch: perl
46841            ! sv.c
46842 ____________________________________________________________________________
46843 [  8516] By: jhi                                   on 2001/01/22  14:55:15
46844         Log: More SIG_SIZE fixes.
46845      Branch: perl
46846            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
46847 ____________________________________________________________________________
46848 [  8515] By: jhi                                   on 2001/01/22  14:50:27
46849         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
46850              From: "Craig A. Berry" <craigberry@mac.com>
46851              Date: Mon, 22 Jan 2001 00:42:24 -0600
46852              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
46853      Branch: perl
46854            ! configure.com
46855 ____________________________________________________________________________
46856 [  8514] By: jhi                                   on 2001/01/22  14:31:17
46857         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
46858              From: "Craig A. Berry" <craigberry@mac.com>
46859              Date: Sun, 21 Jan 2001 23:03:25 -0600
46860              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
46861      Branch: perl
46862            ! configure.com
46863 ____________________________________________________________________________
46864 [  8513] By: jhi                                   on 2001/01/22  14:14:00
46865         Log: Add the .ucm encoding tables to the MANIFEST.
46866      Branch: perl
46867            ! MANIFEST
46868 ____________________________________________________________________________
46869 [  8512] By: jhi                                   on 2001/01/22  13:43:33
46870         Log: Integrate perlio.
46871      Branch: perl
46872           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
46873           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
46874           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
46875           +> ext/Encode/Encode/iso8859-10.ucm
46876           +> ext/Encode/Encode/iso8859-13.ucm
46877           +> ext/Encode/Encode/iso8859-14.ucm
46878           +> ext/Encode/Encode/iso8859-15.ucm
46879           +> ext/Encode/Encode/iso8859-16.ucm
46880           +> ext/Encode/Encode/iso8859-2.ucm
46881           +> ext/Encode/Encode/iso8859-3.ucm
46882           +> ext/Encode/Encode/iso8859-4.ucm
46883           +> ext/Encode/Encode/iso8859-5.ucm
46884           +> ext/Encode/Encode/iso8859-6.ucm
46885           +> ext/Encode/Encode/iso8859-7.ucm
46886           +> ext/Encode/Encode/iso8859-8.ucm
46887           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
46888           +> ext/Encode/Encode/symbol.ucm
46889           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
46890           !> perliol.h
46891 ____________________________________________________________________________
46892 [  8511] By: nick                                  on 2001/01/21  23:44:47
46893         Log: Make "real" layers of ":utf8" and ":raw".
46894              So now PERLIO=utf8 perl ...
46895              does what Andreas wanted.
46896              Fix arg passing in open.pm (still have a Carp issue).
46897      Branch: perlio
46898            ! lib/open.pm perlio.c perliol.h
46899 ____________________________________________________________________________
46900 [  8510] By: jhi                                   on 2001/01/21  22:56:53
46901         Log: Document the regex content pushing/popping a bit better.
46902      Branch: perl
46903            ! regexec.c
46904 ____________________________________________________________________________
46905 [  8509] By: jhi                                   on 2001/01/21  22:55:44
46906         Log: Tweak the mkdir trailing slash code some more.
46907              
46908              TO DO: the same handling should probably be done for
46909              all the other filesystem functions that can have directories
46910              as their arguments.
46911      Branch: perl
46912            ! pp_sys.c
46913 ____________________________________________________________________________
46914 [  8508] By: nick                                  on 2001/01/21  21:37:43
46915         Log: Switch "compiled in" encodings to .ucm format.
46916              (Leave others as .enc till we can run-time load .ucm,
46917              or find some other way to load them.)
46918      Branch: perlio
46919            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
46920            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
46921            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
46922            + ext/Encode/Encode/iso8859-10.ucm
46923            + ext/Encode/Encode/iso8859-13.ucm
46924            + ext/Encode/Encode/iso8859-14.ucm
46925            + ext/Encode/Encode/iso8859-15.ucm
46926            + ext/Encode/Encode/iso8859-16.ucm
46927            + ext/Encode/Encode/iso8859-2.ucm
46928            + ext/Encode/Encode/iso8859-3.ucm
46929            + ext/Encode/Encode/iso8859-4.ucm
46930            + ext/Encode/Encode/iso8859-5.ucm
46931            + ext/Encode/Encode/iso8859-6.ucm
46932            + ext/Encode/Encode/iso8859-7.ucm
46933            + ext/Encode/Encode/iso8859-8.ucm
46934            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
46935            + ext/Encode/Encode/symbol.ucm
46936            ! ext/Encode/Makefile.PL ext/Encode/compile
46937 ____________________________________________________________________________
46938 [  8507] By: nick                                  on 2001/01/21  21:02:03
46939         Log: Integrate (partial) mainline.
46940      Branch: perlio
46941           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
46942           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
46943           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46944 ____________________________________________________________________________
46945 [  8506] By: jhi                                   on 2001/01/21  20:09:30
46946         Log: Update Changes.
46947      Branch: perl
46948            ! Changes patchlevel.h
46949 ____________________________________________________________________________
46950 [  8505] By: jhi                                   on 2001/01/21  19:39:59
46951         Log: Subject: Minor typos in perlfaq2.pod
46952              From: "Stephen P. Potter" <spp@spotter.yi.org>
46953              Message-Id: <200101192101.QAA11911@spotter.yi.org>
46954              Date: Fri, 19 Jan 2001 16:01:13 -0500
46955              
46956              with a nit from Philip Newton.
46957      Branch: perl
46958            ! pod/perlfaq2.pod
46959 ____________________________________________________________________________
46960 [  8504] By: jhi                                   on 2001/01/21  19:33:05
46961         Log: Metaconfig change for #8503.
46962      Branch: metaconfig
46963            ! U/threads/usethreads.U
46964 ____________________________________________________________________________
46965 [  8503] By: jhi                                   on 2001/01/21  19:32:21
46966         Log: Sanity check for conflicting thread flavours.
46967      Branch: perl
46968            ! Configure config_h.SH
46969 ____________________________________________________________________________
46970 [  8502] By: jhi                                   on 2001/01/21  19:23:00
46971         Log: Metaconfig change for #8501.
46972      Branch: metaconfig
46973            ! U/modified/sig_name.U
46974 ____________________________________________________________________________
46975 [  8501] By: jhi                                   on 2001/01/21  19:22:26
46976         Log: The SIG_SIZE is the number of the elements *excluding*
46977              the terminating NULL.
46978      Branch: perl
46979            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
46980            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
46981            ! win32/config_H.vc
46982 ____________________________________________________________________________
46983 [  8500] By: jhi                                   on 2001/01/21  18:31:31
46984         Log: Integrate perlio.
46985      Branch: perl
46986           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
46987           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
46988           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
46989           !> pp_sys.c proto.h sv.c
46990 ____________________________________________________________________________
46991 [  8499] By: jhi                                   on 2001/01/21  17:43:57
46992         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
46993              From: Hugo <hv@crypt.compulink.co.uk>
46994              Date: Sun, 21 Jan 2001 13:34:05 +0000
46995              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
46996              
46997              In sprintf UTF8ize only if necessary.
46998      Branch: perl
46999            ! sv.c
47000 ____________________________________________________________________________
47001 [  8498] By: nick                                  on 2001/01/21  16:25:32
47002         Log: Encode cleanup.
47003              Add command line control over "compile" so that Makefile.PL
47004              needs can be combined with other uses.
47005              Use command line options in Makefile.PL.
47006              Fix multi-byte parsing in .ucm files.
47007      Branch: perlio
47008            ! ext/Encode/Makefile.PL ext/Encode/compile
47009 ____________________________________________________________________________
47010 [  8497] By: nick                                  on 2001/01/21  12:56:27
47011         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
47012      Branch: perlio
47013            ! ext/Encode/Encode.xs
47014 ____________________________________________________________________________
47015 [  8496] By: nick                                  on 2001/01/21  12:18:45
47016         Log: Fixup after integrate:
47017              missed the .sym files that are changed by regen_headers
47018              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
47019      Branch: perlio
47020            ! global.sym pp.sym sv.c
47021 ____________________________________________________________________________
47022 [  8495] By: nick                                  on 2001/01/21  11:51:07
47023         Log: Integrate mainline.
47024      Branch: perlio
47025           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
47026           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
47027           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
47028           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
47029           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
47030           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
47031           !> win32/Makefile win32/makefile.mk
47032 ____________________________________________________________________________
47033 [  8494] By: jhi                                   on 2001/01/20  23:12:11
47034         Log: Forgot the expect_number() prototype.
47035      Branch: perl
47036            ! embed.h embed.pl proto.h
47037 ____________________________________________________________________________
47038 [  8493] By: jhi                                   on 2001/01/20  22:56:39
47039         Log: Subject: [PATCH: perl@8482] README.vms URL updates
47040              From: Peter Prymmer <pvhp@forte.com>
47041              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
47042              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
47043              
47044              Plus Craig A. Berry's suggestion to use compaq.com instead
47045              of digital.com.
47046      Branch: perl
47047            ! README.vms
47048 ____________________________________________________________________________
47049 [  8492] By: jhi                                   on 2001/01/20  22:50:05
47050         Log: Memory management calls documentation.
47051      Branch: perl
47052            ! pod/perlguts.pod
47053 ____________________________________________________________________________
47054 [  8491] By: jhi                                   on 2001/01/20  22:38:33
47055         Log: Signedness nit plus few memcpy/Copy nits.
47056      Branch: perl
47057            ! sv.c
47058 ____________________________________________________________________________
47059 [  8490] By: jhi                                   on 2001/01/20  22:25:53
47060         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
47061              From: Peter Prymmer <pvhp@forte.com>
47062              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
47063              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
47064      Branch: perl
47065            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
47066 ____________________________________________________________________________
47067 [  8489] By: jhi                                   on 2001/01/20  22:24:41
47068         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
47069              From: Peter Prymmer <pvhp@forte.com>
47070              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
47071              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
47072      Branch: perl
47073            ! win32/Makefile win32/makefile.mk
47074 ____________________________________________________________________________
47075 [  8488] By: jhi                                   on 2001/01/20  22:22:27
47076         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
47077              From: Peter Prymmer <pvhp@forte.com>
47078              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
47079              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
47080      Branch: perl
47081            ! Makefile.SH
47082 ____________________________________________________________________________
47083 [  8487] By: jhi                                   on 2001/01/20  22:21:18
47084         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
47085              From: Peter Prymmer <pvhp@forte.com>
47086              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
47087              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
47088      Branch: perl
47089            + ext/DynaLoader/dl_dllload.xs
47090            ! MANIFEST Makefile.SH hints/os390.sh
47091 ____________________________________________________________________________
47092 [  8486] By: jhi                                   on 2001/01/20  22:17:53
47093         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
47094              From: Peter Prymmer <pvhp@forte.com>
47095              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
47096              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
47097      Branch: perl
47098            ! README.os390 README.posix-bc
47099 ____________________________________________________________________________
47100 [  8485] By: jhi                                   on 2001/01/20  20:15:30
47101         Log: Document and test the new qu operator.
47102      Branch: perl
47103            + t/op/qu.t
47104            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
47105            ! pod/perlretut.pod pod/perlunicode.pod
47106 ____________________________________________________________________________
47107 [  8484] By: nick                                  on 2001/01/20  19:42:30
47108         Log: Infrastructure to allow:
47109              open($fh,"|-",@array);
47110              to be implemented
47111              i.e. mark pp_open as needing a stack mark, and make pp_open
47112              process its args in that style (and pass them _all_ to tied handles OPEN).
47113              Invent do_openn() which takes SV ** at allow it to see multiple args.
47114              Note this does not _do_ anything yet.
47115      Branch: perlio
47116            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
47117            ! perlapi.c pp_proto.h pp_sys.c proto.h
47118 ____________________________________________________________________________
47119 [  8483] By: nick                                  on 2001/01/20  17:23:14
47120         Log: Integrate mainline.
47121      Branch: perlio
47122           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
47123           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
47124 ____________________________________________________________________________
47125 [  8482] By: jhi                                   on 2001/01/19  15:37:49
47126         Log: Update Changes.
47127      Branch: perl
47128            ! Changes patchlevel.h
47129 ____________________________________________________________________________
47130 [  8481] By: jhi                                   on 2001/01/19  14:41:24
47131         Log: Subject: Re: new feature: s?printf parameter reordering 
47132              From: Hugo <hv@crypt.compulink.co.uk>
47133              Date: Thu, 11 Jan 2001 17:09:03 +0000
47134              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
47135              
47136              - support reordering for all parameters: %, *v, *, .*
47137              - lay down that the reordering specification must immediately
47138              follow that parameter: %3$, *v3$, *3$, .*3$
47139              - fix vectorisation of a zero-length string
47140              - factor out the code choosing the argument to format
47141              
47142              Possibly unwanted side-effects:
47143              - the special format specifiers ' +-0' must now precede any
47144              vectorisation specifier. Tests in op/sprintf and op/ver
47145              have been changed to reflect this.
47146              - sprintf.t test #214 changed its expectations because in many
47147              cases, the next parameter has already been consumed when an
47148              invalid type letter is detected.
47149              
47150              Probably wanted side-effects:
47151              - attempts to format a non-existent parameter will warn as if C<undef>
47152              - attempt to write to non-existent parameter with '%n' will complain
47153              of "attempt to modify read-only value" instead of being silent
47154      Branch: perl
47155            ! sv.c t/op/sprintf.t t/op/ver.t
47156 ____________________________________________________________________________
47157 [  8480] By: jhi                                   on 2001/01/19  14:08:37
47158         Log: Subject: PATCH pragma/locale.t
47159              From: andreas.koenig@anima.de (Andreas J. Koenig)
47160              Date: 18 Jan 2001 09:45:37 +0100
47161              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
47162      Branch: perl
47163            ! t/pragma/locale.t
47164 ____________________________________________________________________________
47165 [  8479] By: jhi                                   on 2001/01/19  13:19:58
47166         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
47167      Branch: perl
47168            ! configure.com
47169 ____________________________________________________________________________
47170 [  8478] By: jhi                                   on 2001/01/19  02:12:35
47171         Log: Automate 1_compile.t.
47172      Branch: perl
47173            ! t/lib/1_compile.t
47174 ____________________________________________________________________________
47175 [  8477] By: jhi                                   on 2001/01/19  01:49:56
47176         Log: Integrate perlio.
47177      Branch: perl
47178           !> sv.c win32/config.bc win32/config.gc win32/config.vc
47179           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47180 ____________________________________________________________________________
47181 [  8476] By: nick                                  on 2001/01/18  21:51:52
47182         Log: Integrate mainline
47183      Branch: perlio
47184           +> t/lib/1_compile.t t/lib/compmod.pl
47185           !> MANIFEST configure.com lib/unicode/distinct.pm
47186 ____________________________________________________________________________
47187 [  8475] By: nick                                  on 2001/01/18  21:48:02
47188         Log: Win32 "safe signals" co-existance fix.
47189              Fix SIG_SIZE value.
47190              Clear PL_sig_pending when cloning (fork).
47191      Branch: perlio
47192            ! sv.c win32/config.bc win32/config.gc win32/config.vc
47193            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47194 ____________________________________________________________________________
47195 [  8474] By: jhi                                   on 2001/01/18  14:40:57
47196         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
47197      Branch: perl
47198            ! t/lib/1_compile.t
47199 ____________________________________________________________________________
47200 [  8473] By: gsar                                  on 2001/01/18  11:42:31
47201         Log: unsubmitted trial1 change
47202      Branch: maint-5.6/perl
47203            ! Changes
47204 ____________________________________________________________________________
47205 [  8472] By: jhi                                   on 2001/01/18  04:30:24
47206         Log: The first bug found by 1_compile.t.
47207      Branch: perl
47208            ! lib/unicode/distinct.pm
47209 ____________________________________________________________________________
47210 [  8471] By: jhi                                   on 2001/01/18  04:29:42
47211         Log: Add Schwern's 1_compile test.  The compile_module script renamed
47212              to be a bit shorter for the 8.3 people.
47213      Branch: perl
47214            + t/lib/1_compile.t t/lib/compmod.pl
47215            ! MANIFEST
47216 ____________________________________________________________________________
47217 [  8470] By: jhi                                   on 2001/01/18  04:16:00
47218         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
47219              From: Peter Prymmer <pvhp@forte.com>
47220              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
47221              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
47222              Replace #8463.
47223      Branch: maint-5.6/perl
47224            ! configure.com
47225 ____________________________________________________________________________
47226 [  8469] By: jhi                                   on 2001/01/18  04:13:02
47227         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
47228              From: Peter Prymmer <pvhp@forte.com>
47229              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
47230              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
47231              Replace #8462.
47232      Branch: perl
47233            ! configure.com
47234 ____________________________________________________________________________
47235 [  8468] By: jhi                                   on 2001/01/18  03:42:08
47236         Log: Integrate perlio.
47237      Branch: perl
47238           !> gv.c mg.c perlio.c util.c
47239 ____________________________________________________________________________
47240 [  8467] By: nick                                  on 2001/01/17  22:41:10
47241         Log: "Safe" signals - trial implementation.
47242              gv.c tweaked to zero PL_sig_pend array
47243              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
47244              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
47245              Odd thing is that it "works" with PERLIO=stdio as well (linux).
47246      Branch: perlio
47247            ! gv.c mg.c perlio.c util.c
47248 ____________________________________________________________________________
47249 [  8466] By: nick                                  on 2001/01/17  20:40:20
47250         Log: Integrate mainline.
47251      Branch: perlio
47252           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47253           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
47254           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
47255           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47256           !> vos/config.ga.h win32/config.bc win32/config.gc
47257           !> win32/config.vc
47258 ____________________________________________________________________________
47259 [  8465] By: jhi                                   on 2001/01/17  18:37:13
47260         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
47261              From: Nicholas Clark <nick@ccl4.org>
47262              Date: Wed, 17 Jan 2001 17:31:33 +0000
47263              Message-ID: <20010117173133.I2633@plum.flirble.org>
47264      Branch: perl
47265            ! t/op/int.t
47266 ____________________________________________________________________________
47267 [  8464] By: jhi                                   on 2001/01/17  14:43:17
47268         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
47269              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47270              Date: Wed, 17 Jan 2001 15:16:43 +0100
47271              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
47272              
47273              pp_int() was dropping an NV to the floor,
47274              int(279964589018079/59) either returned not an integer
47275              4745162525730.15, or one got "Attempt to free unreferenced scalar."
47276      Branch: perl
47277            ! pp.c
47278 ____________________________________________________________________________
47279 [  8463] By: jhi                                   on 2001/01/17  06:12:42
47280         Log: (Replaced by #8470)
47281              
47282              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
47283              From: "Craig A. Berry" <craigberry@mac.com>
47284              Date: Tue, 16 Jan 2001 23:38:46 -0600
47285              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
47286      Branch: maint-5.6/perl
47287            ! configure.com
47288 ____________________________________________________________________________
47289 [  8462] By: jhi                                   on 2001/01/17  06:11:31
47290         Log: (Replaced by #8469)
47291              
47292              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
47293              From: "Craig A. Berry" <craigberry@mac.com>
47294              Date: Tue, 16 Jan 2001 23:38:46 -0600
47295              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
47296      Branch: perl
47297            ! configure.com
47298 ____________________________________________________________________________
47299 [  8461] By: jhi                                   on 2001/01/17  05:56:12
47300         Log: Allow for one trailing slash in the directory of mkdir().
47301      Branch: perl
47302            ! pp_sys.c
47303 ____________________________________________________________________________
47304 [  8460] By: jhi                                   on 2001/01/17  03:26:01
47305         Log: Metaconfig unit changes for #8459.
47306      Branch: metaconfig
47307            ! U/modified/Loc.U U/modified/sig_name.U
47308 ____________________________________________________________________________
47309 [  8459] By: jhi                                   on 2001/01/17  03:24:48
47310         Log: Define SIG_SIZE, the number of elements in the sig_name and
47311              sig_num arrays, including the final NULL entry.
47312      Branch: perl
47313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47314            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
47315            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
47316            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47317            ! win32/config.bc win32/config.gc win32/config.vc
47318 ____________________________________________________________________________
47319 [  8458] By: jhi                                   on 2001/01/17  01:41:33
47320         Log: Integrate perlio.
47321      Branch: perl
47322           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
47323           !> perlapi.h proto.h sv.c
47324 ____________________________________________________________________________
47325 [  8457] By: nick                                  on 2001/01/16  22:07:26
47326         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
47327              Provides all the "cost" but no benefit yet - it is to allow cost
47328              to be measured, and implementation experiments (just in mg.c?).
47329      Branch: perlio
47330            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
47331            ! perlapi.h proto.h sv.c
47332 ____________________________________________________________________________
47333 [  8456] By: nick                                  on 2001/01/16  21:07:07
47334         Log: Integrate mainline.
47335      Branch: perlio
47336           !> (integrate 51 files)
47337 ____________________________________________________________________________
47338 [  8455] By: jhi                                   on 2001/01/16  18:13:43
47339         Log: Subject: [PATCH] regcomp.c old feature removal
47340              From: mjd@plover.com
47341              Date: 16 Jan 2001 14:43:18 -0000 
47342              Message-ID: <20010116144318.7140.qmail@plover.com> 
47343      Branch: perl
47344            ! regcomp.c
47345 ____________________________________________________________________________
47346 [  8454] By: jhi                                   on 2001/01/16  16:12:39
47347         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
47348              From: "Indy Singh" <indy@nusphere.com>
47349              Date: Wed, 10 Jan 2001 20:17:49 -0500
47350              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
47351      Branch: maint-5.6/perl
47352            ! win32/Makefile
47353 ____________________________________________________________________________
47354 [  8453] By: jhi                                   on 2001/01/16  16:09:33
47355         Log: Update Changes.
47356      Branch: perl
47357            ! Changes patchlevel.h
47358 ____________________________________________________________________________
47359 [  8452] By: jhi                                   on 2001/01/16  15:42:04
47360         Log: Subject: Re: API Cleanup
47361              To: perl5-porters@perl.org
47362              Date: Tue, 16 Jan 2001 13:42:30 +0000
47363              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
47364              
47365              Subject: [PATCH] utf8.c documentation
47366              From: Simon Cozens <simon@cozens.net>
47367              Date: Tue, 16 Jan 2001 13:52:48 +0000
47368              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
47369              
47370              Subject: Re: API Cleanup
47371              From: Simon Cozens <simon@cozens.net>
47372              Date: Tue, 16 Jan 2001 14:58:55 +0000
47373              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
47374              
47375              UTF-8 doc patches.
47376      Branch: perl
47377            ! embed.pl pod/perlapi.pod utf8.c
47378 ____________________________________________________________________________
47379 [  8451] By: jhi                                   on 2001/01/16  14:41:39
47380         Log: podlators 1.07, from Russ Allbery.
47381      Branch: perl
47382            ! lib/Pod/Man.pm
47383 ____________________________________________________________________________
47384 [  8450] By: jhi                                   on 2001/01/16  14:24:19
47385         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
47386              From: "Indy Singh" <indy@nusphere.com>
47387              Date: Mon, 15 Jan 2001 20:59:40 -0500
47388              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
47389      Branch: perl
47390            ! win32/Makefile
47391 ____________________________________________________________________________
47392 [  8449] By: jhi                                   on 2001/01/16  03:42:55
47393         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
47394              at the setting of the ofs_sv in new_struct_thread() as the
47395              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
47396              uninitialized fields are, uh, initialized with),
47397              SvREFCNT_inc()ing that invited a core dump.
47398      Branch: perl
47399            ! util.c
47400 ____________________________________________________________________________
47401 [  8448] By: jhi                                   on 2001/01/16  01:49:07
47402         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
47403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47404              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
47405              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
47406              
47407              Replace #8444 and #8445.
47408      Branch: perl
47409            ! ext/B/B.xs ext/B/B/Debug.pm
47410 ____________________________________________________________________________
47411 [  8447] By: jhi                                   on 2001/01/15  21:05:35
47412         Log: Subject: [PATCH] API Variable documentation   
47413              From: Simon Cozens <simon@cozens.net>
47414              Date: Mon, 15 Jan 2001 19:35:54 +0000
47415              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
47416      Branch: perl
47417            ! pod/perlapi.pod thrdvar.h
47418 ____________________________________________________________________________
47419 [  8446] By: jhi                                   on 2001/01/15  20:49:20
47420         Log: Signedness nit.
47421      Branch: perl
47422            ! pp_ctl.c
47423 ____________________________________________________________________________
47424 [  8445] By: jhi                                   on 2001/01/15  20:28:48
47425         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
47426      Branch: perl
47427            ! ext/B/B/Debug.pm
47428 ____________________________________________________________________________
47429 [  8444] By: jhi                                   on 2001/01/15  13:09:10
47430         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
47431      Branch: perl
47432            ! ext/B/B.xs
47433 ____________________________________________________________________________
47434 [  8443] By: jhi                                   on 2001/01/15  13:06:26
47435         Log: Missing from #8439.
47436      Branch: perl
47437            ! keywords.h mg.c
47438 ____________________________________________________________________________
47439 [  8442] By: jhi                                   on 2001/01/15  13:02:38
47440         Log: Subject: [PATCH @8436] Eliminate op_children
47441              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47442              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
47443              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
47444              
47445              Subject: [PATCH @8436] Re: Eliminate op_children
47446              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47447              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
47448              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
47449      Branch: perl
47450            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
47451            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
47452            ! op.c op.h
47453 ____________________________________________________________________________
47454 [  8441] By: jhi                                   on 2001/01/15  12:57:08
47455         Log: Use the /^Perl_/-less form of is_lvalue_sub().
47456      Branch: perl
47457            ! pp.h
47458 ____________________________________________________________________________
47459 [  8440] By: jhi                                   on 2001/01/15  05:13:09
47460         Log: Revert #8437 and #8438, the Linux large files story is more complex.
47461      Branch: metaconfig/U/perl
47462            ! d_fpos64_t.U d_off64_t.U
47463      Branch: perl
47464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47465            ! config_h.SH configure.com epoc/config.sh perl.h
47466            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47467            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47468            ! win32/config.bc win32/config.gc win32/config.vc
47469 ____________________________________________________________________________
47470 [  8439] By: jhi                                   on 2001/01/15  05:02:24
47471         Log: More UTF-8 patches from Inaba Hiroto.
47472              - The substr lval was still not okay.
47473              - Now pp_stringify and sv_setsv copies source's UTF8 flag
47474              even if IN_BYTE.  pp_stringify is called from fold_constants
47475              at optimization phase and "\x{100}" was made SvUTF8_off under
47476              use bytes (the bytes pragma is for "byte semantics" and not
47477              for "do not produce UTF8 data")
47478              - New `qu' operator to generate UTF8 string explicitly.
47479              Though I agree with the policy "0x00-0xff always produce bytes",
47480              sometimes want to such a string to be coded in UTF8.
47481              I can use pack"U0a*" but it requires more typing and has
47482              runtime overhead.
47483              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
47484              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
47485              string is not UTF8_on and has char 0x80-0xff.
47486              
47487              TODO: document and test qu.
47488      Branch: perl
47489            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
47490            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
47491            ! toke.c
47492 ____________________________________________________________________________
47493 [  8438] By: jhi                                   on 2001/01/14  05:10:23
47494         Log: (Reverted by #8440)
47495              
47496              Metaconfig unit changes for #8437.
47497      Branch: metaconfig/U/perl
47498            ! d_fpos64_t.U d_off64_t.U
47499 ____________________________________________________________________________
47500 [  8437] By: jhi                                   on 2001/01/14  04:55:34
47501         Log: (Reverted by #8440)
47502              
47503              Add <features.h> probing, seems to be needed for (some?)
47504              Linux largefileness.
47505      Branch: perl
47506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47507            ! config_h.SH configure.com epoc/config.sh perl.h
47508            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47509            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47510            ! win32/config.bc win32/config.gc win32/config.vc
47511 ____________________________________________________________________________
47512 [  8436] By: jhi                                   on 2001/01/13  17:47:21
47513         Log: Tighten some of the tests a bit.
47514      Branch: perl
47515            ! t/pragma/utf8.t
47516 ____________________________________________________________________________
47517 [  8435] By: jhi                                   on 2001/01/13  17:31:54
47518         Log: Integrate perlio.
47519      Branch: perl
47520           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
47521           !> win32/config_H.gc win32/config_H.vc
47522 ____________________________________________________________________________
47523 [  8434] By: nick                                  on 2001/01/13  11:36:53
47524         Log: Run dmake regen_config_h for Win32
47525      Branch: perlio
47526            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47527 ____________________________________________________________________________
47528 [  8433] By: nick                                  on 2001/01/13  11:31:55
47529         Log: VMS friendly patch to Encode compile process
47530      Branch: perlio
47531            ! ext/Encode/Makefile.PL ext/Encode/compile
47532 ____________________________________________________________________________
47533 [  8432] By: nick                                  on 2001/01/13  11:06:44
47534         Log: Integrate mainline
47535      Branch: perlio
47536           +> ext/B/B/Concise.pm
47537           !> (integrate 52 files)
47538 ____________________________________________________________________________
47539 [  8431] By: jhi                                   on 2001/01/13  05:55:55
47540         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
47541              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47542              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
47543              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
47544      Branch: perl
47545            ! ext/B/B/Concise.pm
47546 ____________________________________________________________________________
47547 [  8430] By: jhi                                   on 2001/01/13  04:24:18
47548         Log: The LVRET macro needed an aTHX.
47549      Branch: perl
47550            ! pp.h
47551 ____________________________________________________________________________
47552 [  8429] By: jhi                                   on 2001/01/13  02:12:42
47553         Log: Update Changes.
47554      Branch: perl
47555            ! Changes patchlevel.h
47556 ____________________________________________________________________________
47557 [  8428] By: jhi                                   on 2001/01/13  02:08:50
47558         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
47559              From: Peter Prymmer <pvhp@forte.com>
47560              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
47561              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
47562              
47563              Add a BEGIN guard for sloppy floating point division.
47564      Branch: perl
47565            ! lib/Math/BigInt.pm lib/bigint.pl
47566 ____________________________________________________________________________
47567 [  8427] By: jhi                                   on 2001/01/13  01:47:16
47568         Log: The B::Terse drop-in replacement wasn't quite drop-in.
47569      Branch: perl
47570            ! ext/B/B/Terse.pm
47571 ____________________________________________________________________________
47572 [  8426] By: jhi                                   on 2001/01/12  21:20:43
47573         Log: Use UVXf.
47574      Branch: perl
47575            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47576            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
47577            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
47578            ! vos/config.ga.def vos/config.ga.h win32/config.bc
47579            ! win32/config.gc win32/config.vc
47580 ____________________________________________________________________________
47581 [  8425] By: jhi                                   on 2001/01/12  20:20:14
47582         Log: Subject: [PATCH perl@8342] -Wformat
47583              From: Robin Barker <rmb1@cise.npl.co.uk>
47584              Date: Fri, 12 Jan 2001 20:03:14 GMT
47585              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
47586      Branch: perl
47587            ! ext/Encode/Encode.xs mg.c sv.c toke.c
47588 ____________________________________________________________________________
47589 [  8424] By: jhi                                   on 2001/01/12  20:01:48
47590         Log: Subject: B::Concise -- an improved replacement for B::Terse 
47591              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47592              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
47593              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
47594      Branch: perl
47595            + ext/B/B/Concise.pm
47596            ! MANIFEST ext/B/B/Terse.pm
47597 ____________________________________________________________________________
47598 [  8423] By: jhi                                   on 2001/01/12  19:24:02
47599         Log: The new metaconfig unit from the #8421.
47600      Branch: metaconfig/U/perl
47601            + d_sigprocmask.U
47602 ____________________________________________________________________________
47603 [  8422] By: jhi                                   on 2001/01/12  19:23:43
47604         Log: Forgot the microperl config from the #8421.
47605      Branch: perl
47606            ! uconfig.h uconfig.sh
47607 ____________________________________________________________________________
47608 [  8421] By: jhi                                   on 2001/01/12  19:05:27
47609         Log: Add sigprocmask() probe, regen Configure, regen toc.
47610      Branch: perl
47611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47612            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
47613            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47614            ! vos/config.ga.h win32/config.bc win32/config.gc
47615            ! win32/config.vc
47616 ____________________________________________________________________________
47617 [  8420] By: jhi                                   on 2001/01/12  18:34:31
47618         Log: Add sockatmark() to the todo list.
47619      Branch: perl
47620            ! Todo-5.6
47621 ____________________________________________________________________________
47622 [  8419] By: jhi                                   on 2001/01/12  18:09:46
47623         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
47624      Branch: perl
47625            ! op.c
47626 ____________________________________________________________________________
47627 [  8418] By: jhi                                   on 2001/01/12  18:05:30
47628         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
47629              From: Radu Greab <radu@netsoft.ro>
47630              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
47631              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
47632      Branch: perl
47633            ! op.c t/pragma/sub_lval.t
47634 ____________________________________________________________________________
47635 [  8417] By: jhi                                   on 2001/01/12  16:09:09
47636         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
47637              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
47638              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
47639              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
47640      Branch: perl
47641            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
47642            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
47643            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
47644            ! t/pragma/sub_lval.t toke.c
47645 ____________________________________________________________________________
47646 [  8416] By: jhi                                   on 2001/01/12  15:42:06
47647         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
47648              From: "Richard Soderberg" <rs@crystalflame.net>
47649              Date: Fri, 12 Jan 2001 04:49:35 -0800
47650              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
47651              
47652              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
47653              according to the platform.
47654      Branch: perl
47655            ! op.c
47656 ____________________________________________________________________________
47657 [  8415] By: jhi                                   on 2001/01/12  15:33:41
47658         Log: One more UTF-8 fix from Inaba Hiroto.
47659      Branch: perl
47660            ! pp.c regexec.c t/pragma/utf8.t
47661 ____________________________________________________________________________
47662 [  8414] By: jhi                                   on 2001/01/12  15:30:18
47663         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
47664      Branch: perl
47665            ! regexec.c
47666 ____________________________________________________________________________
47667 [  8413] By: jhi                                   on 2001/01/12  15:22:10
47668         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
47669              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47670              Date: Thu, 11 Jan 2001 12:53:36 +0100
47671              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
47672      Branch: perl
47673            ! toke.c
47674 ____________________________________________________________________________
47675 [  8412] By: jhi                                   on 2001/01/12  15:20:25
47676         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
47677              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47678              Date: Fri, 12 Jan 2001 14:37:55 +0100
47679              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
47680      Branch: perl
47681            ! hints/posix-bc.sh
47682 ____________________________________________________________________________
47683 [  8411] By: jhi                                   on 2001/01/12  15:14:14
47684         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
47685              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47686              Date: Fri, 12 Jan 2001 10:42:21 +0100
47687              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
47688      Branch: perl
47689            ! t/op/regmesg.t
47690 ____________________________________________________________________________
47691 [  8410] By: jhi                                   on 2001/01/12  05:48:55
47692         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
47693              From: Nicholas Clark <nick@ccl4.org> 
47694              Date: Sun, 7 Jan 2001 19:47:14 +0000
47695              Message-ID: <20010107194714.B1048@plum.flirble.org>
47696      Branch: perl
47697            ! t/op/numconvert.t
47698 ____________________________________________________________________________
47699 [  8409] By: jhi                                   on 2001/01/12  05:41:28
47700         Log: Integrate perlio.
47701      Branch: perl
47702           !> mg.c scope.h
47703 ____________________________________________________________________________
47704 [  8408] By: nick                                  on 2001/01/11  22:43:28
47705         Log: Remove variables that were used in experiments.
47706      Branch: perlio
47707            ! mg.c
47708 ____________________________________________________________________________
47709 [  8407] By: nick                                  on 2001/01/11  20:57:44
47710         Log: Catch die in %SIG handler and unblock the signal before re-dying.
47711              This make Linux work _without_ sigsetjmp().
47712              Turn off sigsetjmp() to see what else it does.
47713              May need Configure probe for sigprocmask() if anything has sigaction()
47714              but not sigprocmask().
47715      Branch: perlio
47716            ! mg.c scope.h
47717 ____________________________________________________________________________
47718 [  8406] By: nick                                  on 2001/01/11  19:32:07
47719         Log: Integrate mainline
47720      Branch: perlio
47721           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
47722           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
47723           !> t/op/substr.t
47724 ____________________________________________________________________________
47725 [  8405] By: jhi                                   on 2001/01/11  17:11:01
47726         Log: Fix UTF-8 lval substr().
47727      Branch: perl
47728            ! mg.c t/op/substr.t
47729 ____________________________________________________________________________
47730 [  8404] By: jhi                                   on 2001/01/11  05:13:58
47731         Log: Update Changes.
47732      Branch: perl
47733            ! Changes patchlevel.h
47734 ____________________________________________________________________________
47735 [  8403] By: jhi                                   on 2001/01/11  04:38:24
47736         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
47737              From: Hugo <hv@crypt.compulink.co.uk>
47738              Date: Mon, 30 Oct 2000 01:33:26 +0000
47739              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
47740      Branch: perl
47741            ! regexec.c t/op/re_tests
47742 ____________________________________________________________________________
47743 [  8402] By: jhi                                   on 2001/01/11  04:26:12
47744         Log: Integrate perlio.
47745      Branch: perl
47746           !> scope.h util.c
47747 ____________________________________________________________________________
47748 [  8401] By: nick                                  on 2001/01/10  22:52:55
47749         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
47750              (So Alan and Ilya can try setting via hints.)
47751              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
47752              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
47753              doing the save everywhere seems to restart read() correctly, but just
47754              doing it once "round" the handler does not.
47755      Branch: perlio
47756            ! scope.h
47757 ____________________________________________________________________________
47758 [  8400] By: jhi                                   on 2001/01/10  21:57:54
47759         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
47760              of IRIX, HP-UX is unaffected.
47761      Branch: perl
47762            ! perl.h
47763 ____________________________________________________________________________
47764 [  8399] By: nick                                  on 2001/01/10  21:29:19
47765         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
47766      Branch: perlio
47767            ! util.c
47768 ____________________________________________________________________________
47769 [  8398] By: jhi                                   on 2001/01/10  20:55:31
47770         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
47771              also have ReusePort.
47772      Branch: perl
47773            ! ext/IO/lib/IO/Socket/INET.pm
47774 ____________________________________________________________________________
47775 [  8397] By: jhi                                   on 2001/01/10  20:50:57
47776         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
47777              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
47778              Date: Wed, 10 Jan 2001 01:38:13 -0800
47779              Message-ID: <20010110013813.B41744@yahoo-inc.com>
47780      Branch: perl
47781            ! ext/IO/lib/IO/Socket/INET.pm
47782 ____________________________________________________________________________
47783 [  8396] By: jhi                                   on 2001/01/10  20:49:30
47784         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
47785              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
47786              Date: Wed, 10 Jan 2001 01:37:32 -0800
47787              Message-ID: <20010110013732.A41744@yahoo-inc.com>
47788      Branch: perl
47789            ! ext/Socket/Socket.pm
47790 ____________________________________________________________________________
47791 [  8395] By: jhi                                   on 2001/01/10  20:41:37
47792         Log: Test for bug id 20010105.016 (fixed by #8378).
47793      Branch: perl
47794            ! t/op/split.t
47795 ____________________________________________________________________________
47796 [  8394] By: jhi                                   on 2001/01/10  20:26:32
47797         Log: Integrate perlio.
47798      Branch: perl
47799            ! util.c
47800 ____________________________________________________________________________
47801 [  8393] By: nick                                  on 2001/01/10  19:34:30
47802         Log: Back out Simon's pid hackery for now.
47803      Branch: perlio
47804            ! util.c
47805 ____________________________________________________________________________
47806 [  8392] By: nick                                  on 2001/01/10  19:23:13
47807         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
47808      Branch: perlio
47809           !> (integrate 29 files)
47810 ____________________________________________________________________________
47811 [  8391] By: jhi                                   on 2001/01/10  18:43:15
47812         Log: Subject: [PATCH] Fix my_pclose segfault
47813              From: Simon Cozens <simon@cozens.net>
47814              Date: Wed, 10 Jan 2001 18:39:35 +0000
47815              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
47816      Branch: perl
47817            ! util.c
47818 ____________________________________________________________________________
47819 [  8390] By: jhi                                   on 2001/01/10  18:42:08
47820         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
47821              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47822              Date:     Wed, 10 Jan 2001 13:23:02 EST
47823              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
47824      Branch: perl
47825            ! ext/Opcode/Opcode.xs
47826 ____________________________________________________________________________
47827 [  8389] By: jhi                                   on 2001/01/10  15:16:07
47828         Log: Turn off the integer preservation for now.
47829      Branch: perl
47830            ! perl.h
47831 ____________________________________________________________________________
47832 [  8388] By: jhi                                   on 2001/01/10  15:01:25
47833         Log: Few more IDE/editor nits from p5p.
47834      Branch: perl
47835            ! pod/perlfaq3.pod
47836 ____________________________________________________________________________
47837 [  8387] By: jhi                                   on 2001/01/10  06:53:16
47838         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
47839              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
47840              Date: Tue, 9 Jan 2001 23:16:02 +0000
47841              Message-ID: <20010109231602.A81101@plum.flirble.org>
47842      Branch: perl
47843            ! sv.c
47844 ____________________________________________________________________________
47845 [  8386] By: jhi                                   on 2001/01/10  03:17:54
47846         Log: Test cases for #8385 (from Simon's "torture.pl")
47847      Branch: perl
47848            ! t/op/tr.t
47849 ____________________________________________________________________________
47850 [  8385] By: jhi                                   on 2001/01/10  03:17:11
47851         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
47852              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
47853              Date: Wed, 10 Jan 2001 11:39:39 +0900
47854              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
47855              
47856              Some more UTF-8 tr cases fixed.
47857      Branch: perl
47858            ! doop.c
47859 ____________________________________________________________________________
47860 [  8384] By: jhi                                   on 2001/01/09  22:45:40
47861         Log: Allow the locale test needing POSIX and the taint test
47862              needing IPC::SysV to run under 'minitest' (basically,
47863              bail out if loading the extension fails)
47864      Branch: perl
47865            ! t/op/misc.t t/op/taint.t
47866 ____________________________________________________________________________
47867 [  8383] By: jhi                                   on 2001/01/09  21:36:04
47868         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
47869              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
47870              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
47871              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
47872      Branch: perl
47873            ! t/io/openpid.t
47874 ____________________________________________________________________________
47875 [  8382] By: jhi                                   on 2001/01/09  21:06:08
47876         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
47877              Should finish up the bug id 20001205.022.
47878      Branch: perl
47879            ! pp.c pp_hot.c scope.c
47880 ____________________________________________________________________________
47881 [  8381] By: jhi                                   on 2001/01/09  18:27:43
47882         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
47883              From: Andy Dougherty <doughera@lafayette.edu>
47884              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
47885              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
47886              
47887              More robust yacc/bison error detection.
47888      Branch: perl
47889            ! t/comp/proto.t
47890 ____________________________________________________________________________
47891 [  8380] By: jhi                                   on 2001/01/09  15:21:38
47892         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
47893              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47894              Date:     Tue, 9 Jan 2001 07:53:55 EST
47895              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
47896      Branch: perl
47897            ! t/op/misc.t vms/test.com
47898 ____________________________________________________________________________
47899 [  8379] By: jhi                                   on 2001/01/09  15:20:38
47900         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
47901              From: jhi@cc.hut.fi
47902              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
47903              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
47904              
47905              The #8378 fixed this.
47906      Branch: perl
47907            ! t/op/tr.t
47908 ____________________________________________________________________________
47909 [  8378] By: jhi                                   on 2001/01/09  15:05:32
47910         Log: Subject: One more patch for UTF8 
47911              From: Inaba Hiroto <inaba@st.rim.or.jp>
47912              Date: Tue, 09 Jan 2001 01:04:32 +0900
47913              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
47914              
47915              UTF-8 fixes for 'x' and tr///.
47916      Branch: perl
47917            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
47918            ! regcomp.c regexec.c toke.c utf8.c
47919 ____________________________________________________________________________
47920 [  8377] By: jhi                                   on 2001/01/09  14:32:17
47921         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
47922      Branch: perl
47923            ! t/op/length.t
47924 ____________________________________________________________________________
47925 [  8376] By: jhi                                   on 2001/01/09  04:32:32
47926         Log: integrate changes #7775, #8316, #8316 from mainline
47927      Branch: maint-5.6/perl
47928            ! hints/solaris_2.sh
47929 ____________________________________________________________________________
47930 [  8375] By: jhi                                   on 2001/01/09  04:26:43
47931         Log: Update Changes.
47932      Branch: perl
47933            ! Changes patchlevel.h
47934 ____________________________________________________________________________
47935 [  8374] By: jhi                                   on 2001/01/09  04:14:32
47936         Log: IDE/editor section tweaking.
47937      Branch: perl
47938            ! pod/perlfaq3.pod
47939 ____________________________________________________________________________
47940 [  8373] By: jhi                                   on 2001/01/09  02:38:26
47941         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
47942              From: Peter Prymmer <pvhp@forte.com>
47943              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
47944              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
47945              
47946              In preparation os OS/390 dynamic loading.
47947      Branch: perl
47948            ! README.os390 hints/os390.sh
47949 ____________________________________________________________________________
47950 [  8372] By: jhi                                   on 2001/01/09  00:24:30
47951         Log: Integrate with perlio.
47952      Branch: perl
47953           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
47954 ____________________________________________________________________________
47955 [  8371] By: nick                                  on 2001/01/08  23:54:33
47956         Log: Fix "scalars leaked" bugs caused by overload magic
47957              (Highlighted by Ilya's DESTROY optimization.)
47958      Branch: perlio
47959            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
47960 ____________________________________________________________________________
47961 [  8370] By: nick                                  on 2001/01/08  20:19:41
47962         Log: Integrate mainline
47963      Branch: perlio
47964           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
47965           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
47966           !> t/op/64bitint.t
47967 ____________________________________________________________________________
47968 [  8369] By: jhi                                   on 2001/01/08  17:30:52
47969         Log: save_delete() Safefree() doesn't (anymore?) work with shared
47970              strings, one test failure in op/misc and almost all of lib/b.
47971              (Outcomments #8369.)
47972      Branch: perl
47973            ! scope.c
47974 ____________________________________________________________________________
47975 [  8368] By: jhi                                   on 2001/01/08  14:47:10
47976         Log: (Outcommented by #8369.)
47977              
47978              Subject: Re: Perl BugID 20001205.022 ---- save_delete
47979              From: Simon Cozens <simon@cozens.net>
47980              Date: Sat, 6 Jan 2001 11:48:40 +0000
47981              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
47982              
47983              The save_delete() does need the Safefree.
47984      Branch: perl
47985            ! scope.c
47986 ____________________________________________________________________________
47987 [  8367] By: bailey                                on 2001/01/08  08:53:52
47988         Log: Once again syncing after too long an absence
47989      Branch: vmsperl
47990           +> (branch 55 files)
47991            - MAINTAIN fix_pl vos/config.def vos/config.h
47992            - vos/config_h.SH_orig
47993           !> (integrate 498 files)
47994 ____________________________________________________________________________
47995 [  8366] By: jhi                                   on 2001/01/08  02:42:59
47996         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
47997              From: nick@ccl4.org
47998              Date: Sun, 7 Jan 2001 21:07:18 +0000
47999              Message-Id: <20010107210717.D1048@plum.flirble.org>
48000      Branch: perl
48001            ! sv.c t/op/64bitint.t
48002 ____________________________________________________________________________
48003 [  8365] By: jhi                                   on 2001/01/08  02:35:16
48004         Log: Subject: [PATCH] environ nit
48005              From: Simon Cozens <simon@cozens.net>
48006              Date: Sun, 7 Jan 2001 17:57:07 +0000
48007              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
48008              
48009              Use environ only if we have it.
48010      Branch: perl
48011            ! mg.c
48012 ____________________________________________________________________________
48013 [  8364] By: jhi                                   on 2001/01/08  02:24:51
48014         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
48015      Branch: perl
48016            ! ext/GDBM_File/GDBM_File.xs
48017 ____________________________________________________________________________
48018 [  8363] By: jhi                                   on 2001/01/08  02:19:24
48019         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
48020              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48021              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
48022              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
48023      Branch: perl
48024            ! dump.c op.c
48025 ____________________________________________________________________________
48026 [  8362] By: jhi                                   on 2001/01/08  02:17:43
48027         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
48028              From: Doug MacEachern <dougm@covalent.net>
48029              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
48030              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
48031              
48032              Allow AUTOLOAD to be an xsub and allow such xsubs
48033              to avoid use of $AUTOLOAD.
48034      Branch: perl
48035            ! gv.c
48036 ____________________________________________________________________________
48037 [  8361] By: jhi                                   on 2001/01/08  02:16:07
48038         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
48039              From: Radu Greab <radu@netsoft.ro>
48040              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
48041              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
48042              
48043              No need for the potentially nonportable $SIG{CHLD}.
48044      Branch: perl
48045            ! t/io/pipe.t
48046 ____________________________________________________________________________
48047 [  8360] By: jhi                                   on 2001/01/08  01:58:23
48048         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
48049      Branch: perl
48050            ! lib/Getopt/Long.pm
48051 ____________________________________________________________________________
48052 [  8359] By: jhi                                   on 2001/01/08  01:55:44
48053         Log: Integrate perlio.
48054      Branch: perl
48055           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
48056           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
48057           !> utf8.c win32/Makefile
48058 ____________________________________________________________________________
48059 [  8358] By: jhi                                   on 2001/01/07  21:16:50
48060         Log: Update the EPOC cross SDK URL.
48061      Branch: perl
48062            ! README.epoc
48063 ____________________________________________________________________________
48064 [  8357] By: jhi                                   on 2001/01/07  21:16:09
48065         Log: Update the EPOC cross SDK URL.
48066      Branch: maint-5.6/perl
48067            ! README.epoc
48068 ____________________________________________________________________________
48069 [  8356] By: nick                                  on 2001/01/06  21:47:52
48070         Log: FILE * in XS code for PerlIO world:
48071              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
48072              - Add FILE * T_STDIO typemap.
48073              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
48074      Branch: perlio
48075            ! lib/ExtUtils/typemap perlio.c perlio.h
48076 ____________________________________________________________________________
48077 [  8355] By: jhi                                   on 2001/01/06  20:27:15
48078         Log: integrate change #8336 from mainline
48079              
48080              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
48081      Branch: maint-5.6/perl
48082            ! hv.c
48083 ____________________________________________________________________________
48084 [  8354] By: jhi                                   on 2001/01/06  20:24:29
48085         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48086              From: Robin Barker <rmb1@cise.npl.co.uk>
48087              Date: Fri, 22 Dec 2000 12:17:38 GMT
48088              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
48089              
48090              The patch reformats some long =item lines so they give
48091              correct output via pod2man | nroff -man
48092              
48093              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48094              From: Robin Barker <rmb1@cise.npl.co.uk>
48095              Date: Tue, 2 Jan 2001 15:35:03 GMT
48096              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
48097              
48098              Here is a _further_ patch which corrects a few more errors:
48099              * an empty C<=item> in CPAN.pm
48100              * patching the wrong file (pod/perlamiga.pod not README.amiga)
48101              * leaving empty C<=item>s which formatted incorrectly
48102              * over long C<=item>s revealed by latest patch to Pod::Man
48103      Branch: maint-5.6/perl
48104            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
48105            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
48106            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
48107            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
48108            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
48109            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
48110 ____________________________________________________________________________
48111 [  8353] By: jhi                                   on 2001/01/06  20:21:10
48112         Log: integrate changes #7980, 8056, 8057 from mainline
48113              
48114              UTF-8 hash keys.
48115      Branch: maint-5.6/perl
48116            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
48117 ____________________________________________________________________________
48118 [  8352] By: jhi                                   on 2001/01/06  20:18:44
48119         Log: Forgotten from #8438.
48120      Branch: maint-5.6/perl
48121            ! epoc/epocish.h
48122 ____________________________________________________________________________
48123 [  8351] By: jhi                                   on 2001/01/06  20:18:12
48124         Log: Forgotten from #8347.
48125      Branch: maint-5.6/perl
48126            ! config_h.SH
48127 ____________________________________________________________________________
48128 [  8350] By: jhi                                   on 2001/01/06  20:00:19
48129         Log: Thinko in #8347.
48130      Branch: maint-5.6/perl
48131            ! regcomp.c
48132 ____________________________________________________________________________
48133 [  8349] By: jhi                                   on 2001/01/06  18:05:30
48134         Log: Copy the FAQ3 IDE section from the development branch,
48135              changes originally by Peter Prymmer.
48136      Branch: maint-5.6/perl
48137            ! pod/perlfaq3.pod
48138 ____________________________________________________________________________
48139 [  8348] By: jhi                                   on 2001/01/06  18:03:02
48140         Log: EPOC updates for TRIAL1.
48141              
48142              Subject: [5.6.1 trial1] EPOC update
48143              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48144              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
48145              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
48146              
48147              Subject: epoc patch2 for perl-5.6.1-trial1
48148              From: Olaf Flebbe <O.Flebbe@science-computing.de>
48149              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
48150              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
48151      Branch: maint-5.6/perl
48152            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
48153            ! epoc/epocish.c
48154 ____________________________________________________________________________
48155 [  8347] By: jhi                                   on 2001/01/06  17:29:10
48156         Log: integrate changes #7710,7824,7973 from mainline,
48157              plus VMS nits from Peter Prymmer and Dan Sugalski.
48158              
48159              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
48160              library (getprotobyname and getprotobynumber are outversioned by
48161              the same calls in libc, at least for xlc version 3.
48162              
48163              Add HAS_SBRK_PROTO.
48164              
48165              Fixes for signedness warnings noticed by VMSperlers.
48166      Branch: maint-5.6/perl
48167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48168            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
48169            ! sv.c vms/descrip_mms.template vos/config.alpha.def
48170            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48171            ! win32/config.bc win32/config.gc win32/config.vc
48172 ____________________________________________________________________________
48173 [  8346] By: nick                                  on 2001/01/06  14:36:01
48174         Log: Fixup accumulated integrate muddles (perlio == devperl again)
48175      Branch: perlio
48176            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
48177 ____________________________________________________________________________
48178 [  8345] By: nick                                  on 2001/01/06  14:24:58
48179         Log: Integrate mainline
48180      Branch: perlio
48181           !> (integrate 55 files)
48182 ____________________________________________________________________________
48183 [  8344] By: jhi                                   on 2001/01/06  02:24:02
48184         Log: Subject: [patch] PerlIO_cleanup() prototype
48185              From: Doug MacEachern <dougm@covalent.net>
48186              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
48187              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
48188      Branch: perl
48189            ! perlio.h
48190 ____________________________________________________________________________
48191 [  8343] By: jhi                                   on 2001/01/06  01:04:09
48192         Log: IRIX compiler noticed that the bof initialization might be
48193              bypassed by control flow.
48194      Branch: perl
48195            ! toke.c
48196 ____________________________________________________________________________
48197 [  8342] By: jhi                                   on 2001/01/06  00:10:48
48198         Log: Update Changes.
48199      Branch: perl
48200            ! Changes patchlevel.h
48201 ____________________________________________________________________________
48202 [  8341] By: jhi                                   on 2001/01/05  23:52:33
48203         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
48204      Branch: perl
48205            ! toke.c
48206 ____________________________________________________________________________
48207 [  8340] By: jhi                                   on 2001/01/05  22:44:08
48208         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
48209              From: Radu Greab <radu@netsoft.ro>
48210              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
48211              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
48212      Branch: perl
48213            ! t/io/pipe.t util.c
48214 ____________________________________________________________________________
48215 [  8339] By: jhi                                   on 2001/01/05  22:35:17
48216         Log: Subject: [PATCH] format and rewording in perlfaq.pod
48217              From: Robin Barker <rmb1@cise.npl.co.uk>
48218              Date: Fri, 5 Jan 2001 18:51:20 GMT
48219              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
48220      Branch: perl
48221            ! pod/perlfaq.pod
48222 ____________________________________________________________________________
48223 [  8338] By: jhi                                   on 2001/01/05  22:31:17
48224         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
48225              From: Peter Prymmer <pvhp@forte.com>
48226              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
48227              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
48228      Branch: perl
48229            ! utils/perlbug.PL
48230 ____________________________________________________________________________
48231 [  8337] By: jhi                                   on 2001/01/05  18:15:11
48232         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
48233              From: Robin Barker <rmb1@cise.npl.co.uk>
48234              Date: Tue, 2 Jan 2001 15:24:07 GMT
48235              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
48236              
48237              If you call configure as C<./Configure> or C<sh ./Configure>,
48238              $src is set to the absolute path name, not '.'.
48239              
48240              This, in turn, means -Dmksymlink tries to do its stuff because
48241              it does not think it is in the src directory.
48242              
48243              (plus a metaconfig nitfix)
48244      Branch: metaconfig
48245            ! U/compline/ccflags.U U/modified/src.U
48246      Branch: perl
48247            ! Configure config_h.SH
48248 ____________________________________________________________________________
48249 [  8336] By: jhi                                   on 2001/01/05  17:48:32
48250         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
48251              From: Alan Burlison <Alan.Burlison@uk.sun.com>
48252              Message-ID: <3A5606C4.473D2226@uk.sun.com>
48253              Date: Fri, 05 Jan 2001 17:39:16 +0000
48254      Branch: perl
48255            ! hv.c
48256 ____________________________________________________________________________
48257 [  8335] By: jhi                                   on 2001/01/05  16:05:44
48258         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
48259      Branch: perl
48260            ! lib/Getopt/Long.pm
48261 ____________________________________________________________________________
48262 [  8334] By: jhi                                   on 2001/01/05  16:00:51
48263         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
48264              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48265              Date: Fri, 05 Jan 2001 13:46:51 +0100
48266              Message-ID: <13693.978698811@nice.ram.loc>
48267              
48268              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
48269              accurate reading of the "atime".  
48270      Branch: perl
48271            ! t/io/fs.t
48272 ____________________________________________________________________________
48273 [  8333] By: jhi                                   on 2001/01/05  15:57:37
48274         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
48275              From: Simon Cozens <simon@cozens.net>
48276              Date: Fri, 8 Dec 2000 13:33:31 +0000
48277              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
48278              
48279              A lost patch fragment.
48280      Branch: perl
48281            ! doop.c
48282 ____________________________________________________________________________
48283 [  8332] By: jhi                                   on 2001/01/05  15:40:42
48284         Log: Do away with strncpy() and a fixed length buffer.
48285      Branch: perl
48286            ! utf8.c
48287 ____________________________________________________________________________
48288 [  8331] By: jhi                                   on 2001/01/05  15:03:07
48289         Log: Tests for #8329 and #8330.
48290      Branch: perl
48291            ! t/op/bop.t
48292 ____________________________________________________________________________
48293 [  8330] By: jhi                                   on 2001/01/05  15:02:38
48294         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
48295              raw 8-bit form to the UTF-8 string.
48296      Branch: perl
48297            ! toke.c
48298 ____________________________________________________________________________
48299 [  8329] By: jhi                                   on 2001/01/05  14:55:13
48300         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
48301              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48302              Date: Fri, 5 Jan 2001 12:28:52 +0100
48303              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
48304              
48305              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
48306              no effect.  (changed the strncpy() to Copy())
48307      Branch: perl
48308            ! toke.c
48309 ____________________________________________________________________________
48310 [  8328] By: jhi                                   on 2001/01/05  06:44:27
48311         Log: UTF-8 cleanup.
48312      Branch: perl
48313            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
48314            ! regexec.c sv.c toke.c
48315 ____________________________________________________________________________
48316 [  8327] By: jhi                                   on 2001/01/05  01:11:29
48317         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
48318              From: Radu Greab <radu@netsoft.ro>
48319              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
48320              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
48321              
48322              Cleans up Harness to not use FileHandle, which uses IO.
48323      Branch: perl
48324            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48325 ____________________________________________________________________________
48326 [  8326] By: jhi                                   on 2001/01/05  00:56:37
48327         Log: Update Changes.
48328      Branch: perl
48329            ! Changes patchlevel.h
48330 ____________________________________________________________________________
48331 [  8325] By: jhi                                   on 2001/01/05  00:53:18
48332         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
48333              From: Peter Prymmer <pvhp@forte.com>
48334              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
48335              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
48336              
48337              plus a couple more tailing whitespace removals.
48338      Branch: perl
48339            ! win32/Makefile
48340 ____________________________________________________________________________
48341 [  8324] By: jhi                                   on 2001/01/05  00:47:39
48342         Log: Add some Unicode chop() tests.
48343      Branch: perl
48344            ! t/op/chop.t
48345 ____________________________________________________________________________
48346 [  8323] By: jhi                                   on 2001/01/05  00:47:23
48347         Log: Unify UTF-8 malformedness handling.
48348      Branch: perl
48349            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
48350 ____________________________________________________________________________
48351 [  8322] By: jhi                                   on 2001/01/04  22:21:54
48352         Log: The new $issymlink was unknown to Mksymlinks.
48353      Branch: metaconfig/U/perl
48354            ! Mksymlinks.U issymlink.U
48355      Branch: perl
48356            ! Configure config_h.SH
48357 ____________________________________________________________________________
48358 [  8321] By: jhi                                   on 2001/01/04  21:51:05
48359         Log: The test didn't work under the core test framework.
48360      Branch: perl
48361            ! t/lib/st-lock.t
48362 ____________________________________________________________________________
48363 [  8320] By: jhi                                   on 2001/01/04  21:14:22
48364         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
48365      Branch: perl
48366            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
48367 ____________________________________________________________________________
48368 [  8319] By: jhi                                   on 2001/01/04  20:46:17
48369         Log: Typo in #8312 when manually applying a problematic patch fragment.
48370      Branch: perl
48371            ! ext/Storable/Storable.xs
48372 ____________________________________________________________________________
48373 [  8318] By: jhi                                   on 2001/01/04  20:43:01
48374         Log: The $sh_c didn't fly.
48375      Branch: metaconfig
48376            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
48377            ! U/modified/Loc.U U/modified/myhostname.U
48378            ! U/modified/spitshell.U
48379      Branch: metaconfig/U/perl
48380            ! issymlink.U
48381      Branch: perl
48382            ! Configure config_h.SH
48383 ____________________________________________________________________________
48384 [  8317] By: jhi                                   on 2001/01/04  19:58:01
48385         Log: AIX builtin test -h is broken, changes based on
48386              
48387              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
48388              Date: Tue, 02 Jan 2001 11:24:39 +0100
48389              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48390              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
48391      Branch: metaconfig
48392            + U/modified/spitshell.U
48393            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
48394            ! U/modified/Loc.U U/modified/myhostname.U
48395      Branch: metaconfig/U/perl
48396            ! Mksymlinks.U issymlink.U
48397      Branch: perl
48398            ! Configure
48399 ____________________________________________________________________________
48400 [  8316] By: jhi                                   on 2001/01/04  19:02:22
48401         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
48402              From: Andy Dougherty <doughera@lafayette.edu>
48403              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
48404              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
48405              
48406              Beware of GNU ld.
48407      Branch: perl
48408            ! hints/solaris_2.sh
48409 ____________________________________________________________________________
48410 [  8315] By: jhi                                   on 2001/01/04  18:56:48
48411         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
48412              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
48413              Date: Wed, 3 Jan 2001 07:58:51 +0100
48414              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
48415      Branch: perl
48416            ! hints/solaris_2.sh
48417 ____________________________________________________________________________
48418 [  8314] By: jhi                                   on 2001/01/04  18:54:07
48419         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
48420              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48421              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
48422              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
48423              
48424              Doc tweak on #8313.
48425      Branch: perl
48426            ! ext/B/B/Deparse.pm
48427 ____________________________________________________________________________
48428 [  8313] By: jhi                                   on 2001/01/04  18:52:27
48429         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
48430              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
48431              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48432              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
48433              
48434              Make the peephole optimizer to bypass more null ops and
48435              and rewrite the deparse handling of continue blocks.
48436      Branch: perl
48437            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
48438 ____________________________________________________________________________
48439 [  8312] By: jhi                                   on 2001/01/04  18:47:39
48440         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
48441      Branch: perl
48442            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
48443            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48444            ! t/lib/st-lock.t
48445 ____________________________________________________________________________
48446 [  8311] By: jhi                                   on 2001/01/04  18:36:08
48447         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
48448              filter to be run on each .pm during the pm_to_blib() phase,
48449              a fixed version of
48450              
48451              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
48452              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
48453              Date: Wed, 03 Jan 2001 22:01:30 +0100
48454              Message-ID: <5296.978555690@nice.ram.loc>
48455      Branch: perl
48456            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
48457            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
48458            ! lib/ExtUtils/MakeMaker.pm
48459 ____________________________________________________________________________
48460 [  8310] By: jhi                                   on 2001/01/04  18:32:54
48461         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
48462              From: Robin Barker <rmb1@cise.npl.co.uk>
48463              Date: Tue, 2 Jan 2001 15:35:03 GMT
48464              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
48465      Branch: perl
48466            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
48467            ! pod/perlrequick.pod
48468 ____________________________________________________________________________
48469 [  8309] By: jhi                                   on 2001/01/04  18:29:07
48470         Log: Subject: Re: [patch] static-ize XS()
48471              From: Doug MacEachern <dougm@covalent.net>
48472              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
48473              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
48474              
48475              Provide prototypes for the XS functions.
48476      Branch: perl
48477            ! lib/ExtUtils/xsubpp
48478 ____________________________________________________________________________
48479 [  8308] By: jhi                                   on 2001/01/04  18:27:44
48480         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
48481              From: Doug MacEachern <dougm@covalent.net>
48482              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
48483              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
48484      Branch: perl
48485            ! lib/ExtUtils/typemap
48486 ____________________________________________________________________________
48487 [  8307] By: jhi                                   on 2001/01/04  18:25:25
48488         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
48489              From: Doug MacEachern <dougm@covalent.net>
48490              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
48491              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
48492              
48493              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
48494      Branch: perl
48495            ! lib/ExtUtils/MM_Unix.pm
48496 ____________________________________________________________________________
48497 [  8306] By: jhi                                   on 2001/01/04  18:23:00
48498         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
48499              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48500              Date: Thu, 4 Jan 2001 12:47:10 +0100 
48501              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
48502              
48503              The toke.c part only, patching embed.h and proto.h is futile.
48504      Branch: perl
48505            ! toke.c
48506 ____________________________________________________________________________
48507 [  8305] By: jhi                                   on 2001/01/04  18:05:51
48508         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
48509              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48510              Date: Thu, 4 Jan 2001 17:50:12 +0100 
48511              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
48512      Branch: perl
48513            ! toke.c
48514 ____________________________________________________________________________
48515 [  8304] By: jhi                                   on 2001/01/04  18:03:26
48516         Log: Subject: [PATCH perl@8269]
48517              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
48518              Date: Thu, 4 Jan 2001 12:53:39 +0100 
48519              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
48520              
48521              If running byacc write-enable also perly.h.
48522      Branch: perl
48523            ! Makefile.SH
48524 ____________________________________________________________________________
48525 [  8303] By: jhi                                   on 2001/01/04  15:40:49
48526         Log: Rewrite pp_concat() in terms of sv_catsv().
48527      Branch: perl
48528            ! pp_hot.c
48529 ____________________________________________________________________________
48530 [  8302] By: nick                                  on 2001/01/03  22:43:22
48531         Log: Integrate mainline.
48532      Branch: perlio
48533           !> ext/Encode/Encode.xs sv.c utf8.c
48534 ____________________________________________________________________________
48535 [  8301] By: jhi                                   on 2001/01/02  23:40:26
48536         Log: Variable naming tweak.
48537      Branch: perl
48538            ! sv.c
48539 ____________________________________________________________________________
48540 [  8300] By: jhi                                   on 2001/01/02  23:40:02
48541         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
48542              in is_utf8_string().
48543      Branch: perl
48544            ! utf8.c
48545 ____________________________________________________________________________
48546 [  8299] By: jhi                                   on 2001/01/02  22:14:40
48547         Log: Integrate perlio.
48548      Branch: perl
48549           !> pp.c pp_hot.c win32/Makefile
48550 ____________________________________________________________________________
48551 [  8298] By: nick                                  on 2001/01/02  22:03:06
48552         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
48553      Branch: perlio
48554            ! pp.c pp_hot.c
48555 ____________________________________________________________________________
48556 [  8297] By: jhi                                   on 2001/01/02  04:26:28
48557         Log: Signedness nit.
48558      Branch: perl
48559            ! ext/Encode/Encode.xs
48560 ____________________________________________________________________________
48561 [  8296] By: nick                                  on 2001/01/01  23:49:36
48562         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
48563      Branch: perlio
48564            ! win32/Makefile
48565 ____________________________________________________________________________
48566 [  8295] By: jhi                                   on 2001/01/01  23:05:48
48567         Log: Integrate perlio.
48568      Branch: perl
48569           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
48570           !> t/lib/encode.t
48571 ____________________________________________________________________________
48572 [  8294] By: nick                                  on 2001/01/01  22:48:34
48573         Log: Integrate mainline
48574      Branch: perlio
48575            ! pp_hot.c t/lib/encode.t
48576           !> (integrate 65 files)
48577 ____________________________________________________________________________
48578 [  8293] By: nick                                  on 2001/01/01  21:58:50
48579         Log: More rigor in UTF-8-ness of Encode's toUnicode
48580              XS export some of the utf8 internal functions.
48581              Test some of the functions.
48582              Fix pp_concat() bug shown by said tests.
48583      Branch: perlio
48584            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
48585            ! t/lib/encode.t
48586 ____________________________________________________________________________
48587 [  8292] By: jhi                                   on 2001/01/01  18:11:44
48588         Log: Integrate perlio.
48589      Branch: perl
48590           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
48591           !> ext/Encode/encengine.c ext/Encode/encode.h
48592 ____________________________________________________________________________
48593 [  8291] By: jhi                                   on 2001/01/01  18:10:58
48594         Log: Podify README.mpeix (a new version from the web),
48595              add a dummy NAME to Carp::Heavy, regen toc.
48596      Branch: perl
48597            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
48598            ! pod/perltoc.pod
48599 ____________________________________________________________________________
48600 [  8290] By: nick                                  on 2001/01/01  17:43:47
48601         Log: Loose the "Loading..." warning.
48602              Another bug in fallback support
48603      Branch: perlio
48604            ! ext/Encode/Encode.pm ext/Encode/encengine.c
48605 ____________________________________________________________________________
48606 [  8289] By: jhi                                   on 2001/01/01  00:01:57
48607         Log: Bump up Larry's copyright.
48608      Branch: perl
48609            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
48610            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
48611            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
48612            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
48613            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
48614            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
48615            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
48616            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
48617 ____________________________________________________________________________
48618 [  8288] By: nick                                  on 2000/12/31  21:27:53
48619         Log: Fix .ucm reading - forgot a chr()
48620              Start of .ucm write (for .enc to .ucm)
48621      Branch: perlio
48622            ! ext/Encode/compile
48623 ____________________________________________________________________________
48624 [  8287] By: jhi                                   on 2000/12/31  18:15:56
48625         Log: Comment away a diagnostic message as noted by Craig A. Berry
48626              (the unexpected message was confusing testing)
48627      Branch: perl
48628            ! ext/Encode/Encode.pm
48629 ____________________________________________________________________________
48630 [  8286] By: jhi                                   on 2000/12/31  18:14:51
48631         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
48632              Date: Sun, 31 Dec 2000 11:17:37 -0600
48633              From: "Craig A. Berry" <craigberry@mac.com>
48634              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
48635      Branch: perl
48636            ! ext/Encode/Makefile.PL
48637 ____________________________________________________________________________
48638 [  8285] By: nick                                  on 2000/12/31  18:11:54
48639         Log: Start of support of ICU-style .ucm files:
48640              - teach compile how to read a .ucm file
48641              - first guess at how to represent fallbacks in "tries".
48642              - use fallbacks if check == 0
48643              - new return code to indicate we used one.
48644      Branch: perlio
48645            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
48646            ! ext/Encode/encengine.c ext/Encode/encode.h
48647 ____________________________________________________________________________
48648 [  8284] By: jhi                                   on 2000/12/31  18:04:41
48649         Log: Pacify picky VMS compiler.
48650              
48651              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
48652              From: "Craig A. Berry" <craig.berry@psinetcs.com>
48653              Date: Sat, 30 Dec 2000 18:10:02 -0600
48654              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
48655      Branch: perl
48656            ! sv.c
48657 ____________________________________________________________________________
48658 [  8283] By: jhi                                   on 2000/12/31  16:11:47
48659         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
48660      Branch: perl
48661            ! t/lib/glob-basic.t
48662 ____________________________________________________________________________
48663 [  8282] By: jhi                                   on 2000/12/31  15:26:11
48664         Log: Integrate perlio.
48665      Branch: perl
48666           !> makedef.pl opcode.pl os2/os2.c perlio.c
48667 ____________________________________________________________________________
48668 [  8281] By: nick                                  on 2000/12/31  10:06:15
48669         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
48670              is available to be exported
48671      Branch: perlio
48672            ! makedef.pl perlio.c
48673 ____________________________________________________________________________
48674 [  8280] By: nick                                  on 2000/12/31  09:41:26
48675         Log: Ilya's OS2 patch (testing for damage on Win32)
48676      Branch: perlio
48677            ! makedef.pl opcode.pl os2/os2.c
48678 ____________________________________________________________________________
48679 [  8279] By: jhi                                   on 2000/12/30  21:52:07
48680         Log: Test nits.
48681      Branch: perl
48682            ! t/lib/syslfs.t t/op/lfs.t
48683 ____________________________________________________________________________
48684 [  8278] By: jhi                                   on 2000/12/30  21:47:49
48685         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
48686              From: andreas.koenig@anima.de (Andreas J. Koenig)
48687              Date: 30 Dec 2000 22:35:37 +0100
48688              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
48689              
48690              The 32-bit wraparound test wasn't quite right.
48691      Branch: perl
48692            ! t/lib/syslfs.t t/op/lfs.t
48693 ____________________________________________________________________________
48694 [  8277] By: jhi                                   on 2000/12/30  21:33:44
48695         Log: Subject: [PATCH] open() example in perlfunc.pod 
48696              From: Karsten Sperling <s_sperli@ira.uka.de>
48697              Date: Sat, 30 Dec 2000 22:27:09 +0100
48698              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
48699      Branch: perl
48700            ! pod/perlfunc.pod
48701 ____________________________________________________________________________
48702 [  8276] By: jhi                                   on 2000/12/30  20:32:40
48703         Log: Not quite that many tests yet.
48704      Branch: perl
48705            ! t/op/pat.t
48706 ____________________________________________________________________________
48707 [  8275] By: jhi                                   on 2000/12/30  20:26:58
48708         Log: Integrate perlio.
48709      Branch: perl
48710           !> toke.c
48711 ____________________________________________________________________________
48712 [  8274] By: jhi                                   on 2000/12/30  20:24:56
48713         Log: Signedness nit.
48714      Branch: perl
48715            ! utf8.c
48716 ____________________________________________________________________________
48717 [  8273] By: jhi                                   on 2000/12/30  20:15:46
48718         Log: Add a test case for 20000731.001 which was fixed by the #8267.
48719      Branch: perl
48720            ! t/op/pat.t
48721 ____________________________________________________________________________
48722 [  8272] By: nick                                  on 2000/12/30  19:47:51
48723         Log: Tweak for MULTIPLICITY/USE_PERLIO
48724      Branch: perlio
48725            ! toke.c
48726 ____________________________________________________________________________
48727 [  8271] By: nick                                  on 2000/12/30  19:46:45
48728         Log: Integrate mainline
48729      Branch: perlio
48730           +> lib/unicode/distinct.pm
48731           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
48732           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
48733           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
48734 ____________________________________________________________________________
48735 [  8270] By: jhi                                   on 2000/12/30  19:39:50
48736         Log: Subject: RE: perl@8269
48737              From: "Richard Soderberg" <rs@crystalflame.net>
48738              Date: Sat, 30 Dec 2000 11:36:27 -0800
48739              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
48740              
48741              A missing aTHX_.
48742      Branch: perl
48743            ! toke.c
48744 ____________________________________________________________________________
48745 [  8269] By: jhi                                   on 2000/12/30  18:55:48
48746         Log: Update Changes.
48747      Branch: perl
48748            ! Changes patchlevel.h
48749 ____________________________________________________________________________
48750 [  8268] By: jhi                                   on 2000/12/30  17:18:40
48751         Log: Add a test for Unicode split //.  The #8267 was the cure.
48752      Branch: perl
48753            ! t/op/split.t
48754 ____________________________________________________________________________
48755 [  8267] By: jhi                                   on 2000/12/30  17:14:19
48756         Log: Subject: more UTF8 test suites and an UTF8 patch
48757              From: Inaba Hiroto <inaba@st.rim.or.jp>
48758              Date: Sat, 30 Dec 2000 14:27:10 +0900
48759              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
48760              
48761              Just the patch part for now, and the pragma renamed
48762              as unicode::distinct.
48763      Branch: perl
48764            + lib/unicode/distinct.pm
48765            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
48766            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
48767            ! regcomp.h regexec.c sv.c toke.c utf8.c
48768 ____________________________________________________________________________
48769 [  8266] By: nick                                  on 2000/12/30  16:40:49
48770         Log: Integrate mainline
48771      Branch: perlio
48772           +> lib/Pod/Text/Overstrike.pm
48773           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
48774           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
48775           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
48776           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
48777           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
48778 ____________________________________________________________________________
48779 [  8265] By: jhi                                   on 2000/12/30  07:28:55
48780         Log: The sv_catsv() fix, take two.
48781      Branch: perl
48782            ! sv.c t/op/join.t
48783 ____________________________________________________________________________
48784 [  8264] By: jhi                                   on 2000/12/30  06:19:18
48785         Log: Undo all the join-related changes since #8248: relevant
48786              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
48787              The new sv_catsv() doesn't fly so it must go back to
48788              the drawing board.
48789      Branch: perl
48790            ! sv.c t/op/join.t t/pragma/utf8.t
48791 ____________________________________________________________________________
48792 [  8263] By: jhi                                   on 2000/12/30  01:08:32
48793         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
48794      Branch: perl
48795            ! sv.c
48796 ____________________________________________________________________________
48797 [  8262] By: jhi                                   on 2000/12/30  00:45:14
48798         Log: Retract #8261.
48799      Branch: perl
48800            ! hv.c util.c
48801 ____________________________________________________________________________
48802 [  8261] By: jhi                                   on 2000/12/30  00:38:32
48803         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
48804      Branch: perl
48805            ! hv.c util.c
48806 ____________________________________________________________________________
48807 [  8260] By: jhi                                   on 2000/12/29  22:51:33
48808         Log: (Retracted by #8264)  More fixing for #8251.
48809      Branch: perl
48810            ! sv.c
48811 ____________________________________________________________________________
48812 [  8259] By: jhi                                   on 2000/12/29  18:27:30
48813         Log: Subject: podlators 1.06 released
48814              From: Russ Allbery <rra@stanford.edu>
48815              Date: 25 Dec 2000 05:09:30 -0800
48816              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
48817      Branch: perl
48818            + lib/Pod/Text/Overstrike.pm
48819            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
48820            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
48821 ____________________________________________________________________________
48822 [  8258] By: jhi                                   on 2000/12/29  18:20:45
48823         Log: Make the large file tests more robust/talkative as suggested by
48824              
48825              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
48826              From: andreas.koenig@anima.de (Andreas J. Koenig)
48827              Date: 29 Dec 2000 14:23:01 +0100
48828              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
48829      Branch: perl
48830            ! t/lib/syslfs.t t/op/lfs.t
48831 ____________________________________________________________________________
48832 [  8257] By: jhi                                   on 2000/12/29  17:48:04
48833         Log: Further VMS piping fixes from Charles Lane:
48834              
48835              In summary, error messages produced when a subprocess terminated
48836              abnormally were being sent not just to the parent process, but to
48837              grandparents, because of default values for error output that were
48838              not completely overridden when the subprocess was started.
48839              
48840              This patch fixes this behavior by defining user-mode (i.e., temporary
48841              for the duration of the program) logical names for SYS$OUTPUT and
48842              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
48843              changes to make it so that the user-mode logicals are the ones that
48844              control where Perl's error messages go if it terminates abnormally.
48845              
48846              I also added some gratuitous fixes to the indentation of braces in
48847              the piping code.  It just looked ugly, before.
48848      Branch: perl
48849            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
48850 ____________________________________________________________________________
48851 [  8256] By: jhi                                   on 2000/12/29  17:45:12
48852         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
48853              From: "Casey R. Tweten" <crt@kiski.net>
48854              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
48855              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
48856              
48857              Tests for for #8240.
48858      Branch: perl
48859            ! t/pragma/constant.t
48860 ____________________________________________________________________________
48861 [  8255] By: jhi                                   on 2000/12/29  17:43:07
48862         Log: Subject: Re: [PATCH] Interesting syntax idea
48863              From: Simon Cozens <simon@cozens.net>
48864              Date: Fri, 29 Dec 2000 14:34:04 +0000
48865              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
48866              
48867              Tests for #8254.
48868      Branch: perl
48869            ! t/pragma/sub_lval.t
48870 ____________________________________________________________________________
48871 [  8254] By: jhi                                   on 2000/12/29  17:42:11
48872         Log: Subject: [PATCH] Interesting syntax idea
48873              From: Simon Cozens <simon@cozens.net>
48874              Date: Wed, 27 Dec 2000 05:08:57 +0000
48875              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
48876              
48877              Make opens + bareword assigns do typeglob assigns.
48878      Branch: perl
48879            ! op.c
48880 ____________________________________________________________________________
48881 [  8253] By: jhi                                   on 2000/12/29  17:36:45
48882         Log: Output the (apparent) version of gcc, as suggested by
48883              
48884              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
48885              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
48886              Date: 26 Dec 2000 04:29:17 -0500
48887              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
48888              
48889              (The patch as such didn't any more apply as the misparsing had
48890              already been addressed in #6474.)  Also change the wording about
48891              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
48892      Branch: perl
48893            ! hints/dec_osf.sh
48894 ____________________________________________________________________________
48895 [  8252] By: nick                                  on 2000/12/29  12:14:31
48896         Log: Integrate mainline
48897      Branch: perlio
48898           !> (integrate 27 files)
48899 ____________________________________________________________________________
48900 [  8251] By: jhi                                   on 2000/12/29  08:45:46
48901         Log: (Retracted by #8264)
48902              
48903              (Fixed by #8260.)
48904              
48905              sv_catsv() needs one more byte space than seems reasonable.
48906              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
48907              Curiouser and curiouser.
48908      Branch: perl
48909            ! sv.c
48910 ____________________________________________________________________________
48911 [  8250] By: jhi                                   on 2000/12/29  07:57:52
48912         Log: More split // UTF-8 tests.
48913      Branch: perl
48914            ! t/pragma/utf8.t
48915 ____________________________________________________________________________
48916 [  8249] By: jhi                                   on 2000/12/29  07:54:51
48917         Log: (Retracted by #8264)  More join() testing which was good because
48918              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
48919      Branch: perl
48920            ! pp.c t/op/join.t utf8.c utf8.h
48921 ____________________________________________________________________________
48922 [  8248] By: jhi                                   on 2000/12/29  07:08:32
48923         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
48924              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
48925              that the only cases to care about are byte+byte and byte+character.
48926              
48927              TODO: See how well pp_concat() could be implemented in terms
48928              of sv_catsv().
48929      Branch: perl
48930            ! doop.c sv.c t/op/join.t utf8.h
48931 ____________________________________________________________________________
48932 [  8247] By: jhi                                   on 2000/12/29  06:35:23
48933         Log: Signedness nit.
48934      Branch: perl
48935            ! pp_hot.c
48936 ____________________________________________________________________________
48937 [  8246] By: jhi                                   on 2000/12/29  01:23:31
48938         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
48939              From: Lupe Christoph <lupe@lupe-christoph.de>
48940              Date: Thu, 28 Dec 2000 23:00:00 +0100
48941              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
48942              
48943              Suggest rsync --delete --dry-run.
48944      Branch: perl
48945            ! pod/perlhack.pod
48946 ____________________________________________________________________________
48947 [  8245] By: jhi                                   on 2000/12/28  23:57:05
48948         Log: The maxiters upper limit sanity check (guarding against
48949              non-progress) assumed bytes instead of characters in s///
48950              and split().
48951      Branch: perl
48952            ! pp.c pp_hot.c
48953 ____________________________________________________________________________
48954 [  8244] By: jhi                                   on 2000/12/28  23:34:08
48955         Log: Make some panic messages a bit more logical.
48956      Branch: perl
48957            ! doop.c pod/perldiag.pod pp.c pp_hot.c
48958 ____________________________________________________________________________
48959 [  8243] By: jhi                                   on 2000/12/28  22:59:16
48960         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
48961              From: Simon Cozens <simon@cozens.net>
48962              Date: Wed, 27 Dec 2000 02:30:03 +0000
48963              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
48964      Branch: perl
48965            ! pp.c t/pragma/sub_lval.t
48966 ____________________________________________________________________________
48967 [  8242] By: jhi                                   on 2000/12/28  22:56:53
48968         Log: Subject: [PATCH blead] Fix B::Terse indentation
48969              From: Daniel Chetlin <daniel@chetlin.com>
48970              Date: Wed, 27 Dec 2000 06:43:30 -0800
48971              Message-ID: <20001227064329.B9573@darkstar>
48972      Branch: perl
48973            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
48974 ____________________________________________________________________________
48975 [  8241] By: jhi                                   on 2000/12/28  22:48:59
48976         Log: The latter patch from the
48977              
48978              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
48979              From: Peter Prymmer <pvhp@forte.com> 
48980              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
48981              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
48982              
48983              (the former patch from the above should have been
48984              taken care of by Nick I-S)
48985      Branch: perl
48986            ! win32/Makefile
48987 ____________________________________________________________________________
48988 [  8240] By: jhi                                   on 2000/12/28  22:45:22
48989         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
48990              From: "Casey R. Tweten" <crt@kiski.net>
48991              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
48992              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
48993      Branch: perl
48994            ! lib/constant.pm
48995 ____________________________________________________________________________
48996 [  8239] By: jhi                                   on 2000/12/28  22:37:45
48997         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
48998              From: Simon Cozens <simon@cozens.net>
48999              Date: Wed, 27 Dec 2000 14:12:44 +0000
49000              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
49001      Branch: perl
49002            ! t/op/method.t t/op/sort.t toke.c
49003 ____________________________________________________________________________
49004 [  8238] By: jhi                                   on 2000/12/28  22:30:32
49005         Log: Subject: [PATCH perl@8229] Call.pm
49006              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49007              Date: Mon, 25 Dec 2000 10:47:15 -0000
49008              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
49009      Branch: perl
49010            ! ext/Filter/Util/Call/Call.pm
49011 ____________________________________________________________________________
49012 [  8237] By: jhi                                   on 2000/12/28  22:19:21
49013         Log: Subject: [PATCH blead] Fix problem with `&' prototype
49014              From: Daniel Chetlin <daniel@chetlin.com>
49015              Date: Wed, 27 Dec 2000 15:55:32 -0800
49016              Message-ID: <20001227155532.D9573@darkstar>
49017      Branch: perl
49018            ! op.c t/comp/proto.t
49019 ____________________________________________________________________________
49020 [  8236] By: jhi                                   on 2000/12/28  22:09:25
49021         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
49022              From: Daniel Chetlin <daniel@chetlin.com>
49023              Date: Sun, 24 Dec 2000 04:09:49 -0800
49024              Message-ID: <20001224040949.B3090@darkstar>
49025      Branch: perl
49026            ! gv.c mg.c t/op/attrs.t
49027 ____________________________________________________________________________
49028 [  8235] By: jhi                                   on 2000/12/28  22:07:11
49029         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
49030              From: Jan Dubois <jand@ActiveState.com>
49031              Date: Tue, 26 Dec 2000 20:57:31 -0800
49032              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
49033      Branch: perl
49034            ! win32/win32.c
49035 ____________________________________________________________________________
49036 [  8234] By: jhi                                   on 2000/12/28  21:52:42
49037         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
49038              From: Simon Cozens <simon@cozens.net>
49039              Date: Thu, 28 Dec 2000 20:33:13 +0000
49040              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
49041      Branch: perl
49042            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
49043 ____________________________________________________________________________
49044 [  8233] By: jhi                                   on 2000/12/28  19:40:49
49045         Log: Integrate perlio.
49046      Branch: perl
49047           !> ext/Encode/Makefile.PL ext/Encode/compile
49048 ____________________________________________________________________________
49049 [  8232] By: nick                                  on 2000/12/23  16:06:00
49050         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
49051              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
49052      Branch: perlio
49053            ! ext/Encode/Makefile.PL
49054 ____________________________________________________________________________
49055 [  8231] By: nick                                  on 2000/12/23  14:30:34
49056         Log: "Compiled" encode build cleanup
49057              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
49058              - .c files do not export sub-tables
49059      Branch: perlio
49060            ! ext/Encode/Makefile.PL ext/Encode/compile
49061 ____________________________________________________________________________
49062 [  8230] By: nick                                  on 2000/12/23  12:50:37
49063         Log: Integrate mainline
49064      Branch: perlio
49065           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49066           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49067           !> pod/perl5004delta.pod pod/perl5005delta.pod
49068           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
49069           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
49070           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
49071           !> pod/perlsub.pod
49072 ____________________________________________________________________________
49073 [  8229] By: jhi                                   on 2000/12/22  15:32:12
49074         Log: Integrate perlio.
49075      Branch: perl
49076           +> win32/distclean.bat
49077           !> MANIFEST t/io/utf8.t
49078 ____________________________________________________________________________
49079 [  8228] By: jhi                                   on 2000/12/22  15:29:40
49080         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
49081              From: Robin Barker <rmb1@cise.npl.co.uk>
49082              Date: Fri, 22 Dec 2000 12:17:38 GMT
49083              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
49084      Branch: perl
49085            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
49086            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
49087            ! pod/perl5004delta.pod pod/perl5005delta.pod
49088            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
49089            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
49090            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
49091            ! pod/perlsub.pod
49092 ____________________________________________________________________________
49093 [  8227] By: jhi                                   on 2000/12/22  15:24:28
49094         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
49095              From: "John L. Allen" <allen@grumman.com>
49096              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
49097              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
49098              
49099              Document APPLLIB_EXP.
49100      Branch: perl
49101            ! INSTALL
49102 ____________________________________________________________________________
49103 [  8226] By: nick                                  on 2000/12/21  22:11:50
49104         Log: Handy script for when one forgets to "dmake clean" 
49105      Branch: perlio
49106            + win32/distclean.bat
49107            ! MANIFEST
49108 ____________________________________________________________________________
49109 [  8225] By: nick                                  on 2000/12/21  21:54:04
49110         Log: CRLF platform issue with io/utf8 fix.
49111      Branch: perlio
49112            ! t/io/utf8.t
49113 ____________________________________________________________________________
49114 [  8224] By: nick                                  on 2000/12/21  21:02:20
49115         Log: Integrate mainline
49116      Branch: perlio
49117           !> Changes Configure Makefile.SH Porting/Glossary
49118           !> Porting/config.sh Porting/config_H configure.com
49119           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
49120           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
49121           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
49122           !> win32/config.bc win32/config.gc win32/config.vc
49123 ____________________________________________________________________________
49124 [  8223] By: jhi                                   on 2000/12/21  17:09:16
49125         Log: Update Changes.
49126      Branch: perl
49127            ! Changes patchlevel.h
49128 ____________________________________________________________________________
49129 [  8222] By: jhi                                   on 2000/12/21  16:24:01
49130         Log: Metaconfig unit changes for #8221.
49131      Branch: metaconfig/U/perl
49132           +> issymlink.U
49133            - testsyml.U
49134            ! Mksymlinks.U
49135 ____________________________________________________________________________
49136 [  8221] By: jhi                                   on 2000/12/21  16:23:48
49137         Log: Rename testsyml to issymlink.
49138      Branch: perl
49139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49140            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
49141            ! win32/config.vc
49142 ____________________________________________________________________________
49143 [  8220] By: jhi                                   on 2000/12/21  15:47:26
49144         Log: Robustness support for #8218 (symlink forest) since the GNU
49145              tools seem to be overly picky about symlinkage depths.
49146      Branch: perl
49147            ! Makefile.SH t/io/fs.t
49148 ____________________________________________________________________________
49149 [  8219] By: jhi                                   on 2000/12/21  15:38:27
49150         Log: Metaconfig changes for #8218.
49151      Branch: metaconfig
49152            ! U/modified/Oldconfig.U
49153      Branch: metaconfig/U/perl
49154            + Mksymlinks.U
49155            ! testsyml.U
49156 ____________________________________________________________________________
49157 [  8218] By: jhi                                   on 2000/12/21  15:37:57
49158         Log: Add Configure option -Dmksymlinks which will create a symlink
49159              forest if the current/build differs from the source directory.
49160              TODO: mkdir -p is not portable.
49161      Branch: perl
49162            ! Configure
49163 ____________________________________________________________________________
49164 [  8217] By: jhi                                   on 2000/12/21  14:39:12
49165         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
49166              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
49167              Date: Thu, 21 Dec 2000 09:38:18 GMT
49168              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
49169              
49170              The ofs became an SV.
49171      Branch: perl
49172            ! ext/Thread/Thread.xs
49173 ____________________________________________________________________________
49174 [  8216] By: jhi                                   on 2000/12/21  05:40:21
49175         Log: The polymorphism seems to have fixed 20000517.001.
49176      Branch: perl
49177            ! t/pragma/utf8.t
49178 ____________________________________________________________________________
49179 [  8215] By: jhi                                   on 2000/12/21  04:44:52
49180         Log: read() documentation tweak for 20001121.004.
49181      Branch: perl
49182            ! pod/perlfunc.pod
49183 ____________________________________________________________________________
49184 [  8214] By: jhi                                   on 2000/12/21  03:54:11
49185         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
49186      Branch: perl
49187            ! pp_sys.c t/op/misc.t
49188 ____________________________________________________________________________
49189 [  8213] By: jhi                                   on 2000/12/21  00:28:10
49190         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
49191              From: Peter Prymmer <pvhp@forte.com>
49192              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
49193              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
49194      Branch: perl
49195            ! configure.com
49196 ____________________________________________________________________________
49197 [  8212] By: jhi                                   on 2000/12/21  00:26:21
49198         Log: Edit edit edit.
49199      Branch: perl
49200            ! pod/perlfaq3.pod
49201 ____________________________________________________________________________
49202 [  8211] By: jhi                                   on 2000/12/20  18:52:46
49203         Log: Update Changes.
49204      Branch: perl
49205            ! Changes patchlevel.h
49206 ____________________________________________________________________________
49207 [  8210] By: jhi                                   on 2000/12/20  18:34:47
49208         Log: Yet another editor edit.
49209      Branch: perl
49210            ! pod/perlfaq3.pod
49211 ____________________________________________________________________________
49212 [  8209] By: jhi                                   on 2000/12/20  15:33:28
49213         Log: More Win32 Perling.
49214      Branch: perl
49215            ! pod/perlfaq3.pod
49216 ____________________________________________________________________________
49217 [  8208] By: jhi                                   on 2000/12/20  15:07:46
49218         Log: More Win32 editor/IDE/shell hints.
49219      Branch: perl
49220            ! pod/perlfaq3.pod
49221 ____________________________________________________________________________
49222 [  8207] By: jhi                                   on 2000/12/20  03:54:08
49223         Log: Subject: [PATCH] obscure timing knowledge
49224              From: Nicholas Clark <nick@ccl4.org>
49225              Date: Tue, 19 Dec 2000 19:22:31 +0000
49226              Message-ID: <20001219192231.F2827@plum.flirble.org>
49227      Branch: perl
49228            ! sv.c
49229 ____________________________________________________________________________
49230 [  8206] By: jhi                                   on 2000/12/20  03:45:57
49231         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
49232              From: Spider Boardman <spider@leggy.zk3.dec.com>
49233              Date: Tue, 19 Dec 2000 21:30:16 -0500
49234              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
49235      Branch: perl
49236            ! sv.c
49237 ____________________________________________________________________________
49238 [  8205] By: jhi                                   on 2000/12/19  23:02:01
49239         Log: Update Changes.
49240      Branch: perl
49241            ! Changes patchlevel.h
49242 ____________________________________________________________________________
49243 [  8204] By: jhi                                   on 2000/12/19  22:58:18
49244         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
49245              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
49246              on editors and diffing/patching.
49247      Branch: perl
49248            ! t/op/utf8decode.t
49249 ____________________________________________________________________________
49250 [  8203] By: nick                                  on 2000/12/19  21:36:16
49251         Log: Integrate mainline (forgot my own change...)
49252      Branch: perlio
49253           !> ext/Encode/compile
49254 ____________________________________________________________________________
49255 [  8202] By: nick                                  on 2000/12/19  21:34:42
49256         Log: Integrate mainline.
49257      Branch: perlio
49258           !> (integrate 61 files)
49259 ____________________________________________________________________________
49260 [  8201] By: nick                                  on 2000/12/19  21:34:06
49261         Log: Avoid looking for File::Glob when we don't need it.
49262      Branch: perl
49263            ! ext/Encode/compile
49264 ____________________________________________________________________________
49265 [  8200] By: jhi                                   on 2000/12/19  18:35:49
49266         Log: Update Changes.
49267      Branch: perl
49268            ! Changes patchlevel.h
49269 ____________________________________________________________________________
49270 [  8199] By: jhi                                   on 2000/12/19  18:35:07
49271         Log: Microperl tweaks.
49272      Branch: perl
49273            ! sv.c uconfig.h uconfig.sh
49274 ____________________________________________________________________________
49275 [  8198] By: jhi                                   on 2000/12/19  18:29:59
49276         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
49277      Branch: perl
49278            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49279            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
49280 ____________________________________________________________________________
49281 [  8197] By: jhi                                   on 2000/12/19  17:55:29
49282         Log: In VMS embedded perls couldn't access the statically built Socket,
49283              from Charles Lane.
49284      Branch: perl
49285            ! configure.com
49286 ____________________________________________________________________________
49287 [  8196] By: jhi                                   on 2000/12/19  17:49:50
49288         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
49289              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
49290              Date: Sun, 17 Dec 2000 19:11:44 -0000
49291              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
49292      Branch: perl
49293            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49294            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
49295 ____________________________________________________________________________
49296 [  8195] By: jhi                                   on 2000/12/19  17:47:53
49297         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
49298              From: Jonathan Stowe <gellyfish@gellyfish.com>
49299              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
49300              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
49301      Branch: perl
49302            ! utils/h2xs.PL
49303 ____________________________________________________________________________
49304 [  8194] By: jhi                                   on 2000/12/19  17:46:28
49305         Log: Subject: Re: useless use of void context work-around
49306              From: andreas.koenig@anima.de (Andreas J. Koenig)
49307              Date: 16 Dec 2000 15:13:36 +0100
49308              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
49309              
49310              Document (comment) the q(di ds ig) trick in the code.
49311      Branch: perl
49312            ! op.c
49313 ____________________________________________________________________________
49314 [  8193] By: jhi                                   on 2000/12/19  17:10:57
49315         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
49316              From: "Mark J. Reed" <mreed@strange.turner.com>
49317              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
49318              Message-Id: <200012160222.VAA13986@strange.turner.com>
49319      Branch: perl
49320            ! ext/Sys/Syslog/Syslog.pm
49321 ____________________________________________________________________________
49322 [  8192] By: jhi                                   on 2000/12/19  17:07:45
49323         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
49324              From: Nicholas Clark <nick@ccl4.org>
49325              Date: Sat, 16 Dec 2000 19:03:13 +0000
49326              Message-ID: <20001216190313.D68304@plum.flirble.org>
49327      Branch: perl
49328            ! t/op/64bitint.t
49329 ____________________________________________________________________________
49330 [  8191] By: jhi                                   on 2000/12/19  17:06:13
49331         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
49332              From: Dominic Dunlop <domo@computer.org>
49333              Date: Mon, 18 Dec 2000 12:00:15 +0100
49334              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
49335              
49336              This patchlet is needed in order that perl can be statically linked.  
49337      Branch: perl
49338            ! regexec.c
49339 ____________________________________________________________________________
49340 [  8190] By: jhi                                   on 2000/12/19  17:03:08
49341         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
49342              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49343              Date: Sun, 17 Dec 2000 00:18:35 -0600
49344              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
49345      Branch: perl
49346            ! perlio.h vms/gen_shrfls.pl
49347 ____________________________________________________________________________
49348 [  8189] By: jhi                                   on 2000/12/19  16:20:28
49349         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
49350              From: Prymmer/Kahn <pvhp@best.com>
49351              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
49352              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
49353              
49354              A better version of #8188.
49355      Branch: perl
49356            ! pod/perlfaq3.pod
49357 ____________________________________________________________________________
49358 [  8188] By: jhi                                   on 2000/12/19  15:57:06
49359         Log: (Replaced by #8189)
49360              
49361              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49362              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
49363              From: Prymmer/Kahn <pvhp@best.com>
49364              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
49365              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
49366              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
49367              Date: Mon, 18 Dec 2000 11:10:45 -0500
49368              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
49369      Branch: perl
49370            ! pod/perlfaq3.pod
49371 ____________________________________________________________________________
49372 [  8187] By: jhi                                   on 2000/12/19  15:54:19
49373         Log: Email address fix for Anton Berezin.
49374      Branch: perl
49375            ! AUTHORS
49376 ____________________________________________________________________________
49377 [  8186] By: jhi                                   on 2000/12/19  15:38:54
49378         Log: Subject: [PATCH perl@8102] cygwin port
49379              From: "Eric Fifer" <efifer@dircon.co.uk> 
49380              Date: Thu, 14 Dec 2000 13:41:29 -0000
49381              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
49382              
49383              When compiling modules the data item that is being imported
49384              from libperl.dll needs to be tagged as imported/shared data:
49385              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
49386      Branch: perl
49387            ! perliol.h
49388 ____________________________________________________________________________
49389 [  8185] By: jhi                                   on 2000/12/19  14:53:24
49390         Log: Regen uconfig.h and uconfig.sh.
49391      Branch: perl
49392            ! uconfig.h uconfig.sh
49393 ____________________________________________________________________________
49394 [  8184] By: jhi                                   on 2000/12/18  20:43:49
49395         Log: Comments work so much better when they are closed.
49396      Branch: perl
49397            ! regcomp.c
49398 ____________________________________________________________________________
49399 [  8183] By: jhi                                   on 2000/12/18  18:04:02
49400         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
49401              Fixes the bug 20001218.016.
49402      Branch: perl
49403            ! regcomp.c
49404 ____________________________________________________________________________
49405 [  8182] By: gsar                                  on 2000/12/18  09:53:47
49406         Log: delete spurious files
49407      Branch: maint-5.6/perl
49408            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
49409            - vos/config.h vos/config_h.SH_orig
49410 ____________________________________________________________________________
49411 [  8181] By: gsar                                  on 2000/12/18  09:46:08
49412         Log: regen perltoc
49413      Branch: maint-5.6/perl
49414            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
49415 ____________________________________________________________________________
49416 [  8180] By: gsar                                  on 2000/12/18  09:20:27
49417         Log: integrate changes#7924..7926,7946,7952 from mainline
49418              
49419              A test works better if it has the right 1..$n output.
49420              
49421              All the core library users of Class::Struct seem to be
49422              using "use Class::Struct 'struct';" instead of the bare
49423              "use Class::Struct;", which isn't documented in Class::Struct.
49424              This can't be right.
49425              
49426              Make the Class::Struct import() wiser.
49427              
49428              Upgrade to CPAN 1.59_51, from Andreas König.
49429              
49430              Subject: Re: long shell lines
49431              Split overly long shell command lines.
49432      Branch: maint-5.6/perl
49433           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
49434           !> lib/File/stat.pm t/lib/class-struct.t
49435 ____________________________________________________________________________
49436 [  8179] By: gsar                                  on 2000/12/18  08:55:54
49437         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
49438              7918,7919,7988,8907 from mainline (various)
49439              
49440              Subject: [ID 20001127.004] White space problem in perlamiga.pod
49441              
49442              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
49443              
49444              Subject: [PATCH] perlcc.PL cleanups
49445              
49446              Subject: [PATCH] Updating perltie.pod for arrays
49447              
49448              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
49449              Subject: Re: [PATCH] Updating perltie.pod for arrays
49450              Subject: Re: [PATCH] Updating perltie.pod for arrays
49451              
49452              One more perltie.pod nit from Casey R. Tweten.
49453              
49454              Subject: [PATCH] $^O  win32 -> MSWin32
49455              plus similar nits for vms, err, VMS, and UNICOS.
49456              
49457              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
49458              More checking in case someone has broken their services or
49459              protocol databases.
49460              
49461              Make "use Class::Struct 'struct';" work again (broken by #7617);
49462              add a test for Class::Struct.
49463              
49464              Integrate the "skip" messages to explain().
49465              
49466              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
49467      Branch: maint-5.6/perl
49468           +> t/lib/class-struct.t
49469           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
49470           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
49471           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
49472 ____________________________________________________________________________
49473 [  8178] By: gsar                                  on 2000/12/18  08:16:30
49474         Log: avoid redefinition warnings on windows due to sys/socket.h getting
49475              #included before win32.h
49476      Branch: maint-5.6/perl
49477            ! win32/include/sys/socket.h
49478 ____________________________________________________________________________
49479 [  8177] By: gsar                                  on 2000/12/18  05:24:04
49480         Log: make regen_headers; fix POSIX.xs problems; remove outdated
49481              code from sys/socket.h that makes build fail now
49482      Branch: maint-5.6/perl
49483            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
49484            ! pod/perlapi.pod
49485           !> win32/include/sys/socket.h
49486 ____________________________________________________________________________
49487 [  8176] By: gsar                                  on 2000/12/18  05:20:17
49488         Log: update Changes
49489      Branch: maint-5.6/perl
49490            ! Changes patchlevel.h
49491 ____________________________________________________________________________
49492 [  8175] By: gsar                                  on 2000/12/18  04:57:48
49493         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
49494              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
49495              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
49496              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
49497              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
49498              7823,7825,7838
49499              
49500              Subject: Re: [PATCH] README.solaris
49501              
49502              Add getpagesize() probing, on non-UNIX guess 'undef'.
49503              
49504              Simplify the getpagesize() unit by dropping the
49505              pagesize probe since it's nowadays slightly more
49506              complicated because of sysconf(). (Note: if some
49507              platform really needs the -lPW for getpagesize,
49508              I just broke it.)
49509              TODO: a new pagesize unit.
49510              
49511              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
49512              
49513              MachTen doesn't really do mmap() and munmap().
49514              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49515              
49516              More README.solaris updates from Andy Dougherty.
49517              
49518              Copy the s// information of README.hpux also to the perlrun.
49519              
49520              Add HAS_FSYNC, lack noticed by Nicholas Clark.
49521              
49522              Add a metaconfig unit for fsync.
49523              
49524              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
49525              
49526              Many subdocumented return values of the IO extension now documented.
49527              ungetc and write still left subdocumented.
49528              Subject: [PATCH] (was Re: IO::Handle::ungetc)
49529              
49530              Document tell() on special streams.
49531              
49532              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
49533              
49534              Subject: [ID 20001112.007] sfio's sftell isn't ftell
49535              
49536              Couple of tests from #7660 salvaged.
49537              
49538              Tweak the definition of the bit complement on UTF-8 data:
49539              if none of the characters in the string are > 0xff,
49540              the result is a complemented byte string, not a (UTF-8)
49541              char string.  Based on the summary in
49542              Subject: Re: [ID 20000918.005] ~ on wide chars
49543              This should give us the maximum backward (pre-char string)
49544              compatibility and utf8 compatibility.  The other alternative
49545              would be to limit the bit complement to be always byte only,
49546              taking the least significant byte of the chars.
49547              
49548              Cleanup messy #ifdef.
49549              
49550              Typos in #7667.
49551              
49552              Declare reg_data like reg_substr_data.
49553              
49554              Placate nervous compilers that see longer than ints switch()ing.
49555              
49556              Remove the new two tests of lib/io_xs for now, they seem to
49557              fail under perlio on some platforms.
49558              
49559              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49560              
49561              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
49562              
49563              Subject: tiny typo in perl5db.pl
49564              
49565              Subject: some additions for makefiles for win32 (for perl@7674)
49566              
49567              Hoist the duplicated socket/netdb include logic to perl.h;
49568              undef SETERRNO in case SOCKS has defined it.  Based on:
49569              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
49570              
49571              Regen Configure.
49572              
49573              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
49574              (a macro to define signed and unsigned integer constants).
49575              
49576              Use UINT64_C().
49577              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
49578              
49579              Use u_int32_t for the size of hash_cb(), not size_t.
49580              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
49581              
49582              Quit utf8_to_uv() instantly if curlen == 0.
49583              
49584              Subject: [PATCH: perl@7674] updates to README.os390
49585              
49586              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
49587              
49588              EBCDIC tweaks.
49589              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
49590              
49591              Linenumber fix.
49592              
49593              SOCKS has its own USE_THREADS, based on
49594              Subject: [ID 20001114.002] et. al. bugfix followup
49595              
49596              UINT64_C() work continues.
49597              
49598              Detypo.
49599              
49600              The type of the hash_cb() size argument is tricky.
49601              
49602              Add fwalk() probe to the configuration files and regen perltoc.
49603              
49604              Subject: perllocale.pod changes
49605              
49606              Avoid an infinite loop in VMS when utils scripts are run
49607              with no arguments, from Charles Lane.
49608              
49609              Subject: Re: Bug in Carp::Heavy/5.6.0?
49610              
49611              For Solaris use64bitall the stdchar needs a little bit of help.
49612              
49613              The long double hints can be here or there.
49614              
49615              Test tweak for the open pragma.
49616              
49617              Also the 64bitall hints can be either here or there.
49618              
49619              As surmised the #7719 wasn't a good move.
49620              
49621              Subject: Fix for 20000409.001
49622              
49623              Subject: Fix for 20000815.006
49624              It's really 20000518.006.
49625              
49626              Subject: [PATCH 5.6.0 README.win32] very minor typos
49627              
49628              Subject: Fix for README.amiga (20000323.033)
49629              
49630              Explain in more detail the {} syntax ambiguousity.
49631              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
49632              
49633              Sparc 64-bit pack() fix from Jens Hamisch.
49634              
49635              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
49636              
49637              Subject: podlators 1.05 available        
49638              
49639              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
49640              
49641              Subject: [perl 7711: EPOC] updates
49642              
49643              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
49644              
49645              Miraculous typo.
49646              
49647              sysseek() instead of seek().
49648              
49649              Solaris hints tweaks.
49650              
49651              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
49652              This may be overly harsh but until proven otherwise, we think this
49653              way, or until we have a simple test for Configure (having to start
49654              up servers is does not count as simple) to check for the problems.
49655              
49656              Remove the shared object before attempting to create
49657              (by linking) a new one.  E.g. in AIX not removing
49658              becomes quite painful if one tries to do more than one
49659              build in the same tree (an interrupted build, for example),
49660              since the AIX' shared dynaloader seemingly keeps the shared
49661              objects open and therefore 'busy' for quite a while, even when
49662              nobody is using the objects, leading into link failures.
49663              
49664              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
49665              
49666              Subject: DOC PATCH 5.6.0 perlreftut
49667              
49668              Subject: [PATCH: perl@7777] add system locale testing for VMS
49669              
49670              Subject: [PATCH] Test.pm POD peculiarity
49671              
49672              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
49673              
49674              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
49675              
49676              Subject: Re: perl@7777 
49677              Detypoing.
49678              
49679              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
49680              
49681              Go ahead and #include <unistd.h> in perl.h.
49682              
49683              Subject: [PATCH perl@7795] small cleanup task for test suite
49684              
49685              Subject: Re: av.c patch (having slight problems)
49686              unshift() speedup.
49687              
49688              Reach back one higher up when searching for PERL_SRC.
49689      Branch: maint-5.6/perl
49690           +> lib/File/Spec/Epoc.pm
49691           !> (integrate 88 files)
49692 ____________________________________________________________________________
49693 [  8174] By: gsar                                  on 2000/12/18  03:53:09
49694         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
49695              7625..7629,7631..7634,7637,7639,7642 from mainline
49696              
49697              Fix for the tie-refhash string table leaks.
49698              
49699              Subject: [patch perl@7595] VMS configure.com tweak
49700              
49701              More careful detection of how well NVs and UVs mix.
49702              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
49703              Added some SIGFPE paranoia.
49704              
49705              Forgot to bump the line numbers in #7601.
49706              
49707              Subject: PATCH std stdio for (Free)BSD
49708              
49709              Deleting $ENV{PATH} in VMS is not recommendable.
49710              
49711              Locale buglets.
49712              Subject: RE: Locales support (setlocale) fixes
49713              
49714              Do not test UTF-8 locales since that the tests would require
49715              polymorphic regexen.
49716              
49717              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
49718              
49719              A missing aTHX_.
49720              
49721              Subject: [ID 20001108.013] spelling
49722              
49723              Subject: [PATCH] Class::Struct at compile time
49724              
49725              Make deleting for %ENV work for (newer versions of) VMS,
49726              from Craig A. Berry.
49727              
49728              Forgot from #7618.
49729              
49730              More VMS moves on environment handling, from Charles Lane.
49731              
49732              Remove unused extra arguments.
49733              
49734              Typo in an ifndef.
49735              Subject: Re: [PATCH 5.7.0] better messages from malloc()
49736              
49737              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
49738              All except the "cow orker" change.
49739              
49740              The generated boot_* headers are wrong.  Pickier compiler,
49741              such as KAI C++ will refuse to compile the resulting perlmain.
49742              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
49743              
49744              There's no =head3.
49745              
49746              Disable only the tests 99 and 166 for UTF-8 locales.
49747              
49748              Missing dTHXs.
49749              Subject: RE: perl@7595 builds not on cygwin
49750              
49751              Subject: Re: bash -c exit and linux hints 
49752              
49753              Various doc oddball characters.
49754              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
49755              
49756              Subject: [PATCH] IO::Seekable pod
49757              
49758              Amdahl UTS hints updates.
49759              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
49760              
49761              Explain better why certain regex tests are skipped.
49762              Subject: Re: tests skipped: unknown reason
49763              
49764              Subject: [PATCH] README.solaris
49765              
49766              Subject: [PATCH perl@7638] cygwin port
49767      Branch: maint-5.6/perl
49768           +> README.solaris
49769           !> (integrate 26 files)
49770 ____________________________________________________________________________
49771 [  8173] By: gsar                                  on 2000/12/18  03:37:02
49772         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
49773              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
49774              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
49775              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
49776              
49777              Better create a true mailing list for the repository keepers.
49778              
49779              Subject: [ID 20001027.007] uniq array in perlfaq
49780              
49781              De-quoted-unreadable to ISO Latin 1.
49782              (There's one ISO-2022-JP name in Changes5.004.)
49783              
49784              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
49785              
49786              The #7476 needs a MANIFEST change, too.
49787              
49788              Add also emailless people.
49789              
49790              UTF-8 decoder tweak.
49791              
49792              Make \x{...} consistently produce UTF-8.
49793              Subject: Re: \x{...} is confused 
49794              
49795              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
49796              
49797              Add a perlbug flag, -A, to avoid acknowledgement messages.
49798              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
49799              
49800              Use Errno magic.
49801              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
49802              
49803              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
49804              
49805              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
49806              
49807              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
49808              
49809              Be more lenient on bad UTF-8 when doing bit arithmetics.
49810              Subject: Re: [ID 20000918.005] ~ on wide chars
49811              (The ord() part of the patch skipped.)
49812              
49813              Subject: perlfaq style changes
49814              
49815              AUTHORS tweaks.
49816              
49817              Whitespace style tweak.  Was originally going to see to
49818              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
49819              but that had already been taken care of.
49820              
49821              The compiler is either gcc or cc, from Tom Bates.
49822              
49823              The osname has been lowercased by now, from Tom Bates.
49824              
49825              The NonStop-UX libraries have a novel way to say NaN.
49826              
49827              printf UVs the correct way, noticed by Robin Barker.
49828              
49829              Subject: [PATCH] startperl to respect versiononly
49830              
49831              AUTHORS updates.
49832              
49833              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
49834              
49835              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
49836              
49837              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
49838              
49839              Generalize the Camel wording.
49840              Subject: Re: perlfaq style changes
49841              
49842              Subject: [ID 20001005.006] Documentation -- description of qr//
49843              
49844              C.pm part of
49845              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
49846              
49847              Locale warning explanation tweak.
49848              
49849              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
49850              
49851              Make the POSIX::setuid and POSIX::setgid to really call setuid()
49852              and setgid() because they were just changing $< and $( which means
49853              only changing the real uid/gid, as opposed to changing both
49854              real and effective ids.  (The alternative way could have been
49855              in POSIX.pm to change $> and $), too, but making a direct call
49856              to the C API feels cleaner.)  Fixes the bug
49857              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
49858              
49859              Expand %Config variables and %ENV variables only if
49860              so requested during build time using the
49861              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
49862              Not expanding makes relocating distributions easier.
49863              
49864              More tweaking on the #7522 theme.
49865              
49866              Test::Harness revealed buglets in the new DynaLoader.
49867              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
49868              
49869              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
49870              fix a autovivification bug in Tie::RefHash, add tests for both.
49871              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
49872              
49873              Detpyo.
49874              
49875              recv() can fail and return undef.
49876              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
49877              
49878              Fix the problem discussed in
49879              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
49880              originally from Linc Madison.  Also Andreas König's comments
49881              taken into account.  Some other problems with Tie::SubstrHash
49882              fixed: didn't croak when the table exceeded the requested number
49883              of entries (as documented) but instead when the number of entries
49884              exceeded the size of the table, a croak() had an unnecessary \n,
49885              didn't have a CLEAR method, documented that there is no exists().
49886              Didn't fix to be strict-proof because the module uses &foo; and
49887              dynamic scope.  Added a test script exercizing both first tamely 
49888              the basic functionality, and then the failure cases reported by
49889              Linc Madison.
49890              
49891              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
49892              
49893              The #7521 touched things it shouldn't have.
49894              
49895              Subject: [PATCH 5.7.0] better messages from malloc()
49896              
49897              Subject: Re: README.aix
49898              
49899              Add FCNTL_CAN_LOCK.
49900              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
49901              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
49902              
49903              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
49904              create a "fast path" for locale name probing using "locale -a"
49905              if available, squash finally hopefully the s?printf resetting
49906              the numeric locale (since, IIUC perllocale, it never shouldn't). 
49907              
49908              More Changes tweakery.
49909              
49910              Dying is too strict here, better just skip.
49911              
49912              Subject: Locales support (setlocale) fixes
49913              Modified quite a bit to be more portable.
49914              
49915              Configure would use a bad $myuname from an old config.sh.
49916              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
49917              
49918              Fix for
49919              Subject: [ID 20001004.006] undef is never tainted
49920              An undef read from a slurped file was not tainted.
49921              
49922              Fix for
49923              Subject: [ID 20001004.007] taint propogation is inconsistent
49924              The culprit was sv_setsv() which was rather blindly
49925              propagating taint, which lead to behaviour where if
49926              a tainted anon hash value was seen all the hash values
49927              from then on at that level became tainted, or at any
49928              upper levels in the case of nested anon hashes.
49929              
49930              Test tweak: show also the failed locales.
49931              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
49932              
49933              A fix of sorts for 20000329.026, a better error message
49934              for a missing "use charnames" when using the \N{...}. 
49935              
49936              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
49937              
49938              Add =pod to be tidy.
49939              
49940              Fix for bug id 19990615.008, pos() unset during s///ge.
49941              
49942              Add a note for future generations about bug id 20000229.006.
49943              
49944              Use -dM for gcc (the suggested patch did it only for Linux,
49945              but I think it can be generalized).
49946              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
49947              
49948              opmini.o can linger from Configures past.
49949              
49950              Document that the evaled syntax errors cause scalar leaks.
49951              
49952              Fix for
49953              Subject: [ID 20000728.005] perl -P broken
49954              (hopefully).  The fix is also not complete, it seems to break
49955              BOM swallowing for libc5 systems, but until someone figures
49956              out a way to do this without ftell(), this will do.
49957              
49958              AUTHORS updates.
49959              
49960              Subject: Re: rsync'ed patches vs. rsync'ed source
49961              
49962              Admit that the test leaks scalars.
49963              
49964              Sanitize the environment further.
49965              
49966              VOS updates from Paul Green.
49967              
49968              Document %ENV = () portability issues.
49969              
49970              Make the stdio test program of 7427 less noisy while being 
49971              compiled so that Digital UNIX wouldn't get both
49972              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
49973              undefined.  This makes perlio happy.
49974              
49975              glibc5 detection by __GNU_LIBRARY__.
49976              
49977              %ENV note tweaks from Dan Sugalski.
49978              
49979              Varargs don't always work too well if one puts an unsigned
49980              char on the stack and pop an unsigned quad off the stack.
49981              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
49982              
49983              Subject: Pod updates
49984              
49985              Fake support of holey files in win/dosish platforms.
49986              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
49987              
49988              A doc addition for bug id 20001105.019, beware \p.
49989              
49990              Tweak #7587.
49991              
49992              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
49993              
49994              perlhack updates from H.Merijn Brand.
49995              
49996              Subject: [PATCH perl@7573] cygwin port
49997              Synchronize with Cygwin 1.1.5.
49998              
49999              Bad thinko in #7581 (I used the test program with the expanded
50000              values as-is).
50001              
50002              Make perlbug not insist on dumping to a file when stdout isn't a tty.
50003              Subject: [PATCH] perlbug.PL
50004              
50005              Overrideable keys, each, pop, push, shift, splice, unshift.
50006              Subject: [PATCH] prototyped functions that should be overrideable
50007              
50008              Try to avoid flockless and emulationless places.
50009      Branch: maint-5.6/perl
50010           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
50011            - MAINTAIN
50012           !> (integrate 111 files)
50013 ____________________________________________________________________________
50014 [  8172] By: jhi                                   on 2000/12/18  02:49:27
50015         Log: Regen pods.
50016      Branch: perl
50017            ! pod/perlmodlib.pod pod/perltoc.pod
50018 ____________________________________________________________________________
50019 [  8171] By: gsar                                  on 2000/12/18  02:49:24
50020         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
50021              7465..7471 from mainline
50022              
50023              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
50024              in platforms that strictly require all the symbols being present
50025              at link time.
50026              
50027              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
50028              
50029              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
50030              
50031              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
50032              
50033              Subject: [PATCH] todo
50034              
50035              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
50036              
50037              Use $sort, $uniq (and $tr) consistently as wondered
50038              by Nicholas Clark.
50039              
50040              Too enthusiastic editing in #7460.
50041              
50042              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
50043              
50044              Upgrade to CPAN 1.58_55.
50045              Subject: CPAN.pm status
50046              
50047              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
50048              
50049              Make target reordering to avoid pointless re-makes.
50050              Subject: Re: Total re-make of 'make okfile' after 7451 ?
50051              
50052              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
50053              
50054              Subject: DOC PATCH 5.6.0
50055              
50056              Add the repository doc by Malcolm, Sarathy, and by Simon,
50057              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
50058      Branch: maint-5.6/perl
50059           +> Porting/repository.pod
50060           !> Configure MANIFEST Makefile.SH README.dos README.os2
50061           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
50062           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
50063           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
50064 ____________________________________________________________________________
50065 [  8169] By: gsar                                  on 2000/12/18  02:33:34
50066         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
50067              7435..7441,7445 from mainline
50068              
50069              Make the UTF-8 decoding stricter and more verbose when
50070              malformation happens.  This involved adding an argument
50071              to utf8_to_uv_chk(), which involved changing its prototype,
50072              and prefer STRLEN over I32 for the UTF-8 length, which as
50073              a domino effect necessitated changing the prototypes of
50074              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
50075              The stricter UTF-8 decoding checking uses Markus Kuhn's
50076              UTF-8 Decode Stress Tester from
50077              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
50078              
50079              Run vms/vms_yfix.pl, should have done that after changing
50080              perly.c in #7382.
50081              
50082              Subject: [PATCH 5.7.0] static linking with uninstalled perl
50083              
50084              (Replaced by #7440.)
50085              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50086              
50087              Fix the bug ID 20001024.005, the bug introduced by #7416.
50088              
50089              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
50090              
50091              Fix the bug reported in
50092              From: andreas.koenig@anima.de (Andreas J. Koenig)
50093              Also make is_utf8_char() stricter.
50094              
50095              Missed the header file changes from #7425.
50096              
50097              Check if stdio supports tweaking lval and cnt simultaneously.
50098              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50099              
50100              Stratus VOS updates from Paul Green.
50101              
50102              Podify README.epoc and README.vos.
50103              
50104              Add targets to Makefile.SH, most importantly
50105              'regen_all' which also remembers to update vms/perly*.
50106              
50107              Subject: Minor update to find2perl, for portability
50108              
50109              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
50110              
50111              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
50112              
50113              Rename UTF8LEN() to be UNISKIP(), too confusing to have
50114              UTF8LEN() and UTF8SKIP(). 
50115              
50116              Allow poking holes at the UTF-8 decoding strictness.
50117              
50118              Continue the internal UTF-8 API tweaking.
50119              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
50120              used much more than the simpler API, now called utf8_to_uv_simple().
50121              Still not quite happy with API, too much partial duplication
50122              of functionality.
50123              
50124              A new version of making the syslog test more robust.
50125              (Replaces #7421.)
50126              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50127              
50128              buildtoc target tweaks.
50129              
50130              Integrate with vmsperl #7430 by Charles Bailey:
50131              
50132              Cleanup from prior patch (Charles Lane?):
50133              - improve handling of MFDs in Basename and Path
50134              - default to no xsubpp line # munging when building debug images
50135      Branch: maint-5.6/perl
50136           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50137           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
50138           !> (integrate 67 files)
50139 ____________________________________________________________________________
50140 [  8168] By: gsar                                  on 2000/12/18  02:05:49
50141         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
50142              
50143              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50144              From: Martin Husemann <martin@duskware.de>
50145              
50146              Subject: [PATCH 5.7.0] restore match data on backtracing
50147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50148      Branch: maint-5.6/perl
50149           !> regcomp.c regexec.c t/op/re_tests
50150 ____________________________________________________________________________
50151 [  8167] By: gsar                                  on 2000/12/18  01:55:22
50152         Log: integrate changes#7858,7986 from mainline
50153              
50154              C<foreach my $x ...> in pseudo-fork()ed process may diddle
50155              parent's memory; fix it by keeping track of the actual pad
50156              offset rather than a raw pointer (this change is probably also
50157              relevant to non-ithreads case to avoid fallout from reallocs of
50158              the pad array, but is currently only enabled for the ithreads
50159              case in the interests of minimal disruption to existing "well
50160              tested" code)
50161              
50162              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
50163              due to the notorious GetFileType() bug in Windows 9x, which fstat()
50164              tickles)
50165      Branch: maint-5.6/perl
50166           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
50167           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
50168           !> win32/win32.c win32/win32.h win32/win32sck.c
50169 ____________________________________________________________________________
50170 [  8166] By: gsar                                  on 2000/12/18  01:52:59
50171         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
50172              from mainline (xsubpp and ExtUtils::LibList fixups, various
50173              other small items)
50174              
50175              The generated boot_* headers are wrong.  Pickier compiler,
50176              such as KAI C++ will refuse to compile the resulting perlmain.
50177              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50178              
50179              Various doc oddball characters.
50180              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50181              
50182              Subject: [PATCH] Re: 20001101.003 PDL
50183              
50184              Subject: [PATCH 5.7.0] etags broken again
50185              
50186              Subject: [PATCH 5.7.0] Liblist finally works
50187              
50188              Subject: [PATCH 5.7.0] Liblist returns found libraries
50189              
50190              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
50191              
50192              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
50193              
50194              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50195              OUT keyword nits.
50196              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
50197              OUT and IN_OUT documentation.
50198      Branch: maint-5.6/perl
50199           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
50200           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
50201           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
50202           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
50203           !> win32/bin/search.pl
50204 ____________________________________________________________________________
50205 [  8165] By: gsar                                  on 2000/12/18  01:28:45
50206         Log: integrate changes#7533,7563,7611,7623 from mainline (various
50207              malloc.c embellishments)
50208      Branch: maint-5.6/perl
50209           !> malloc.c pod/perldiag.pod
50210 ____________________________________________________________________________
50211 [  8164] By: gsar                                  on 2000/12/18  01:23:33
50212         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
50213              fixups)
50214      Branch: maint-5.6/perl
50215           !> utils/h2xs.PL
50216 ____________________________________________________________________________
50217 [  8163] By: gsar                                  on 2000/12/18  01:17:50
50218         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
50219              fixups)
50220      Branch: maint-5.6/perl
50221           !> Makefile.SH utils/perlbug.PL
50222 ____________________________________________________________________________
50223 [  8162] By: gsar                                  on 2000/12/18  00:25:43
50224         Log: always export Perl_deb() (it is required by re.xs whether
50225              Perl is built with or without -DDEBUGGING)
50226      Branch: maint-5.6/perl
50227            ! makedef.pl
50228 ____________________________________________________________________________
50229 [  8161] By: gsar                                  on 2000/12/18  00:23:38
50230         Log: integrate change#7414 from mainline
50231              
50232              Undo the basename() part of #7412 since the lib/basename
50233              tests would need upgrading too.
50234              
50235              squelch two tests in tr.t that rely on tr/// paranoia change
50236              that's not in 5.6.x
50237      Branch: maint-5.6/perl
50238            ! t/op/tr.t
50239           !> lib/File/Basename.pm
50240 ____________________________________________________________________________
50241 [  8160] By: gsar                                  on 2000/12/18  00:05:30
50242         Log: missing change in previous integrate
50243      Branch: maint-5.6/perl
50244           !> README.aix
50245 ____________________________________________________________________________
50246 [  8159] By: gsar                                  on 2000/12/18  00:03:38
50247         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
50248              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
50249              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
50250              7410..7413 from mainline
50251              
50252              Introduce the man[24-8] variables, from Andy Dougherty.
50253              
50254              Upgrade to CPAN 1.58, from Andreas König.
50255              
50256              An updated EBCDIC tr patch.
50257              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
50258              
50259              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
50260              
50261              Two thirds of
50262              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50263              The Install.pm changes will be submitted separately because
50264              they need some work and discussion still.
50265              
50266              The Install.pm third of
50267              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
50268              
50269              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
50270              
50271              Subject: [PATCH 5.7.0] IVs in mtats
50272              
50273              Subject: [PATCH 5.7.0] Perl API for mstats
50274              
50275              Ilya implemented the memory profiling API.
50276              
50277              In Amdahl UTS "struct sv" is defined by a system header,
50278              <ksync.h>.
50279              
50280              Slight tweak of the code to appease Amdahl UTS cc.
50281              
50282              Amdahl UTS doesn't seem to do dynaloading.
50283              
50284              Use UTF8SKIP(), from Simon Cozens.
50285              
50286              Thinko in #7222.
50287              
50288              op/sprintf.t patch for OS/390 (and any other host with limited
50289              floating-point exponent length)
50290              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
50291              
50292              Tweak #7225.
50293              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
50294              
50295              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
50296              
50297              Needs to be conditional on SunOS 4.
50298              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
50299              
50300              Test cases for bug id 20000323.056 (the bug seems to be fixed).
50301              
50302              Add test for bug id 20000427.003 (which seems to have
50303              been fixed) (also duplicate as 20000427.004, though
50304              with a higher severity).  Move one utf8 from op/append
50305              to pragma/utf8, tag the tests with bug ids.
50306              
50307              Document FNCASE=y as discussed in the bug 20000902.009.
50308              
50309              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
50310              The problem was that rx->minlen was in chars while pp_split()
50311              thought it would be in bytes. 
50312              
50313              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
50314              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
50315              
50316              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
50317              
50318              Fix a couple of compiler-noted nits in #7235.
50319              
50320              Tweak the test of #7235.
50321              
50322              One more ~utf8 tweak.
50323              
50324              -w cleanup.
50325              Subject: Re: Problems with bleadperl 
50326              
50327              Subject: small pod patch
50328              
50329              Subject: [PATCH perlguts.pod] Document offset hack
50330              
50331              Add Charles Lane.
50332              
50333              Add the capability to include/exclude branches.
50334              
50335              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
50336              
50337              Detect early whether the std streams have gone bad.
50338              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50339              
50340              More IoTYPE sprinkling.
50341              
50342              Workaround for a sfio bug where the stream error indicator
50343              is not cleared as documented.
50344              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
50345              
50346              Clarify documentation on 'use bytes'.
50347              Subject: Re: What does 'use bytes' "mean" ?
50348              
50349              Show the failed remote port, instead of the failing line number.
50350              Subject: [PATCH 5.6.1 Debugger] More diagnostics
50351              
50352              Make Cwd more bulletproof in chrooted environments.
50353              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
50354              
50355              Subject: Pod patch for Devel::Peek
50356              
50357              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
50358              
50359              Borland C fstat() never saw the fd as writable.
50360              Subject: fix for Borland's weak "stat" (perl@7211)
50361              
50362              Missing change from #7362.
50363              
50364              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
50365              
50366              Add the test case for the bug id 20000730.004 which seems
50367              to have been fixed by now.
50368              
50369              Fix of sorts for bug id 20000901.092.  There seems to be no trace
50370              of a 'pmshort' anywhere in the B, so the offending line was simply
50371              removed.
50372              
50373              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
50374              
50375              Subject: PATCH do_print has 2 PerlIO_error()s
50376              
50377              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
50378              
50379              Typo noted by Mark Lutz.
50380              
50381              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
50382              
50383              In the latest compiler builds cccdlflags must not become -fpic,
50384              from Wilfredo Sánchez.
50385              
50386              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
50387              
50388              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
50389              
50390              SOCKS function redefinitions need prototypes, too, otherwise
50391              for example 32 bit versus 64 bit differences cause a lot of
50392              problems.  Part of
50393              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50394              
50395              Portability tweak on #7377.
50396              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
50397              
50398              Don't write double values through long double pointers,
50399              based on a part of
50400              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
50401              
50402              Reëntrancy fix.
50403              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50404              
50405              Make scan_num() reëntrant, as suggested in
50406              Subject: [PATCH perl@7229] Rentrant parser and yylex()
50407              
50408              Fix for ID 20001020.006, concatenating an unset submatch
50409              with utf8 resulted in "Modification of a read-only value".
50410              
50411              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
50412              
50413              The #7383 was right only in the context of the original bug report,
50414              not in more general case.
50415              
50416              Update Changes.
50417              
50418              Testcases for a #7383,#7385 related bug.
50419              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
50420              
50421              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
50422              
50423              Tweak the Is* definitions of Unicode character classes
50424              to better match the official categorizations; embrace
50425              the official categorizations; add the combining marks
50426              as alpha (and -numeric); fix DCinital (a typo and edito)
50427              to be DCmedial.
50428              
50429              Hints tweak from Anton Berezin.
50430              
50431              Subject: installman go-faster stripes
50432              Subject: Re: installman go-faster stripes
50433              
50434              Subject: [ID 20001021.003] updated hints/openbsd.sh
50435              
50436              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
50437              
50438              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
50439              
50440              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
50441              
50442              Doc patch.
50443              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
50444              
50445              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
50446              
50447              Subject: Re: [ID 20001021.005] SEGV with regex match 
50448              
50449              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
50450              
50451              The change #7187 was not so good on VMS.
50452              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
50453              
50454              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
50455              
50456              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
50457              
50458              Document PERL_INSTALL_ROOT of #7210.
50459      Branch: maint-5.6/perl
50460           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
50461           +> t/lib/tie-splice.t
50462            - lib/unicode/Is/DCinital.pl
50463           !> (integrate 112 files)
50464 ____________________________________________________________________________
50465 [  8158] By: jhi                                   on 2000/12/17  23:04:24
50466         Log: Subject: [PATCHES] RE: perl@8150 
50467              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
50468              Date: Sun, 17 Dec 2000 21:46:39 +0100
50469              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
50470              
50471              Neither cygwin has a getpwuid() one can trust on.
50472      Branch: perl
50473            ! t/lib/glob-basic.t
50474 ____________________________________________________________________________
50475 [  8157] By: jhi                                   on 2000/12/17  23:01:54
50476         Log: More MAN.PODS => {} fixes.
50477      Branch: perl
50478            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
50479            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
50480            ! os2/OS2/REXX/Makefile.PL
50481 ____________________________________________________________________________
50482 [  8156] By: gsar                                  on 2000/12/17  22:49:13
50483         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
50484              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
50485              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
50486              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
50487              7201,7204 from mainline
50488              
50489              Remove vestiges of tr//CU.
50490              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50491              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50492              
50493              The return value of setlocale must be copied away.
50494              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
50495              
50496              Allow chop() and chomp() to be overridden.
50497              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
50498              
50499              Hints optimization.
50500              Subject: Minor nit
50501              
50502              Subject: [PATCH] de-wall t/README
50503              
50504              Subject: Re: Two advertising clauses need to be removed
50505              
50506              Batch of UTF-8 patches from Simon Cozens.
50507              
50508              Fix for a parsing bug, not for the original bug.
50509              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
50510              
50511              Compilation warnings and an error.
50512              
50513              Subject: File::Find 5.7.0 POD nits
50514              
50515              Subject: [PATCH perl-5.7.0] continued -Wformat support
50516              
50517              The one that got away.
50518              
50519              Subject: Re: perl@7078
50520              
50521              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
50522              convertable to bytes by checking it doesn't go above 0xc3
50523              Subject: Re: perl@7078
50524              
50525              Replace #7084 with
50526              Subject: Re: perl@7078 
50527              
50528              We don't need to count the high bit bytes, a boolean is enough. 
50529              
50530              Subject: [PATCH] utf8.c apidoc
50531              
50532              Subject: Re: perl@7078 
50533              
50534              Botched the #7090 check-in.
50535              
50536              Fix for the charnames.t failures from Spider Boardman.
50537              
50538              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
50539              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
50540              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
50541              0 to checking to get the warning.
50542              
50543              Subject: [PATCH] Nits in perlmod.pod
50544              
50545              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
50546              
50547              Subject: Re: unicode support and perl [ID 20000901.097]
50548              
50549              Subject: Re: unicode support and perl [ID 20000901.097]
50550              
50551              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
50552              
50553              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
50554              
50555              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
50556              
50557              Subject: [PATCH@blead] Fix some recursion in overload.pm
50558              
50559              s/Robin Parker/Robin Barker/
50560              
50561              Subject: [PATCH] Fix aliasing of tied filehandles
50562              
50563              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
50564              
50565              Subject: Re: [PATCH 5.005_64 missed]
50566              
50567              SOCK_DGRAM and listen() do not mix as reported in
50568              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
50569              The patch for 5.7.0+ had to be reengineered, though.
50570              
50571              Subject: DOC PATCH 5.6.0
50572              
50573              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
50574              
50575              Document the issue (is not a syntax error, kind of)
50576              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
50577              
50578              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
50579              Did not apply cleanly, manual intervention was needed.
50580              
50581              Subject: [PATCH] DLL not restartabke with threaded perl
50582              
50583              Inside require() $^S was always left undefined.
50584              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
50585              
50586              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
50587              
50588              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
50589              
50590              Regen headers.
50591              
50592              Subject: [PATCH 5.7.0] Epoc update
50593              
50594              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
50595              as suggested by Olaf Flebbe and Nick Clark.
50596              
50597              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
50598              
50599              Misplaced else.
50600              
50601              Scale down the VMS message boxes, by Charles Lane.
50602              Fix for ID 20000903.009, workaround at
50603              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
50604              
50605              Subject: [ID 20001003.006] B::Debug not -w clean
50606              
50607              Test harness update to sync with the new perlcc,
50608              from Simon Cozens.
50609              
50610              One remaining nit less at the VMS mailbox sizing.
50611              
50612              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
50613              
50614              It is possible to have no hosts database at all.  Pointed out in
50615              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
50616              
50617              Subject: [PATCH 5.7.0] h2xs not working
50618              Subject: [PATCH 5.7.0] h2xs not documenting the created module
50619              
50620              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
50621              
50622              Subject: perlhack.pod Patch for Externals Tools
50623              
50624              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
50625              
50626              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
50627              
50628              Enable disabling scripts installation by Configure -Uinstallscripts,
50629              suggested by H. Merijn Brand.
50630              
50631              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
50632              reported several times by Dominic Dunlop, for example in
50633              ID 20000315.008.  Patch from Dominic.  Patch affects at
50634              least MachTen, and possibly other oldish BSDs. Should not
50635              break non-broken platforms (tested on LinuxPPC). 
50636              
50637              Regen toc.
50638              
50639              Subject: Re: Questions about Tie::Array and perl modules
50640              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
50641              
50642              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
50643              
50644              Tweak #7153.
50645              
50646              IO::Handle->syswrite() did not handle length omission
50647              like CORE::syswrite() does.
50648              Subject: [Fwd] IO::Handle, syswrite and arguments
50649              The original patch from andrew@ugh.net.au.
50650              
50651              Also the $ccflags is needed for the C compiler check.
50652              Subject: Configure (check for C-compiler)
50653              
50654              Eliminate $Is_VMS code from the test.
50655              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
50656              
50657              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
50658              as the first option of cc/ld because of ultrapicky compilers
50659              (e.g. OS/390 R2.5)
50660              
50661              Change the version number of Tie::Handle in the core to 4.0,
50662              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
50663              Subject: Note on Tie::Handle
50664              
50665              UTF8ize split() so that the cloned substrings get the UTF8
50666              flag of the original scalar.  Problem reported by Simon Cozens.
50667              
50668              save_re_context() could reset PL_curcop to freed memory, causing core
50669              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
50670              
50671              Subject: PATCH 5.6 perldebguts grammar cleanup
50672              
50673              Add a todo note about overloadable assertions.
50674              
50675              on Windows, LoadLibrary() could load an extension DLL multiple
50676              times if forward slashes are used in the path
50677              
50678              on Windows, cwd strings in the environment should be of the
50679              form =X:=X:\foo instead of =X=X:\foo\
50680              
50681              on Windows, avoid potential exception (could happen if MSVCRT isn't
50682              being used) when closing a socket handle
50683              
50684              avoid nonportable example code
50685              
50686              Windows9x doesn't support link(), despite what Config.pm
50687              might think
50688              
50689              pod nit
50690              
50691              Change #7160 had a nasty typo.
50692              
50693              Warn about unknown scripts.
50694              Subject: Re: ideas? patches? [PATCH bleadperl]
50695              
50696              on Windows, clean targets might not work under some flavors of the shell
50697              
50698              tweak for change#7173
50699              
50700              Make eq work again with utf8 (disabling the upgrading
50701              should no more be necessary since the copies of the
50702              scalars are upgraded, not the scalars themselves).
50703              Takes care of ID 20001009.001.  (The claimed length()
50704              bug in 20001009.001 seems bogus to me.)
50705              
50706              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
50707              
50708              Upgrade to CGI.pm 2.74, from Lincoln Stein.
50709              
50710              Upgrade to podlators 1.04, from Russ Allbery.
50711              
50712              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
50713              
50714              Quote the temp file name, needed in Win32 because the
50715              default name unfortunately contains spaces, shouldn't
50716              hurt elsewhere.
50717              Subject: FW: perldoc fails if $TEMP contains spaces
50718              
50719              Subject: RE: [ID 19990803.001] README.win32 suggestions 
50720              
50721              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
50722              
50723              Subject: Re: utf8 concat, mg_get
50724              
50725              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
50726              
50727              Subject: [PATCH: perl@7181] op/tr tests on OS/390
50728              
50729              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
50730              
50731              Use the versiononly instead of the installscripts,
50732              retract the changes 7146 and 7147.
50733              
50734              Reapply Andy's patch and regen Configure.
50735              
50736              Add the test case for #7190, from the original bug report
50737              by Andreas König.
50738              
50739              Remove duplicated code.
50740              
50741              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
50742              
50743              restore change#7202
50744      Branch: maint-5.6/perl
50745           !> (integrate 121 files)
50746 ____________________________________________________________________________
50747 [  8155] By: jhi                                   on 2000/12/17  22:30:58
50748         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
50749              From: "Craig A. Berry" <craigberry@mac.com>
50750              Date: Sun, 17 Dec 2000 13:09:28 -0600
50751              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
50752              
50753              MAN.PODS => ' ' is naughty.
50754      Branch: perl
50755            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
50756 ____________________________________________________________________________
50757 [  8154] By: nick                                  on 2000/12/17  22:07:13
50758         Log: MULTIPLICITY nit.
50759      Branch: perl
50760            ! mg.c
50761 ____________________________________________________________________________
50762 [  8153] By: gsar                                  on 2000/12/17  21:23:05
50763         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
50764              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
50765              from mainline
50766              
50767              Document the SvIOK_.*UV().
50768              
50769              Update Unicode todo list.
50770              
50771              Guard against bad string->int conversion for quads.
50772              
50773              Subject: small apidoc fix
50774              
50775              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
50776              
50777              Subject: [PATCH] Tied filehandle documentation
50778              
50779              Subject: [PATCH] Modernize Opcode.pm documentation
50780              
50781              Make Data::Dumper (non-XS) to work with changed semantics of ref().
50782              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
50783              [applied even though said semantics didn't change in 5.6.x]
50784              
50785              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
50786              
50787              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
50788              
50789              Fix the URL, but the server is still missing in action.
50790              Subject: [ID 20000905.002] perlfaq1.pod URL error
50791              
50792              Subject: [ID 20000903.001] \w in utf8-strings
50793              
50794              Fix the ccversion detection for 5.1 and beyond.
50795              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
50796              
50797              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
50798              
50799              Subject: [ID 20000904.008] Tiny fix for perldiag
50800              
50801              Subject: Re: [ID 20000906.004] segfault with bad perl statement
50802              
50803              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
50804              
50805              Subject: [ID 20000908.002] perlipc documentation bug.
50806              
50807              Subject: [PATCH lib/Benchmark.pm]
50808              
50809              Re-allow vec() for characters > 255.
50810              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
50811              
50812              Do away with memory models cruft.  Sorry, PDP users.
50813              
50814              Continue #7041.
50815              
50816              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
50817              
50818              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
50819              
50820              Upgrade to CPAN 1.57_65, from Andreas König.
50821              
50822              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
50823              by Russ Allbery.
50824              
50825              Silence t/pod/*.t about alternate quote-mappings now implemented
50826              by Pod::Text, from Brad Appleton.
50827              
50828              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
50829              Subject: borland C++ win32.c tweak
50830              
50831              C<@a = @b = split(...)> optimization coredumps under ithreads
50832              (missed a spot when fixing up op_pmreplroot hack for ithreads)
50833              
50834              Document the SvUTF8*().
50835              
50836              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
50837              
50838              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
50839              
50840              Do in VMS as the #7054 does.
50841              
50842              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
50843              
50844              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
50845              
50846              Subject: [patch: perl@7045] vms updates
50847              
50848              Test for the #7049.
50849              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
50850              
50851              Break up the myconfig lines a bit.
50852              Subject: perlbug/perl -V output format
50853              
50854              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
50855              
50856              The #7054 truncated Configure badly.
50857              
50858              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
50859              initialization in all the threads on Windows
50860              
50861              Allow for whitespace between "#" and "line" in cpp output.
50862              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
50863              
50864              Remove vestiges of tr//CU.
50865              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50866              
50867              The return value of setlocale must be copied away.
50868              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
50869              
50870              Allow chop() and chomp() to be overridden.
50871              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
50872              
50873              Hints optimization.
50874              Subject: Minor nit
50875              
50876              Subject: [PATCH] de-wall t/README
50877              
50878              Subject: Re: Two advertising clauses need to be removed
50879      Branch: maint-5.6/perl
50880           !> (integrate 75 files)
50881 ____________________________________________________________________________
50882 [  8152] By: gsar                                  on 2000/12/17  20:30:11
50883         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
50884              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
50885              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
50886              
50887              Don't attach -ld to the archname if pointless.
50888              
50889              Document UNTIE in a very minimalistic way.
50890              
50891              POSIX doesn't report long double values under -Duselongdouble
50892              when the long doubles are "real" (bigger than doubles).
50893              
50894              More author updates.
50895              
50896              Try to deduce NV_MAX.  Really should be Configure fodder.
50897              
50898              :: not allowed in pathnames, change to .
50899              Subject: [PATCH perl@6938] cygwin port
50900              
50901              Forget about NV_MAX (#6951).  Various floating point tweaks,
50902              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
50903              
50904              Move the Solaris 7 scan to use64bitall, make the
50905              failure to find 64-bot sparc libc to mention the
50906              possibility of being in an intel, from Lupe and Alan.
50907              
50908              Regen perltoc.
50909              
50910              AUTHORS tweaks, from Peter Prymmer.
50911              
50912              More address tweaking.
50913              
50914              Small tweaks all over.
50915              
50916              File::Temp patches from Andreas König,
50917              
50918              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
50919              
50920              Subject: CPAN.pm beta 1.57_57 for the core
50921              
50922              Part of the solution.
50923              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
50924              
50925              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
50926              
50927              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50928              
50929              Add the overload warnings to perldiag.
50930              
50931              Drop unused argument.
50932              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
50933              
50934              Subject: Nit in Configure (bleadperl@6961)
50935              
50936              Update to PodParser 1.18, from Brad Appleton.
50937              
50938              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
50939              
50940              Subject: [PATCH: 6948] add SCNfldbl to configure.com
50941              
50942              Document UNTIE. Also tweak implementation to suppress the 'inner references'
50943              warning when UNTIE exists and instead pass the cound of extra references to
50944              the UNTIE method.
50945              
50946              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
50947              so that case-ignoring systems like DCL can tell them from
50948              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
50949              
50950              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50951              
50952              Feature ordering tweak.
50953              
50954              Regen perltoc.
50955              
50956              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
50957              
50958              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
50959              
50960              Subject: http:// in L<>
50961              
50962              Detypo.
50963              
50964              change#6791 accidentally clobbered change#6710, put it back
50965              
50966              Only the first line, thank you very much.
50967              
50968              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
50969              plus rework the http: spots as suggested by Tom Christiansen,
50970              plus regen perltoc.
50971              
50972              Undo part of change 6489 which looks like a bulk edit which
50973              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
50974              The supressing of main:: on return from select() is undesirable.
50975              
50976              Apparently avoiding the swapping is too costly.
50977              
50978              Various Configure nits by Philip Newton,
50979              plus the ebcdic one by me.
50980              
50981              Make certain cc is set before trying to run it.
50982              
50983              If overloaded %{} etc. return the object do not loop.
50984              Thus  sub deref { $_[0] } functions if object is wanted type.
50985              
50986              Update perlhist.
50987              
50988              More %{} and other deref special casing - do not pass to 'nomethod'.
50989      Branch: maint-5.6/perl
50990           !> (integrate 59 files)
50991 ____________________________________________________________________________
50992 [  8151] By: gsar                                  on 2000/12/17  19:14:38
50993         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
50994              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
50995              
50996              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
50997              
50998              Make the epsilon to be relative, not absolute.
50999              
51000              Put back the flags dump as reasoned in
51001              Subject: Re: [PATCH] Glob dumping
51002              
51003              Introduce ccname to keep track of what compiler kind of we have.
51004              
51005              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
51006              
51007              Put back the slice accidentally removed by #6907.
51008              
51009              Reset archname and archname64 always, forcing them be
51010              recomputed at each Configure run, make Configure and
51011              the hints files agree on the naming of largefiles variables.
51012              
51013              Don't say "Perl 5.0 source kit".
51014              
51015              Subject: [PATCH] fix misc cast warnings
51016              
51017              Subject: typos in pods
51018              
51019              NVs not necessarily doubles, as pointed out by Yitzchak.
51020              
51021              Subject: [PATCH 6889] add a few ldbl formats to configure.com
51022              
51023              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
51024              
51025              Better options for rsync.
51026              
51027              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
51028              
51029              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
51030              
51031              Subject: [PATCH] Re: UNTIE method 
51032              
51033              A better fix for the Socket building problem from Craig Berry.
51034              
51035              Retract the dummy test, skip the security tests (instead of failing),
51036              explain what the warnings mean.
51037              
51038              Heap decorruption.
51039              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
51040              
51041              Update to Unicode 3.0.1.
51042              
51043              Missed one Unicode file.
51044              
51045              Subject: Re: typos in pods
51046              
51047              The #6929 was too skimpy.
51048              
51049              sscanf() may be the only way to read long doubles from strings.
51050              
51051              Reveal Borland's isnan.
51052              Subject: build with BC++ tweak
51053              
51054              Issue useful diagnostic on unknown pod commands.
51055              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
51056              
51057              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
51058              
51059              Clarify the third case of ftmp-security warnings.
51060              
51061              Make -Dusemorebits find long doubles in Solaris.
51062              
51063              Wrap the test in eval.
51064      Branch: maint-5.6/perl
51065           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
51066           +> lib/unicode/PropList.txt lib/unicode/README.perl
51067           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
51068           +> lib/unicode/Unicode.301 vms/vmspipe.com
51069            - lib/unicode/Props.txt lib/unicode/UCD300.html
51070            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
51071           !> (integrate 305 files)
51072 ____________________________________________________________________________
51073 [  8150] By: jhi                                   on 2000/12/17  18:47:57
51074         Log: Uncheckedin generated files.
51075      Branch: perl
51076            ! global.sym perlapi.c pod/perlapi.pod
51077 ____________________________________________________________________________
51078 [  8149] By: jhi                                   on 2000/12/17  18:41:22
51079         Log: Update Changes.
51080      Branch: perl
51081            ! Changes patchlevel.h
51082 ____________________________________________________________________________
51083 [  8148] By: jhi                                   on 2000/12/17  18:39:16
51084         Log: Subject: [PATCH] Fcntl constants speedup
51085              From: Nicholas Clark <nick@ccl4.org>
51086              Date: Sun, 17 Dec 2000 16:29:24 +0000
51087              Message-ID: <20001217162924.E97668@plum.flirble.org>
51088              
51089              Use IVs for the Fcntl constants instead of NVs.
51090      Branch: perl
51091            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
51092 ____________________________________________________________________________
51093 [  8147] By: jhi                                   on 2000/12/17  18:33:41
51094         Log: Add test for #8145 (binmode() warning), add warning for
51095              ioctl() and sockpair(), document them. (fileno() cannot
51096              be tripwired with the same kind of warning because
51097              'defined fileno($foo)' seems to be an idiom.)
51098      Branch: perl
51099            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
51100 ____________________________________________________________________________
51101 [  8146] By: gsar                                  on 2000/12/17  18:09:08
51102         Log: update Changes
51103      Branch: maint-5.6/perl
51104            ! Changes
51105 ____________________________________________________________________________
51106 [  8145] By: jhi                                   on 2000/12/17  17:39:35
51107         Log: Subject: [PATCH] Re: The long awaited feature ...
51108              From: Simon Cozens <simon@cozens.net>
51109              Date: Sun, 17 Dec 2000 12:31:56 +0000
51110              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
51111              
51112              Add a warning to binmode() about using bad filehandles
51113              (can happen e.g. if someone forgets the filehandle argument)
51114      Branch: perl
51115            ! pp_sys.c
51116 ____________________________________________________________________________
51117 [  8144] By: jhi                                   on 2000/12/17  17:33:48
51118         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
51119              From: Jonathan Stowe <gellyfish@gellyfish.com>
51120              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
51121              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
51122      Branch: perl
51123            ! lib/Net/Ping.pm
51124 ____________________________________________________________________________
51125 [  8143] By: jhi                                   on 2000/12/17  05:31:37
51126         Log: Polymorphic regexps.
51127              
51128              Fixes at least the bugs 20001028.003 (both of them...) and
51129              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
51130              also to be fixed by now, probably already before this patch.
51131      Branch: perl
51132            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
51133            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
51134            ! t/op/utf8decode.t t/pragma/utf8.t
51135 ____________________________________________________________________________
51136 [  8142] By: jhi                                   on 2000/12/16  17:16:05
51137         Log: Subject: [patch perl@8102] dos/djgpp update
51138              From: Laszlo Molnar <ml1050@freemail.hu>
51139              Date: Sat, 16 Dec 2000 01:40:52 +0100
51140              Message-ID: <20001216014052.A335@freemail.hu>
51141      Branch: perl
51142            ! djgpp/config.over t/base/commonsense.t
51143 ____________________________________________________________________________
51144 [  8141] By: jhi                                   on 2000/12/16  17:09:27
51145         Log: Few uncheckedin files.
51146      Branch: perl
51147            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
51148 ____________________________________________________________________________
51149 [  8140] By: nick                                  on 2000/12/15  22:14:31
51150         Log: Integrate mainline
51151      Branch: perlio
51152           !> (integrate 53 files)
51153 ____________________________________________________________________________
51154 [  8139] By: jhi                                   on 2000/12/15  19:49:49
51155         Log: One more IVUV tweak from Nicholas Clark.
51156      Branch: perl
51157            ! sv.c
51158 ____________________________________________________________________________
51159 [  8138] By: jhi                                   on 2000/12/15  19:17:06
51160         Log: Return of the IVUV-preservation, now seems to be happy even
51161              in Digital UNIX (the broken strtoul brokenness detection
51162              seems to have been the fly in the ointment).
51163      Branch: perl
51164            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51165            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
51166            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
51167            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
51168            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51169            ! vos/config.ga.h win32/config.bc win32/config.gc
51170            ! win32/config.vc
51171 ____________________________________________________________________________
51172 [  8137] By: jhi                                   on 2000/12/15  18:12:14
51173         Log: Metaconfig unit change for #8136.
51174      Branch: metaconfig
51175            ! U/modified/d_strtoul.U
51176      Branch: metaconfig/U/perl
51177            ! d_strtoull.U d_strtouq.U
51178 ____________________________________________________________________________
51179 [  8136] By: jhi                                   on 2000/12/15  18:11:35
51180         Log: I don't think it's sensible or portable to test the strtou*
51181              on /^-/ strings.
51182      Branch: perl
51183            ! Configure
51184 ____________________________________________________________________________
51185 [  8135] By: jhi                                   on 2000/12/15  17:18:49
51186         Log: Metaconfig unit change for #8134.
51187      Branch: metaconfig
51188            ! U/modified/d_strtoul.U
51189 ____________________________________________________________________________
51190 [  8134] By: jhi                                   on 2000/12/15  17:14:13
51191         Log: If longsize is 8 we don't need a LL suffix for integer constants.
51192      Branch: perl
51193            ! Configure config_h.SH
51194 ____________________________________________________________________________
51195 [  8133] By: jhi                                   on 2000/12/15  16:00:23
51196         Log: Update Changes.
51197      Branch: perl
51198            ! Changes patchlevel.h
51199 ____________________________________________________________________________
51200 [  8132] By: jhi                                   on 2000/12/15  15:44:16
51201         Log: Some compilers get huffy if you do not cast a const pointer
51202              to a non-const when assigning.
51203      Branch: perl
51204            ! gv.c
51205 ____________________________________________________________________________
51206 [  8131] By: jhi                                   on 2000/12/15  15:38:30
51207         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
51208              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51209              Date: Fri, 15 Dec 2000 05:26:57 -0500
51210              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
51211      Branch: perl
51212            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
51213            ! t/pragma/overload.t
51214 ____________________________________________________________________________
51215 [  8130] By: jhi                                   on 2000/12/15  15:36:08
51216         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
51217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51218              Date: Thu, 14 Dec 2000 22:02:43 -0500
51219              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
51220      Branch: perl
51221            ! gv.c perl.h
51222 ____________________________________________________________________________
51223 [  8129] By: jhi                                   on 2000/12/15  15:34:16
51224         Log: Subject: PATCH: h2xs nit
51225              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51226              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
51227              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
51228              
51229              Add a template README.
51230      Branch: perl
51231            ! utils/h2xs.PL
51232 ____________________________________________________________________________
51233 [  8128] By: jhi                                   on 2000/12/15  15:32:22
51234         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
51235      Branch: perl
51236            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
51237 ____________________________________________________________________________
51238 [  8127] By: jhi                                   on 2000/12/15  15:19:34
51239         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
51240              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51241              Date:     Thu, 14 Dec 2000 20:04:42 EST
51242              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
51243      Branch: perl
51244            ! ext/Opcode/Opcode.xs
51245 ____________________________________________________________________________
51246 [  8126] By: jhi                                   on 2000/12/15  15:17:49
51247         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
51248              From: Peter Prymmer <pvhp@forte.com>
51249              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
51250              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
51251      Branch: perl
51252            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
51253            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
51254            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
51255 ____________________________________________________________________________
51256 [  8125] By: jhi                                   on 2000/12/15  15:11:05
51257         Log: This seems to be a stage sane and stable enough to checkin.
51258              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
51259      Branch: perl
51260            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
51261            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
51262            ! t/op/cmp.t t/op/numconvert.t
51263 ____________________________________________________________________________
51264 [  8124] By: jhi                                   on 2000/12/15  04:20:26
51265         Log: Something is really wonky.
51266      Branch: perl
51267            ! sv.c
51268 ____________________________________________________________________________
51269 [  8123] By: jhi                                   on 2000/12/15  04:00:50
51270         Log: Fixes for the IV UV patches to compile in Digital UNIX.
51271      Branch: perl
51272            ! sv.c
51273 ____________________________________________________________________________
51274 [  8122] By: jhi                                   on 2000/12/15  02:53:40
51275         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
51276              From: "Craig A. Berry" <craigberry@mac.com>
51277              Date: Thu, 14 Dec 2000 19:10:49 -0600
51278              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
51279      Branch: perl
51280            ! vms/vms.c
51281 ____________________________________________________________________________
51282 [  8121] By: jhi                                   on 2000/12/15  02:50:00
51283         Log: Metaconfig changes for #8120.
51284      Branch: metaconfig
51285            + U/modified/d_strtoul.U
51286      Branch: metaconfig/U/perl
51287            ! d_strtoull.U d_strtouq.U
51288 ____________________________________________________________________________
51289 [  8120] By: jhi                                   on 2000/12/15  02:49:42
51290         Log: From: Nicholas Clark <nick@ccl4.org> 
51291              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
51292              Date: Thu, 14 Dec 2000 18:38:57 +0000
51293              Message-ID: <20001214183857.B97909@plum.flirble.org>
51294      Branch: perl
51295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51296            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
51297            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51298            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51299            ! win32/config.gc win32/config.vc
51300 ____________________________________________________________________________
51301 [  8119] By: jhi                                   on 2000/12/14  23:40:58
51302         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
51303              From: Nicholas Clark <nick@ccl4.org>
51304              Date: Wed, 13 Dec 2000 20:08:50 +0000
51305              Message-ID: <20001213200849.B71166@plum.flirble.org>
51306      Branch: perl
51307            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
51308            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
51309 ____________________________________________________________________________
51310 [  8118] By: jhi                                   on 2000/12/14  22:46:26
51311         Log: Integrate perlio.
51312      Branch: perl
51313           !> MANIFEST ext/Encode/compile makedef.pl
51314 ____________________________________________________________________________
51315 [  8117] By: nick                                  on 2000/12/14  22:38:53
51316         Log: Win32 tweaks to get Encode to build
51317              - temp hack to makedef.pl till PerlIO is properly "exported".
51318              - MSVC dislikes  
51319              static encpage_t foo[];
51320              so make 'em extern for now.
51321      Branch: perlio
51322            ! ext/Encode/compile makedef.pl
51323 ____________________________________________________________________________
51324 [  8116] By: nick                                  on 2000/12/14  22:00:53
51325         Log: Document the new files
51326      Branch: perlio
51327            ! MANIFEST
51328 ____________________________________________________________________________
51329 [  8115] By: jhi                                   on 2000/12/14  21:58:01
51330         Log: MANIFEST new files of #8114.
51331      Branch: perl
51332            ! MANIFEST
51333 ____________________________________________________________________________
51334 [  8114] By: jhi                                   on 2000/12/14  21:50:49
51335         Log: Integrate perlio.
51336      Branch: perl
51337           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
51338           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
51339           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
51340           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
51341           !> ext/Encode/Makefile.PL
51342 ____________________________________________________________________________
51343 [  8113] By: jhi                                   on 2000/12/14  21:48:49
51344         Log: The documentation part of the
51345              
51346              Subject: [ID 20001214.002] Net::Ping patch
51347              From: Jonathan Stowe <gellyfish@gellyfish.com>
51348              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
51349              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
51350              since the #7529 had already addressed the same problem.
51351      Branch: perl
51352            ! lib/Net/Ping.pm
51353 ____________________________________________________________________________
51354 [  8112] By: jhi                                   on 2000/12/14  21:42:57
51355         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
51356              From: Dominic Dunlop <domo@computer.org>
51357              Date: Tue, 12 Dec 2000 10:47:10 +0100
51358              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
51359              
51360              Document how elusive subroutines can be.
51361      Branch: perl
51362            ! pod/perlfunc.pod
51363 ____________________________________________________________________________
51364 [  8111] By: jhi                                   on 2000/12/14  21:38:05
51365         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
51366              From: Dominic Dunlop <domo@computer.org>
51367              Date: Thu, 14 Dec 2000 10:13:51 +0100
51368              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
51369      Branch: perl
51370            ! ext/POSIX/POSIX.pod
51371 ____________________________________________________________________________
51372 [  8110] By: jhi                                   on 2000/12/14  21:36:32
51373         Log: Subject: [patch] perlfaq7
51374              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
51375              Date: Thu, 14 Dec 2000 15:31:07 +0100
51376              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
51377      Branch: perl
51378            ! pod/perlfaq7.pod
51379 ____________________________________________________________________________
51380 [  8109] By: jhi                                   on 2000/12/14  21:29:20
51381         Log: Subject: [8104] Encode
51382              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51383              Date: Thu, 14 Dec 2000 14:49:34 +0100
51384              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
51385              
51386              Type casting for nervous compilers.
51387      Branch: perl
51388            ! ext/Encode/Encode.xs
51389 ____________________________________________________________________________
51390 [  8108] By: jhi                                   on 2000/12/14  21:26:17
51391         Log: Subject: [8104] DB_File
51392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51393              Date: Thu, 14 Dec 2000 14:49:35 +0100
51394              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
51395              
51396              Type definition incorrect for DB 2.7.7.  Not known when it
51397              changed, so only changed it for a known revision.
51398      Branch: perl
51399            ! ext/DB_File/DB_File.xs
51400 ____________________________________________________________________________
51401 [  8107] By: jhi                                   on 2000/12/14  21:23:41
51402         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
51403              From: Peter Prymmer <pvhp@forte.com>
51404              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
51405              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
51406              
51407              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
51408      Branch: perl
51409            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51410            ! ext/Encode/Encode/posix-bc.enc
51411 ____________________________________________________________________________
51412 [  8106] By: nick                                  on 2000/12/14  20:36:13
51413         Log: "Cold" build correction to Encode's Makefile.PL
51414      Branch: perlio
51415            ! ext/Encode/Makefile.PL
51416 ____________________________________________________________________________
51417 [  8105] By: nick                                  on 2000/12/14  20:09:37
51418         Log: "Compiled" encodings.
51419              Correct replacement character in EBCDIC .enc files
51420              Add 0x7F to ASCII repertoire.
51421      Branch: perlio
51422            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
51423            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
51424            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
51425            ! ext/Encode/Makefile.PL ext/Encode/compile
51426            ! ext/Encode/encengine.c ext/Encode/encode.h
51427 ____________________________________________________________________________
51428 [  8104] By: nick                                  on 2000/12/14  00:38:20
51429         Log: Integrate mainline
51430      Branch: perlio
51431           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
51432           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
51433           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
51434           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
51435           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
51436           !> t/lib/db-hash.t t/lib/db-recno.t
51437 ____________________________________________________________________________
51438 [  8103] By: nick                                  on 2000/12/13  23:16:13
51439         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
51440              so far and so it does not get lost.
51441      Branch: perlio
51442            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
51443 ____________________________________________________________________________
51444 [  8102] By: jhi                                   on 2000/12/13  17:14:22
51445         Log: Update Changes.
51446      Branch: perl
51447            ! Changes patchlevel.h
51448 ____________________________________________________________________________
51449 [  8101] By: jhi                                   on 2000/12/13  16:53:41
51450         Log: Move the proto of start_glob() to a better place; regen api files.
51451      Branch: perl
51452            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
51453 ____________________________________________________________________________
51454 [  8100] By: jhi                                   on 2000/12/13  16:47:11
51455         Log: Metaconfig change for #8099.
51456      Branch: metaconfig
51457            ! U/modified/Head.U
51458 ____________________________________________________________________________
51459 [  8099] By: jhi                                   on 2000/12/13  16:46:48
51460         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
51461              From: Andy Dougherty <doughera@lafayette.edu>
51462              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
51463              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
51464      Branch: perl
51465            ! Configure
51466 ____________________________________________________________________________
51467 [  8098] By: jhi                                   on 2000/12/13  16:39:02
51468         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
51469              From: rspier@pobox.com (Robert Spier)
51470              Date: Tue, 12 Dec 2000 21:12:39 -0500
51471              Message-ID: <14902.56087.678086.725773@rls.cx>
51472              
51473              fastgetcwd is defined using a glob alias on a $^O dependent basis -
51474              and there was no default assignment or perl subroutine.
51475      Branch: perl
51476            ! lib/Cwd.pm
51477 ____________________________________________________________________________
51478 [  8097] By: jhi                                   on 2000/12/13  16:16:01
51479         Log: Subject: [PATCH] move startglob out of pp_hot.c
51480              From: Nicholas Clark <nick@ccl4.org>
51481              Date: Mon, 11 Dec 2000 23:16:39 +0000
51482              Message-ID: <20001211231638.A55550@plum.flirble.org>
51483      Branch: perl
51484            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
51485 ____________________________________________________________________________
51486 [  8096] By: jhi                                   on 2000/12/13  15:26:23
51487         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
51488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51489              Date: Wed, 13 Dec 2000 14:01:37 +0100
51490              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
51491              
51492              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
51493              in turn requires libpthread in libswanted.
51494      Branch: perl
51495            ! hints/hpux.sh
51496 ____________________________________________________________________________
51497 [  8095] By: jhi                                   on 2000/12/12  19:51:05
51498         Log: The integration wars continue.
51499      Branch: perl
51500           !> sv.c
51501 ____________________________________________________________________________
51502 [  8094] By: jhi                                   on 2000/12/12  19:48:26
51503         Log: Subject: [PATCH perl@8070] DB_File-1.74  
51504              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
51505              Date: Mon, 11 Dec 2000 23:07:17 -0000
51506              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
51507      Branch: perl
51508            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51509            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
51510            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
51511            ! t/lib/db-recno.t
51512 ____________________________________________________________________________
51513 [  8093] By: nick                                  on 2000/12/12  19:42:13
51514         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
51515      Branch: perlio
51516            ! sv.c
51517           !> lib/File/DosGlob.pm
51518 ____________________________________________________________________________
51519 [  8092] By: jhi                                   on 2000/12/12  19:28:11
51520         Log: Integrate perlio.
51521      Branch: perl
51522           !> sv.c
51523 ____________________________________________________________________________
51524 [  8091] By: nick                                  on 2000/12/12  18:49:45
51525         Log: Fix for Tk, and upgrading shared SVs.
51526      Branch: perlio
51527            ! sv.c
51528 ____________________________________________________________________________
51529 [  8090] By: jhi                                   on 2000/12/12  16:48:59
51530         Log: Subject: [PATCH] Re: Breadperl & Tk
51531              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51532              Date: Tue, 12 Dec 2000 14:48:27 GMT
51533              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
51534      Branch: perl
51535            ! sv.c
51536 ____________________________________________________________________________
51537 [  8089] By: jhi                                   on 2000/12/12  03:37:19
51538         Log: Subject: DosGlob.pm diff for bash style brace expansion.
51539              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
51540              Date: Fri, 8 Dec 2000 10:45:30 -0600
51541              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
51542      Branch: perl
51543            ! lib/File/DosGlob.pm
51544 ____________________________________________________________________________
51545 [  8088] By: nick                                  on 2000/12/11  23:59:59
51546         Log: Integrate mainline
51547      Branch: perlio
51548           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
51549           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
51550           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
51551           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
51552           !> t/op/local.t t/pragma/warn/toke toke.c
51553 ____________________________________________________________________________
51554 [  8087] By: jhi                                   on 2000/12/11  23:20:23
51555         Log: Integrate perlio.
51556      Branch: perl
51557           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
51558 ____________________________________________________________________________
51559 [  8086] By: jhi                                   on 2000/12/11  22:50:59
51560         Log: Tune further the OS detection of CGI.
51561      Branch: perl
51562            ! lib/CGI.pm
51563 ____________________________________________________________________________
51564 [  8085] By: nick                                  on 2000/12/11  22:50:46
51565         Log: Finish 1st pass of "encoding" layer e.g. :
51566              open($fh,"<encoding(iso8859-7)",$greek) || die;
51567      Branch: perlio
51568            ! ext/Encode/Encode.xs perlio.c perliol.h
51569 ____________________________________________________________________________
51570 [  8084] By: jhi                                   on 2000/12/11  22:32:06
51571         Log: Revert the -f ambiguousity patch, seems to cause
51572              too much hassle (the interpret -Q as a function
51573              where Q is not a known filetest part is left in).
51574      Branch: perl
51575            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
51576            ! toke.c
51577 ____________________________________________________________________________
51578 [  8083] By: jhi                                   on 2000/12/11  22:27:23
51579         Log: (accidentally empty check-in)
51580      Branch: perl
51581            ! lib/File/DosGlob.pm
51582 ____________________________________________________________________________
51583 [  8082] By: nick                                  on 2000/12/11  19:09:51
51584         Log: Restore mmap function (broken by tweaks to shared buffer
51585              layer for encode(xxxx)).
51586      Branch: perlio
51587            ! perlio.c
51588 ____________________________________________________________________________
51589 [  8081] By: jhi                                   on 2000/12/11  18:29:13
51590         Log: Subject: Re: The long awaited feature ...
51591              From: Simon Cozens <simon@cozens.net>
51592              Date: Mon, 11 Dec 2000 15:54:24 +0000
51593              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
51594              
51595              More io/utf8 tests.
51596      Branch: perl
51597            ! t/io/utf8.t
51598 ____________________________________________________________________________
51599 [  8080] By: jhi                                   on 2000/12/11  18:19:36
51600         Log: Subject: PATCH MakeMaker manpage clarification
51601              From: andreas.koenig@anima.de (Andreas J. Koenig)
51602              Date: 10 Dec 2000 20:46:13 +0100
51603              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
51604      Branch: perl
51605            ! lib/ExtUtils/MakeMaker.pm
51606 ____________________________________________________________________________
51607 [  8079] By: jhi                                   on 2000/12/11  15:35:07
51608         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
51609              From: Simon Cozens <simon@cozens.net>
51610              Date: Sun, 10 Dec 2000 19:06:19 +0000
51611              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
51612      Branch: perl
51613            ! ext/B/B/Deparse.pm t/lib/b.t
51614 ____________________________________________________________________________
51615 [  8078] By: jhi                                   on 2000/12/11  15:09:11
51616         Log: Subject: [PATCH] docs on NaN
51617              From: Nicholas Clark <nick@ccl4.org>
51618              Date: Mon, 11 Dec 2000 01:48:38 +0000
51619              Message-ID: <20001211014838.B99205@plum.flirble.org>
51620      Branch: perl
51621            ! pod/perlop.pod
51622 ____________________________________________________________________________
51623 [  8077] By: jhi                                   on 2000/12/11  15:02:21
51624         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
51625              From: Simon Cozens <simon@cozens.net>
51626              Date: Mon, 11 Dec 2000 01:21:45 +0000
51627              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
51628      Branch: perl
51629            ! pp.c pp_hot.c scope.c t/op/local.t
51630 ____________________________________________________________________________
51631 [  8076] By: nick                                  on 2000/12/10  20:43:32
51632         Log: Not merge worthy...
51633              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
51634              syntax is modelled on attributes.
51635              Untested fix for io/utf8 on Win32 etc.
51636              Very clumsy start to the encode layer.
51637      Branch: perlio
51638            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
51639 ____________________________________________________________________________
51640 [  8075] By: jhi                                   on 2000/12/10  18:39:33
51641         Log: Darwin is not Windows.
51642      Branch: perl
51643            ! lib/CGI.pm
51644 ____________________________________________________________________________
51645 [  8074] By: jhi                                   on 2000/12/10  18:31:27
51646         Log: Subject: Ambiguous -%c() resolved as a file test
51647              From: "Paul Marquess" <Paul.Marquess@openwave.com>
51648              Date: Sun, 10 Dec 2000 15:35:07 -0000
51649              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
51650      Branch: perl
51651            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
51652 ____________________________________________________________________________
51653 [  8073] By: jhi                                   on 2000/12/10  18:16:29
51654         Log: Subject: PATCH installperl misinformed 
51655              From: andreas.koenig@anima.de (Andreas J. Koenig)
51656              Date: 10 Dec 2000 13:01:32 +0100 
51657              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
51658      Branch: perl
51659            ! installperl
51660 ____________________________________________________________________________
51661 [  8072] By: jhi                                   on 2000/12/10  18:07:55
51662         Log: The walkoptree confusion rages; walkoptree() seems to be coming
51663              from B.xs, while walkoptree_slow() comes from B.pm.
51664      Branch: perl
51665            ! ext/B/B.pm
51666 ____________________________________________________________________________
51667 [  8071] By: nick                                  on 2000/12/10  11:45:47
51668         Log: Integrate mainline
51669      Branch: perlio
51670           +> t/base/commonsense.t
51671           !> (integrate 37 files)
51672 ____________________________________________________________________________
51673 [  8070] By: jhi                                   on 2000/12/10  04:46:21
51674         Log: Update Changes.
51675      Branch: perl
51676            ! Changes patchlevel.h
51677 ____________________________________________________________________________
51678 [  8069] By: jhi                                   on 2000/12/10  04:39:19
51679         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
51680              From: andreas.koenig@anima.de (Andreas J. Koenig)
51681              Date: 09 Dec 2000 17:14:25 +0100
51682              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
51683      Branch: perl
51684            + t/base/commonsense.t
51685            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
51686 ____________________________________________________________________________
51687 [  8068] By: jhi                                   on 2000/12/10  04:17:36
51688         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
51689              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51690              Date: Sat, 9 Dec 2000 16:47:22 -0000
51691              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
51692      Branch: perl
51693            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
51694            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
51695            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
51696            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
51697            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
51698            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
51699            ! t/lib/sdbm.t
51700 ____________________________________________________________________________
51701 [  8067] By: jhi                                   on 2000/12/10  03:52:02
51702         Log: Test case for #8066.
51703      Branch: perl
51704            ! t/op/misc.t
51705 ____________________________________________________________________________
51706 [  8066] By: jhi                                   on 2000/12/10  03:50:30
51707         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
51708              From: Simon Cozens <simon@cozens.net>
51709              Date: Sun, 10 Dec 2000 00:55:37 +0000
51710              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
51711      Branch: perl
51712            ! pp_sys.c
51713 ____________________________________________________________________________
51714 [  8065] By: jhi                                   on 2000/12/10  03:44:52
51715         Log: Test case for #8064.
51716      Branch: perl
51717            ! t/comp/proto.t
51718 ____________________________________________________________________________
51719 [  8064] By: jhi                                   on 2000/12/10  03:42:32
51720         Log: Subject: Re: prototype of substr
51721              From: Simon Cozens <simon@cozens.net>
51722              Date: Sun, 10 Dec 2000 00:13:33 +0000
51723              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
51724              
51725              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
51726              In other words, make the returned prototypes for any function
51727              stop prepending the ';' optionality marker after the first one.
51728              If they start getting optional, all the rest are optional.
51729      Branch: perl
51730            ! pp.c
51731 ____________________________________________________________________________
51732 [  8063] By: jhi                                   on 2000/12/10  03:39:42
51733         Log: Subject: [PATCH] perlguts.pod
51734              From: Simon Cozens <simon@cozens.net>
51735              Date: Sun, 10 Dec 2000 00:06:47 +0000
51736              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
51737              
51738              Documentation of the different types of ops,
51739              plus the functions in dump.c
51740      Branch: perl
51741            ! pod/perlguts.pod
51742 ____________________________________________________________________________
51743 [  8062] By: jhi                                   on 2000/12/10  03:30:04
51744         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
51745              From: Nicholas Clark <nick@talking.bollo.cx>
51746              Date: Sat, 09 Dec 2000 18:57:25 +0000
51747              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
51748              
51749              Be more robust in weird hostname setups.
51750      Branch: perl
51751            ! t/lib/net-hostent.t
51752 ____________________________________________________________________________
51753 [  8061] By: jhi                                   on 2000/12/10  03:28:21
51754         Log: Pacify fussy compiler. 
51755      Branch: perl
51756            ! pp_sys.c
51757 ____________________________________________________________________________
51758 [  8060] By: jhi                                   on 2000/12/10  02:52:46
51759         Log: Integrate perlio.
51760      Branch: perl
51761           !> pp_sys.c t/io/utf8.t
51762 ____________________________________________________________________________
51763 [  8059] By: nick                                  on 2000/12/09  23:40:14
51764         Log: read/sysread/recv should now be utf8 aware.
51765              Basic test for utf8 read.
51766      Branch: perlio
51767            ! pp_sys.c t/io/utf8.t
51768 ____________________________________________________________________________
51769 [  8058] By: jhi                                   on 2000/12/09  21:56:02
51770         Log: Integrate perlio.
51771      Branch: perl
51772           +> t/io/utf8.t
51773           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
51774 ____________________________________________________________________________
51775 [  8057] By: jhi                                   on 2000/12/09  21:53:35
51776         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
51777              From: Inaba Hiroto <inaba@st.rim.or.jp>
51778              Date: Sun, 10 Dec 2000 05:53:21 +0900
51779              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
51780              
51781              Tests for #8056.
51782      Branch: perl
51783            ! t/op/each.t
51784 ____________________________________________________________________________
51785 [  8056] By: jhi                                   on 2000/12/09  21:51:16
51786         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
51787              From: Inaba Hiroto <inaba@st.rim.or.jp>
51788              Date: Sat, 09 Dec 2000 18:02:00 +0900
51789              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
51790              
51791              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
51792      Branch: perl
51793            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
51794 ____________________________________________________________________________
51795 [  8055] By: nick                                  on 2000/12/09  20:11:48
51796         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
51797              than raw PerlIO_write() - does not seem to break any tests.
51798      Branch: perlio
51799            ! pp_sys.c
51800 ____________________________________________________________________________
51801 [  8054] By: nick                                  on 2000/12/09  19:47:30
51802         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
51803              (sysread, recv and write i.e. formats still to do...)
51804              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
51805              open($fh,">:utf8","name")
51806              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
51807              so no extra overhead is involved.
51808              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
51809              to a non-utf8 stream.
51810              Add initial io/utf8.t
51811              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
51812              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
51813              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
51814      Branch: perlio
51815            + t/io/utf8.t
51816            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
51817 ____________________________________________________________________________
51818 [  8053] By: nick                                  on 2000/12/09  19:26:37
51819         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
51820              was only testing this_utf8.
51821      Branch: perlio
51822            ! toke.c
51823 ____________________________________________________________________________
51824 [  8052] By: nick                                  on 2000/12/09  19:09:41
51825         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
51826              i.e. the output string has one, but don't mess with source assumption.
51827      Branch: perlio
51828            ! toke.c
51829 ____________________________________________________________________________
51830 [  8051] By: jhi                                   on 2000/12/09  16:55:17
51831         Log: Integrate perlio.
51832      Branch: perl
51833           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
51834           !> sv.c thrdvar.h util.c
51835 ____________________________________________________________________________
51836 [  8050] By: jhi                                   on 2000/12/09  16:48:07
51837         Log: Nits noticed by Peter Prymmer.
51838      Branch: perl
51839            ! lib/ExtUtils/MM_VMS.pm
51840 ____________________________________________________________________________
51841 [  8049] By: nick                                  on 2000/12/09  13:49:40
51842         Log: UTF8 output prework.
51843              - Store $\ and $, as SVs so they can have SvUTF8 flag
51844              - use do_print() rather than raw PerlIO_write() to print them.
51845      Branch: perlio
51846            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
51847            ! thrdvar.h util.c
51848 ____________________________________________________________________________
51849 [  8048] By: nick                                  on 2000/12/09  12:30:43
51850         Log: Integrate mainline.
51851      Branch: perlio
51852           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
51853           +> t/op/reverse.t
51854           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
51855           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
51856           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
51857           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
51858           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
51859           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
51860 ____________________________________________________________________________
51861 [  8047] By: jhi                                   on 2000/12/09  00:23:27
51862         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
51863              From: Michael G Schwern <schwern@pobox.com>
51864              Date: Fri, 8 Dec 2000 14:43:04 -0600
51865      Branch: perl
51866            ! lib/ExtUtils/MM_VMS.pm
51867 ____________________________________________________________________________
51868 [  8046] By: jhi                                   on 2000/12/08  23:10:27
51869         Log: A missed check-in.
51870      Branch: perl
51871            ! lib/ExtUtils/Manifest.pm
51872 ____________________________________________________________________________
51873 [  8045] By: jhi                                   on 2000/12/08  21:57:12
51874         Log: (null check-in)
51875      Branch: perl
51876            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
51877 ____________________________________________________________________________
51878 [  8044] By: jhi                                   on 2000/12/08  21:11:06
51879         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
51880              at the final draft stage.
51881      Branch: perl
51882            + ext/Encode/Encode/iso8859-16.enc
51883            ! MANIFEST
51884 ____________________________________________________________________________
51885 [  8043] By: jhi                                   on 2000/12/08  16:39:04
51886         Log: Update Changes.
51887      Branch: perl
51888            ! Changes patchlevel.h
51889 ____________________________________________________________________________
51890 [  8042] By: jhi                                   on 2000/12/08  16:33:39
51891         Log: Do not return the Unicode replacement character if UTF-8
51892              decoding goes awry, it should be up to the caller to decide.
51893      Branch: perl
51894            ! pod/perlapi.pod utf8.c
51895 ____________________________________________________________________________
51896 [  8041] By: jhi                                   on 2000/12/08  16:22:28
51897         Log: metaconfig maintenance.
51898      Branch: metaconfig
51899            ! U/modified/stdchar.U
51900      Branch: metaconfig/U/perl
51901            + testsyml.U
51902 ____________________________________________________________________________
51903 [  8040] By: jhi                                   on 2000/12/08  16:03:08
51904         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
51905              From: sthoenna@efn.org
51906              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
51907              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
51908      Branch: perl
51909            ! Changes lib/ExtUtils/MM_OS2.pm
51910 ____________________________________________________________________________
51911 [  8039] By: jhi                                   on 2000/12/08  15:57:11
51912         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
51913              From: Simon Cozens <simon@cozens.net>
51914              Date: Fri, 8 Dec 2000 13:33:31 +0000
51915              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
51916              
51917              (The pp_hot part needed a rewrite.)
51918      Branch: perl
51919            ! doop.c pp_hot.c utf8.c
51920 ____________________________________________________________________________
51921 [  8038] By: jhi                                   on 2000/12/08  15:25:08
51922         Log: Subject: djSP
51923              From: Michael Stevens <michael@etla.org>
51924              Date: Wed, 6 Dec 2000 23:24:01 +0000
51925              Message-ID: <20001206232400.A21381@firedrake.org>
51926              
51927              Plus a note from Nick Ing-Simmons.
51928      Branch: perl
51929            ! pp.h
51930 ____________________________________________________________________________
51931 [  8037] By: jhi                                   on 2000/12/08  15:18:35
51932         Log: Filetype is text.
51933      Branch: perl
51934            ! t/op/utf8decode.t
51935 ____________________________________________________________________________
51936 [  8036] By: jhi                                   on 2000/12/08  03:31:27
51937         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
51938              From: Andy Dougherty <doughera@lafayette.edu>
51939              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
51940              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
51941              
51942              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
51943              From: Andy Dougherty <doughera@lafayette.edu>
51944              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
51945              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
51946      Branch: perl
51947            + ext/POSIX/hints/svr4.pl
51948            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
51949 ____________________________________________________________________________
51950 [  8035] By: jhi                                   on 2000/12/08  03:26:01
51951         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
51952              From: Andy Dougherty <doughera@lafayette.edu>
51953              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
51954              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
51955      Branch: perl
51956            ! t/README t/base/term.t
51957 ____________________________________________________________________________
51958 [  8034] By: jhi                                   on 2000/12/08  03:21:59
51959         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
51960              From: mjd@plover.com  
51961              Date: 7 Dec 2000 21:04:20 -0000
51962              Message-ID: <20001207210420.22282.qmail@plover.com>
51963              
51964              Plus -z doc.
51965      Branch: perl
51966            ! pod/perlfunc.pod
51967 ____________________________________________________________________________
51968 [  8033] By: jhi                                   on 2000/12/08  03:19:03
51969         Log: Use the UTF8 macros a bit.  They can't be used with abandon
51970              everywhere because we do generate illegal UTF-8 in some situations.
51971              This is of course naughty.
51972      Branch: perl
51973            ! pod/perlapi.pod utf8.c utf8.h
51974 ____________________________________________________________________________
51975 [  8032] By: jhi                                   on 2000/12/08  03:00:09
51976         Log: Out of sync?
51977      Branch: perl
51978            ! t/pragma/warn/utf8
51979 ____________________________________________________________________________
51980 [  8031] By: jhi                                   on 2000/12/08  02:22:39
51981         Log: Cnt spl.
51982      Branch: perl
51983            ! MANIFEST
51984 ____________________________________________________________________________
51985 [  8030] By: jhi                                   on 2000/12/08  01:23:54
51986         Log: Add test for reverse().
51987      Branch: perl
51988            + t/op/reverse.t
51989            ! MANIFEST
51990 ____________________________________________________________________________
51991 [  8029] By: jhi                                   on 2000/12/08  01:21:47
51992         Log: Integrate perlio.
51993      Branch: perl
51994           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
51995           !> perlio.c perlio.h perlsdio.h warnings.pl
51996 ____________________________________________________________________________
51997 [  8028] By: jhi                                   on 2000/12/08  01:19:08
51998         Log: Introduce macros for UTF8 decoding.
51999      Branch: perl
52000            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
52001 ____________________________________________________________________________
52002 [  8027] By: nick                                  on 2000/12/07  22:18:19
52003         Log: Integrate mainline
52004      Branch: perlio
52005           !> embed.pl pod/perlapi.pod utf8.c
52006 ____________________________________________________________________________
52007 [  8026] By: nick                                  on 2000/12/07  21:45:08
52008         Log: Various oddities p4 diff -se showed up
52009              Remove 'our' from warnings.pl
52010      Branch: perlio
52011            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
52012 ____________________________________________________________________________
52013 [  8025] By: nick                                  on 2000/12/07  21:43:32
52014         Log: Change PerlIO_(get|set)pos to take SV *
52015              Should fix, OS/2, VMS, (sfio??)
52016      Branch: perlio
52017            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
52018 ____________________________________________________________________________
52019 [  8024] By: jhi                                   on 2000/12/07  19:05:32
52020         Log: Document utf8_to_uv() better.
52021      Branch: perl
52022            ! pod/perlapi.pod utf8.c
52023 ____________________________________________________________________________
52024 [  8023] By: jhi                                   on 2000/12/07  18:23:47
52025         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
52026      Branch: perl
52027            ! embed.pl pod/perlapi.pod utf8.c
52028 ____________________________________________________________________________
52029 [  8022] By: jhi                                   on 2000/12/07  04:13:51
52030         Log: Integrate perlio.
52031      Branch: perl
52032           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
52033           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
52034           !> win32/makefile.mk
52035 ____________________________________________________________________________
52036 [  8021] By: nick                                  on 2000/12/07  00:28:14
52037         Log: Various attempts at MSVC debug - not sure what has
52038              changed but works now. 
52039              Seems atexit() _may_ work for DLLs built with MSVC so don't
52040              call cleanup that way.
52041      Branch: perlio
52042            ! perlio.c win32/makefile.mk
52043 ____________________________________________________________________________
52044 [  8020] By: nick                                  on 2000/12/06  19:57:20
52045         Log: Integrate mainline
52046      Branch: perlio
52047           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
52048           !> (integrate 75 files)
52049 ____________________________________________________________________________
52050 [  8019] By: nick                                  on 2000/12/06  19:28:21
52051         Log: Add useperlio to config.vc
52052              Turn off binmode in config_H.PL
52053              Regen all the config_H.xx
52054              Attempt to get debugging build with MSVC.
52055      Branch: perlio
52056            ! win32/config.vc win32/config_H.bc win32/config_H.gc
52057            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
52058 ____________________________________________________________________________
52059 [  8018] By: nick                                  on 2000/12/06  19:21:57
52060         Log: Test various dup/external program options on all platforms.
52061      Branch: perlio
52062            ! t/io/dup.t
52063 ____________________________________________________________________________
52064 [  8017] By: nick                                  on 2000/12/06  19:20:47
52065         Log: Fix harness to be less picky
52066      Branch: perlio
52067            ! lib/Test/Harness.pm
52068 ____________________________________________________________________________
52069 [  8016] By: jhi                                   on 2000/12/06  16:45:12
52070         Log: Update Changes.
52071      Branch: perl
52072            ! Changes patchlevel.h
52073 ____________________________________________________________________________
52074 [  8015] By: jhi                                   on 2000/12/06  16:41:03
52075         Log: Test \x{...} with ord().
52076      Branch: perl
52077            ! t/op/ord.t
52078 ____________________________________________________________________________
52079 [  8014] By: jhi                                   on 2000/12/06  16:20:33
52080         Log: Test tweak because of #8013.
52081      Branch: perl
52082            ! t/lib/b.t
52083 ____________________________________________________________________________
52084 [  8013] By: jhi                                   on 2000/12/06  16:09:09
52085         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
52086              From: Michael G Schwern <schwern@pobox.com>
52087              Date: Tue, 5 Dec 2000 21:23:28 -0500
52088              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
52089              
52090              Carp::Heavy parts not very applicable because of recent changes.
52091      Branch: perl
52092            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
52093            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
52094            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
52095            ! lib/Exporter.pm lib/Exporter/Heavy.pm
52096            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
52097            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
52098            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
52099            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
52100            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
52101            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
52102            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
52103            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
52104            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
52105            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
52106            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
52107            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
52108            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
52109            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
52110            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
52111            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
52112            ! warnings.pl
52113 ____________________________________________________________________________
52114 [  8012] By: jhi                                   on 2000/12/06  15:22:38
52115         Log: Subject: [PATCH] Re: New harness is failing things
52116              From: Nick Ing-Simmons <nik@tiuk.ti.com>
52117              Date: Wed, 6 Dec 2000 13:00:30 GMT
52118              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
52119      Branch: perl
52120            ! lib/Test/Harness.pm
52121 ____________________________________________________________________________
52122 [  8011] By: jhi                                   on 2000/12/06  15:12:08
52123         Log: Subject: installhtml changes
52124              From: Michael Stevens <michael@etla.org>
52125              Date: Wed, 6 Dec 2000 13:15:53 +0000
52126              Message-ID: <20001206131553.A27317@firedrake.org>
52127      Branch: perl
52128            ! installhtml
52129 ____________________________________________________________________________
52130 [  8010] By: jhi                                   on 2000/12/06  15:06:05
52131         Log: Subject: the dTHR hits
52132              From: Michael Stevens <michael@etla.org>
52133              Date: Wed, 6 Dec 2000 12:06:03 +0000
52134              Message-ID: <20001206120603.A24581@firedrake.org>
52135              
52136              More, errrm, less dTHRs.
52137      Branch: perl
52138            ! bytecode.pl ext/B/B/C.pm
52139 ____________________________________________________________________________
52140 [  8009] By: jhi                                   on 2000/12/06  15:04:25
52141         Log: Subject: MakeMaker mailing list gone?
52142              From: Michael G Schwern <schwern@pobox.com>
52143              Date: Tue, 5 Dec 2000 19:29:59 -0500
52144              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
52145              
52146              The MakeMaker mailing list is dead, perlbug is the right
52147              address to report bugs.
52148      Branch: perl
52149            ! lib/ExtUtils/MakeMaker.pm
52150 ____________________________________________________________________________
52151 [  8008] By: jhi                                   on 2000/12/06  15:00:32
52152         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
52153              From: Michael G Schwern <schwern@pobox.com>
52154              Date: Tue, 5 Dec 2000 19:21:21 -0500
52155              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
52156              
52157              Add a default MANIFEST skip that ignores things like
52158              version control files, editor temporary files, and the Makefile.
52159      Branch: perl
52160            + lib/ExtUtils/MANIFEST.SKIP
52161            ! MANIFEST lib/ExtUtils/Manifest.pm
52162 ____________________________________________________________________________
52163 [  8007] By: jhi                                   on 2000/12/06  14:57:20
52164         Log: In Amiga more manual hackery of the scripts seems to be needed,
52165              from Jan-Erik Karlsson.  Why Configure does not get this right
52166              is unknown, may be shell-induced.
52167      Branch: perl
52168            ! README.amiga
52169 ____________________________________________________________________________
52170 [  8006] By: jhi                                   on 2000/12/05  23:53:12
52171         Log: Add TOPm1s to peek at the second topmost stack item.
52172      Branch: perl
52173            ! pp.h
52174 ____________________________________________________________________________
52175 [  8005] By: jhi                                   on 2000/12/05  23:13:55
52176         Log: Avaunt, you foul UTF-8 tests.
52177      Branch: perl
52178            ! t/op/ver.t t/pragma/utf8.t
52179 ____________________________________________________________________________
52180 [  8004] By: jhi                                   on 2000/12/05  23:09:54
52181         Log: Continue utf8 dispersal. 
52182      Branch: perl
52183            + t/op/concat.t
52184            ! MANIFEST t/pragma/utf8.t
52185 ____________________________________________________________________________
52186 [  8003] By: nick                                  on 2000/12/05  23:02:39
52187         Log: Integrate mainline.
52188      Branch: perlio
52189           +> t/op/length.t t/op/utf8decode.t
52190           !> (integrate 69 files)
52191 ____________________________________________________________________________
52192 [  8002] By: jhi                                   on 2000/12/05  22:59:28
52193         Log: Integrate perlio.
52194      Branch: perl
52195           !> iperlsys.h perl.c perlio.c win32/perllib.c
52196 ____________________________________________________________________________
52197 [  8001] By: nick                                  on 2000/12/05  22:07:52
52198         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
52199              - calloc/free suffer from damage on TerminateThread()
52200              - use PerlMemShared (as originally planned) now fixed
52201              - avoid doing anything important on DLL "detach".
52202      Branch: perlio
52203            ! perl.c perlio.c win32/perllib.c
52204 ____________________________________________________________________________
52205 [  8000] By: nick                                  on 2000/12/05  21:05:09
52206         Log: Fix gross PerlMemShared issue.
52207      Branch: perlio
52208            ! iperlsys.h
52209 ____________________________________________________________________________
52210 [  7999] By: jhi                                   on 2000/12/05  20:46:58
52211         Log: Test for Unicode (UTF-8) hash keys.
52212      Branch: perl
52213            ! t/op/each.t
52214 ____________________________________________________________________________
52215 [  7998] By: jhi                                   on 2000/12/05  20:30:35
52216         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
52217              is now always UTF-8), empty line cosmetics.
52218      Branch: perl
52219            ! t/pragma/utf8.t
52220 ____________________________________________________________________________
52221 [  7997] By: jhi                                   on 2000/12/05  20:15:40
52222         Log: Subject: Re: STRLEN - what?
52223              From: Andy Dougherty <doughera@lafayette.edu>
52224              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
52225              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
52226              
52227              Explain STRLEN.
52228      Branch: perl
52229            ! pod/perlguts.pod
52230 ____________________________________________________________________________
52231 [  7996] By: jhi                                   on 2000/12/05  20:13:34
52232         Log: Split off the UTF-8 decoder tests, make them to check also
52233              the error message.
52234      Branch: perl
52235            + t/op/utf8decode.t
52236            ! MANIFEST t/pragma/utf8.t utf8.c
52237 ____________________________________________________________________________
52238 [  7995] By: jhi                                   on 2000/12/05  16:39:47
52239         Log: Start migrating bits of pragma/utf8 to elsewhere
52240              (since the long term plan is to obsolete 'use utf8').
52241      Branch: perl
52242            + t/op/length.t
52243            ! MANIFEST t/pragma/utf8.t
52244 ____________________________________________________________________________
52245 [  7994] By: jhi                                   on 2000/12/05  16:30:21
52246         Log: Fix a manual edit typo from #7993, fix the message formatting
52247              for Unicode, add few our declarations.
52248      Branch: perl
52249            ! lib/Carp/Heavy.pm
52250 ____________________________________________________________________________
52251 [  7993] By: jhi                                   on 2000/12/05  16:09:15
52252         Log: Subject: Need help with warnings :-(
52253              From: "Ben Tilly" <ben_tilly@hotmail.com>
52254              Date: Tue, 05 Dec 2000 01:35:54 -0500
52255              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
52256              
52257              Subject: UPDATE: Carp/Heavy now passes all tests
52258              From: "Ben Tilly" <ben_tilly@hotmail.com>
52259              Date: Tue, 05 Dec 2000 07:59:41 -0500
52260              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
52261              
52262              The Brave New Carp.
52263      Branch: perl
52264            ! lib/Carp.pm lib/Carp/Heavy.pm
52265 ____________________________________________________________________________
52266 [  7992] By: jhi                                   on 2000/12/05  15:55:08
52267         Log: Subject: [PATCH perl@7979] cygwin port
52268              From: "Eric Fifer" <efifer@dircon.co.uk>
52269              Date: Tue, 5 Dec 2000 14:04:09 -0000
52270              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
52271      Branch: perl
52272            ! t/lib/net-hostent.t
52273 ____________________________________________________________________________
52274 [  7991] By: jhi                                   on 2000/12/05  15:52:34
52275         Log: Subject: Re: [PATCH] The largest hoax of all times?
52276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52277              Date: Tue, 5 Dec 2000 00:40:25 -0500
52278              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
52279              
52280              Subject: Re: [PATCH] The largest hoax of all times?
52281              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52282              Date: Mon, 4 Dec 2000 23:55:53 -0500
52283              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
52284              
52285              Subject: Re: [PATCH] The largest hoax of all times?
52286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52287              Date: Tue, 5 Dec 2000 01:28:45 -0500
52288              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
52289              
52290              Fix the unpredictable order of DESTROYs.
52291      Branch: perl
52292            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
52293            ! sv.c sv.h t/op/ref.t
52294 ____________________________________________________________________________
52295 [  7990] By: jhi                                   on 2000/12/05  14:38:53
52296         Log: Subject: [PATCH] shrink pp_hot fractionally
52297              From: Nicholas Clark <nick@ccl4.org>
52298              Date: Tue, 5 Dec 2000 12:44:31 +0000
52299              Message-ID: <20001205124431.E74518@plum.flirble.org>
52300              
52301              Use report_evil_fh().
52302      Branch: perl
52303            ! opcode.pl opnames.h pp_hot.c util.c
52304 ____________________________________________________________________________
52305 [  7989] By: jhi                                   on 2000/12/05  14:21:27
52306         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
52307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52308              Date: Mon, 04 Dec 2000 22:21:59 -0800
52309              Message-ID: <HmIL6gzkgepS092yn@efn.org>
52310              
52311              Harness shouldn't ignore responses like "ok 3\r\r\n".
52312      Branch: perl
52313            ! lib/Test/Harness.pm
52314 ____________________________________________________________________________
52315 [  7988] By: jhi                                   on 2000/12/05  13:51:28
52316         Log: Integrate the "skip" messages to explain().
52317      Branch: perl
52318            ! t/lib/syslfs.t t/op/lfs.t
52319 ____________________________________________________________________________
52320 [  7987] By: jhi                                   on 2000/12/05  12:34:54
52321         Log: The one that got away in #7984.
52322              
52323              Subject: Re: dTHR - what and why?
52324              From: Michael Stevens <michael@etla.org> 
52325              Date: Tue, 5 Dec 2000 11:15:52 +0000
52326              Message-ID: <20001205111552.A4647@firedrake.org>
52327      Branch: perl
52328            ! sv.h
52329 ____________________________________________________________________________
52330 [  7986] By: gsar                                  on 2000/12/05  09:14:44
52331         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
52332              due to the notorious GetFileType() bug in Windows 9x, which fstat()
52333              tickles)
52334      Branch: perl
52335            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
52336 ____________________________________________________________________________
52337 [  7985] By: jhi                                   on 2000/12/05  05:49:03
52338         Log: Integrate perlio.
52339      Branch: perl
52340           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
52341           !> win32/perlhost.h win32/perllib.c
52342 ____________________________________________________________________________
52343 [  7984] By: jhi                                   on 2000/12/05  05:48:16
52344         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
52345      Branch: perl
52346            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
52347            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
52348            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
52349            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
52350            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
52351            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
52352            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
52353            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
52354            ! win32/win32.c
52355 ____________________________________________________________________________
52356 [  7983] By: nick                                  on 2000/12/04  23:27:43
52357         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
52358      Branch: perlio
52359            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
52360            ! win32/perlhost.h win32/perllib.c
52361 ____________________________________________________________________________
52362 [  7982] By: jhi                                   on 2000/12/04  19:44:09
52363         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
52364              uncovered by #7980.
52365      Branch: perl
52366            ! op.c
52367 ____________________________________________________________________________
52368 [  7981] By: jhi                                   on 2000/12/04  19:42:07
52369         Log: Subject: [PATCH] Trivial dump.c feature
52370              From: Simon Cozens <simon@cozens.net>
52371              Date: Mon, 4 Dec 2000 18:08:38 +0000
52372              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
52373              
52374              Show whether a constant is UTF-8.
52375      Branch: perl
52376            ! dump.c
52377 ____________________________________________________________________________
52378 [  7980] By: jhi                                   on 2000/12/04  19:36:51
52379         Log: UTF-8 hash keys, patch from Inaba Hiroto.
52380      Branch: perl
52381            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
52382 ____________________________________________________________________________
52383 [  7979] By: jhi                                   on 2000/12/04  17:36:28
52384         Log: Update Changes.
52385      Branch: perl
52386            ! Changes patchlevel.h
52387 ____________________________________________________________________________
52388 [  7978] By: jhi                                   on 2000/12/04  16:42:17
52389         Log: Retract #7977, still too volatile (the euphemism of the day
52390              for unfinished and buggy :-)
52391      Branch: perl
52392            ! doop.c hv.c pp.c sv.h
52393 ____________________________________________________________________________
52394 [  7977] By: jhi                                   on 2000/12/04  16:25:15
52395         Log: (Retracted by #7978, too shaky yet.)
52396              
52397              Subject: Re: utf8 in hash keys, implementor missing
52398              From: Simon Cozens <simon@cozens.net>
52399              Date: Sat, 2 Dec 2000 19:49:35 +0000
52400              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
52401              
52402              The first step at UTF-8 hash keys.
52403      Branch: perl
52404            ! doop.c hv.c pp.c sv.h
52405 ____________________________________________________________________________
52406 [  7976] By: jhi                                   on 2000/12/04  16:13:53
52407         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
52408              From: sthoenna@efn.org
52409              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
52410              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
52411      Branch: perl
52412            ! os2/os2.c perlio.c
52413 ____________________________________________________________________________
52414 [  7975] By: jhi                                   on 2000/12/04  16:05:25
52415         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
52416              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52417              Date: Thu, 30 Nov 2000 20:50:37 -0800
52418              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
52419      Branch: perl
52420            ! os2/os2.c
52421 ____________________________________________________________________________
52422 [  7974] By: jhi                                   on 2000/12/04  16:03:57
52423         Log: Subject: [PATCH] ++ 20% faster
52424              From: Nicholas Clark <nick@ccl4.org>
52425              Date: Mon, 4 Dec 2000 12:17:27 +0000
52426              Message-ID: <20001204121726.B52976@plum.flirble.org>
52427              
52428              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
52429      Branch: perl
52430            ! sv.c
52431 ____________________________________________________________________________
52432 [  7973] By: jhi                                   on 2000/12/04  16:00:48
52433         Log: 
52434              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
52435              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52436              Date: Mon, 04 Dec 2000 12:30:45 +0100
52437              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
52438              
52439              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
52440              library (getprotobyname and getprotobynumber are outversioned by
52441              the same calls in libc, at least for xlc version 3.
52442      Branch: perl
52443            ! hints/aix.sh
52444 ____________________________________________________________________________
52445 [  7972] By: jhi                                   on 2000/12/04  02:58:31
52446         Log: Integrate perlio.
52447      Branch: perl
52448           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
52449           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
52450           !> win32/win32.h win32/win32iop.h win32/win32thread.h
52451 ____________________________________________________________________________
52452 [  7971] By: nick                                  on 2000/12/04  00:24:33
52453         Log: Quieten some noise in Win32 builds:
52454              - win32.h is included after <sys/socket.h>, so need to 
52455              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
52456              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
52457      Branch: perlio
52458            ! doio.c perl.h toke.c win32/win32.h
52459 ____________________________________________________________________________
52460 [  7970] By: nick                                  on 2000/12/03  22:57:46
52461         Log: PERL_IMPLICIT_SYS compiles but does not work.
52462      Branch: perlio
52463            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
52464            ! win32/perlhost.h win32/perllib.c win32/win32.h
52465            ! win32/win32iop.h win32/win32thread.h
52466 ____________________________________________________________________________
52467 [  7969] By: jhi                                   on 2000/12/03  22:12:58
52468         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
52469              used to swash_init(), makes regprop() dumps more informative
52470              (+utf8::IsAlpha, -utf8::IsDigit, for example).
52471      Branch: perl
52472            ! regcomp.c regexec.c
52473 ____________________________________________________________________________
52474 [  7968] By: jhi                                   on 2000/12/03  21:39:56
52475         Log: Implement ANYOFUTF8 regprop() dumping.
52476      Branch: perl
52477            ! regcomp.c
52478 ____________________________________________________________________________
52479 [  7967] By: jhi                                   on 2000/12/03  20:57:19
52480         Log: Make uv_to_utf8() to zero-terminate its output buffer,
52481              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
52482      Branch: perl
52483            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
52484 ____________________________________________________________________________
52485 [  7966] By: nick                                  on 2000/12/03  18:41:21
52486         Log: Integrate mainline (STDCHAR)
52487      Branch: perlio
52488           !> Configure t/pragma/utf8.t
52489 ____________________________________________________________________________
52490 [  7965] By: jhi                                   on 2000/12/03  17:58:20
52491         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
52492      Branch: perl
52493            ! t/pragma/utf8.t
52494 ____________________________________________________________________________
52495 [  7964] By: jhi                                   on 2000/12/03  17:35:56
52496         Log: Integrate perlio.
52497      Branch: perl
52498           !> iperlsys.h perlio.c
52499 ____________________________________________________________________________
52500 [  7963] By: jhi                                   on 2000/12/03  17:33:55
52501         Log: Metaconfig unit change for #7962.
52502      Branch: metaconfig
52503            ! U/modified/stdchar.U
52504 ____________________________________________________________________________
52505 [  7962] By: jhi                                   on 2000/12/03  17:33:27
52506         Log: Untangle the <stdio.h> #include nest for the stdchar test,
52507              from Andy Dougherty.
52508      Branch: perl
52509            ! Configure
52510 ____________________________________________________________________________
52511 [  7961] By: nick                                  on 2000/12/03  16:53:00
52512         Log: Make iperlsys.h vector stdio not PerlIO.
52513      Branch: perlio
52514            ! iperlsys.h perlio.c
52515 ____________________________________________________________________________
52516 [  7960] By: nick                                  on 2000/12/03  14:43:01
52517         Log: Integrate mainline
52518      Branch: perlio
52519           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
52520           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
52521 ____________________________________________________________________________
52522 [  7959] By: jhi                                   on 2000/12/03  08:16:36
52523         Log: Use DO_UTF8().
52524      Branch: perl
52525            ! op.c
52526 ____________________________________________________________________________
52527 [  7958] By: jhi                                   on 2000/12/02  18:33:05
52528         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
52529              From: Mike Guy <mjtg@cam.ac.uk>         
52530              Date: Sat, 02 Dec 2000 17:27:13 +0000
52531              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
52532              
52533              An extraneous argument.
52534      Branch: perl
52535            ! toke.c
52536 ____________________________________________________________________________
52537 [  7957] By: jhi                                   on 2000/12/02  18:22:32
52538         Log: A missing hunk.
52539      Branch: perl
52540            ! t/lib/net-hostent.t
52541 ____________________________________________________________________________
52542 [  7956] By: jhi                                   on 2000/12/02  18:06:20
52543         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
52544              From: Nicholas Clark <nick@ccl4.org>
52545              Date: Sat, 2 Dec 2000 14:28:27 +0000
52546              Message-ID: <20001202142827.A12308@plum.flirble.org>
52547              
52548              Test robustness.
52549      Branch: perl
52550            ! t/lib/net-hostent.t
52551 ____________________________________________________________________________
52552 [  7955] By: jhi                                   on 2000/12/02  17:58:06
52553         Log: Metaconfig unit change for #7954.
52554      Branch: metaconfig
52555            ! U/modified/stdchar.U
52556 ____________________________________________________________________________
52557 [  7954] By: jhi                                   on 2000/12/02  17:54:32
52558         Log: An inconvenient hang would happen if the stdio _ptr wasn't
52559              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
52560              would be grepping stdin for all eternity for the _ptr.)
52561      Branch: perl
52562            ! Configure
52563 ____________________________________________________________________________
52564 [  7953] By: jhi                                   on 2000/12/02  00:07:15
52565         Log: Update Changes.
52566      Branch: perl
52567            ! Changes patchlevel.h
52568 ____________________________________________________________________________
52569 [  7952] By: jhi                                   on 2000/12/01  23:54:47
52570         Log: Subject: Re: long shell lines
52571              From: Andy Dougherty <doughera@lafayette.edu>
52572              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
52573              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
52574              
52575              Split overly long shell command lines.
52576      Branch: perl
52577            ! lib/ExtUtils/MM_Unix.pm
52578 ____________________________________________________________________________
52579 [  7951] By: jhi                                   on 2000/12/01  23:48:02
52580         Log: The metaconfig unit change for #7950.
52581      Branch: metaconfig
52582            + U/modified/stdchar.U
52583 ____________________________________________________________________________
52584 [  7950] By: jhi                                   on 2000/12/01  23:47:39
52585         Log: Try to find stdchar also from <stdio_impl.h>.
52586      Branch: perl
52587            ! Configure config_h.SH
52588 ____________________________________________________________________________
52589 [  7949] By: jhi                                   on 2000/12/01  23:46:45
52590         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
52591              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52592              Date: Fri, 1 Dec 2000 16:26:08 -0500
52593              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
52594              
52595              Reword the diagnostic message.
52596      Branch: perl
52597            ! pod/perldiag.pod
52598 ____________________________________________________________________________
52599 [  7948] By: nick                                  on 2000/12/01  22:49:43
52600         Log: Integrate mainline (for s/y/m as sub names stuff).
52601      Branch: perlio
52602           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
52603           !> t/pragma/warn/toke toke.c
52604 ____________________________________________________________________________
52605 [  7947] By: jhi                                   on 2000/12/01  20:55:41
52606         Log: Integrate perlio.
52607      Branch: perl
52608           !> perlio.c perliol.h t/io/pipe.t
52609 ____________________________________________________________________________
52610 [  7946] By: jhi                                   on 2000/12/01  20:36:51
52611         Log: Upgrade to CPAN 1.59_51, from Andreas König.
52612      Branch: perl
52613            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52614 ____________________________________________________________________________
52615 [  7945] By: nick                                  on 2000/12/01  20:31:32
52616         Log: Integrate mainline
52617      Branch: perlio
52618           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
52619           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
52620           +> t/lib/net-hostent.t
52621           !> (integrate 35 files)
52622 ____________________________________________________________________________
52623 [  7944] By: jhi                                   on 2000/12/01  20:23:29
52624         Log: Some help for 20001130.011.  Now one gets warnings like
52625              "Ambiguous -f() resolved as a file test ..."
52626      Branch: perl
52627            ! pod/perldiag.pod t/pragma/warn/toke toke.c
52628 ____________________________________________________________________________
52629 [  7943] By: jhi                                   on 2000/12/01  19:44:44
52630         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
52631              that also breaks using them as methods. 
52632      Branch: perl
52633            ! pod/perldiag.pod t/op/misc.t toke.c
52634 ____________________________________________________________________________
52635 [  7942] By: nick                                  on 2000/12/01  17:56:46
52636         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
52637              Make 'unix' pass most tests
52638              - do unread by temporary push of layer ("pending") holding unread chars
52639              - fast_gets is now based on per-handle flag
52640              - relax one of io/pipe.t tests to allow print to fail and close to
52641              succeed so that it passes on unbuffered "unix" layer.
52642              Remaining fail is sporadic and a genuine race condition between
52643              parent/child in fork test.
52644      Branch: perlio
52645            ! perlio.c perliol.h t/io/pipe.t
52646 ____________________________________________________________________________
52647 [  7941] By: jhi                                   on 2000/12/01  15:28:58
52648         Log: (Retracted by #7943.)
52649              
52650              Reserve the short named string operator names.
52651      Branch: perl
52652            ! pod/perldiag.pod t/op/misc.t toke.c
52653 ____________________________________________________________________________
52654 [  7940] By: jhi                                   on 2000/12/01  06:45:53
52655         Log: Get the three different space character classes right under utf8.
52656      Branch: perl
52657            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
52658            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
52659            ! regexec.c t/op/pat.t utf8.c
52660 ____________________________________________________________________________
52661 [  7939] By: jhi                                   on 2000/12/01  03:26:26
52662         Log: Two more tests that make no sense in UTF-8 since the test
52663              data is not in UTF-8.
52664      Branch: perl
52665            ! t/op/regexp.t
52666 ____________________________________________________________________________
52667 [  7938] By: jhi                                   on 2000/12/01  03:20:39
52668         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
52669              should it be required inside regexen?
52670      Branch: perl
52671            ! regcomp.c t/op/regmesg.t
52672 ____________________________________________________________________________
52673 [  7937] By: jhi                                   on 2000/12/01  02:58:53
52674         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
52675              stored and restored, and thusly was trounced by the utf8 swash
52676              routines.
52677      Branch: perl
52678            ! regcomp.c
52679 ____________________________________________________________________________
52680 [  7936] By: jhi                                   on 2000/11/30  20:41:39
52681         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
52682              Why the different platforms behave so differently (core dump vs
52683              no core dump) on this bug is a but of a mystery, but if I had to
52684              guess I would mumble something like 'alignment'.
52685      Branch: perl
52686            ! sv.c
52687 ____________________________________________________________________________
52688 [  7935] By: jhi                                   on 2000/11/30  16:17:02
52689         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
52690              From: Robin Barker <rmb1@cise.npl.co.uk>
52691              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
52692              Date: Thu, 30 Nov 2000 14:27:12 GMT
52693      Branch: perl
52694            ! perlio.c toke.c
52695 ____________________________________________________________________________
52696 [  7934] By: jhi                                   on 2000/11/30  16:04:49
52697         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
52698      Branch: perl
52699            ! t/lib/net-hostent.t
52700 ____________________________________________________________________________
52701 [  7933] By: jhi                                   on 2000/11/30  06:07:26
52702         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
52703              From: Peter Prymmer <pvhp@forte.com>
52704              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
52705              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
52706              
52707              In VMS the localhost may be LOCALHOST.
52708      Branch: perl
52709            ! t/lib/net-hostent.t
52710 ____________________________________________________________________________
52711 [  7932] By: jhi                                   on 2000/11/30  01:11:11
52712         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
52713              From: Peter Prymmer <pvhp@forte.com>
52714              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
52715              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
52716              
52717              plus regen perlapi.pod.
52718      Branch: perl
52719            ! pod/perlapi.pod utf8.c
52720 ____________________________________________________________________________
52721 [  7931] By: jhi                                   on 2000/11/30  01:06:19
52722         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
52723              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52724              Date:     Wed, 29 Nov 2000 17:15:11 EST
52725              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
52726      Branch: perl
52727            ! t/lib/filter-util.pl t/lib/filter-util.t
52728 ____________________________________________________________________________
52729 [  7930] By: jhi                                   on 2000/11/29  18:51:55
52730         Log: Update Changes.
52731      Branch: perl
52732            ! Changes patchlevel.h
52733 ____________________________________________________________________________
52734 [  7929] By: jhi                                   on 2000/11/29  18:50:55
52735         Log: Update the va_copy() metaconfig unit.
52736      Branch: metaconfig/U/perl
52737            ! need_va_copy.U
52738 ____________________________________________________________________________
52739 [  7928] By: jhi                                   on 2000/11/29  17:50:43
52740         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
52741              From: Dominic Dunlop <domo@computer.org>
52742              Date: Tue, 28 Nov 2000 16:41:57 +0100
52743              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
52744              
52745              Patch to catch a core dump in the Configure va_copy test.
52746      Branch: perl
52747            ! Configure config_h.SH
52748 ____________________________________________________________________________
52749 [  7927] By: jhi                                   on 2000/11/29  17:31:59
52750         Log: Retract #7921, the patch shouldn't be needed.
52751      Branch: perl
52752            ! sv.c
52753 ____________________________________________________________________________
52754 [  7926] By: jhi                                   on 2000/11/29  17:01:41
52755         Log: Make the Class::Struct import() wiser.
52756      Branch: perl
52757            ! lib/Class/Struct.pm t/lib/class-struct.t
52758 ____________________________________________________________________________
52759 [  7925] By: jhi                                   on 2000/11/29  16:36:33
52760         Log: All the core library users of Class::Struct seem to be
52761              using "use Class::Struct 'struct';" instead of the bare
52762              "use Class::Struct;", which isn't documented in Class::Struct.
52763              This can't be right.
52764      Branch: perl
52765            ! lib/File/stat.pm
52766 ____________________________________________________________________________
52767 [  7924] By: jhi                                   on 2000/11/29  16:32:15
52768         Log: A test works better if it has the right 1..$n output.
52769      Branch: perl
52770            ! t/lib/class-struct.t
52771 ____________________________________________________________________________
52772 [  7923] By: jhi                                   on 2000/11/29  16:29:11
52773         Log: Forgot to MANIFEST the new Net::hostent test.
52774      Branch: perl
52775            ! MANIFEST
52776 ____________________________________________________________________________
52777 [  7922] By: jhi                                   on 2000/11/29  16:27:49
52778         Log: Integrate perlio.
52779      Branch: perl
52780           !> iperlsys.h perlio.c
52781 ____________________________________________________________________________
52782 [  7921] By: jhi                                   on 2000/11/29  16:27:10
52783         Log: (Retracted by #7927.)
52784              
52785              Subject: [PATCH] Is infinity a number?
52786              From: Simon Cozens <simon@cozens.net>
52787              Date: Wed, 29 Nov 2000 14:48:20 +0000
52788              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
52789      Branch: perl
52790            ! sv.c
52791 ____________________________________________________________________________
52792 [  7920] By: jhi                                   on 2000/11/29  16:23:02
52793         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
52794              From: rspier@pobox.com (Robert Spier)
52795              Date: Wed, 29 Nov 2000 02:17:49 -0500
52796              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
52797              
52798              Add a test for Net::hostent.
52799      Branch: perl
52800            + t/lib/net-hostent.t
52801 ____________________________________________________________________________
52802 [  7919] By: jhi                                   on 2000/11/29  16:21:31
52803         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
52804              add a test for Class::Struct.
52805      Branch: perl
52806            + t/lib/class-struct.t
52807            ! MANIFEST lib/Class/Struct.pm
52808 ____________________________________________________________________________
52809 [  7918] By: jhi                                   on 2000/11/29  15:48:40
52810         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
52811              From: rspier@pobox.com (Robert Spier)
52812              Date: Wed, 29 Nov 2000 02:25:39 -0500
52813              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
52814              
52815              More checking in case someone has broken their services or
52816              protocol databases.
52817      Branch: perl
52818            ! ext/Sys/Syslog/Syslog.pm
52819 ____________________________________________________________________________
52820 [  7917] By: jhi                                   on 2000/11/29  15:46:25
52821         Log: Subject: [PATCH] $^O  win32 -> MSWin32
52822              From: rspier@pobox.com (Robert Spier)
52823              Date: Wed, 29 Nov 2000 02:17:38 -0500
52824              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
52825              
52826              plus similar nits for vms, err, VMS, and UNICOS.
52827      Branch: perl
52828            ! t/lib/syslfs.t t/op/lfs.t
52829 ____________________________________________________________________________
52830 [  7916] By: jhi                                   on 2000/11/29  15:42:51
52831         Log: Subject: [PATCH] Tokeniser debugging
52832              From: Simon Cozens <simon@cozens.net>
52833              Date: Wed, 29 Nov 2000 14:15:45 +0000
52834              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
52835      Branch: perl
52836            ! perl.c perl.h pod/perlrun.pod toke.c
52837 ____________________________________________________________________________
52838 [  7915] By: jhi                                   on 2000/11/29  15:41:36
52839         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
52840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52841              Date: Wed, 29 Nov 2000 02:13:14 -0500
52842              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
52843              
52844              OUT keyword nits.
52845              
52846              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
52847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52848              Date: Wed, 29 Nov 2000 03:09:04 -0500
52849              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
52850              
52851              OUT and IN_OUT documentation.
52852      Branch: perl
52853            ! lib/ExtUtils/xsubpp pod/perlxs.pod
52854 ____________________________________________________________________________
52855 [  7914] By: jhi                                   on 2000/11/29  03:35:01
52856         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
52857              From: John Tobey <jtobey@john-edwin-tobey.org>
52858              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
52859              Message-Id: <m140e1N-000FOoC@feynman.localnet>
52860              
52861              plus a performance speedup noticed by Sarathy.
52862      Branch: perl
52863            ! op.c
52864 ____________________________________________________________________________
52865 [  7913] By: jhi                                   on 2000/11/29  03:16:59
52866         Log: Use "1 while unlink" so that VMS gets clean, too.
52867      Branch: perl
52868            ! t/lib/filter-util.t
52869 ____________________________________________________________________________
52870 [  7912] By: jhi                                   on 2000/11/29  03:09:08
52871         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
52872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52873              Date: Tue, 28 Nov 2000 03:27:09 -0500
52874              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
52875      Branch: perl
52876            ! lib/ExtUtils/xsubpp
52877 ____________________________________________________________________________
52878 [  7911] By: jhi                                   on 2000/11/29  03:06:30
52879         Log: This should have been part of #7872: no need to scan UTF-8
52880              until eternity.
52881      Branch: perl
52882            ! utf8.c
52883 ____________________________________________________________________________
52884 [  7910] By: jhi                                   on 2000/11/29  02:50:04
52885         Log: One more perltie.pod nit from Casey R. Tweten.
52886      Branch: perl
52887            ! pod/perltie.pod
52888 ____________________________________________________________________________
52889 [  7909] By: jhi                                   on 2000/11/29  02:44:23
52890         Log: Document the known sprintf test failures, exact standard
52891              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
52892      Branch: perl
52893            ! pod/perldelta.pod t/op/sprintf.t
52894 ____________________________________________________________________________
52895 [  7908] By: jhi                                   on 2000/11/29  02:36:23
52896         Log: Add the Encoding table format documentation.
52897      Branch: perl
52898            + ext/Encode/Encode/EncodeFormat.pod
52899            ! MANIFEST
52900 ____________________________________________________________________________
52901 [  7907] By: jhi                                   on 2000/11/29  02:07:24
52902         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
52903              From: "Casey R. Tweten" <crt@kiski.net>
52904              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
52905              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
52906              
52907              Subject: Re: [PATCH] Updating perltie.pod for arrays
52908              From: "Casey R. Tweten" <crt@kiski.net>
52909              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
52910              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
52911      Branch: perl
52912            ! pod/perltie.pod
52913 ____________________________________________________________________________
52914 [  7906] By: nick                                  on 2000/11/28  22:40:59
52915         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
52916      Branch: perlio
52917            ! iperlsys.h perlio.c
52918 ____________________________________________________________________________
52919 [  7905] By: nick                                  on 2000/11/28  22:04:34
52920         Log: Integrate mainline
52921      Branch: perlio
52922           !> (integrate 39 files)
52923 ____________________________________________________________________________
52924 [  7904] By: jhi                                   on 2000/11/28  16:44:43
52925         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
52926              From: Nicholas Clark <nick@babyhippo.co.uk>
52927              Date: Tue, 28 Nov 2000 11:16:57 +0000
52928              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
52929      Branch: perl
52930            ! pod/perlipc.pod
52931 ____________________________________________________________________________
52932 [  7903] By: jhi                                   on 2000/11/28  16:40:31
52933         Log: Subject: [PATCH] Updating perltie.pod for arrays
52934              From: "Casey R. Tweten" <crt@kiski.net>
52935              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
52936              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
52937      Branch: perl
52938            ! pod/perltie.pod
52939 ____________________________________________________________________________
52940 [  7902] By: jhi                                   on 2000/11/28  16:39:37
52941         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
52942              From: Robin Barker <rmb1@cise.npl.co.uk>
52943              Date: Mon, 27 Nov 2000 17:56:44 GMT
52944              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
52945      Branch: perl
52946            ! pod/perlfunc.pod t/op/split.t
52947 ____________________________________________________________________________
52948 [  7901] By: jhi                                   on 2000/11/28  16:28:04
52949         Log: setmode() is a DOSish-only thing.
52950      Branch: perl
52951            ! perlio.c
52952 ____________________________________________________________________________
52953 [  7900] By: jhi                                   on 2000/11/28  16:21:46
52954         Log: Subject: [PATCH] perlcc.PL cleanups
52955              From: Simon Cozens <simon@cozens.net>
52956              Date: Tue, 28 Nov 2000 12:44:35 +0000
52957              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
52958      Branch: perl
52959            ! utils/perlcc.PL
52960 ____________________________________________________________________________
52961 [  7899] By: gsar                                  on 2000/11/28  06:32:55
52962         Log: reintegrate files missed by change#7895
52963      Branch: maint-5.6/perl
52964           +> ext/ByteLoader/bytecode.h utils/Makefile
52965            - utils/perlbc.PL
52966 ____________________________________________________________________________
52967 [  7897] By: gsar                                  on 2000/11/27  18:22:47
52968         Log: can't integrate these two files, for some reason
52969      Branch: maint-5.6/perl
52970            - ext/ByteLoader/bytecode.h utils/Makefile
52971 ____________________________________________________________________________
52972 [  7895] By: gsar                                  on 2000/11/27  18:11:21
52973         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
52974              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
52975              6757..6890,6892..6901 from mainline
52976              
52977              Bytecompiler patches from Benjamin Stuhl.
52978              
52979              More bytecompiler.
52980              
52981              Subject: [PATCH blead] B:: missing dependency
52982              
52983              Subject: [PATCH: 6757] configure.com updates and syslog build
52984              
52985              Long double Gconvert fixes from Yitzchak Scott-Thoennes
52986              and Spider Boardman.
52987              
52988              Subject: [PATCH blead] nextchar() abuse misses an optimisation
52989              
52990              Long double fixes from Spider Boardman.
52991              
52992              Make the selection of NVff et al stricter.
52993              
52994              cSVOPo_*v things index into the current PL_curpad
52995              under ithreads, which is different from the curpad
52996              used by the XSUB.  (In other words, the code as-is
52997              before this patch wouldn't work under ithreads.)
52998              
52999              Be portable.
53000              
53001              VMS MMS (make) wants null action.
53002              
53003              Mac and other portability updates from Chris Nandor.
53004              
53005              Storable support, v-version fixes.
53006              Subject: CPAN.pm beta for testing available
53007              
53008              Portability fix from Hugo van der Sanden.
53009              
53010              Bad makefile.
53011              
53012              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
53013              
53014              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
53015              
53016              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53017              
53018              Replace #6705 with a minimal doc patch.
53019              Subject: [PATCH 5.6.0] replace change #6705
53020              
53021              Drop the separate perlbc, perlcc -b should be enough.
53022              
53023              installperl couldn't tell whether it had run tests or not.
53024              Subject: [PATCH] Re: installperl and t/TEST
53025              
53026              Add silencer flags to installperl.
53027              Subject: [PATCH] Making installperl silent.
53028              
53029              Make "make install" by default silent.  A new "install-verbose"
53030              target is verbose.
53031              
53032              More liberal parsing of version numbers.
53033              Subject: Re: CPAN.pm beta for testing available
53034              
53035              Create directories in silence.
53036              Subject: [PATCH] Another silencer for MakeMaker
53037              
53038              DOS patches and portability/porting notes, from Tim Jenness.
53039              
53040              Make installman to recognize the silence flag -S.
53041              
53042              Actually do something with the silencer option.
53043              
53044              Continue silencing.
53045              
53046              Show the doc file, not the temp file.
53047              
53048              Regen perltoc.
53049              
53050              Subject: [PATCH] More silencing of installman.
53051              
53052              Better wording for the vec lvalue diagnostic.
53053              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
53054              
53055              Subject: [PATCH: 6805] several more tweaks to configure.com
53056              
53057              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
53058              
53059              Missing parts of 
53060              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
53061              
53062              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
53063              (applied slightly modified)
53064              
53065              installperl --verbose and --silent.
53066              Subject: Re: [PATCH] More silencing of installman.
53067              
53068              Add install-silent target.
53069              
53070              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
53071              the problem reported in
53072              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
53073              
53074              Tweak the sfio/useperlio logic, hopefully as wished in
53075              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
53076              
53077              One forgotten file from #6816.
53078              
53079              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
53080              
53081              Remove duplicately applied patch shards.
53082              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
53083              
53084              Support preserving extremely big/small angles.
53085              
53086              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
53087              
53088              Subject: [PATCH] installation not quite silent yet.
53089              
53090              Update the test count.
53091              
53092              Use UVxf, PTR2UV, NVff.
53093              
53094              Document PTR2XX and INT2PTR.
53095              
53096              no-install target a la make -n.
53097              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
53098              
53099              grep -e isn't portable.
53100              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
53101              
53102              Can't get the test to reliably work thanks to the
53103              inaccurateness of floating point.  "Resolves" bug ids
53104              20000826.003, 20000826.009, 20000826.010,
53105              
53106              Subject: installman buglet
53107              
53108              DJGPP update from Laszlo Molnar.
53109              
53110              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53111              
53112              Passing -R in ldflags makes now it to appear in the default
53113              for lddlflags, just like with -L.
53114              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
53115              
53116              Test nit.
53117              
53118              Use the actual thread type, not the pointer-to-struct.
53119              
53120              Provice virtual $Config{ccflags_nolargefiles} etc. 
53121              
53122              display_format used as a class method without arguments was broken,
53123              reported in
53124              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
53125              
53126              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
53127              
53128              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
53129              
53130              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
53131              
53132              opmini.o may be left around if a build is interrupted.
53133              
53134              Typo in #6858.
53135              
53136              Fix for ID 20000828.001, long doubles were not formatted
53137              correctly (showed up in $], which stopped installing perl).
53138              
53139              An attempt to fix the problem reported in
53140              Subject: Building perl@6856 using gcc/AIX 4.3.3 
53141              I can't test this properly since the gcc installation I have
53142              access to seems to be botched (gcc is calling the AIX cpp,
53143              a losing proposition...)
53144              
53145              Add -ld to archname on long tr...double platforms.
53146              
53147              Subject: hv.h Doc Patch
53148              
53149              Potential cruft.
53150              
53151              Subject: [PATCH bleedperl@6856] warnings fixes
53152              
53153              -S is the silent flag, -s is the strip flag.
53154              Subject: [PATCH] Re: [PATCH] make no-install          
53155              
53156              Take out the SUIDMAIL thing, that will not be
53157              a problem in 5.7.*.
53158              
53159              Subject: [PATCH bleedperl@6866] spellings
53160              
53161              Subject: [PATCH] Re: files not cleaned even by veryclean
53162              
53163              Use minimal @INC in tests, most of the time just '../lib',
53164              so that we simply can't pick up stuff from other Perls than
53165              the one we are testing.  Pointed out by
53166              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
53167              
53168              Update to Getopt::Long 2.24, from Johan Vromans.
53169              
53170              Fix for thinko in #6848.
53171              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
53172              
53173              Patches all over for people and the files they (hopefully) care about.
53174              
53175              Subject: Net::protoent does not export 'getproto'
53176              
53177              Missed a change in #6869.
53178              
53179              Subject: [PATCH] Warnings in B::Deparse
53180              
53181              Subject: [PATCH] Glob dumping
53182              
53183              Disable one of the tests for now.
53184              
53185              Disabling the one test is a bit tricky.
53186              
53187              Don't forget to tidy up.
53188              
53189              The #6881 removed one dump line.
53190              
53191              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
53192              
53193              Under usethreads the dumped variable is IN_PAD.
53194              Subject: Re: [PATCH] Glob dumping
53195              
53196              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
53197              
53198              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
53199              
53200              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
53201              
53202              Regen Configure for #6894.
53203              
53204              Subject: [PATCH: 6889] updates to perlebcdic.pod
53205              
53206              Undo namespace pollution of #6878.
53207              Subject: Re: Net::protoent does not export 'getproto'
53208              
53209              Admit that we are leaking scalars.
53210              
53211              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
53212      Branch: maint-5.6/perl
53213           !> (integrate 271 files)
53214 ____________________________________________________________________________
53215 [  7894] By: gsar                                  on 2000/11/27  16:00:34
53216         Log: a couple of nits
53217      Branch: maint-5.6/perl
53218            ! MANIFEST pp_sys.c
53219 ____________________________________________________________________________
53220 [  7893] By: gsar                                  on 2000/11/27  15:10:56
53221         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
53222              6740..6745,6747..6757,6760
53223              
53224              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
53225              
53226              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
53227              
53228              Doc nits spotted by Richard Soderberg.
53229              
53230              move WNOHANG definition to where other such things are
53231              
53232              Make $Config{byteorder} more magical so that it is
53233              dynamically computed: nice for 'fat binaries'.
53234              Subject: [PATCH]: default byteorder
53235              
53236              Subject: [PATCH] Cwd.pm now uses strict
53237              
53238              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
53239              
53240              Get -DLEAKTEST to compile (not necessarily to work, mind)
53241              Subject: [ID 20000724.006] -DLEAKTEST problem
53242              
53243              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
53244              
53245              Add perlebcdic from Peter Prymmer, regen toc.
53246              
53247              Don't propose using modules built for 5.005 if no binary
53248              compatibility with 5.005 is attempted.
53249              
53250              Do not use prototyping here.
53251              Subject: [ID 20000817.016] [PATCH] Peek.xs
53252              
53253              Document what the backtick returns if the command fails.
53254              
53255              Add byteorder to the myconfig output.
53256              
53257              Introduce NVef, NVff, and NVgf, use the middle one.
53258              (helps for lib/peek + Linux + long doubles)  Reported in
53259              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
53260              Use NVs in POSIX math, not doubles.
53261              Subject: [ID 20000817.014] POSIX & modfl
53262              
53263              Subject: [PATCH 5.6.0+] newSVrv() memory leak
53264              
53265              The byteorder code in #6671 was wrong.
53266              
53267              Fix the lib/complex failure of
53268              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
53269              Linux long double accuracy issue: something that
53270              when printed with %g looks like "2" but int() of it is 1.
53271              
53272              Propagate new Configure vars.
53273              
53274              Unbuffer the output.
53275              
53276              Subject: [PATCH] perltrap.pod spring cleaning
53277              
53278              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
53279              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
53280              
53281              Tiny Getopt::Long patch from Johan Vromans.
53282              
53283              Document code point which makes if (defined %stash::) to work
53284              (noted by Spider Boardman).
53285              
53286              Subject: [PATCH perl@6698] cygwin port
53287              
53288              Document the NDBM_File and ODBM_File as SDBM_File
53289              was documented in #6417.
53290              
53291              The new tests were missing from #6415.
53292              
53293              Add [[:blank:]] as suggested in
53294              Subject: [ID 20000716.024] [=cc=] / [:blank:]
53295              (the [=cc=] has already been taken care of by #6439
53296              so the whole bug report can be closed)
53297              and make [[:space:]] to be equivalent to isspace(3)
53298              (as opposed to \s, which is isSPACE()).  The difference
53299              is that now [[:space:]] matches the mythical vertical tab,
53300              while \s doesn't.
53301              
53302              Don't eat leading os from index entries.
53303              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
53304              
53305              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
53306              
53307              Typo in pp_complement().
53308              Subject: [PATCH perl-current] Deparse
53309              
53310              Add warnif(), check warnings further up the stack,
53311              all the warnings functions now can take an optional object reference.
53312              Subject: [PATCH bleedperl@6691] warnings pragma update
53313              
53314              Fix a core dump in lib/selfloader under -DDEBUGGING.
53315              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
53316              
53317              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
53318              
53319              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
53320              
53321              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
53322              Put back the long double avoidance code to POSIX.xs
53323              because VMS seems to need it still.
53324              
53325              Introduce a 'veryclean' target that is like 'distclean'
53326              but also removes *~ and *.orig.
53327              
53328              Subject: [ID 20000817.023] endianness description in perlfunc.pod
53329              
53330              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
53331              
53332              Let's try #6717 again.
53333              
53334              UTF8 concat fixes.
53335              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
53336              
53337              pp_open() could pass an uninitialized filename down to do_open9().
53338              
53339              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
53340              
53341              Update to CGI 2.72, from Lincoln Stein.
53342              
53343              Subject: [PATCH] Silence MakeMaker (Was: installman)
53344              
53345              Use temporary directory instead of current directory.
53346              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
53347              
53348              Document odd vs even subreleases and -Dusedevel.
53349              
53350              The veryclean target needs to clobber.
53351              
53352              Use File::Spec->tmpdir().
53353              
53354              Document the number of exponent digits.
53355              
53356              Mention perlebcdic and perlposix-bc.
53357              
53358              s/this one/the 5.6.0 release/
53359              
53360              The #6724 is here.
53361              
53362              The correct cleaning order is an art.
53363              
53364              small tweaks for change#6705: avoid C++ style comments in C code;
53365              use Perl's malloc API rather than the low level system one
53366              
53367              Array context keeps slithering in.
53368              
53369              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
53370              
53371              Subject: [PATCH] os2.c fix for use64bitint
53372              
53373              Update to Pod::LaTeX 0.53.
53374              Subject: [PATCH] lib/Pod/LaTeX.pm updates
53375              
53376              Document the endianness of Alpha more precisely.
53377              
53378              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
53379              
53380              Rename the macro argument because some preprocessors
53381              can't tell the difference and expand arguments also inside
53382              double quoted strings.
53383              
53384              free TLS slot properly on Windows
53385              
53386              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
53387              
53388              Unicos/mk requires elaborate paranoia.
53389              
53390              Tweak the floating point output routine preferences.
53391              
53392              Also under djgpp the timestamps are funky.
53393              
53394              Apply some PodParser 1.18 patches; the Pod/Find.pm
53395              patches cannot be applied since #6712 conflicts.
53396              
53397              Use PodParser 1.18 new test.
53398              
53399              A pod nit.
53400              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
53401              
53402              Be verydeepclean.
53403      Branch: maint-5.6/perl
53404           +> pod/perlebcdic.pod
53405           !> (integrate 106 files)
53406 ____________________________________________________________________________
53407 [  7892] By: jhi                                   on 2000/11/27  15:02:32
53408         Log: Update Changes.
53409      Branch: perl
53410            ! Changes patchlevel.h
53411 ____________________________________________________________________________
53412 [  7891] By: jhi                                   on 2000/11/27  14:57:23
53413         Log: Subject: Re: perlfaq style changes
53414              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53415              Date: Sat, 25 Nov 2000 23:32:26 -0800
53416              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
53417              
53418              plus a note from Ronald Kimball.
53419      Branch: perl
53420            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
53421 ____________________________________________________________________________
53422 [  7890] By: jhi                                   on 2000/11/27  14:53:14
53423         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
53424              From: Benjamin Holzman <bah@ecnvantage.com>
53425              Date: Sun, 26 Nov 2000 16:27:33 -0500
53426              Message-ID: <20001126162733.J25040@ecnvantage.com>
53427      Branch: perl
53428            ! gv.c
53429 ____________________________________________________________________________
53430 [  7889] By: jhi                                   on 2000/11/27  14:43:11
53431         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
53432              From: lvirden@cas.org
53433              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
53434              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
53435      Branch: perl
53436            ! README.amiga
53437 ____________________________________________________________________________
53438 [  7888] By: jhi                                   on 2000/11/27  14:32:34
53439         Log: Restore also the locale test to no-sprintf-taint state.
53440              Fixes the bug 20001127.003.
53441      Branch: perl
53442            ! sv.c t/pragma/locale.t
53443 ____________________________________________________________________________
53444 [  7887] By: gsar                                  on 2000/11/27  14:13:05
53445         Log: integrate changes#6613..6616,6620..6665 from mainline
53446              
53447              VMS configure.com update continues.
53448              
53449              Subject: Test fails / warnings with perl-current #6612
53450              
53451              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
53452              
53453              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53454              
53455              For now remove the mail code.
53456              
53457              Subject: Re: [PATCH] @+, @- readonly
53458              
53459              Subject: warning: storage class after type is obsolescent
53460              
53461              Subject: sfio2000
53462              
53463              Subject: Re: File::Temp problems on VMS in bleedperl
53464              
53465              README.os2 update.
53466              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
53467              
53468              Make the user to give up his firstborn, err, to knowingly
53469              verify installing an unstable developer release.  Also bump
53470              the release to 5.7.0, but leave a patch tag in the local
53471              patches saying that this is not yet the real thing.
53472              
53473              Update (kinda) to Test 1.14, from Joshua Pritikin.
53474              
53475              make ok etc also for win32.
53476              
53477              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
53478              
53479              Don't blow limited stacks, a lower number is enough to
53480              tickle the lookbehind limit.
53481              
53482              Use -Dusedevel; regen Configure and the respective Porting stuff.
53483              
53484              Subject: [PATCH] debugger exit code should reflect user exit code
53485              
53486              Subject: [PATCH perl@6620] cygwin port
53487              
53488              Missed a file from #6638.
53489              
53490              Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
53491              
53492              magic callbacks all need to have same type signature
53493              
53494              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
53495              
53496              Fix a dependency problem.
53497              Subject: [PATCH: 6640] VMS Makefile.SH update
53498              
53499              The numeric locale was reset to "C" by s?printf and never restored.
53500              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53501              No test since adding the failing example to locale.t
53502              does not fail -- probably because the locale settings are so
53503              thoroughly tweaked by that time.  Running the example standalone
53504              does fail, though.  UPDATE: test case added at change #7540.
53505              
53506              Subject: [ID 20000324.040] minor fix to perlhpux.pod
53507              
53508              Update to CPAN 1.57.
53509              
53510              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
53511              
53512              Change the perlbug address to perl.org since it's more forgiving.
53513              
53514              Change the regx compilation error markers to use = instead of <
53515              since pod makes using the latter quite messy.  Reported in
53516              ID 20000814.006 by Abigail and in
53517              Subject: Unknown escape E<> ?
53518              
53519              Update to perldebtut 1.9, from Richard Foley.
53520              
53521              check that the number pseudo children doesn't exceed
53522              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
53523              the WaitForMultipleObjects() limit that would cause wait()
53524              to crash)
53525              wait() and waitpid() could potentially be rewritten to use
53526              more than one thread to do the waiting to eliminate this
53527              limitation
53528              
53529              change#6328 could make close(SOCKET) return false on windows
53530              when it shouldn't
53531              
53532              pod nit seen in passing
53533              
53534              on windows, the return values from wait() and waitpid() don't
53535              match those of pseudo-pids
53536              
53537              waitpid() now handles externally spawned pids correctly;
53538              fixes for backtick/wait/waitpid failures on Windows 9x
53539              these changes make the pid returned by process functions on
53540              Windows 9x always positive by clearing the high bit (which
53541              is always set on Win9x); pseudo-process PIDs are likewise
53542              always negative now on Win9x (just as on NT/2000)
53543              
53544              trailing new %ENV entries weren't being pushed into the real
53545              environment of subprocesses on Windows
53546              
53547              Tweak the regex compilation errors once more.
53548              
53549              avoid warnings from dense compiler
53550              
53551              add "ok" targets from change#6632 in makefile.mk
53552      Branch: maint-5.6/perl
53553            - lib/Pod/PlainText.pm vms/configure.com
53554           !> (integrate 66 files)
53555 ____________________________________________________________________________
53556 [  7886] By: jhi                                   on 2000/11/27  13:54:18
53557         Log: __FUNCTION__ isn't portable and trying to emulate it leads
53558              into practically spelling out the name of the function.
53559              Takes care of the bug 20001127.001.
53560      Branch: perl
53561            ! perlio.c
53562 ____________________________________________________________________________
53563 [  7885] By: gsar                                  on 2000/11/27  13:53:18
53564         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
53565              6610..6611 from mainline
53566              
53567              Make regular expression parse error messages easier to understand.
53568              Subject: Re: enhanced(?) regex error messages
53569              
53570              Tiny tidying on report_evil_fh().
53571              
53572              Subject: Re: enhanced(?) regex error messages 
53573              plus Capitalize the error messages, plus perldiag them.
53574              
53575              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
53576              
53577              Document here-doc better.
53578              
53579              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53580              
53581              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
53582              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
53583              (either perlbug or p5p ate the original), plus regen
53584              perlapi and perltoc. 
53585              
53586              Regen global.sym.
53587              
53588              Double check that we have a dirhandle.
53589              
53590              Subject: Re: enhanced(?) regex error messages
53591              (plus two small patches sent privately)
53592              (this still seems to leave few test failures)
53593              
53594              warn is a macro, avoid using at a variable to avoid warnings
53595              in some configurations; readdir.t is too conservative in
53596              estimating number of *.t's
53597              
53598              Get back into sync with Jeffrey on the enhanced regex warnings.
53599              
53600              Subject: [PATCH 5.6.0] cygwin port
53601              
53602              Zero entries were skipped, fix from Adrian Goalby
53603              <argoalby@yahoo.co.uk>
53604              
53605              Subject: Remove dead entry in perldiag
53606              
53607              Amend the description of Perl6.
53608              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
53609              
53610              detypo
53611              
53612              It's the 2ndO'ROSSC.
53613              
53614              Revert the sv.c part of #6559, a better fix is needed.
53615              
53616              Iterating perl6 description.
53617              
53618              Update to Term::ANSIColor 1.03, from Russ Allbery.
53619              
53620              Update to Getopt::Long 2.23_05, from Johan Vromans.
53621              
53622              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
53623              
53624              Update to Pod::Parser 1.17, from Brad Appleton.
53625              
53626              Update to CPAN 1.56, from Andreas König.
53627              
53628              Update to CGI 2.70, from Lincoln Stein.
53629              
53630              Put back the std @INC thing.
53631              
53632              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
53633              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
53634              
53635              Document the IO::Select timeout.
53636              
53637              sleep(1) does not necessarily return 1.
53638              Subject: [PATCH bleadperl] op/lex_assign.t  
53639              
53640              Subject: debugger "d" command doesnt check line number
53641              
53642              B::Deparse didn't do sub attributes.
53643              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53644              
53645              Preprocessing and postprocessing for File::Find.
53646              Subject: Patch to Find::File.pm to allow alphabetical results
53647              
53648              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
53649              
53650              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
53651              
53652              Subject: Re: [ID 20000730.003] utf8::length() bad
53653              
53654              Subject: Getting perlio and threads to compile
53655              (the Solaris version changes in Configure skipped)
53656              
53657              Tests for #6589.
53658              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53659              
53660              Add Perl debugging tutorial, regen toc. 
53661              Subject: perldebtut.pod
53662              
53663              Add a few missing files, update MANIFEST.
53664              
53665              Rewrite of vms/subconfigure.com as configure.com,
53666              from Peter Prymmer and the vmsperl crew.
53667              
53668              Should have deleted this in #6603.
53669              
53670              Fix the test for 5005threads.
53671              
53672              Fix-n-skip the tests under 5005threads.
53673              
53674              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
53675              
53676              Upgrade to CGI 2.71, from Lincoln Stein.
53677      Branch: maint-5.6/perl
53678           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
53679           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
53680           +> t/op/regmesg.t t/pod/find.t vms/configure.com
53681            - vms/subconfigure.com
53682            ! lib/lib.pm
53683           !> (integrate 115 files)
53684 ____________________________________________________________________________
53685 [  7884] By: jhi                                   on 2000/11/27  13:44:33
53686         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
53687              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53688              Date:     Mon, 27 Nov 2000 08:23:54 EST
53689              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
53690      Branch: perl
53691            ! vms/descrip_mms.template vms/test.com
53692 ____________________________________________________________________________
53693 [  7883] By: gsar                                  on 2000/11/27  11:50:46
53694         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
53695              6511..6513,6515..6523,6525..6536
53696              
53697              The swallow_bom() saga continues.  The #23 of require.t
53698              (UTF16-LE) still fails (silently, no output) but the #22
53699              (UTF16-BE) seems to be working now.  The root of the
53700              failure may be in sv_gets(): is it UTF-16LE-aware,
53701              especially when it comes to line endings? 
53702              
53703              Document the problem with -P in HP-UX and its workaround.
53704              
53705              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
53706              (aka ID 20000730.002)
53707              
53708              Subject: fix and question re: waitpid() under win32
53709              
53710              Make the safety catch for buggy gccs work with triple version
53711              numbers like 2.95.2.  Reported in
53712              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
53713              
53714              In Digital UNIX warn if gcc explicitly chosen because even
53715              2.95.2 is known to cause problems.
53716              
53717              Make chr() for values >127 to create utf8 when under utf8.
53718              
53719              various syntax errors and such (not fixed: comp/require.t#22 coredump
53720              on Windows)
53721              
53722              Stash away the largefiles flags and libswanted.
53723              
53724              BOM patching from Simon Cozens.
53725              
53726              If gccosandvers is equal to osname, clear gccosandvers.
53727              
53728              Make p4desc to skip non-mainperl branches by default.
53729              
53730              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
53731              
53732              The test from this
53733              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
53734              
53735              In new BSDs changes to argv[] do not show up in ps(1) output,
53736              instead one must use setproctitle().  This was already addressed
53737              by change #6457, but the below has a new variant for FreeBSD 4.0
53738              or later, and the matter is also documented more.
53739              
53740              FreeBSD 3.* updates from
53741              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
53742              
53743              regen_headers, regen perltoc.
53744              
53745              Document in one place the memory abstractions used in Perl core.
53746              
53747              memcpy has n o in it, as pinted ut by Sarathy.
53748              
53749              Remove the extraneous "main::" prefix from all the
53750              "opened only for", "on closed", and "never opened" warnings.
53751              
53752              The name of a filehandle does not have <these>.
53753              
53754              The tr utf8 patching continues.
53755              
53756              The new setproctitle() feature is available only in 
53757              bleeding edge FreeBSD.  From Paul Saab.
53758              
53759              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
53760              
53761              Dump UVs as UVs in Data::Dumper.
53762              
53763              detypo #6494
53764              
53765              Document the IVdf UVuf UVof UVxf.
53766              
53767              require.t needs binmode() to work on windows
53768              
53769              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
53770              that are hopefully soon put into use.
53771              
53772              Allow "no Module;" even if there is no 'unimport'.
53773              
53774              Better skip message for the test; one of the two problems in
53775              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
53776              
53777              The subtest 4 may fail also on VOBS, as pointed out
53778              by Nick Ing-Simmons in November 1999, bug id 19991124.003
53779              (but the failure in that bug report isn't the subtest 4).
53780              
53781              Be more informative on what is skipped and why,
53782              also repeat the list at the end.
53783              
53784              Add a URL for FSF.
53785              
53786              Subject: [PATCH] sv.h documentation - SvLEN
53787              
53788              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
53789              
53790              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
53791              
53792              Subject: [PATCH] bad cppsymbols on os2 + Configure question
53793              
53794              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
53795              
53796              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
53797              mention the idea of @( and @)
53798              
53799              This is 6512.  Really.
53800              
53801              Subject: [ID 19990721.004] Documentation bug in perlfunc
53802              
53803              Subject: Minor tweak to perlvar.pod
53804              
53805              In the warnings call filehandles consistently so;
53806              add "unopened" warning for stat().
53807              
53808              After the #6519 a warning about stat() is just that,
53809              not about a filetest, which now have their own warning.
53810              
53811              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
53812              
53813              Subject: Re: Array vs. List context
53814              
53815              Subject: New perlcc, take 2
53816              
53817              Weed buglets pointed out by
53818              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
53819              
53820              gcc versions might have (parentheses) in them.
53821              
53822              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
53823              
53824              Essential prototype changes were missing from #6527.
53825              Also make report_evil_fh() more bomb-proof.
53826              
53827              Zap lib/Sys directory when cleaning up.
53828              
53829              Change the Policy policy: now -Dprefix= with an existing
53830              Policy.sh and prefix == siteprefix == vendorprefix, then all
53831              of them follow along the new prefix.
53832              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
53833              
53834              Continue fixing the io warnings.  This also
53835              sort of fixes bug ID 20000802.003: the core dump
53836              is no more.  Whether the current behaviour is correct
53837              (giving a warning: "Not a format reference"), is another matter.
53838              
53839              Have symbols for the IoTYPEs.
53840              
53841              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
53842              
53843              Document a bit that UDP is not what you might think.
53844              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
53845              tr memory corruption fix from Simon Cozens.
53846              
53847              Plug the security hole described in the Aug 05 2000 bugtraq message
53848              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
53849              The security hole exists only in suidperls, which isn't
53850              installed or even built by default.
53851      Branch: maint-5.6/perl
53852           !> (integrate 71 files)
53853 ____________________________________________________________________________
53854 [  7882] By: gsar                                  on 2000/11/27  10:25:36
53855         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
53856              from mainline
53857              
53858              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
53859              to be fatal errors (instead of by default ignoring them, and
53860              ignoring with a bug: even though -w gave an error, the opening [
53861              was left in)  Reported in:
53862              
53863              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
53864              
53865              Subject: [PATCH] split /^/
53866              
53867              MacOS nits from Matthias Neeracher.
53868              
53869              More split() doc and test patches from Mike Guy.
53870              
53871              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
53872              from Graham Barr in the module list.
53873              
53874              docfix from Peter Scott <Peter@PSDT.com>.
53875              
53876              File::Temp patches for VMS and OS/2 from Tim Jenness.
53877              
53878              open() wariness in perlbug.
53879              
53880              Subject: [PATCH] minor doc change - perlguts
53881              
53882              Subject: Minor doc patch: handy.h
53883              
53884              Be wary of close()s, too.
53885              
53886              Further File::Temp patches from Yitzchak Scott-Thoennes
53887              and Craig A. Berry.
53888              
53889              Subject: [PATCH] fixes bug 20000508.004
53890              
53891              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
53892              
53893              Allow "no AutoLoader;", based on change #6444,
53894              suggested by Graham Barr.
53895              
53896              Use setproctitle() if available to modify $0.
53897              
53898              Warn if the version of the operating system used to compile gcc
53899              differs from the current version of the operating system.
53900              Also display the gcc compilation os and version in myconfig.
53901              Inspiration from
53902              
53903              Tiny fixes for #6460.
53904              
53905              The problem described in this
53906              Subject: [ID 20000322.018] named chars aren't magical enough
53907              has been fixed in perl 5.6.0 but just in case added a test
53908              to keep it away.  (The report from Joseph Hall.)
53909              
53910              Tune the comments and hopefully stop a memory leak.
53911              
53912              Subject: UTF8 concat
53913              (with a memory leak fixed, plus a few casts added)
53914              This also seems to help for
53915              Subject: [ID 20000716.015] join UTF8 weirdness
53916              
53917              Do not upgrade SVs into utf8 just because they participate
53918              in eq or cmp.  Reported and fix suggested in
53919              Subject: [ID 20000720.009] sv_eq UTF8 bug
53920              
53921              Fix the HALF_UPGRADE() macro introduced in #6263.
53922              
53923              Find green threads before native threads.
53924              Subject: Re: Patch to jpl/JNI/Makefile.PL
53925      Branch: maint-5.6/perl
53926           !> (integrate 30 files)
53927 ____________________________________________________________________________
53928 [  7881] By: jhi                                   on 2000/11/27  05:48:41
53929         Log: It seems that *both* the unused submatch loop cleanup
53930              codes are needed.
53931      Branch: perl
53932            ! regexec.c
53933 ____________________________________________________________________________
53934 [  7880] By: jhi                                   on 2000/11/27  04:50:07
53935         Log: Clean .exists deeper.
53936      Branch: perl
53937            ! Makefile.SH
53938 ____________________________________________________________________________
53939 [  7879] By: jhi                                   on 2000/11/27  02:31:35
53940         Log: The code in regcppop() (see #7878) contains the correct lower
53941              limit for the unused submatch 'cleanup' loop so that under
53942              "use utf8" the following code wouldn't dump core:
53943              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
53944              the cleanup loop in regtry() stomped beyond allocated area
53945              in the startp[] array.  Therefore, copied the correct lower
53946              loop limit (*PL_reglastparen) to regtry().  Note: something
53947              may still not be quite right: why was the _higher_ loop limit
53948              (prog->nparens) different in the utf8 case?
53949              
53950              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
53951              without core dumps, there were about 17 of them before
53952              the patch (with us since Perl 5.7.0).  Two failures, still:
53953              496 and 505 (though these may not be severe).
53954              
53955              Patch #7881 is also needed since both the cleanup loops
53956              seem to be needed.
53957              
53958              Also, the t/op/pat#44 seems to core dump under utf8.
53959              Plus a couple of failures.  UGH-8.
53960      Branch: perl
53961            ! regexec.c
53962 ____________________________________________________________________________
53963 [  7878] By: jhi                                   on 2000/11/27  02:21:17
53964         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
53965              the code in regcppop() seems to be redundant for the test suite --
53966              but it contains a germ of truth, and it needed for the build
53967              process itself: see #7879 and #7881.
53968      Branch: perl
53969            ! regexec.c
53970 ____________________________________________________________________________
53971 [  7877] By: jhi                                   on 2000/11/27  01:53:09
53972         Log: Comment on comment.
53973      Branch: perl
53974            ! regexec.c
53975 ____________________________________________________________________________
53976 [  7876] By: jhi                                   on 2000/11/27  00:49:59
53977         Log: Adjust the docs to agree with #7875.
53978      Branch: perl
53979            ! pod/perllocale.pod
53980 ____________________________________________________________________________
53981 [  7875] By: jhi                                   on 2000/11/27  00:49:27
53982         Log: Retract #7863.  It makes more sense not to taint formatted output,
53983              not even by sprintf().
53984      Branch: perl
53985            ! sv.c
53986 ____________________________________________________________________________
53987 [  7874] By: jhi                                   on 2000/11/26  23:36:02
53988         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
53989              Not really fixed (should really dump the UTF-8 charclass),
53990              but stopped displaying the garbage.
53991              
53992              Also add a note on the (missing) Unicode PSXSPC and BLANK.
53993      Branch: perl
53994            ! regcomp.c
53995 ____________________________________________________________________________
53996 [  7873] By: jhi                                   on 2000/11/26  21:31:13
53997         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
53998      Branch: perl
53999            ! regexec.c
54000 ____________________________________________________________________________
54001 [  7872] By: jhi                                   on 2000/11/26  21:06:04
54002         Log: No need to scan till infinity, 13 is enough.
54003      Branch: perl
54004            ! handy.h utf8.c
54005 ____________________________________________________________________________
54006 [  7871] By: jhi                                   on 2000/11/26  20:20:32
54007         Log: Test line numbers are different with utf8.
54008      Branch: perl
54009            ! t/op/re_tests
54010 ____________________________________________________________________________
54011 [  7870] By: jhi                                   on 2000/11/26  20:10:12
54012         Log: Message nit.
54013      Branch: perl
54014            ! regcomp.c
54015 ____________________________________________________________________________
54016 [  7869] By: jhi                                   on 2000/11/26  19:01:05
54017         Log: Make utf8_length() and utf8_distance() (the latter of which
54018              is unused at the moment) to be less forgiving about bad UTF-8.
54019      Branch: perl
54020            ! embed.h embed.pl objXSUB.h proto.h utf8.c
54021 ____________________________________________________________________________
54022 [  7868] By: jhi                                   on 2000/11/26  18:45:56
54023         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
54024              From: Benjamin Holzman <bah@ecnvantage.com>
54025              Date: Sat, 25 Nov 2000 20:40:20 -0500       
54026              Message-ID: <20001125204020.A25040@ecnvantage.com>              
54027              
54028              Debian allows installing /usr/bin/locale without installing
54029              any locales, an error message will ensue.
54030      Branch: perl
54031            ! t/pragma/locale.t
54032 ____________________________________________________________________________
54033 [  7867] By: jhi                                   on 2000/11/26  18:31:12
54034         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
54035              From: Benjamin Holzman <bah@ecnvantage.com>
54036              Date: Sun, 26 Nov 2000 02:42:34 -0500
54037              Message-ID: <20001126024234.G25040@ecnvantage.com>
54038              
54039              Patch for the bug 20000212.002.
54040      Branch: perl
54041            ! sv.c t/op/array.t
54042 ____________________________________________________________________________
54043 [  7866] By: jhi                                   on 2000/11/26  18:28:09
54044         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
54045              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54046              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
54047              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
54048              
54049              File::Temp 0.11.
54050      Branch: perl
54051            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
54052 ____________________________________________________________________________
54053 [  7865] By: jhi                                   on 2000/11/26  18:24:22
54054         Log: The metaconfig unit change for #7864.
54055      Branch: metaconfig/U/perl
54056            ! need_va_copy.U
54057 ____________________________________________________________________________
54058 [  7864] By: jhi                                   on 2000/11/26  18:23:41
54059         Log: Make the va_copy() test not to be so talkative.
54060      Branch: perl
54061            ! Configure config_h.SH
54062 ____________________________________________________________________________
54063 [  7863] By: jhi                                   on 2000/11/26  18:11:02
54064         Log: Fix locale inconsistencies unearthed by Hugo's work.
54065              Now the floating point sprintf really does taint the result
54066              string as perllocale promises (has promised for a long time)
54067              if "use locale" is in the lexical scope.
54068      Branch: perl
54069            ! sv.c t/pragma/locale.t
54070 ____________________________________________________________________________
54071 [  7862] By: jhi                                   on 2000/11/26  00:35:15
54072         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
54073              From: Nicholas Clark <nick@ccl4.org>
54074              Date: Sun, 26 Nov 2000 00:07:50 +0000
54075              Message-ID: <20001126000750.A22446@plum.flirble.org>
54076              
54077              Infinit.
54078      Branch: perl
54079            ! sv.c
54080 ____________________________________________________________________________
54081 [  7861] By: jhi                                   on 2000/11/26  00:01:26
54082         Log: Integrate perlio.
54083      Branch: perl
54084           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
54085 ____________________________________________________________________________
54086 [  7860] By: nick                                  on 2000/11/25  22:04:17
54087         Log: Correct relative path from new ext\Filter\Util\Call location
54088              back to miniperl.
54089      Branch: perlio
54090            ! win32/makefile.mk
54091 ____________________________________________________________________________
54092 [  7859] By: nick                                  on 2000/11/25  21:26:54
54093         Log: Integrate mainline.
54094      Branch: perlio
54095           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54096           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
54097           +> t/lib/filter-util.t
54098            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54099            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54100            - t/lib/filt-util.t
54101           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
54102           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
54103           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
54104           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
54105           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
54106           !> win32/makefile.mk
54107 ____________________________________________________________________________
54108 [  7858] By: gsar                                  on 2000/11/25  20:52:17
54109         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
54110              parent's memory; fix it by keeping track of the actual pad
54111              offset rather than a raw pointer (this change is probably also
54112              relevant to non-ithreads case to avoid fallout from reallocs of
54113              the pad array, but is currently only enabled for the ithreads
54114              case in the interests of minimal disruption to existing "well
54115              tested" code)
54116      Branch: perl
54117            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
54118            ! proto.h scope.c scope.h sv.c t/op/fork.t
54119 ____________________________________________________________________________
54120 [  7857] By: nick                                  on 2000/11/25  20:01:28
54121         Log: All tests pass on Win32/gcc/USE_PERLIO.
54122              - when crlf layer is pushed make unix-level binary.
54123              - remove :crlf injection in pp_backtick in pp_sys.c
54124              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
54125      Branch: perlio
54126            ! doio.c perlio.c pp_sys.c win32/makefile.mk
54127 ____________________________________________________________________________
54128 [  7856] By: jhi                                   on 2000/11/25  18:38:30
54129         Log: Update the metaconfig units for #7855.
54130      Branch: metaconfig/U/perl
54131            ! useperlio.U usesocks.U
54132 ____________________________________________________________________________
54133 [  7855] By: jhi                                   on 2000/11/25  18:37:54
54134         Log: Undo the SOCKS workarounds, instead start using PerlIO
54135              if SOCKS is selected.
54136              
54137              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
54138              From: Jens Hamisch <jens@Strawberry.COM>
54139              Date: Fri, 24 Nov 2000 18:31:30 +0100
54140              Message-ID: <20001124183130.E28337@Strawberry.COM>
54141              
54142              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
54143              From: Jens Hamisch <jens@Strawberry.COM>
54144              Date: Fri, 24 Nov 2000 19:11:51 +0100
54145              Message-ID: <20001124191151.A28753@Strawberry.COM>
54146      Branch: perl
54147            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
54148            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
54149 ____________________________________________________________________________
54150 [  7854] By: jhi                                   on 2000/11/25  17:39:08
54151         Log: Undo #7848.  Some of the code seems to use walkoptree(),
54152              some walkoptree_slow().  An unfinished renaming?
54153              Now the sub is walkoptree() (which is @EXPORT_OK),
54154              the walkoptree_slow() is a typeglob alias to walkoptree.
54155              This makes the tests to pass, at least.
54156      Branch: perl
54157            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
54158 ____________________________________________________________________________
54159 [  7853] By: nick                                  on 2000/11/24  22:24:33
54160         Log: Re-arrange crlf vs binary for platforms that care.
54161              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
54162              Lip-service to making stdio layer work on such platforms (untested).
54163              Now fails 3 tests rather than one, checkin to see if I can debug 
54164              the issue under linux. (Do not merge.)
54165      Branch: perlio
54166            ! doio.c perlio.c perliol.h
54167 ____________________________________________________________________________
54168 [  7852] By: jhi                                   on 2000/11/24  18:57:39
54169         Log: AUTHORS edits.
54170      Branch: perl
54171            ! AUTHORS
54172 ____________________________________________________________________________
54173 [  7851] By: jhi                                   on 2000/11/24  17:34:56
54174         Log: Add Jan-Erik Karlsson.
54175      Branch: perl
54176            ! AUTHORS
54177 ____________________________________________________________________________
54178 [  7850] By: jhi                                   on 2000/11/24  17:27:56
54179         Log: Configure should find stdchar on its own.
54180      Branch: perl
54181            ! hints/solaris_2.sh
54182 ____________________________________________________________________________
54183 [  7849] By: jhi                                   on 2000/11/24  17:24:55
54184         Log: Subject: PATCH over 7848: Filter test flawed
54185              From: andreas.koenig@anima.de (Andreas J. Koenig)
54186              Date: 24 Nov 2000 10:28:29 +0100
54187              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
54188      Branch: perl
54189            ! t/lib/filter-util.t
54190 ____________________________________________________________________________
54191 [  7848] By: jhi                                   on 2000/11/24  17:22:15
54192         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
54193              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
54194              Date: Fri, 24 Nov 2000 16:12:58 +0000
54195              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
54196      Branch: perl
54197            ! ext/B/B.pm
54198 ____________________________________________________________________________
54199 [  7847] By: jhi                                   on 2000/11/24  03:07:01
54200         Log: Integrate perlio.
54201      Branch: perl
54202           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
54203           !> win32/makefile.mk
54204 ____________________________________________________________________________
54205 [  7846] By: gsar                                  on 2000/11/24  00:55:57
54206         Log: integrate changes#6415..6418,6420..6438 from mainline
54207              
54208              Fix the bitvector ops for utf8 (tricky since past 7 bits
54209              the utf8 'characters' can be more than one octet).
54210              
54211              MPE/ix updates for perl 5.6.0 from Mark Bixby.
54212              
54213              Subject: SDBM_File documentation
54214              
54215              Detypo.
54216              
54217              Decutandpasto.
54218              
54219              Send all installperl messages to STDERR and be -w clean.
54220              
54221              Out-of-date note removed.
54222              
54223              Protect against "wild next"s, that is, callbacks doing "next"
54224              instead of "return".
54225              
54226              Use STDOUT consistently.
54227              
54228              The output might have been produced in the wrong order.
54229              
54230              A missing 'break' after the [[:space:]] switch case.
54231              
54232              Add tests for
54233              [ID 19991110.003] another matching finding by pcre author
54234              which has already been fixed by some patch, as verified in
54235              
54236              Documentation to explain the behaviour of map().
54237              
54238              Add an optimization for map-maps-a-list-element-to-more-list-elements
54239              case, but add also notes explaining the relationship of this
54240              patch and the earlier notes by Sarathy.
54241              
54242              Subject: [ID 20000716.023] syslog test fails without sockets
54243              
54244              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54245              Test cases for #6431.
54246              
54247              File::Spec::VMS fixup for tmpdir from Craig Berry.
54248              
54249              Make the "uninit variable" warning to say "concat or string"
54250              or "join or string" when in concat or join .
54251              
54252              Get UTF16 BOMs working.  Patch from
54253              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54254              
54255              Subject: [PATCH] Make large file tests deal with SIGXFSZ
54256              
54257              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54258              
54259              Subject: [PATCH] av.c apidoc
54260      Branch: maint-5.6/perl
54261           !> (integrate 43 files)
54262 ____________________________________________________________________________
54263 [  7845] By: gsar                                  on 2000/11/24  00:20:45
54264         Log: integrate changes#6406..6414 from mainline
54265              
54266              Merge perlhacktut into perlhack, update perlguts.
54267              
54268              Fix AutoSplit to use File::Spec the right way in VMS,
54269              from Peter Prymmer.
54270              
54271              The bug report
54272              [ID 19991110.002] minimal matching discrepancy found by pcre author
54273              seems to have been fixed (though differently from what was suggested
54274              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
54275              
54276              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
54277              not in pod, from Peter Prymmer
54278              
54279              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
54280              From: Hugo <hv@crypt.compulink.co.uk>
54281              Date: Fri, 14 Jul 2000 23:05:20 +0100
54282              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
54283              
54284              Didn't anymore apply, but that point still could use another fix.
54285              
54286              lib/b test fixes from Peter Prymmer.
54287              
54288              More docs for sv functions.
54289              
54290              perlvms.pod whitespace cleanup to keep pod utils happy.
54291              
54292              another VMS build tweak from Peter Prymmer
54293      Branch: maint-5.6/perl
54294           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
54295           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
54296           !> vms/descrip_mms.template vms/perlvms.pod
54297 ____________________________________________________________________________
54298 [  7844] By: nick                                  on 2000/11/23  23:42:45
54299         Log: Win32/perlio Now just fails one io/argv.t test - lack 
54300              of default :crlf on standard streams.
54301      Branch: perlio
54302            ! doio.c perlio.c
54303 ____________________________________________________________________________
54304 [  7843] By: nick                                  on 2000/11/23  23:04:05
54305         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
54306              peek fail is showing a real problem (multiple crlf layers
54307              are getting pushed.)
54308      Branch: perlio
54309            ! doio.c perlio.c win32/makefile.mk
54310 ____________________________________________________________________________
54311 [  7842] By: nick                                  on 2000/11/23  19:46:23
54312         Log: Implement PerlIO_binmode()
54313              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
54314              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
54315              make binmode in t/lib/io_tell.t unconditional so that works.
54316              Checkin just so Win32 machine can see these changes.
54317      Branch: perlio
54318            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
54319 ____________________________________________________________________________
54320 [  7841] By: jhi                                   on 2000/11/23  19:30:00
54321         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
54322      Branch: perl
54323            ! README.amiga
54324 ____________________________________________________________________________
54325 [  7840] By: jhi                                   on 2000/11/23  17:18:02
54326         Log: SOCKS wrestling continues, patches from Jens Hamisch.
54327      Branch: perl
54328            ! doio.c embed.h embed.pl perlsdio.h proto.h
54329 ____________________________________________________________________________
54330 [  7839] By: jhi                                   on 2000/11/23  16:54:14
54331         Log: Push Filter::Util::Call one level deeper.
54332      Branch: perl
54333            + t/lib/filter-util.t
54334           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54335           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
54336            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54337            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54338            - t/lib/filt-util.t
54339            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54340            ! win32/Makefile win32/makefile.mk
54341 ____________________________________________________________________________
54342 [  7838] By: jhi                                   on 2000/11/23  16:52:40
54343         Log: Reach back one higher up when searching for PERL_SRC.
54344      Branch: perl
54345            ! lib/ExtUtils/MM_Unix.pm
54346 ____________________________________________________________________________
54347 [  7837] By: jhi                                   on 2000/11/23  16:05:41
54348         Log: Subject: Re: perl@7826
54349              Date: Thu, 23 Nov 2000 02:20:25 -0600
54350              From: "Craig A. Berry" <craigberry@mac.com>
54351              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
54352              
54353              Make VMS to like Filter::Util::Call. 
54354      Branch: perl
54355            ! configure.com ext/Filter/Util/Makefile.PL
54356 ____________________________________________________________________________
54357 [  7836] By: nick                                  on 2000/11/23  16:04:08
54358         Log: Implement crlf layer - not ready for merge.
54359      Branch: perlio
54360            ! perlio.c win32/makefile.mk
54361 ____________________________________________________________________________
54362 [  7835] By: jhi                                   on 2000/11/23  15:56:52
54363         Log: STDCHAR is different in Sparc v9 vs x86.
54364      Branch: perl
54365            ! hints/solaris_2.sh
54366 ____________________________________________________________________________
54367 [  7834] By: jhi                                   on 2000/11/23  15:50:47
54368         Log: The type needs to be visible to protos.
54369      Branch: perl
54370            ! perl.h
54371 ____________________________________________________________________________
54372 [  7833] By: jhi                                   on 2000/11/23  15:40:46
54373         Log: Finish unfinished SOCKS workaround changes.
54374      Branch: perl
54375            ! doio.c
54376 ____________________________________________________________________________
54377 [  7832] By: jhi                                   on 2000/11/23  15:33:30
54378         Log: Integrate perlio.
54379      Branch: perl
54380           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54381           !> win32/makefile.mk
54382 ____________________________________________________________________________
54383 [  7831] By: nick                                  on 2000/11/23  10:31:07
54384         Log: Correct makefile.mk dependancies for ext/Filter/Util
54385              Build ext/Encode
54386              Run dmake regen_config_h
54387      Branch: perlio
54388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54389            ! win32/makefile.mk
54390 ____________________________________________________________________________
54391 [  7830] By: nick                                  on 2000/11/23  08:05:07
54392         Log: Integrate mainline
54393      Branch: perlio
54394           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54395           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
54396           +> t/lib/filt-util.pl t/lib/filt-util.t
54397           !> (integrate 41 files)
54398 ____________________________________________________________________________
54399 [  7829] By: gsar                                  on 2000/11/23  03:07:11
54400         Log: build the Filter extension on windows
54401      Branch: perl
54402            ! win32/Makefile win32/makefile.mk
54403 ____________________________________________________________________________
54404 [  7828] By: gsar                                  on 2000/11/23  02:46:35
54405         Log: regenerate win32/config* and fix some inconsistencies in the
54406              makefiles; always export Perl_deb() because it is needed
54407              by ext/re/* (whether perl itself is built with -DDEBUGGING
54408              or not)
54409      Branch: perl
54410            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
54411            ! win32/config_H.vc win32/makefile.mk
54412 ____________________________________________________________________________
54413 [  7827] By: gsar                                  on 2000/11/23  02:18:38
54414         Log: get sources building on windows+MSVC again (untested with other
54415              compilers)
54416      Branch: perl
54417            ! win32/include/sys/socket.h win32/perllib.c
54418 ____________________________________________________________________________
54419 [  7826] By: jhi                                   on 2000/11/23  01:18:26
54420         Log: Update Changes.
54421      Branch: perl
54422            ! Changes patchlevel.h
54423 ____________________________________________________________________________
54424 [  7825] By: jhi                                   on 2000/11/23  00:20:41
54425         Log: Subject: Re: av.c patch (having slight problems)
54426              From: "Ben Tilly" <ben_tilly@hotmail.com>
54427              Date: Tue, 21 Nov 2000 23:29:31 -0500
54428              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
54429              
54430              unshift() speedup.
54431      Branch: perl
54432            ! av.c
54433 ____________________________________________________________________________
54434 [  7824] By: jhi                                   on 2000/11/22  23:59:15
54435         Log: Fixes for signedness warnings noticed by VMSperlers.
54436      Branch: perl
54437            ! ext/Storable/Storable.xs regcomp.c sv.c
54438 ____________________________________________________________________________
54439 [  7823] By: jhi                                   on 2000/11/22  23:19:31
54440         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
54441              From: Peter Prymmer <pvhp@forte.com>
54442              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
54443              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
54444      Branch: perl
54445            ! t/pragma/warn/pp_hot
54446 ____________________________________________________________________________
54447 [  7822] By: jhi                                   on 2000/11/22  22:52:20
54448         Log: Be clean.
54449      Branch: perl
54450            ! Makefile.SH
54451 ____________________________________________________________________________
54452 [  7821] By: jhi                                   on 2000/11/22  22:46:39
54453         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
54454              by Damian Conway, as suggested by Paul Marquess.
54455      Branch: perl
54456            + lib/Filter/Simple.pm
54457 ____________________________________________________________________________
54458 [  7820] By: jhi                                   on 2000/11/22  22:45:51
54459         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
54460      Branch: perl
54461            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
54462            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
54463            + t/lib/filt-util.t
54464            ! MANIFEST
54465 ____________________________________________________________________________
54466 [  7819] By: jhi                                   on 2000/11/22  22:03:27
54467         Log: Integrate perlio.
54468      Branch: perl
54469           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
54470           !> win32/makefile.mk
54471 ____________________________________________________________________________
54472 [  7818] By: jhi                                   on 2000/11/22  21:56:02
54473         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
54474      Branch: perl
54475            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
54476            ! t/lib/io_sock.t
54477 ____________________________________________________________________________
54478 [  7817] By: jhi                                   on 2000/11/22  21:39:49
54479         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
54480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54481              Date: Wed, 22 Nov 2000 16:08:12 -0500
54482              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
54483      Branch: perl
54484            ! lib/ExtUtils/Liblist.pm
54485 ____________________________________________________________________________
54486 [  7816] By: jhi                                   on 2000/11/22  21:38:25
54487         Log: Go ahead and #include <unistd.h> in perl.h.
54488      Branch: perl
54489            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
54490            ! util.c
54491 ____________________________________________________________________________
54492 [  7815] By: jhi                                   on 2000/11/22  21:22:52
54493         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
54494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54495              Date: Mon, 20 Nov 2000 18:30:52 -0500
54496              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
54497      Branch: perl
54498            ! pod/perlre.pod regcomp.c t/op/re_tests
54499 ____________________________________________________________________________
54500 [  7814] By: jhi                                   on 2000/11/22  21:21:46
54501         Log: Subject: [PATCH 5.7.0] Liblist finally works
54502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54503              Date: Tue, 21 Nov 2000 22:02:17 -0500
54504              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
54505      Branch: perl
54506            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
54507            ! lib/ExtUtils/MakeMaker.pm
54508 ____________________________________________________________________________
54509 [  7813] By: jhi                                   on 2000/11/22  21:20:23
54510         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
54511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54512              Date: Wed, 22 Nov 2000 17:53:15 +0100
54513              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
54514              
54515              AIX dynaloader and perlio patch.
54516      Branch: perl
54517            ! ext/DynaLoader/dl_aix.xs
54518 ____________________________________________________________________________
54519 [  7812] By: jhi                                   on 2000/11/22  21:17:52
54520         Log: (Accidentally empty patch.)
54521      Branch: perl
54522            ! av.c
54523 ____________________________________________________________________________
54524 [  7811] By: jhi                                   on 2000/11/22  21:16:31
54525         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
54526              From: Peter Prymmer <pvhp@forte.com>
54527              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
54528              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
54529      Branch: perl
54530            ! vms/test.com
54531 ____________________________________________________________________________
54532 [  7810] By: jhi                                   on 2000/11/22  21:15:36
54533         Log: Subject: Re: perl@7777 
54534              From: "John P. Linderman" <jpl@research.att.com>
54535              Date: Wed, 22 Nov 2000 13:11:11 -0500
54536              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
54537              
54538              Detypoing.
54539      Branch: perl
54540            ! lib/CPAN.pm
54541 ____________________________________________________________________________
54542 [  7809] By: jhi                                   on 2000/11/22  21:14:19
54543         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
54544              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54545              Date:     Wed, 22 Nov 2000 13:51:37 EST
54546              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
54547      Branch: perl
54548            ! perlsdio.h
54549 ____________________________________________________________________________
54550 [  7808] By: jhi                                   on 2000/11/22  21:13:27
54551         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
54552              From: Casey Tweten <crt@kiski.net>
54553              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
54554              Message-Id: <200011201653.LAA10194@home.kiski.net>
54555      Branch: perl
54556            ! t/lib/io_udp.t
54557 ____________________________________________________________________________
54558 [  7807] By: jhi                                   on 2000/11/22  21:12:35
54559         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
54560              From: Casey Tweten <crt@kiski.net>
54561              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
54562              Message-Id: <200011201636.LAA07227@home.kiski.net>
54563      Branch: perl
54564            ! t/lib/io_sock.t
54565 ____________________________________________________________________________
54566 [  7806] By: jhi                                   on 2000/11/22  21:10:59
54567         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
54568              From: "Casey R. Tweten" <crt@kiski.net>
54569              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
54570              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
54571      Branch: perl
54572            ! utils/h2xs.PL
54573 ____________________________________________________________________________
54574 [  7805] By: nick                                  on 2000/11/22  21:05:06
54575         Log: Integrate mainline
54576      Branch: perlio
54577           !> Changes Porting/genlog ext/DB_File/DB_File.xs
54578           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
54579           !> utils/perlbug.PL
54580 ____________________________________________________________________________
54581 [  7804] By: jhi                                   on 2000/11/22  21:01:12
54582         Log: Subject: [PATCH] Test.pm POD peculiarity
54583              From: "Casey R. Tweten" <crt@kiski.net>
54584              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
54585              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
54586      Branch: perl
54587            ! lib/Test.pm
54588 ____________________________________________________________________________
54589 [  7803] By: jhi                                   on 2000/11/22  20:59:59
54590         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
54591              From: "Philip Newton" <pnewton@gmx.de>
54592              Date: Wed, 22 Nov 2000 14:25:53 +0100
54593              Message-Id: <3A1BD771.25462.1939FAD@localhost>
54594              
54595              Be case-understanding also on 's', and use the -oi of sendmail
54596              not to terminate the transmission on a lone '.'.
54597      Branch: perl
54598            ! utils/perlbug.PL
54599 ____________________________________________________________________________
54600 [  7802] By: nick                                  on 2000/11/22  20:51:42
54601         Log: Win32 PerlIO intermediate state now working as expected.
54602              - In current state we are still using C runtime in text/binary
54603              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
54604              - PERLIO=stdio and PERLIO=unix pass all expected tests.
54605              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
54606              and PerlIO_seek() and the dummy crlf layer is not making adjustments
54607              for CRLF translation happening in C runtime. All other tests pass.
54608              
54609              Added note to README.win32 to point out the snags of doing a perl build
54610              with Norton AntiVirus turned on.
54611              
54612              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
54613              which file a fail comes from.
54614              
54615              Updated "canned" config.h to match the one generated.
54616      Branch: perlio
54617            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
54618            ! win32/makefile.mk
54619 ____________________________________________________________________________
54620 [  7801] By: jhi                                   on 2000/11/22  06:50:20
54621         Log: Nickety nits.
54622      Branch: perl
54623            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
54624 ____________________________________________________________________________
54625 [  7800] By: jhi                                   on 2000/11/22  01:29:55
54626         Log: Changes had accidentally gone too silent on non-main branches.
54627      Branch: perl
54628            ! Changes Porting/genlog patchlevel.h
54629 ____________________________________________________________________________
54630 [  7799] By: gsar                                  on 2000/11/22  01:02:56
54631         Log: some lib_pm.PL changes snuck in via change#7772
54632      Branch: maint-5.6/perl
54633            ! Makefile.SH
54634 ____________________________________________________________________________
54635 [  7798] By: nick                                  on 2000/11/21  21:59:40
54636         Log: Integrate mainline
54637      Branch: perlio
54638           !> (integrate 28 files)
54639 ____________________________________________________________________________
54640 [  7797] By: jhi                                   on 2000/11/21  21:01:45
54641         Log: Integrate perlio.
54642      Branch: perl
54643           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
54644 ____________________________________________________________________________
54645 [  7796] By: nick                                  on 2000/11/21  20:36:22
54646         Log: Win32 builds and runs (mostly) with USE_PERLIO.
54647              PERLIO=perlio passes all tests. 
54648              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
54649      Branch: perlio
54650            ! perlio.c win32/perllib.c win32/win32.c
54651 ____________________________________________________________________________
54652 [  7795] By: jhi                                   on 2000/11/21  19:03:44
54653         Log: Update Changes.
54654      Branch: perl
54655            ! Changes patchlevel.h
54656 ____________________________________________________________________________
54657 [  7794] By: jhi                                   on 2000/11/21  18:56:34
54658         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
54659              From: "Craig A. Berry" <craigberry@mac.com>
54660              Date: Mon, 20 Nov 2000 20:27:06 -0600
54661              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
54662              
54663              A cut-and-pasto.
54664      Branch: perl
54665            ! perlio.h
54666 ____________________________________________________________________________
54667 [  7793] By: jhi                                   on 2000/11/21  18:54:41
54668         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
54669              From: Dominic Dunlop <domo@computer.org> 
54670              Date: Mon, 20 Nov 2000 18:55:29 +0100
54671              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
54672              
54673              va_copy() and the need of it.
54674              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
54675      Branch: metaconfig/U/perl
54676            + need_va_copy.U
54677      Branch: perl
54678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54679            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
54680            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
54681            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
54682            ! win32/config.bc win32/config.gc win32/config.vc
54683 ____________________________________________________________________________
54684 [  7792] By: jhi                                   on 2000/11/21  17:04:10
54685         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
54686      Branch: perl
54687           !> scope.h
54688 ____________________________________________________________________________
54689 [  7791] By: jhi                                   on 2000/11/21  17:01:16
54690         Log: Export the SOCKS workaround symbols only if necessary.
54691      Branch: perl
54692            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
54693 ____________________________________________________________________________
54694 [  7790] By: nick                                  on 2000/11/20  23:57:11
54695         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
54696      Branch: perlio
54697            ! scope.h
54698 ____________________________________________________________________________
54699 [  7789] By: nick                                  on 2000/11/20  23:38:33
54700         Log: Integrate mainline
54701      Branch: perlio
54702           +> lib/File/Spec/Epoc.pm
54703           !> (integrate 34 files)
54704 ____________________________________________________________________________
54705 [  7788] By: nick                                  on 2000/11/20  23:20:18
54706         Log: Make extra buffer layer work (dummy crlf layer)
54707      Branch: perlio
54708            ! doio.c perlio.c perlio.h
54709 ____________________________________________________________________________
54710 [  7787] By: jhi                                   on 2000/11/20  22:44:04
54711         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
54712              From: Peter Prymmer <pvhp@forte.com>
54713              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
54714              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
54715      Branch: perl
54716            ! t/pragma/locale.t
54717 ____________________________________________________________________________
54718 [  7786] By: jhi                                   on 2000/11/20  22:29:10
54719         Log: Subject: DOC PATCH 5.6.0 perlreftut
54720              From: mjd@plover.com
54721              Date: 20 Nov 2000 19:45:06 -0000
54722              Message-ID: <20001120194506.9505.qmail@plover.com>
54723      Branch: perl
54724            ! pod/perlreftut.pod
54725 ____________________________________________________________________________
54726 [  7785] By: jhi                                   on 2000/11/20  22:27:44
54727         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
54728              From: David Dyck <dcd@tc.fluke.com>
54729              Date: Mon, 20 Nov 2000 11:43:40 -0800
54730              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
54731      Branch: perl
54732            ! lib/Cwd.pm
54733 ____________________________________________________________________________
54734 [  7784] By: jhi                                   on 2000/11/20  22:23:21
54735         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
54736              Date: Mon, 20 Nov 2000 17:06:10 -0500
54737              To: Mailing list Perl5 <perl5-porters@perl.org>
54738              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
54739      Branch: perl
54740            ! pp_ctl.c t/op/pat.t
54741 ____________________________________________________________________________
54742 [  7783] By: jhi                                   on 2000/11/20  22:11:18
54743         Log: Subject: [PATCH] doop.c - UTF8 tr///               
54744              From: Simon Cozens <simon@cozens.net>
54745              Date: Sat, 18 Nov 2000 18:49:30 +0000
54746              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
54747              
54748              Subject: Re: [PATCH] doop.c - UTF8 tr///           
54749              From: Simon Cozens <simon@cozens.net>
54750              Date: Mon, 20 Nov 2000 20:45:22 +0000
54751              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
54752              
54753              Make tr on UTF-8 better but still not correct.
54754      Branch: perl
54755            ! doop.c
54756 ____________________________________________________________________________
54757 [  7782] By: jhi                                   on 2000/11/20  22:02:16
54758         Log: Remove the shared object before attempting to create
54759              (by linking) a new one.  E.g. in AIX not removing
54760              becomes quite painful if one tries to do more than one
54761              build in the same tree (an interrupted build, for example),
54762              since the AIX' shared dynaloader seemingly keeps the shared
54763              objects open and therefore 'busy' for quite a while, even when
54764              nobody is using the objects, leading into link failures.
54765      Branch: perl
54766            ! lib/ExtUtils/MM_Unix.pm
54767 ____________________________________________________________________________
54768 [  7781] By: gsar                                  on 2000/11/20  19:02:55
54769         Log: type mismatch due to faulty integration
54770      Branch: maint-5.6/perl
54771            ! toke.c win32/Makefile
54772 ____________________________________________________________________________
54773 [  7780] By: gsar                                  on 2000/11/20  17:31:55
54774         Log: integrate changes#6392,6394..6399,6401..6404
54775              
54776              The {multiplier} of a fixed substring was overlooked which
54777              caused a wrong initial search offset for that substring.
54778              
54779              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
54780              From: Hugo <hv@crypt.compulink.co.uk>
54781              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
54782              Date: Thu, 13 Jul 2000 19:27:13 +0100
54783              
54784              Fix the BOM bug: not a byteorder bug, a signedness bug.
54785              
54786              Replace change #6337 with a better one.
54787              
54788              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
54789              From: Hugo <hv@crypt.compulink.co.uk>
54790              Date: Fri, 14 Jul 2000 04:16:20 +0100
54791              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
54792              
54793              MakeMaker should not remove editor backups (*~) on `make clean`
54794              by default (completes change#6383)
54795              
54796              move new variables to the end of the interpreter structure (for
54797              bincompat in code that doesn't #include XSUB.h)
54798              
54799              rename totally bletcherous SvLOCK() thingy (doesn't do what the
54800              name suggests anyway)
54801              
54802              various cleanups (typos, misformatted code, and small bugs)
54803              
54804              typecasts needed for change#6394
54805              
54806              typos in change#6399, regen headers
54807              
54808              inconsistent types needs casts
54809              
54810              PERL_OBJECT build tweaks
54811      Branch: maint-5.6/perl
54812           !> MANIFEST doop.c embed.h embed.pl embedvar.h
54813           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
54814           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
54815           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
54816           !> toke.c util.c
54817 ____________________________________________________________________________
54818 [  7779] By: gsar                                  on 2000/11/20  17:06:29
54819         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
54820              
54821              Cosmetics and perldelta.
54822              
54823              Fix nits noticed by Boston.pm.
54824              
54825              Do the cc sanity check both before the hints and
54826              after the cc selction.
54827              
54828              get sprintf.t to adjust properly for 3-digit exponents
54829              
54830              don't clobber *.orig files on *clean targets
54831              
54832              fix bugs in processing %v-*d and similar format specs (from
54833              Avi Finkel <avi@finkel.org>)
54834              
54835              sprintf test tweaks (from Dominic Dunlop)
54836              
54837              new selfloader.t in change#6183 doesn't close DATA handles,
54838              and thus fails to clean up tmp files on dosish platforms
54839              
54840              typos (spotted by Peter Prymmer)
54841              
54842              typo fix from Craig Berry
54843      Branch: maint-5.6/perl
54844           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
54845           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
54846           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
54847           !> x2p/Makefile.SH
54848 ____________________________________________________________________________
54849 [  7778] By: gsar                                  on 2000/11/20  16:46:51
54850         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
54851              
54852              Subject: Re: format bug report  [Patch]
54853              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54854              Date: Wed, 05 Jul 2000 13:12:52 +0200
54855              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
54856              
54857              Subject: Re: format bug report  [Patch]
54858              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54859              Date: Wed, 05 Jul 2000 14:10:01 +0200
54860              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
54861              
54862              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
54863              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54864              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
54865              Date: Fri, 07 Jul 2000 17:57:16 +0100
54866              
54867              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
54868              To: perl5-porters@perl.org
54869              From: Karsten Sperling <spiff@phreax.net>
54870              Date: Mon, 10 Jul 2000 15:12:52 +0200
54871              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
54872              
54873              README.posix-bc podified from Thomas Dorner.
54874              
54875              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
54876              From: Dominic Dunlop <domo@computer.org>
54877              Date: Tue, 11 Jul 2000 12:27:33 +0200
54878              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
54879              
54880              Typo in #6341.
54881              
54882              Fix for
54883              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
54884              From: Roderick Schertler <roderick@argon.org>
54885              Date: Tue, 11 Jul 2000 13:55:05 -0400
54886              Message-Id: <200007111755.NAA05077@jones.argon.org>
54887              
54888              Minor cleanups on the booklist.
54889              
54890              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
54891              regen perltoc.
54892              
54893              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
54894      Branch: maint-5.6/perl
54895           +> pod/perlbook.pod
54896           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
54897           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
54898           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
54899 ____________________________________________________________________________
54900 [  7777] By: jhi                                   on 2000/11/20  16:08:49
54901         Log: Update Changes.
54902      Branch: perl
54903            ! Changes patchlevel.h
54904 ____________________________________________________________________________
54905 [  7776] By: jhi                                   on 2000/11/20  15:27:56
54906         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
54907              This may be overly harsh but until proven otherwise, we think this
54908              way, or until we have a simple test for Configure (having to start
54909              up servers is does not count as simple) to check for the problems.
54910      Branch: perl
54911            ! perl.h
54912 ____________________________________________________________________________
54913 [  7775] By: jhi                                   on 2000/11/20  15:22:17
54914         Log: Solaris hints tweaks.
54915      Branch: perl
54916            ! hints/solaris_2.sh
54917 ____________________________________________________________________________
54918 [  7774] By: jhi                                   on 2000/11/20  15:01:20
54919         Log: Add a workaround to SOCKS 64-bit problems.
54920      Branch: perl
54921            ! doio.c embed.h embed.pl perlsdio.h proto.h
54922 ____________________________________________________________________________
54923 [  7773] By: jhi                                   on 2000/11/20  14:51:47
54924         Log: sysseek() instead of seek().
54925      Branch: perl
54926            ! t/lib/syslfs.t
54927 ____________________________________________________________________________
54928 [  7772] By: gsar                                  on 2000/11/20  13:06:23
54929         Log: integrate changes#6315..6319,6321..6331,6333..6338
54930              
54931              Integrate with Sarathy, preliminary fix for unicos
54932              alignment problems in [ID 20000612.002] Perl problem on Cray system.
54933              
54934              some debugger output does not go to the socket when RemotePort is set
54935              
54936              winsock cleanup never done on Windows (leads to handle leaks)
54937              
54938              fix UNC path handling on Windows under ithreads, and chdir()
54939              return value when given a non-existent directory
54940              
54941              Autogenerate pod/Makefile and pod/buildtoc.
54942              buildtoc also checks whether the existin pods are
54943              mentioned in MANIFEST and perl.pod, and vice versa.
54944              (None of the thusly found discrepancies fixed yet.)
54945              roffitall also needs to be autogenerated similarly but it
54946              seems so badly out of date that I didn't touch it yet.
54947              
54948              Config is being used.
54949              
54950              Add =head1 NAMEs so that buildtoc is happy.
54951              (The CGI::Util nit reported to Lincoln.)
54952              
54953              Fix complaints of buildtoc.
54954              
54955              Fix the alignment problem in Crays ([ID 20000612.002]).
54956              
54957              Remove perlbook, update perlfaq book listing,
54958              rearrange perl.pod, regenerate perltoc.
54959              
54960              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
54961              was cast to an unsigned (32-bit) integer with wild abandon.
54962              
54963              winsock options weren't being set in all threads under ithreads
54964              (caused send()s from second and subsequent threads to fail)
54965              
54966              accept() leaks memory on windows due to incorrect ordering of
54967              closesocket() and fclose() calls
54968              
54969              Reorder perl.pod once more.
54970              
54971              More POSIX.pod tweaks.
54972              
54973              Sprinkle ldlibpath.
54974              
54975              Precedence goof, fix based on
54976              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
54977              From: Hugo <hv@crypt.compulink.co.uk>
54978              Date: Tue, 11 Jul 2000 12:52:38 +0100
54979              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
54980              
54981              Subject: PATCH perlguts.pod: Document D and d magic types
54982              From: mjd@plover.com
54983              Date: 5 Jul 2000 18:01:51 -0000
54984              Message-ID: <20000705180151.29413.qmail@plover.com>
54985              
54986              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
54987              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
54988              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
54989              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
54990              
54991              Subject: [PATCH cfgperl] $& segfaults if you trick it
54992              From: simon@brecon.co.uk (Simon Cozens)
54993              Date: 7 Jul 2000 11:26:09 GMT
54994              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
54995              
54996              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
54997              From: Hugo <hv@crypt.compulink.co.uk>
54998              Date: Tue, 11 Jul 2000 12:44:50 +0100
54999              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
55000              
55001              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
55002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55003              Date: Tue, 11 Jul 2000 13:50:51 +0100
55004              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
55005      Branch: maint-5.6/perl
55006           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
55007           +> pod/buildtoc.PL
55008            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
55009           !> (integrate 26 files)
55010 ____________________________________________________________________________
55011 [  7771] By: gsar                                  on 2000/11/20  12:31:42
55012         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
55013              6310,6311,6314
55014              
55015              Subject: [PATCH bleedperl] File::Spec 0.82 beta
55016              From: Barrie Slaymaker <barries@jester.slaysys.com>
55017              Date: Wed, 28 Jun 2000 11:35:29 -0400
55018              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55019              
55020              tweak perlembed for multiplicity/usethreads sanity; correct notes
55021              about Windows
55022              
55023              localize %INC in a Safe compartment so that use/require work
55024              (many other magic globals probably need similar treatment)
55025              
55026              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55027              when @_ is modified, causing coredumps
55028              
55029              slurp mode fix in change#4736 still not quite right
55030              
55031              Point to perlipc for more SysV IPC examples.
55032              
55033              Elaborate POSIX.pod.  Still needs work.
55034              
55035              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55036              
55037              fix large memory leak that has been around for ever, masked by
55038              -DPURIFY (most of the arenas were never freed!)
55039              
55040              fix memory leak on Windows (PL_sys_intern contents were never
55041              freed)
55042              
55043              PERL_OBJECT build tweak
55044              
55045              adjust change#6299
55046              
55047              remove rel2abs prototypes (from Barrie Slaymaker)
55048              
55049              missing perldiag entry for unpack("w",...) diagnostic (from
55050              Andreas Koenig)
55051              
55052              better diagnostic on Frob->stuff() when Frob:: doesn't exist
55053              (from Richard Soderberg <rs@oregonnet.com>)
55054              
55055              Win32 patches for cfgperl from Sarathy.
55056              
55057              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55058              
55059              More POSIX.pod embellishment.
55060              
55061              tyop in change#6306
55062      Branch: maint-5.6/perl
55063           !> (integrate 44 files)
55064 ____________________________________________________________________________
55065 [  7770] By: gsar                                  on 2000/11/20  11:51:00
55066         Log: integrate changes#6268..6282 from cfgperl branch
55067              
55068              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
55069              From: Dominic Dunlop <domo@computer.org>
55070              Date: Thu, 29 Jun 2000 12:32:39 +0200
55071              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
55072              
55073              Regen headers for #6261 (and update embed.pl for this) and #6267,
55074              silence few compiler warnings.
55075              
55076              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
55077              From: Nicholas Clark <nick@talking.bollo.cx>
55078              Date: Fri, 23 Jun 2000 16:21:15 +0100
55079              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
55080              
55081              Subject: PATCH pod/perltie.pod
55082              From: Ian Phillipps <Ian.Phillipps@iname.com>
55083              Date: Fri, 16 Jun 2000 00:17:19 +0100
55084              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
55085              (only the first hunk, the second hunk had already been done
55086              by some other patch)
55087              
55088              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
55089              From: Tom Phoenix <rootbeer@redcat.com>
55090              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
55091              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
55092              
55093              Subject: [PATCH] xsub attributes
55094              From: Doug MacEachern <dougm@covalent.net>
55095              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
55096              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
55097              
55098              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
55099              From: Andy Dougherty <doughera@lafayette.edu>
55100              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
55101              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
55102              
55103              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
55104              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55105              Date: Tue, 13 Jun 2000 02:43:48 -0500
55106              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
55107              
55108              Subject: [PATCH] Re: eval documentation: context
55109              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55110              Date: Mon, 12 Jun 2000 15:07:29 +0100
55111              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
55112              
55113              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
55114              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55115              Date: Mon, 12 Jun 2000 14:55:59 +0100
55116              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
55117              
55118              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
55119              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
55120              Date: Fri, 09 Jun 2000 12:39:27 -0400
55121              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
55122              (plus update the version "number" of Text::Wrap)
55123              
55124              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
55125              From: Tim Ayers <tayers@bridge.com>
55126              Date: Thu, 08 Jun 2000 08:11:06 +0200
55127              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
55128              [resent by Richard Foley, Message-Id probably wrong]
55129              
55130              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
55131              From: rspier@pobox.com (Robert Spier)
55132              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
55133              Message-ID: <14654.31913.845602.610277@rls.cx>
55134              
55135              Subject: [PATCH 5.6.0] utils/h2xs.PL
55136              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55137              Date: Wed, 7 Jun 2000 04:02:04 -0500
55138              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
55139              
55140              Subject: [PATCH 5.6.0]ITHREADs for VMS
55141              From: Dan Sugalski <dan@sidhe.org>
55142              Date: Tue, 06 Jun 2000 11:59:50 -0400
55143              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
55144      Branch: maint-5.6/perl
55145           !> (integrate 31 files)
55146 ____________________________________________________________________________
55147 [  7769] By: gsar                                  on 2000/11/20  11:29:06
55148         Log: integrate changes#6261..6266 from cfgperl
55149              
55150              Subject: Re: [PATCH cfgperl] BOMs away!
55151              From: simon@brecon.co.uk (Simon Cozens)
55152              Date: 17 Jun 2000 11:49:57 GMT
55153              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
55154              
55155              Subject: 5.6.0 Patch for EPOC
55156              From: Olaf Flebbe <o.flebbe@gmx.de>
55157              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
55158              Message-ID: <23449.960929969@www11.gmx.net>
55159              
55160              tr fixes from Simon Cozens
55161              
55162              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
55163              From: Marty Lucich <marty@netcom.com>
55164              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
55165              Message-Id: <200006282116.OAA11148@netcom.com>
55166              ccdlflags update (the BSD/OS 4.1 part had already been taken
55167              care of by #6141).
55168              
55169              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
55170              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55171              Date: Wed, 28 Jun 2000 17:50:12 -0700
55172              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
55173              
55174              Subject: [PATCH 5.6.0] cygwin port
55175              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
55176              From: "Fifer, Eric" <EFifer@sanwaint.com>
55177              Date: Thu, 29 Jun 2000 12:58:29 +0100
55178      Branch: maint-5.6/perl
55179           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
55180           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
55181           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55182           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
55183 ____________________________________________________________________________
55184 [  7768] By: gsar                                  on 2000/11/20  11:13:44
55185         Log: integrate changes#6252..6256,6259..6260
55186              
55187              Paranoia tweak on #6249.
55188              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55189              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
55190              Date: Sun, 25 Jun 2000 23:43:12 -0400
55191              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
55192              
55193              Subject: tr///, help wanted.
55194              From: simon@brecon.co.uk (Simon Cozens)
55195              Date: 28 Jun 2000 11:29:04 GMT
55196              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
55197              
55198              small thinko tweaks
55199              
55200              tweaks from Simon Conzes to further fix tr/// under utf8
55201              
55202              perlnewmod was missing from MANIFEST.
55203              
55204              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
55205              From: simon@brecon.co.uk (Simon Cozens)
55206              Date: 17 Jun 2000 11:56:44 GMT
55207              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
55208              pack U0, pack C0
55209      Branch: maint-5.6/perl
55210           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
55211           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
55212           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
55213           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
55214 ____________________________________________________________________________
55215 [  7767] By: gsar                                  on 2000/11/20  10:51:38
55216         Log: integrate change#6250 from cfgperl
55217              
55218              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
55219              From: Doug MacEachern <dougm@covalent.net>
55220              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
55221              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
55222      Branch: maint-5.6/perl
55223           +> t/op/my_stash.t
55224           !> MANIFEST embed.pl global.sym proto.h toke.c
55225 ____________________________________________________________________________
55226 [  7766] By: gsar                                  on 2000/11/20  10:48:34
55227         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
55228              
55229              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
55230              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55231              Date: Mon, 26 Jun 2000 18:40:14 +0100
55232              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
55233              
55234              Subject: [PATCH] bytes<->utf8 fixes
55235              From: simon@brecon.co.uk (Simon Cozens)
55236              Date: 26 Jun 2000 04:55:45 GMT
55237              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
55238              
55239              Subject: [PATCH] is_utf8_string
55240              From: simon@brecon.co.uk (Simon Cozens)
55241              Date: 26 Jun 2000 02:25:59 GMT
55242              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
55243              
55244              Subject: [PATCH] avoid mg_ptr in '*' magic
55245              From: Doug MacEachern <dougm@covalent.net>
55246              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
55247              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
55248              
55249              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
55250              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
55251              Date: Sat, 24 Jun 2000 13:06:20 +0100
55252              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
55253              
55254              Allow for standalone testing.
55255              
55256              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
55257              From: Mark-Jason Dominus <mjd@plover.com>
55258              Date: Tue, 27 Jun 2000 22:36:42 -0400
55259              Message-ID: <20000628023642.12166.qmail@plover.com>
55260              
55261              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
55262              From: Frank Tobin <ftobin@uiuc.edu>
55263              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
55264              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
55265      Branch: maint-5.6/perl
55266           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
55267           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
55268           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
55269           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
55270           !> utf8.c utils/h2xs.PL
55271 ____________________________________________________________________________
55272 [  7765] By: gsar                                  on 2000/11/20  10:29:13
55273         Log: integrate change#6239 from cfgperl
55274              
55275              Configure maintenance.  Sever some dependency cycles,
55276              separate gccversion from the cc unit,
55277              address [ID 20000623.006] Configure script patch for using gcc on AIX
55278              (but solve it a little bit differently),
55279              unduplex some accidentally duplicated units,
55280              suggest using gcc if no cc available
55281              (p5p thread: "Solaris configure: counterproposal", 1999-09)
55282      Branch: maint-5.6/perl
55283           !> Configure Todo-5.6 config_h.SH
55284 ____________________________________________________________________________
55285 [  7764] By: gsar                                  on 2000/11/20  10:25:55
55286         Log: integrate changes#6233..6238 from cfgperl
55287              
55288              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
55289              From: Mark-Jason Dominus <mjd@plover.com>
55290              Date: Fri, 16 Jun 2000 20:53:04 -0400
55291              Message-ID: <20000617005304.8008.qmail@plover.com>
55292              
55293              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
55294              because when run as services (Win32ese for daemons)
55295              no environment variables are set and tmpdir ends up as /tmp,
55296              which is ambiguous.
55297              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
55298              From: matt@sergeant.org
55299              Date: 16 Jun 2000 16:30:43 -0000
55300              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
55301              
55302              The thread begun by
55303              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
55304              From: Kevin.Ruscoe@ubsw.com
55305              Date: Fri, 16 Jun 2000 16:38:51 +0100
55306              Message-Id: <H000019b03c300d6@MHS>
55307              
55308              Tweak embed.pl, regen headers.
55309              
55310              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
55311              From: Dan Sugalski <dan@sidhe.org>
55312              Date: Fri, 23 Jun 2000 17:00:00 -0400
55313              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
55314      Branch: maint-5.6/perl
55315           !> (integrate 27 files)
55316 ____________________________________________________________________________
55317 [  7763] By: gsar                                  on 2000/11/20  10:08:08
55318         Log: s/perl56delta/perldelta/g
55319      Branch: maint-5.6/perl
55320            ! pod/Makefile
55321 ____________________________________________________________________________
55322 [  7762] By: gsar                                  on 2000/11/20  10:04:00
55323         Log: integrate changes#6225,6229,6231,6232 from cfgperl
55324              
55325              Add source code filenames to apidoc.
55326              From: simon@brecon.co.uk (Simon Cozens)
55327              Subject: [PATCH embed.pl] Source X-ref
55328              Date: 22 Jun 2000 02:18:49 GMT
55329              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
55330              
55331              Subject: README.hpux version 0.6.1
55332              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
55333              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
55334              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
55335              
55336              Subject: [PATCH 5.6.0] cygwin port
55337              From: "Fifer, Eric" <EFifer@sanwaint.com>
55338              Date: Tue, 20 Jun 2000 14:30:58 +0100
55339              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
55340              
55341              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
55342              From: simon@brecon.co.uk (Simon Cozens)
55343              Date: 19 Jun 2000 15:18:27 GMT
55344              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
55345              
55346              plus update pod/Makefile and regenerate perltoc
55347      Branch: maint-5.6/perl
55348           +> pod/perlutil.pod
55349           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
55350           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
55351 ____________________________________________________________________________
55352 [  7761] By: jhi                                   on 2000/11/20  04:09:55
55353         Log: Miraculous typo.
55354      Branch: perl
55355            ! t/op/pat.t
55356 ____________________________________________________________________________
55357 [  7760] By: jhi                                   on 2000/11/20  04:06:08
55358         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
55359              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55360              Date: Sun, 19 Nov 2000 22:30:26 -0500
55361              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
55362      Branch: perl
55363            ! regexec.c scope.h t/op/pat.t
55364 ____________________________________________________________________________
55365 [  7759] By: jhi                                   on 2000/11/20  02:05:22
55366         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
55367      Branch: perl
55368            ! perl.h
55369 ____________________________________________________________________________
55370 [  7758] By: jhi                                   on 2000/11/20  01:58:11
55371         Log: Subject: [perl 7711: EPOC] updates
55372              From: Olaf Flebbe <o.flebbe@gmx.de>
55373              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
55374              Message-ID: <25575.974658810@www23.gmx.net>               
55375      Branch: perl
55376            + lib/File/Spec/Epoc.pm
55377            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
55378            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
55379            ! lib/File/Spec.pm perl.c sv.c
55380 ____________________________________________________________________________
55381 [  7757] By: jhi                                   on 2000/11/20  01:53:11
55382         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
55383      Branch: perl
55384            ! MANIFEST
55385 ____________________________________________________________________________
55386 [  7756] By: jhi                                   on 2000/11/20  01:47:22
55387         Log: Integrate perlio.
55388      Branch: perl
55389            - ext/re/hints/MSWin32.pl
55390           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
55391           !> win32/config.gc win32/config_H.gc win32/win32sck.c
55392 ____________________________________________________________________________
55393 [  7755] By: nick                                  on 2000/11/19  20:57:17
55394         Log: Add dummy crlf layer (just as buffer)
55395              Correct 1st bug - one layer of indirection.
55396      Branch: perlio
55397            ! perlio.c perlio.h perliol.h
55398 ____________________________________________________________________________
55399 [  7754] By: nick                                  on 2000/11/19  20:56:12
55400         Log: Work-round to Perl_deb_nocontext is no longer required
55401      Branch: perlio
55402            - ext/re/hints/MSWin32.pl
55403 ____________________________________________________________________________
55404 [  7753] By: nick                                  on 2000/11/19  20:01:16
55405         Log: diff -se shows these as different
55406      Branch: perlio
55407            ! global.sym pod/perlapi.pod
55408 ____________________________________________________________________________
55409 [  7752] By: nick                                  on 2000/11/19  18:57:30
55410         Log: Configure GCC/Win32 build -Duseperlio
55411              Fix a couple of gross issues
55412              - double-include of ../deb.o in re.dll
55413              - win32sck.c needs PerlIO and FILE 
55414      Branch: perlio
55415            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
55416            ! win32/win32sck.c
55417 ____________________________________________________________________________
55418 [  7751] By: nick                                  on 2000/11/19  17:05:36
55419         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
55420      Branch: perlio
55421            ! perlio.c
55422 ____________________________________________________________________________
55423 [  7750] By: nick                                  on 2000/11/19  16:57:14
55424         Log: Missing aTHX_
55425      Branch: perlio
55426            ! sv.c
55427 ____________________________________________________________________________
55428 [  7749] By: jhi                                   on 2000/11/19  16:28:40
55429         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
55430              From: "Peter J. Farley III" <pjfarley@banet.net>
55431              Date: Sun, 19 Nov 2000 01:42:58 -0500
55432              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
55433      Branch: perl
55434            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
55435 ____________________________________________________________________________
55436 [  7748] By: jhi                                   on 2000/11/19  16:08:10
55437         Log: Subject: podlators 1.05 available        
55438              From: Russ Allbery <rra@stanford.edu>   
55439              Date: 18 Nov 2000 22:04:28 -0800
55440              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
55441      Branch: perl
55442            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
55443 ____________________________________________________________________________
55444 [  7747] By: nick                                  on 2000/11/19  11:19:39
55445         Log: Integrate mainline
55446      Branch: perlio
55447           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
55448           !> util.c
55449 ____________________________________________________________________________
55450 [  7746] By: jhi                                   on 2000/11/19  06:42:22
55451         Log: Make hex scanning warn on "\x{x}" and "\xx".
55452              "\x" and and hex("x") are still valid.
55453      Branch: perl
55454            ! util.c
55455 ____________________________________________________________________________
55456 [  7745] By: nick                                  on 2000/11/18  22:52:28
55457         Log: Integrate mainline
55458      Branch: perlio
55459           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
55460           !> perl.h perlio.c proto.h regcomp.c regcomp.h
55461 ____________________________________________________________________________
55462 [  7744] By: jhi                                   on 2000/11/18  22:50:28
55463         Log: Introduce Perl_utf8_length().  Use it.
55464      Branch: perl
55465            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
55466 ____________________________________________________________________________
55467 [  7743] By: jhi                                   on 2000/11/18  22:38:51
55468         Log: Compiler denit.
55469      Branch: perl
55470            ! perlio.c
55471 ____________________________________________________________________________
55472 [  7742] By: jhi                                   on 2000/11/18  20:33:05
55473         Log: Integrate perlio.
55474      Branch: perl
55475           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
55476           !> perlio.h pp_ctl.c pp_sys.c sv.c
55477 ____________________________________________________________________________
55478 [  7741] By: jhi                                   on 2000/11/18  20:31:27
55479         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
55480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55481              Date: Fri, 17 Nov 2000 20:35:11 -0500
55482              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
55483              
55484              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
55485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55486              Date: Fri, 17 Nov 2000 21:03:47 -0500
55487              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
55488              
55489              Plus a little bit of tweaking in pregcomp().
55490      Branch: perl
55491            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
55492 ____________________________________________________________________________
55493 [  7740] By: nick                                  on 2000/11/18  20:17:22
55494         Log: Lexical use open ... support:
55495              add ->cop_io to COP structure in cop.h.
55496              Make mg.c and gv.c associate it with ${^OPEN}.
55497              Make lib/open.pm set it.
55498              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
55499              manner similar to ->cop_warnings.
55500              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
55501              call new PerlIO_apply_layers().
55502              Declare latter in perlio.h and define in perlio.c
55503      Branch: perlio
55504            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
55505            ! perlio.h pp_ctl.c pp_sys.c sv.c
55506 ____________________________________________________________________________
55507 [  7739] By: jhi                                   on 2000/11/18  19:54:00
55508         Log: Integrate perlio.
55509      Branch: perl
55510           !> doio.c perlio.c pp.c
55511 ____________________________________________________________________________
55512 [  7738] By: jhi                                   on 2000/11/18  17:16:13
55513         Log: Subject: [PATCH 5.7.0] etags broken again
55514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55515              Date: Sat, 18 Nov 2000 02:41:36 -0500
55516              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
55517      Branch: perl
55518            ! emacs/ptags
55519 ____________________________________________________________________________
55520 [  7737] By: jhi                                   on 2000/11/18  17:12:18
55521         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
55522      Branch: perl
55523            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55524 ____________________________________________________________________________
55525 [  7736] By: nick                                  on 2000/11/18  14:06:20
55526         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
55527              part to be isolated.
55528      Branch: perlio
55529            ! doio.c perlio.c
55530 ____________________________________________________________________________
55531 [  7735] By: nick                                  on 2000/11/18  11:03:32
55532         Log: Integrate mainline
55533      Branch: perlio
55534           !> Changes README.amiga README.win32 patchlevel.h
55535           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
55536 ____________________________________________________________________________
55537 [  7734] By: jhi                                   on 2000/11/18  01:18:56
55538         Log: Update Changes.
55539      Branch: perl
55540            ! Changes patchlevel.h
55541 ____________________________________________________________________________
55542 [  7733] By: jhi                                   on 2000/11/18  00:32:54
55543         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
55544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55545              Date: Fri, 17 Nov 2000 17:28:02 -0500
55546              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
55547      Branch: perl
55548            ! regcomp.c regexec.c t/op/re_tests
55549 ____________________________________________________________________________
55550 [  7732] By: jhi                                   on 2000/11/18  00:28:56
55551         Log: Sparc 64-bit pack() fix from Jens Hamisch.
55552      Branch: perl
55553            ! pp.c
55554 ____________________________________________________________________________
55555 [  7731] By: jhi                                   on 2000/11/18  00:18:39
55556         Log: Explain in more detail the {} syntax ambiguousity.
55557              
55558              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
55559              From: Nicholas Clark <nick@ccl4.org>
55560              Date: Fri, 17 Nov 2000 22:10:28 +0000
55561              Message-ID: <20001117221028.A88930@plum.flirble.org>
55562      Branch: perl
55563            ! pod/perlfunc.pod
55564 ____________________________________________________________________________
55565 [  7730] By: jhi                                   on 2000/11/18  00:12:18
55566         Log: Subject: Fix for README.amiga (20000323.033)
55567              From: "Stephen P. Potter" <spp@spotter.yi.org>
55568              Date: Fri, 17 Nov 2000 12:25:51 -0500
55569              Message-Id: <200011171725.MAA05768@spotter.yi.org>
55570      Branch: perl
55571            ! README.amiga
55572 ____________________________________________________________________________
55573 [  7729] By: jhi                                   on 2000/11/18  00:08:34
55574         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
55575              From: "A. C. Yardley" <yardley@tanet.net>
55576              Date: Mon, 3 Apr 2000 11:35:33 -0700
55577              Message-ID: <3483.000403@tanet.net>
55578      Branch: perl
55579            ! README.win32
55580 ____________________________________________________________________________
55581 [  7728] By: nick                                  on 2000/11/17  21:59:47
55582         Log: Integrate mainline
55583      Branch: perlio
55584           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
55585           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
55586           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
55587           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
55588 ____________________________________________________________________________
55589 [  7727] By: nick                                  on 2000/11/17  21:56:31
55590         Log: Experiment on use of attributes.pm interface.
55591              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
55592              SVt_PVRV if not already something better (else vivify of say magic gets
55593              core dump).
55594      Branch: perlio
55595            ! perlio.c pp.c
55596 ____________________________________________________________________________
55597 [  7726] By: jhi                                   on 2000/11/17  14:15:49
55598         Log: Subject: Fix for 20000815.006
55599              From: "Stephen P. Potter" <spp@spotter.yi.org>
55600              Date: Fri, 17 Nov 2000 08:57:45 -0500
55601              Message-Id: <200011171357.IAA05122@spotter.yi.org>
55602              
55603              It's really 20000518.006.
55604      Branch: perl
55605            ! pod/perlmodlib.PL
55606 ____________________________________________________________________________
55607 [  7725] By: jhi                                   on 2000/11/17  14:12:31
55608         Log: Subject: Fix for 20000409.001
55609              From: "Stephen P. Potter" <spp@spotter.yi.org>
55610              Date: Fri, 17 Nov 2000 08:55:45 -0500
55611              Message-Id: <200011171355.IAA05104@spotter.yi.org>
55612      Branch: perl
55613            ! pod/perlfaq9.pod
55614 ____________________________________________________________________________
55615 [  7724] By: jhi                                   on 2000/11/17  14:08:58
55616         Log: Undo #7627 now that we have =head3.
55617      Branch: perl
55618            ! pod/perlhack.pod
55619 ____________________________________________________________________________
55620 [  7723] By: jhi                                   on 2000/11/17  14:04:09
55621         Log: As surmised the #7719 wasn't a good move.
55622      Branch: perl
55623            ! hints/solaris_2.sh
55624 ____________________________________________________________________________
55625 [  7722] By: jhi                                   on 2000/11/17  13:59:04
55626         Log: Also the 64bitall hints can be either here or there.
55627      Branch: perl
55628            ! hints/solaris_2.sh
55629 ____________________________________________________________________________
55630 [  7721] By: jhi                                   on 2000/11/17  02:26:23
55631         Log: Test tweak for the open pragma.
55632      Branch: perl
55633            ! t/lib/b.t
55634 ____________________________________________________________________________
55635 [  7720] By: jhi                                   on 2000/11/17  00:23:22
55636         Log: The long double hints can be here or there.
55637      Branch: perl
55638            ! hints/solaris_2.sh
55639 ____________________________________________________________________________
55640 [  7719] By: jhi                                   on 2000/11/17  00:14:06
55641         Log: For Solaris use64bitall the stdchar needs a little bit of help.
55642      Branch: perl
55643            ! hints/solaris_2.sh
55644 ____________________________________________________________________________
55645 [  7718] By: jhi                                   on 2000/11/16  23:27:34
55646         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
55647              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
55648              Date: Wed, 15 Nov 2000 08:56:32 +0100
55649              Message-ID: <3A1241B0.64477E00@alcatel.at>
55650      Branch: perl
55651            ! lib/Carp/Heavy.pm
55652 ____________________________________________________________________________
55653 [  7717] By: jhi                                   on 2000/11/16  23:23:29
55654         Log: Subject: [PATCH] Re: 20001101.003 PDL
55655              From: Nicholas Clark <nick@ccl4.org>
55656              Date: Thu, 16 Nov 2000 16:48:25 +0000
55657              Message-ID: <20001116164825.B93487@plum.flirble.org>
55658      Branch: perl
55659            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
55660 ____________________________________________________________________________
55661 [  7716] By: jhi                                   on 2000/11/16  23:21:31
55662         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
55663              From: "Casey R. Tweten" <crt@kiski.net>
55664              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
55665              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
55666      Branch: perl
55667            ! lib/Pod/Checker.pm pod/perlpod.pod
55668 ____________________________________________________________________________
55669 [  7715] By: jhi                                   on 2000/11/16  23:19:40
55670         Log: Avoid an infinite loop in VMS when utils scripts are run
55671              with no arguments, from Charles Lane.
55672      Branch: perl
55673            ! configure.com
55674 ____________________________________________________________________________
55675 [  7714] By: jhi                                   on 2000/11/16  23:17:08
55676         Log: Subject: perllocale.pod changes
55677              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55678              Date: Mon, 13 Nov 2000 10:09:22 +0300
55679              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
55680      Branch: perl
55681            ! pod/perllocale.pod
55682 ____________________________________________________________________________
55683 [  7713] By: jhi                                   on 2000/11/16  23:14:06
55684         Log: Integrate perlio.
55685      Branch: perl
55686           !> doio.c perlio.c perlio.h util.c
55687 ____________________________________________________________________________
55688 [  7712] By: nick                                  on 2000/11/16  21:10:58
55689         Log: Integrate mainline
55690      Branch: perlio
55691           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55692           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
55693           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
55694           !> vos/config.ga.def vos/config.ga.h win32/config.bc
55695           !> win32/config.gc win32/config.vc
55696 ____________________________________________________________________________
55697 [  7711] By: nick                                  on 2000/11/16  19:56:41
55698         Log: Minor tweaks:
55699              consistent way of getting 'rb', 'wb' etc. for binary opens
55700              move *perlio::layers to *open::layers
55701              a #define to show layers available
55702              DOSISH popen/PerlIO had export/import sense inverted.
55703      Branch: perlio
55704            ! doio.c perlio.c perlio.h util.c
55705 ____________________________________________________________________________
55706 [  7710] By: jhi                                   on 2000/11/16  15:46:05
55707         Log: Add HAS_SBRK_PROTO.
55708      Branch: metaconfig/U/perl
55709            + d_sbrkproto.U
55710      Branch: perl
55711            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55712            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
55713            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
55714            ! vos/config.ga.def vos/config.ga.h win32/config.bc
55715            ! win32/config.gc win32/config.vc
55716 ____________________________________________________________________________
55717 [  7709] By: nick                                  on 2000/11/16  07:31:49
55718         Log: Integrate mainline
55719      Branch: perlio
55720           !> (integrate 35 files)
55721 ____________________________________________________________________________
55722 [  7708] By: jhi                                   on 2000/11/16  05:33:03
55723         Log: These files are text, not binary.
55724      Branch: perl
55725            ! ext/Encode/Encode/iso8859-10.enc
55726            ! ext/Encode/Encode/iso8859-13.enc
55727            ! ext/Encode/Encode/iso8859-14.enc
55728            ! ext/Encode/Encode/iso8859-15.enc
55729 ____________________________________________________________________________
55730 [  7707] By: jhi                                   on 2000/11/16  01:53:37
55731         Log: Update Changes.
55732      Branch: perl
55733            ! Changes patchlevel.h
55734 ____________________________________________________________________________
55735 [  7706] By: jhi                                   on 2000/11/16  01:35:59
55736         Log: More #undefing of stdio.
55737      Branch: perl
55738            ! fakesdio.h nostdio.h
55739 ____________________________________________________________________________
55740 [  7705] By: jhi                                   on 2000/11/16  01:34:18
55741         Log: Add fwalk() probe to the configuration files and regen perltoc.
55742      Branch: perl
55743            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55744            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
55745            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
55746            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55747            ! win32/config.bc win32/config.gc win32/config.vc
55748 ____________________________________________________________________________
55749 [  7704] By: jhi                                   on 2000/11/16  01:33:07
55750         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
55751              an optional third argument to Inlibc?)
55752      Branch: metaconfig/U/perl
55753            + d__fwalk.U
55754 ____________________________________________________________________________
55755 [  7703] By: jhi                                   on 2000/11/16  01:09:22
55756         Log: The type of the hash_cb() size argument is tricky.
55757      Branch: perl
55758            ! ext/DB_File/DB_File.xs
55759 ____________________________________________________________________________
55760 [  7702] By: jhi                                   on 2000/11/15  23:01:16
55761         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
55762      Branch: perl
55763            ! nostdio.h
55764 ____________________________________________________________________________
55765 [  7701] By: jhi                                   on 2000/11/15  22:52:32
55766         Log: Detypo.
55767      Branch: perl
55768            ! t/lib/bigfltpm.t
55769 ____________________________________________________________________________
55770 [  7700] By: jhi                                   on 2000/11/15  22:51:56
55771         Log: UINT64_C() work continues.
55772      Branch: perl
55773            ! handy.h perl.h utf8.h
55774 ____________________________________________________________________________
55775 [  7699] By: jhi                                   on 2000/11/15  14:13:04
55776         Log: SOCKS has its own USE_THREADS, based on
55777              
55778              Subject: [ID 20001114.002] et. al. bugfix followup
55779              From: Jens Hamisch <jens@Strawberry.COM> 
55780              Date: Wed, 15 Nov 2000 14:23:11 +0100
55781              Message-ID: <20001115142311.A21164@Strawberry.COM>
55782      Branch: perl
55783            ! perl.h
55784 ____________________________________________________________________________
55785 [  7698] By: jhi                                   on 2000/11/15  03:50:56
55786         Log: Add few missing #undefs and sort them.
55787      Branch: perl
55788            ! fakesdio.h
55789 ____________________________________________________________________________
55790 [  7697] By: jhi                                   on 2000/11/15  03:39:14
55791         Log: Linenumber fix.
55792      Branch: perl
55793            ! t/pragma/warn/utf8
55794 ____________________________________________________________________________
55795 [  7696] By: jhi                                   on 2000/11/15  02:55:26
55796         Log: EBCDIC tweaks.
55797              
55798              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
55799              From: Peter Prymmer <pvhp@forte.com>
55800              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
55801              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
55802      Branch: perl
55803            ! t/op/regmesg.t t/pragma/warn/utf8
55804 ____________________________________________________________________________
55805 [  7695] By: jhi                                   on 2000/11/15  02:53:58
55806         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
55807              From: Peter Prymmer <pvhp@forte.com>
55808              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
55809              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
55810      Branch: perl
55811            ! utf8.c
55812 ____________________________________________________________________________
55813 [  7694] By: jhi                                   on 2000/11/15  02:50:55
55814         Log: Subject: [PATCH: perl@7674] updates to README.os390
55815              From: Prymmer/Kahn <pvhp@best.com>
55816              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
55817              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
55818      Branch: perl
55819            ! README.os390
55820 ____________________________________________________________________________
55821 [  7693] By: jhi                                   on 2000/11/15  02:48:37
55822         Log: Quit utf8_to_uv() instantly if curlen == 0.
55823      Branch: perl
55824            ! utf8.c
55825 ____________________________________________________________________________
55826 [  7692] By: jhi                                   on 2000/11/15  02:24:29
55827         Log: Use u_int32_t for the size of hash_cb(), not size_t.
55828              
55829              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
55830              From: Jens Hamisch <jens@Strawberry.COM>     
55831              Date: Tue, 14 Nov 2000 19:03:55 +0100
55832              Message-Id: <20001114190355.A20559@Strawberry.COM>
55833      Branch: perl
55834            ! ext/DB_File/DB_File.xs
55835 ____________________________________________________________________________
55836 [  7691] By: jhi                                   on 2000/11/15  02:20:12
55837         Log: Use UINT64_C().
55838              
55839              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
55840              From: Jens Hamisch <jens@Strawberry.COM>
55841              Date: Tue, 14 Nov 2000 19:16:23 +0100
55842              Message-Id: <20001114191623.G20559@Strawberry.COM>
55843      Branch: perl
55844            ! utf8.c utf8.h
55845 ____________________________________________________________________________
55846 [  7690] By: jhi                                   on 2000/11/15  02:17:06
55847         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
55848              (a macro to define signed and unsigned integer constants).
55849      Branch: perl
55850            ! handy.h
55851 ____________________________________________________________________________
55852 [  7689] By: jhi                                   on 2000/11/15  01:56:51
55853         Log: Regen Configure.
55854      Branch: perl
55855            ! Configure
55856 ____________________________________________________________________________
55857 [  7688] By: jhi                                   on 2000/11/15  01:56:32
55858         Log: Make the unit know about SOCKS.
55859      Branch: metaconfig
55860            ! U/protos/socksizetype.U
55861 ____________________________________________________________________________
55862 [  7687] By: jhi                                   on 2000/11/15  01:54:47
55863         Log: Remove unused dependencies.
55864      Branch: metaconfig
55865            ! U/compline/d_getpagsz.U
55866 ____________________________________________________________________________
55867 [  7686] By: nick                                  on 2000/11/14  21:25:13
55868         Log: Integrate mainline.
55869      Branch: perlio
55870           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
55871           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
55872           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
55873           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
55874           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
55875           !> win32/config.bc win32/config.gc win32/config.vc
55876           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
55877 ____________________________________________________________________________
55878 [  7685] By: jhi                                   on 2000/11/14  17:54:56
55879         Log: Integrate perlio.
55880      Branch: perl
55881           +> fakesdio.h perliol.h
55882           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
55883           !> perlsdio.h perlsfio.h pod/perlfunc.pod
55884 ____________________________________________________________________________
55885 [  7684] By: nick                                  on 2000/11/14  17:43:04
55886         Log: PerlIO #include and #ifdef re-work.
55887      Branch: perlio
55888            + fakesdio.h perliol.h
55889            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
55890            ! perlsdio.h perlsfio.h
55891 ____________________________________________________________________________
55892 [  7683] By: jhi                                   on 2000/11/14  15:42:40
55893         Log: Hoist the duplicated socket/netdb include logic to perl.h;
55894              undef SETERRNO in case SOCKS has defined it.  Based on:
55895              
55896              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
55897              From: Jens Hamisch <jens@Strawberry.COM> 
55898              Date: Tue, 14 Nov 2000 11:34:40 +0100
55899              Message-Id: <20001114113440.A20005@Strawberry.COM>
55900      Branch: perl
55901            ! doio.c perl.h pp_sys.c
55902 ____________________________________________________________________________
55903 [  7682] By: jhi                                   on 2000/11/14  14:07:28
55904         Log: Subject: some additions for makefiles for win32 (for perl@7674)
55905              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55906              Date: Tue, 14 Nov 2000 09:31:13 +0300
55907              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
55908      Branch: perl
55909            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
55910            ! win32/makefile.mk
55911 ____________________________________________________________________________
55912 [  7681] By: jhi                                   on 2000/11/14  14:01:41
55913         Log: Subject: tiny typo in perl5db.pl
55914              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55915              Date: Tue, 14 Nov 2000 09:29:28 +0300
55916              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
55917      Branch: perl
55918            ! lib/perl5db.pl
55919 ____________________________________________________________________________
55920 [  7680] By: jhi                                   on 2000/11/14  04:13:50
55921         Log: Redo #7679 with LFs instead of CRLFs.
55922      Branch: perl
55923            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
55924            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
55925            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
55926 ____________________________________________________________________________
55927 [  7679] By: jhi                                   on 2000/11/14  01:21:09
55928         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
55929              From: Benjamin Stuhl <tiriath@yahoo.com> 
55930              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
55931              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
55932      Branch: perl
55933            + win32/bin/mdelete.bat
55934            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
55935            ! makedef.pl perlio.c win32/Makefile win32/config.gc
55936            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
55937 ____________________________________________________________________________
55938 [  7678] By: jhi                                   on 2000/11/14  01:19:20
55939         Log: Fix the re extension building for Win32.
55940              
55941              Subject: [PATCH perl@7638] Get PerlIO building on Win32
55942              From: Benjamin Stuhl <tiriath@yahoo.com> 
55943              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
55944              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
55945      Branch: perl
55946            + ext/re/hints/MSWin32.pl
55947            ! MANIFEST
55948 ____________________________________________________________________________
55949 [  7677] By: jhi                                   on 2000/11/14  01:13:54
55950         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
55951              From: sthoenna@efn.org
55952              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
55953              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
55954      Branch: perl
55955            ! doop.c pp.c toke.c utf8.c utf8.h
55956 ____________________________________________________________________________
55957 [  7676] By: jhi                                   on 2000/11/13  20:23:15
55958         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
55959              From: Nicholas Clark <nick@ccl4.org>
55960              Date: Mon, 13 Nov 2000 18:55:04 +0000
55961              Message-ID: <20001113185504.J29183@plum.flirble.org>
55962      Branch: perl
55963            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
55964 ____________________________________________________________________________
55965 [  7675] By: nick                                  on 2000/11/13  20:21:57
55966         Log: Integrate mainline ...
55967      Branch: perlio
55968           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
55969           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
55970           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
55971           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
55972 ____________________________________________________________________________
55973 [  7674] By: jhi                                   on 2000/11/13  15:07:56
55974         Log: Update Changes.
55975      Branch: perl
55976            ! Changes patchlevel.h
55977 ____________________________________________________________________________
55978 [  7673] By: jhi                                   on 2000/11/13  14:42:42
55979         Log: Remove the new two tests of lib/io_xs for now, they seem to
55980              fail under perlio on some platforms.
55981      Branch: perl
55982            ! t/lib/io_xs.t
55983 ____________________________________________________________________________
55984 [  7672] By: jhi                                   on 2000/11/13  13:57:53
55985         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
55986      Branch: perl
55987            ! perlio.c
55988 ____________________________________________________________________________
55989 [  7671] By: jhi                                   on 2000/11/13  05:30:48
55990         Log: Placate nervous compilers that see longer than ints switch()ing.
55991      Branch: perl
55992            ! utf8.c
55993 ____________________________________________________________________________
55994 [  7670] By: jhi                                   on 2000/11/13  05:14:21
55995         Log: fputs() does return EOF on error but here we don't care.
55996      Branch: perl
55997            ! perlio.c
55998 ____________________________________________________________________________
55999 [  7669] By: jhi                                   on 2000/11/13  05:02:45
56000         Log: Declare reg_data like reg_substr_data.
56001      Branch: perl
56002            ! regexp.h
56003 ____________________________________________________________________________
56004 [  7668] By: jhi                                   on 2000/11/13  04:54:34
56005         Log: Typos in #7667.
56006      Branch: perl
56007            ! perl.h
56008 ____________________________________________________________________________
56009 [  7667] By: jhi                                   on 2000/11/13  04:49:49
56010         Log: Cleanup messy #ifdef.
56011      Branch: perl
56012            ! perl.h
56013 ____________________________________________________________________________
56014 [  7666] By: jhi                                   on 2000/11/13  04:17:34
56015         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
56016              From: Nicholas Clark <nick@talking.bollo.cx>
56017              Date: Sun, 12 Nov 2000 21:14:11 +0000
56018              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
56019              
56020              Note: only one breakage of the two reported is fixed by this patch.
56021      Branch: perl
56022            ! perlio.c
56023 ____________________________________________________________________________
56024 [  7665] By: jhi                                   on 2000/11/13  04:05:07
56025         Log: Tweak the definition of the bit complement on UTF-8 data:
56026              if none of the characters in the string are > 0xff,
56027              the result is a complemented byte string, not a (UTF-8)
56028              char string.  Based on the summary in
56029              
56030              Subject: Re: [ID 20000918.005] ~ on wide chars
56031              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
56032              Date: Fri, 10 Nov 2000 09:47:15 -0800
56033              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
56034              
56035              This should give us the maximum backward (pre-char string)
56036              compatibility and utf8 compatibility.  The other alternative
56037              would be to limit the bit complement to be always byte only,
56038              taking the least significant byte of the chars.
56039      Branch: perl
56040            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
56041 ____________________________________________________________________________
56042 [  7664] By: jhi                                   on 2000/11/13  00:23:44
56043         Log: Couple of tests from #7660 salvaged.
56044      Branch: perl
56045            - t/op/tell.t
56046            ! MANIFEST t/io/tell.t
56047 ____________________________________________________________________________
56048 [  7663] By: jhi                                   on 2000/11/13  00:02:48
56049         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
56050              From: Nicholas Clark <nick@talking.bollo.cx>
56051              Date: Sun, 12 Nov 2000 21:23:43 +0000
56052              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
56053      Branch: perl
56054            ! perlsfio.h
56055 ____________________________________________________________________________
56056 [  7662] By: jhi                                   on 2000/11/13  00:01:39
56057         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
56058              From: Nicholas Clark <nick@talking.bollo.cx>
56059              Date: Sun, 12 Nov 2000 21:30:04 +0000
56060              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
56061      Branch: perl
56062            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
56063 ____________________________________________________________________________
56064 [  7661] By: jhi                                   on 2000/11/12  23:57:29
56065         Log: Document tell() on special streams.
56066      Branch: perl
56067            ! pod/perlfunc.pod
56068 ____________________________________________________________________________
56069 [  7660] By: jhi                                   on 2000/11/12  23:54:22
56070         Log: (Subsumed by #7664)
56071      Branch: perl
56072            + t/op/tell.t
56073            ! MANIFEST
56074 ____________________________________________________________________________
56075 [  7659] By: jhi                                   on 2000/11/12  22:55:25
56076         Log: Many subdocumented return values of the IO extension now documented.
56077              ungetc and write still left subdocumented.
56078              
56079              Subject: [PATCH] (was Re: IO::Handle::ungetc)
56080              From: Nicholas Clark <nick@talking.bollo.cx>
56081              Date: Sun, 12 Nov 2000 21:35:53 +0000
56082              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
56083      Branch: perl
56084            ! ext/IO/lib/IO/Handle.pm
56085 ____________________________________________________________________________
56086 [  7658] By: jhi                                   on 2000/11/12  21:37:06
56087         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
56088              From: Nicholas Clark <nick@talking.bollo.cx>
56089              Date: Sun, 12 Nov 2000 20:03:22 +0000
56090              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
56091      Branch: perl
56092            ! pod/perlfunc.pod
56093 ____________________________________________________________________________
56094 [  7657] By: jhi                                   on 2000/11/12  20:34:55
56095         Log: Integrate perlio.
56096      Branch: perl
56097           !> perlio.c
56098 ____________________________________________________________________________
56099 [  7656] By: nick                                  on 2000/11/12  19:25:06
56100         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
56101      Branch: perlio
56102            ! perlio.c
56103 ____________________________________________________________________________
56104 [  7655] By: nick                                  on 2000/11/12  19:09:41
56105         Log: Integrate mainline
56106      Branch: perlio
56107           +> README.solaris ext/Encode/Encode/cp1006.enc
56108           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
56109           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
56110           +> ext/Encode/Encode/iso8859-13.enc
56111           +> ext/Encode/Encode/iso8859-14.enc
56112           +> ext/Encode/Encode/iso8859-15.enc
56113           !> (integrate 34 files)
56114 ____________________________________________________________________________
56115 [  7654] By: jhi                                   on 2000/11/12  19:00:22
56116         Log: Add a metaconfig unit for fsync.
56117      Branch: metaconfig/U/perl
56118            + d_fsync.U
56119 ____________________________________________________________________________
56120 [  7653] By: jhi                                   on 2000/11/12  19:00:01
56121         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
56122      Branch: perl
56123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56124            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
56125            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56126            ! vos/config.ga.h win32/config.bc win32/config.gc
56127            ! win32/config.vc
56128 ____________________________________________________________________________
56129 [  7652] By: jhi                                   on 2000/11/11  21:12:01
56130         Log: Copy the s// information of README.hpux also to the perlrun.
56131      Branch: perl
56132            ! README.hpux pod/perlrun.pod
56133 ____________________________________________________________________________
56134 [  7651] By: jhi                                   on 2000/11/11  21:03:13
56135         Log: More README.solaris updates from Andy Dougherty.
56136      Branch: perl
56137            ! README.solaris
56138 ____________________________________________________________________________
56139 [  7650] By: jhi                                   on 2000/11/11  18:38:57
56140         Log: More descriptive error for unknown perlio layers.
56141              
56142              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56143              From: Dominic Dunlop <domo@computer.org> 
56144              Date: Sat, 11 Nov 2000 18:20:32 +0100             
56145              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
56146      Branch: perl
56147            ! perlio.c pod/perldiag.pod
56148 ____________________________________________________________________________
56149 [  7649] By: jhi                                   on 2000/11/11  18:37:52
56150         Log: MachTen doesn't really do mmap() and munmap().
56151              
56152              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
56153              From: Dominic Dunlop <domo@computer.org> 
56154              Date: Sat, 11 Nov 2000 18:20:32 +0100             
56155              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
56156      Branch: perl
56157            ! hints/machten.sh
56158 ____________________________________________________________________________
56159 [  7648] By: jhi                                   on 2000/11/11  18:36:46
56160         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
56161              From: rspier@pobox.com (Robert Spier)
56162              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
56163              Message-ID: <14861.32839.491271.985797@rls.cx>
56164      Branch: perl
56165            ! Porting/Contract pod/perltoot.pod
56166 ____________________________________________________________________________
56167 [  7647] By: jhi                                   on 2000/11/11  18:35:30
56168         Log: Simplify the getpagesize() unit by dropping the
56169              pagesize probe since it's nowadays slightly more
56170              complicated because of sysconf(). (Note: if some
56171              platform really needs the -lPW for getpagesize,
56172              I just broke it.)
56173              
56174              TODO: a new pagesize unit.
56175      Branch: metaconfig
56176            ! U/compline/d_getpagsz.U
56177 ____________________________________________________________________________
56178 [  7646] By: jhi                                   on 2000/11/11  18:33:23
56179         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
56180      Branch: perl
56181            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56182            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
56183            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56184            ! vos/config.ga.h win32/config.bc win32/config.gc
56185            ! win32/config.vc
56186 ____________________________________________________________________________
56187 [  7645] By: jhi                                   on 2000/11/11  16:45:15
56188         Log: Use sysconf() or getpagesize() to find out the pagesize.
56189      Branch: perl
56190            ! perlio.c
56191 ____________________________________________________________________________
56192 [  7644] By: jhi                                   on 2000/11/11  15:46:08
56193         Log: Integrate perlio.
56194      Branch: perl
56195           !> perlio.c
56196 ____________________________________________________________________________
56197 [  7643] By: jhi                                   on 2000/11/11  15:33:36
56198         Log: Subject: Re: [PATCH] README.solaris
56199              From: Lupe Christoph <lupe@lupe-christoph.de>
56200              Date: Sat, 11 Nov 2000 14:08:10 +0100
56201              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
56202      Branch: perl
56203            ! README.solaris
56204 ____________________________________________________________________________
56205 [  7642] By: jhi                                   on 2000/11/11  15:22:12
56206         Log: Subject: [PATCH perl@7638] cygwin port
56207              From: "Eric Fifer" <egf7@columbia.edu>            
56208              Date: Fri, 10 Nov 2000 19:30:30 -0000
56209              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
56210      Branch: perl
56211            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
56212 ____________________________________________________________________________
56213 [  7641] By: nick                                  on 2000/11/11  14:50:36
56214         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
56215              Also call "Buf" layer directly when unread'ing non-read chars.
56216      Branch: perlio
56217            ! perlio.c
56218 ____________________________________________________________________________
56219 [  7640] By: jhi                                   on 2000/11/11  02:05:02
56220         Log: Add more encoding tables.
56221      Branch: perl
56222            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
56223            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
56224            + ext/Encode/Encode/iso8859-10.enc
56225            + ext/Encode/Encode/iso8859-13.enc
56226            + ext/Encode/Encode/iso8859-14.enc
56227            + ext/Encode/Encode/iso8859-15.enc
56228            ! MANIFEST
56229 ____________________________________________________________________________
56230 [  7639] By: jhi                                   on 2000/11/10  18:49:25
56231         Log: Subject: [PATCH] README.solaris
56232              From: Andy Dougherty <doughera@lafayette.edu>
56233              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
56234              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
56235      Branch: perl
56236            + README.solaris
56237            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
56238            ! pod/perl.pod pod/perltoc.pod
56239 ____________________________________________________________________________
56240 [  7638] By: jhi                                   on 2000/11/10  15:04:15
56241         Log: Update Changes.
56242      Branch: perl
56243            ! Changes patchlevel.h
56244 ____________________________________________________________________________
56245 [  7637] By: jhi                                   on 2000/11/10  14:14:28
56246         Log: Explain better why certain regex tests are skipped.
56247              
56248              Subject: Re: tests skipped: unknown reason
56249              From: Lupe Christoph <lupe@lupe-christoph.de>
56250              Date: Fri, 10 Nov 2000 09:08:56 +0100
56251              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
56252      Branch: perl
56253            ! t/op/regexp.t
56254 ____________________________________________________________________________
56255 [  7636] By: nick                                  on 2000/11/10  13:40:00
56256         Log: Integrate mainline.
56257      Branch: perlio
56258           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
56259           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
56260           !> win32/bin/search.pl
56261 ____________________________________________________________________________
56262 [  7635] By: nick                                  on 2000/11/10  13:25:52
56263         Log: Re-instate stdio large file support via perlio.
56264      Branch: perl
56265            ! perlio.c
56266 ____________________________________________________________________________
56267 [  7634] By: jhi                                   on 2000/11/10  04:49:55
56268         Log: Amdahl UTS hints updates.
56269              
56270              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
56271              From: hom00@utsglobal.com (Harold O Morris)
56272              Date: Thu, 9 Nov 2000 20:02 PST
56273              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
56274      Branch: perl
56275            ! hints/uts.sh
56276 ____________________________________________________________________________
56277 [  7633] By: jhi                                   on 2000/11/09  23:33:28
56278         Log: Subject: [PATCH] IO::Seekable pod
56279              From: Nicholas Clark <nick@talking.bollo.cx>
56280              Date: Thu, 9 Nov 2000 20:29:45 +0000
56281              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
56282      Branch: perl
56283            ! ext/IO/lib/IO/Handle.pm
56284 ____________________________________________________________________________
56285 [  7632] By: jhi                                   on 2000/11/09  21:55:41
56286         Log: Various doc oddball characters.
56287              
56288              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
56289              From: Michael Somos <somos@grail.cba.csuohio.edu>
56290              Date: Mon, 6 Nov 2000 17:44:20 -0500
56291              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
56292      Branch: perl
56293            ! emacs/cperl-mode.el lib/unicode/syllables.txt
56294            ! win32/bin/search.pl
56295 ____________________________________________________________________________
56296 [  7631] By: jhi                                   on 2000/11/09  21:12:29
56297         Log: Subject: Re: bash -c exit and linux hints 
56298              From: "John P. Linderman" <jpl@research.att.com>
56299              Date: Thu, 02 Nov 2000 09:37:25 -0500
56300              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
56301      Branch: perl
56302            ! hints/linux.sh
56303 ____________________________________________________________________________
56304 [  7630] By: nick                                  on 2000/11/09  20:34:11
56305         Log: Integrate mainline.
56306      Branch: perlio
56307           !> (integrate 91 files)
56308 ____________________________________________________________________________
56309 [  7629] By: jhi                                   on 2000/11/09  19:46:31
56310         Log: Missing dTHXs.
56311              
56312              Subject: RE: perl@7595 builds not on cygwin
56313              From: "Eric Fifer" <egf7@columbia.edu>
56314              Date: Thu, 9 Nov 2000 19:26:50 -0000
56315              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
56316      Branch: perl
56317            ! ext/Devel/Peek/Peek.xs
56318 ____________________________________________________________________________
56319 [  7628] By: jhi                                   on 2000/11/09  14:48:27
56320         Log: Disable only the tests 99 and 166 for UTF-8 locales.
56321      Branch: perl
56322            ! t/pragma/locale.t
56323 ____________________________________________________________________________
56324 [  7627] By: jhi                                   on 2000/11/09  14:40:27
56325         Log: There's no =head3.
56326      Branch: perl
56327            ! pod/perlhack.pod
56328 ____________________________________________________________________________
56329 [  7626] By: jhi                                   on 2000/11/09  13:54:26
56330         Log: The generated boot_* headers are wrong.  Pickier compiler,
56331              such as KAI C++ will refuse to compile the resulting perlmain.
56332              
56333              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
56334              From: Harri Pasanen <harri.pasanen@trema.com>
56335              Date: Thu, 09 Nov 2000 14:23:28 +0100
56336              Message-Id: <3A0AA550.26D548A3@trema.com>
56337      Branch: perl
56338            ! minimod.pl
56339 ____________________________________________________________________________
56340 [  7625] By: jhi                                   on 2000/11/09  13:50:44
56341         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
56342              From: Prymmer/Kahn <pvhp@best.com>
56343              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
56344              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
56345              
56346              All except the "cow orker" change.
56347      Branch: perl
56348            ! Porting/pumpkin.pod
56349 ____________________________________________________________________________
56350 [  7624] By: jhi                                   on 2000/11/09  13:45:33
56351         Log: Fix for
56352              
56353              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
56354              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56355              Date: Thu, 09 Nov 2000 11:05:52 +0100
56356              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
56357      Branch: perl
56358            ! pod/perldiag.pod t/pragma/warn/pp_sys
56359 ____________________________________________________________________________
56360 [  7623] By: jhi                                   on 2000/11/09  13:37:16
56361         Log: Typo in an ifndef.
56362              
56363              Subject: Re: [PATCH 5.7.0] better messages from malloc()
56364              From: Joe Smith <jms@inwap.com>         
56365              Date: Thu, 09 Nov 2000 01:33:14 -0800
56366              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
56367      Branch: perl
56368            ! malloc.c
56369 ____________________________________________________________________________
56370 [  7622] By: jhi                                   on 2000/11/09  13:31:18
56371         Log: Remove unused extra arguments.
56372      Branch: metaconfig/U/perl
56373            ! perlxv.U
56374      Branch: perl
56375            ! Configure config_h.SH
56376 ____________________________________________________________________________
56377 [  7621] By: jhi                                   on 2000/11/09  13:16:36
56378         Log: More VMS moves on environment handling, from Charles Lane.
56379      Branch: perl
56380            ! t/pragma/locale.t
56381 ____________________________________________________________________________
56382 [  7620] By: jhi                                   on 2000/11/09  04:42:38
56383         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
56384              From: David Dyck <dcd@tc.fluke.com>
56385              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
56386              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
56387      Branch: perl
56388            ! pp_sys.c
56389 ____________________________________________________________________________
56390 [  7619] By: jhi                                   on 2000/11/09  04:36:21
56391         Log: Forgot from #7618.
56392      Branch: perl
56393            ! lib/File/stat.pm
56394 ____________________________________________________________________________
56395 [  7618] By: jhi                                   on 2000/11/09  04:28:44
56396         Log: Make deleting for %ENV work for (newer versions of) VMS,
56397              from Craig A. Berry.
56398      Branch: perl
56399            ! vms/vms.c
56400 ____________________________________________________________________________
56401 [  7617] By: jhi                                   on 2000/11/09  04:25:05
56402         Log: Subject: [PATCH] Class::Struct at compile time
56403              From: "Casey R. Tweten" <crt@kiski.net>
56404              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
56405              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
56406      Branch: perl
56407            ! lib/Class/Struct.pm
56408 ____________________________________________________________________________
56409 [  7616] By: jhi                                   on 2000/11/09  04:15:17
56410         Log: Subject: [ID 20001108.013] spelling
56411              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
56412              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
56413              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
56414      Branch: perl
56415            ! lib/ftp.pl
56416 ____________________________________________________________________________
56417 [  7615] By: jhi                                   on 2000/11/09  04:12:42
56418         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
56419              From: Peter Prymmer <pvhp@forte.com>
56420              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
56421              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
56422      Branch: perl
56423            ! configure.com
56424 ____________________________________________________________________________
56425 [  7614] By: jhi                                   on 2000/11/08  22:42:55
56426         Log: A missing aTHX_.
56427      Branch: perl
56428            ! ext/IPC/SysV/SysV.xs
56429 ____________________________________________________________________________
56430 [  7613] By: jhi                                   on 2000/11/08  19:30:21
56431         Log: Update Changes.
56432      Branch: perl
56433            ! Changes patchlevel.h
56434 ____________________________________________________________________________
56435 [  7612] By: jhi                                   on 2000/11/08  18:35:25
56436         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
56437              From: David Dyck <dcd@tc.fluke.com>
56438              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
56439              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
56440      Branch: perl
56441            ! pp_sys.c
56442 ____________________________________________________________________________
56443 [  7611] By: jhi                                   on 2000/11/08  18:30:26
56444         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
56445              From: Dominic Dunlop <domo@computer.org>
56446              Date: Tue, 7 Nov 2000 12:05:25 +0100
56447              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
56448      Branch: perl
56449            ! malloc.c
56450 ____________________________________________________________________________
56451 [  7610] By: jhi                                   on 2000/11/08  18:25:14
56452         Log: Do not test UTF-8 locales since that the tests would require
56453              polymorphic regexen.
56454      Branch: perl
56455            ! t/pragma/locale.t
56456 ____________________________________________________________________________
56457 [  7609] By: jhi                                   on 2000/11/08  17:12:51
56458         Log: Locale buglets.
56459              
56460              Subject: RE: Locales support (setlocale) fixes
56461              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56462              Date: Wed, 8 Nov 2000 20:01:39 +0300
56463              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
56464      Branch: perl
56465            ! t/pragma/locale.t util.c
56466 ____________________________________________________________________________
56467 [  7608] By: jhi                                   on 2000/11/08  17:00:16
56468         Log: Deleting $ENV{PATH} in VMS is not recommendable.
56469      Branch: perl
56470            ! t/pragma/locale.t
56471 ____________________________________________________________________________
56472 [  7607] By: jhi                                   on 2000/11/08  16:58:26
56473         Log: Subject: PATCH std stdio for (Free)BSD
56474              From: Nicholas Clark <nick@ccl4.org>
56475              Date: Wed, 8 Nov 2000 15:36:29 +0000
56476              Message-ID: <20001108153629.D98736@plum.flirble.org>
56477      Branch: metaconfig
56478            ! U/compline/d_stdstdio.U
56479      Branch: perl
56480            ! Configure config_h.SH
56481 ____________________________________________________________________________
56482 [  7606] By: jhi                                   on 2000/11/08  16:43:31
56483         Log: Forgot to bump the line numbers in #7601.
56484      Branch: perl
56485            ! t/pragma/warn/pp_sys
56486 ____________________________________________________________________________
56487 [  7605] By: jhi                                   on 2000/11/08  16:39:12
56488         Log: More careful detection of how well NVs and UVs mix.
56489              
56490              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
56491              From: Nicholas Clark <nick@ccl4.org>
56492              Date: Wed, 8 Nov 2000 15:14:12 +0000
56493              Message-ID: <20001108151412.B98736@plum.flirble.org>
56494              
56495              Added some SIGFPE paranoia.
56496      Branch: metaconfig/U/perl
56497            ! perlxv.U
56498      Branch: perl
56499            ! Configure config_h.SH
56500 ____________________________________________________________________________
56501 [  7604] By: jhi                                   on 2000/11/08  14:39:10
56502         Log: Subject: [patch perl@7595] VMS configure.com tweak
56503              From: "Craig A. Berry" <craigberry@mac.com>
56504              Date: Wed, 8 Nov 2000 00:24:12 -0600
56505              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
56506      Branch: perl
56507            ! configure.com
56508 ____________________________________________________________________________
56509 [  7603] By: jhi                                   on 2000/11/08  14:27:11
56510         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
56511              From: Robin Barker <rmb1@cise.npl.co.uk>
56512              Date: Wed, 8 Nov 2000 11:11:39 GMT
56513              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
56514      Branch: perl
56515            ! perlio.c
56516 ____________________________________________________________________________
56517 [  7602] By: jhi                                   on 2000/11/08  14:25:03
56518         Log: Fix for the tie-refhash string table leaks.
56519              
56520              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
56521              Date: Wed, 8 Nov 2000 13:03:04 GMT
56522              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
56523      Branch: perl
56524            ! t/lib/tie-refhash.t
56525 ____________________________________________________________________________
56526 [  7601] By: jhi                                   on 2000/11/08  14:21:08
56527         Log: Try to avoid flockless and emulationless places.
56528      Branch: perl
56529            ! t/pragma/warn/pp_sys
56530 ____________________________________________________________________________
56531 [  7600] By: jhi                                   on 2000/11/08  02:28:54
56532         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
56533              
56534              Subject: [PATCH] prototyped functions that should be overrideable
56535              From: "Casey R. Tweten" <crt@kiski.net>
56536              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
56537              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
56538      Branch: perl
56539            ! toke.c
56540 ____________________________________________________________________________
56541 [  7599] By: jhi                                   on 2000/11/08  01:12:05
56542         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
56543              
56544              Subject: [PATCH] perlbug.PL
56545              From: "Kurt D. Starsinic" <kstar@chapin.edu>
56546              Date: Mon, 6 Nov 2000 21:39:01 -0500
56547              Message-ID: <20001106213901.B20955@O2.chapin.edu>
56548      Branch: perl
56549            ! utils/perlbug.PL
56550 ____________________________________________________________________________
56551 [  7598] By: jhi                                   on 2000/11/07  23:42:00
56552         Log: Bad thinko in #7581 (I used the test program with the expanded
56553              values as-is).
56554      Branch: metaconfig
56555            ! U/compline/d_stdstdio.U
56556      Branch: perl
56557            ! Configure
56558 ____________________________________________________________________________
56559 [  7597] By: jhi                                   on 2000/11/07  21:43:29
56560         Log: Subject: [PATCH perl@7573] cygwin port
56561              From: "Fifer, Eric" <EFifer@sanwaint.com>
56562              Date: Tue, 7 Nov 2000 18:08:51 -0000 
56563              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
56564              
56565              Synchronize with Cygwin 1.1.5.
56566      Branch: perl
56567            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
56568            ! pod/perlport.pod unixish.h util.c
56569 ____________________________________________________________________________
56570 [  7596] By: jhi                                   on 2000/11/07  21:39:25
56571         Log: perlhack updates from H.Merijn Brand.
56572      Branch: perl
56573            ! pod/perlhack.pod
56574 ____________________________________________________________________________
56575 [  7595] By: jhi                                   on 2000/11/07  20:21:41
56576         Log: Update Changes.
56577      Branch: perl
56578            ! Changes patchlevel.h
56579 ____________________________________________________________________________
56580 [  7594] By: jhi                                   on 2000/11/07  19:18:58
56581         Log: Be more robust in Dynaloader.pm.
56582      Branch: perl
56583            ! ext/DynaLoader/DynaLoader_pm.PL
56584 ____________________________________________________________________________
56585 [  7593] By: jhi                                   on 2000/11/07  16:49:31
56586         Log: AUTHORS update.
56587      Branch: perl
56588            ! AUTHORS
56589 ____________________________________________________________________________
56590 [  7592] By: gsar                                  on 2000/11/07  16:39:51
56591         Log: normalize relative paths in virtualized current directory on windows,
56592              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
56593              returns)
56594      Branch: perl
56595            ! win32/vdir.h
56596 ____________________________________________________________________________
56597 [  7591] By: jhi                                   on 2000/11/07  16:04:26
56598         Log: Too profiler-happy: with optimization the #7590 actually makes
56599              the test to run 0.5% _slower_.  Requires much more instrumentation.
56600              Retract #7590.
56601      Branch: perl
56602            ! regcomp.c regcomp.h
56603 ____________________________________________________________________________
56604 [  7590] By: jhi                                   on 2000/11/07  15:51:13
56605         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
56606              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
56607              by using memset() and testing bytewise (as opposed to bitwise).
56608      Branch: perl
56609            ! regcomp.c regcomp.h
56610 ____________________________________________________________________________
56611 [  7589] By: jhi                                   on 2000/11/07  12:56:39
56612         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
56613              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56614              Date: Mon, 06 Nov 2000 23:45:30 -0500
56615              Message-Id: <0011079735.AA973576259@univpress.com>
56616      Branch: perl
56617            ! configure.com t/lib/st-lock.t
56618 ____________________________________________________________________________
56619 [  7588] By: jhi                                   on 2000/11/07  01:03:28
56620         Log: Tweak #7587.
56621      Branch: perl
56622            ! pod/perldiag.pod
56623 ____________________________________________________________________________
56624 [  7587] By: jhi                                   on 2000/11/07  01:00:27
56625         Log: A doc addition for bug id 20001105.019, beware \p.
56626      Branch: perl
56627            ! pod/perldiag.pod
56628 ____________________________________________________________________________
56629 [  7586] By: jhi                                   on 2000/11/07  00:32:22
56630         Log: Fake support of holey files in win/dosish platforms.
56631              
56632              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
56633              From: kipp@shonanblue.ne.jp
56634              Date: Mon, 6 Nov 2000 13:30:55 -0800
56635              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
56636      Branch: perl
56637            ! ext/SDBM_File/sdbm/sdbm.c
56638 ____________________________________________________________________________
56639 [  7585] By: jhi                                   on 2000/11/07  00:12:54
56640         Log: Subject: Pod updates
56641              From: "Stephen P. Potter" <spp@spotter.yi.org>
56642              Date: Mon, 06 Nov 2000 18:56:43 -0500
56643              Message-Id: <200011062357.SAA18173@spotter.yi.org>
56644      Branch: perl
56645            ! README.dos README.os2 README.win32 pod/buildtoc.PL
56646            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
56647            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
56648            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
56649            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
56650            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
56651            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
56652            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
56653            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
56654            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
56655            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
56656            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
56657            ! pod/perltootc.pod pod/perlunicode.pod
56658 ____________________________________________________________________________
56659 [  7584] By: jhi                                   on 2000/11/07  00:04:17
56660         Log: Varargs don't always work too well if one puts an unsigned
56661              char on the stack and pop an unsigned quad off the stack.
56662              
56663              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
56664              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
56665              Date: Mon, 06 Nov 2000 15:19:05 -0800
56666              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
56667      Branch: perl
56668            ! utf8.c
56669 ____________________________________________________________________________
56670 [  7583] By: jhi                                   on 2000/11/06  23:58:48
56671         Log: %ENV note tweaks from Dan Sugalski.
56672      Branch: perl
56673            ! pod/perlport.pod vms/perlvms.pod
56674 ____________________________________________________________________________
56675 [  7582] By: jhi                                   on 2000/11/06  23:05:49
56676         Log: glibc5 detection by __GNU_LIBRARY__.
56677      Branch: perl
56678            ! toke.c
56679 ____________________________________________________________________________
56680 [  7581] By: jhi                                   on 2000/11/06  22:51:29
56681         Log: Make the stdio test program of 7427 less noisy while being 
56682              compiled so that Digital UNIX wouldn't get both
56683              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
56684              undefined.  This makes perlio happy.
56685      Branch: metaconfig
56686            ! U/compline/d_stdstdio.U
56687      Branch: perl
56688            ! Configure config_h.SH
56689 ____________________________________________________________________________
56690 [  7580] By: jhi                                   on 2000/11/06  22:41:41
56691         Log: Document %ENV = () portability issues.
56692      Branch: perl
56693            ! pod/perlport.pod vms/perlvms.pod
56694 ____________________________________________________________________________
56695 [  7579] By: jhi                                   on 2000/11/06  21:29:24
56696         Log: VOS updates from Paul Green.
56697      Branch: perl
56698            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56699 ____________________________________________________________________________
56700 [  7578] By: jhi                                   on 2000/11/06  21:00:40
56701         Log: Sanitize the environment further.
56702      Branch: perl
56703            ! t/pragma/locale.t
56704 ____________________________________________________________________________
56705 [  7577] By: jhi                                   on 2000/11/06  20:53:51
56706         Log: Re-introduce 7552 lost in integration.
56707      Branch: perl
56708            ! perlio.c
56709 ____________________________________________________________________________
56710 [  7576] By: jhi                                   on 2000/11/06  20:33:46
56711         Log: Admit that the test leaks scalars.
56712      Branch: perl
56713            ! t/comp/proto.t
56714 ____________________________________________________________________________
56715 [  7575] By: jhi                                   on 2000/11/06  20:17:08
56716         Log: Integrate perlio.
56717      Branch: perl
56718           !> perlio.c
56719 ____________________________________________________________________________
56720 [  7574] By: nick                                  on 2000/11/06  20:07:28
56721         Log: Remove debug. Try (Mmap_t) on madvise() call.
56722      Branch: perlio
56723            ! perlio.c
56724 ____________________________________________________________________________
56725 [  7573] By: jhi                                   on 2000/11/06  13:56:05
56726         Log: Update Changes.
56727      Branch: perl
56728            ! Changes patchlevel.h
56729 ____________________________________________________________________________
56730 [  7572] By: jhi                                   on 2000/11/06  13:48:41
56731         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
56732              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56733              Date: Mon, 06 Nov 2000 10:11:42 +0100
56734              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
56735      Branch: perl
56736            ! pod/perlhack.pod
56737 ____________________________________________________________________________
56738 [  7571] By: jhi                                   on 2000/11/06  01:45:51
56739         Log: AUTHORS updates.
56740      Branch: perl
56741            ! AUTHORS
56742 ____________________________________________________________________________
56743 [  7570] By: jhi                                   on 2000/11/06  00:18:00
56744         Log: Fix for
56745              
56746              Subject: [ID 20000728.005] perl -P broken
56747              From: David Dyck <dcd@tc.fluke.com>
56748              Date: Fri, 28 Jul 2000 17:19:16 -0700
56749              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
56750              
56751              (hopefully).  The fix is also not complete, it seems to break
56752              BOM swallowing for libc5 systems, but until someone figures
56753              out a way to do this without ftell(), this will do.
56754      Branch: perl
56755            ! toke.c
56756 ____________________________________________________________________________
56757 [  7569] By: jhi                                   on 2000/11/06  00:05:30
56758         Log: Document that the evaled syntax errors cause scalar leaks.
56759      Branch: perl
56760            ! t/comp/proto.t
56761 ____________________________________________________________________________
56762 [  7568] By: jhi                                   on 2000/11/05  23:14:47
56763         Log: opmini.o can linger from Configures past.
56764      Branch: perl
56765            ! Makefile.SH
56766 ____________________________________________________________________________
56767 [  7567] By: jhi                                   on 2000/11/05  21:28:39
56768         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
56769              first argument correctly.
56770      Branch: perl
56771            ! perlio.c
56772 ____________________________________________________________________________
56773 [  7566] By: jhi                                   on 2000/11/05  21:15:56
56774         Log: Integrate perlio.
56775      Branch: perl
56776           !> perlio.c
56777 ____________________________________________________________________________
56778 [  7565] By: jhi                                   on 2000/11/05  21:15:13
56779         Log: Use -dM for gcc (the suggested patch did it only for Linux,
56780              but I think it can be generalized).
56781              
56782              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
56783              From: Pixel <pixel@mandrakesoft.com>
56784              Date: 05 Nov 2000 21:49:34 +0100 
56785              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
56786      Branch: perl
56787            ! ext/Errno/Errno_pm.PL
56788 ____________________________________________________________________________
56789 [  7564] By: nick                                  on 2000/11/05  21:09:18
56790         Log: Added a mmap layer as a "subclass" of perlio.
56791              PERLIO=mmap ./perl harness passes
56792      Branch: perlio
56793            ! perlio.c
56794 ____________________________________________________________________________
56795 [  7563] By: jhi                                   on 2000/11/05  19:48:55
56796         Log: Add a note for future generations about bug id 20000229.006.
56797      Branch: perl
56798            ! malloc.c
56799 ____________________________________________________________________________
56800 [  7562] By: jhi                                   on 2000/11/05  19:38:24
56801         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
56802      Branch: perl
56803            ! pp_ctl.c t/op/pos.t
56804 ____________________________________________________________________________
56805 [  7561] By: jhi                                   on 2000/11/05  18:21:46
56806         Log: Add =pod to be tidy.
56807      Branch: perl
56808            ! lib/Math/Complex.pm
56809 ____________________________________________________________________________
56810 [  7560] By: jhi                                   on 2000/11/05  17:38:46
56811         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
56812      Branch: perl
56813            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
56814            ! ext/Storable/Storable.xs t/lib/st-recurse.t
56815 ____________________________________________________________________________
56816 [  7559] By: jhi                                   on 2000/11/05  17:32:59
56817         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
56818              From: "Peter J. Farley III" <pjfarley@banet.net>
56819              Date: Sun, 05 Nov 2000 11:55:59 -0500
56820              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
56821      Branch: perl
56822            ! t/lib/syslog.t
56823 ____________________________________________________________________________
56824 [  7558] By: jhi                                   on 2000/11/05  17:29:19
56825         Log: Integrate perlio.
56826      Branch: perl
56827           !> perlio.c
56828 ____________________________________________________________________________
56829 [  7557] By: jhi                                   on 2000/11/05  17:22:01
56830         Log: A fix of sorts for 20000329.026, a better error message
56831              for a missing "use charnames" when using the \N{...}. 
56832      Branch: perl
56833            ! pod/perldiag.pod toke.c
56834 ____________________________________________________________________________
56835 [  7556] By: jhi                                   on 2000/11/05  16:33:50
56836         Log: Test tweak: show also the failed locales.
56837              
56838              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
56839              From: Lupe Christoph <lupe@lupe-christoph.de>         
56840              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
56841              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
56842      Branch: perl
56843            ! t/pragma/locale.t
56844 ____________________________________________________________________________
56845 [  7555] By: nick                                  on 2000/11/05  11:09:34
56846         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
56847              open RDWR so does not fail. (pragma/warnings 303 again...)
56848      Branch: perlio
56849            ! perlio.c
56850 ____________________________________________________________________________
56851 [  7554] By: nick                                  on 2000/11/05  10:10:13
56852         Log: Fix case where ungetc(f,EOF) was allowed.
56853              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
56854              so we can see similarities.
56855              Use types more carefully and a STDCHAR array in hope that this will
56856              fix Jarrko's 64bit machine.
56857      Branch: perlio
56858            ! perlio.c
56859 ____________________________________________________________________________
56860 [  7553] By: jhi                                   on 2000/11/05  01:12:16
56861         Log: Fix for
56862              
56863              Subject: [ID 20001004.007] taint propogation is inconsistent
56864              From: pimlott@idiomtech.com (Andrew Pimlott) 
56865              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
56866              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
56867              
56868              The culprit was sv_setsv() which was rather blindly
56869              propagating taint, which lead to behaviour where if
56870              a tainted anon hash value was seen all the hash values
56871              from then on at that level became tainted, or at any
56872              upper levels in the case of nested anon hashes.
56873      Branch: perl
56874            ! sv.c t/op/taint.t
56875 ____________________________________________________________________________
56876 [  7552] By: jhi                                   on 2000/11/04  23:44:18
56877         Log: Some cpps don't like splitting conditionals across several lines.
56878      Branch: perl
56879            ! perlio.c
56880 ____________________________________________________________________________
56881 [  7551] By: nick                                  on 2000/11/04  23:40:44
56882         Log: Integrate mainline
56883      Branch: perlio
56884           !> pp_hot.c t/op/taint.t
56885 ____________________________________________________________________________
56886 [  7550] By: nick                                  on 2000/11/04  23:39:05
56887         Log: Integrate mainline again
56888      Branch: perlio
56889           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
56890           !> t/lib/b.t t/op/misc.t util.c
56891 ____________________________________________________________________________
56892 [  7549] By: jhi                                   on 2000/11/04  23:14:01
56893         Log: Fix for
56894              
56895              Subject: [ID 20001004.006] undef is never tainted
56896              From: pimlott@idiomtech.com (Andrew Pimlott)
56897              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
56898              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
56899              
56900              An undef read from a slurped file was not tainted.
56901      Branch: perl
56902            ! pp_hot.c t/op/taint.t
56903 ____________________________________________________________________________
56904 [  7548] By: jhi                                   on 2000/11/04  22:56:21
56905         Log: Test tweak ($Config{useperlio} is by default undef) .
56906      Branch: perl
56907            ! t/lib/b.t
56908 ____________________________________________________________________________
56909 [  7547] By: jhi                                   on 2000/11/04  22:43:56
56910         Log: Integrate perlio.
56911      Branch: perl
56912           +> lib/perlio.pm
56913           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
56914           !> pod/perlapi.pod t/lib/b.t
56915 ____________________________________________________________________________
56916 [  7546] By: jhi                                   on 2000/11/04  22:40:59
56917         Log: Configure would use a bad $myuname from an old config.sh.
56918              
56919              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
56920              From: Andy Dougherty <doughera@lafayette.edu>
56921              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
56922              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
56923      Branch: metaconfig
56924            ! U/modified/Oldconfig.U
56925      Branch: perl
56926            ! Configure config_h.SH
56927 ____________________________________________________________________________
56928 [  7545] By: jhi                                   on 2000/11/04  22:36:54
56929         Log: Subject: Locales support (setlocale) fixes
56930              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56931              Date: Sat, 4 Nov 2000 10:15:48 +0300 
56932              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
56933              
56934              Modified quite a bit to be more portable.
56935      Branch: perl
56936            ! embed.h embed.pl perl.h proto.h util.c
56937 ____________________________________________________________________________
56938 [  7544] By: jhi                                   on 2000/11/04  22:32:47
56939         Log: Dying is too strict here, better just skip.
56940      Branch: perl
56941            ! t/op/misc.t
56942 ____________________________________________________________________________
56943 [  7543] By: nick                                  on 2000/11/04  21:55:13
56944         Log: Merge mainline
56945      Branch: perlio
56946           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
56947           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
56948           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
56949           !> (integrate 64 files)
56950 ____________________________________________________________________________
56951 [  7542] By: jhi                                   on 2000/11/04  21:09:28
56952         Log: More Changes tweakery.
56953      Branch: perl
56954            ! Changes Porting/genlog
56955 ____________________________________________________________________________
56956 [  7541] By: jhi                                   on 2000/11/04  20:58:18
56957         Log: Changes fixups.
56958      Branch: perl
56959            ! Changes
56960 ____________________________________________________________________________
56961 [  7540] By: jhi                                   on 2000/11/04  20:42:38
56962         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
56963              create a "fast path" for locale name probing using "locale -a"
56964              if available, squash finally hopefully the s?printf resetting
56965              the numeric locale (since, IIUC perllocale, it never shouldn't). 
56966      Branch: perl
56967            ! sv.c t/op/misc.t t/pragma/locale.t
56968 ____________________________________________________________________________
56969 [  7539] By: nick                                  on 2000/11/04  19:56:10
56970         Log: PerlIO infrastructure complete.
56971      Branch: perlio
56972            + lib/perlio.pm
56973            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
56974 ____________________________________________________________________________
56975 [  7538] By: nick                                  on 2000/11/04  14:31:32
56976         Log: Type tweaks + less contorted allocation scheme
56977      Branch: perlio
56978            ! perlio.c
56979 ____________________________________________________________________________
56980 [  7537] By: nick                                  on 2000/11/04  12:40:42
56981         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
56982              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
56983              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
56984              sensible) which lead to some interesting fails.
56985      Branch: perlio
56986            ! perlio.c
56987 ____________________________________________________________________________
56988 [  7536] By: jhi                                   on 2000/11/04  00:20:02
56989         Log: Add FCNTL_CAN_LOCK.
56990              
56991              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
56992              From: Andy Dougherty <doughera@lafayette.edu>
56993              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
56994              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
56995              
56996              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
56997              From: Andy Dougherty <doughera@lafayette.edu>
56998              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
56999              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
57000      Branch: metaconfig/U/perl
57001            + d_fcntl_can_lock.U
57002            ! startperl.U
57003      Branch: perl
57004            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57005            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
57006            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57007            ! vos/config.ga.h win32/config.bc win32/config.gc
57008            ! win32/config.vc
57009 ____________________________________________________________________________
57010 [  7535] By: nick                                  on 2000/11/03  22:19:10
57011         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
57012              - Works on Linux with
57013              perlio + unix
57014              stdio
57015              - Works on Solaris with
57016              perlio + unix
57017              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
57018              - Fails (hangs in openpid) if you try and stack
57019              perlio + stdio - Linux stdio's read() logic is hanging.
57020      Branch: perlio
57021            ! iperlsys.h perlio.c
57022 ____________________________________________________________________________
57023 [  7534] By: jhi                                   on 2000/11/03  15:16:02
57024         Log: Subject: Re: README.aix
57025              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57026              Date: Fri, 03 Nov 2000 16:03:15 +0100
57027              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
57028      Branch: perl
57029            ! README.aix
57030 ____________________________________________________________________________
57031 [  7533] By: jhi                                   on 2000/11/03  03:59:02
57032         Log: Subject: [PATCH 5.7.0] better messages from malloc()
57033              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57034              Date: Wed, 1 Nov 2000 23:39:56 -0500
57035              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
57036      Branch: perl
57037            ! malloc.c pod/perldiag.pod
57038 ____________________________________________________________________________
57039 [  7532] By: jhi                                   on 2000/11/03  00:11:56
57040         Log: The #7521 touched things it shouldn't have.
57041      Branch: perl
57042            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
57043 ____________________________________________________________________________
57044 [  7531] By: jhi                                   on 2000/11/02  22:32:33
57045         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
57046              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57047              Date:     Thu, 2 Nov 2000 16:58:36 EST
57048              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
57049      Branch: perl
57050            ! vms/gen_shrfls.pl
57051 ____________________________________________________________________________
57052 [  7530] By: jhi                                   on 2000/11/02  22:08:49
57053         Log: Fix the problem discussed in
57054              
57055              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
57056              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
57057              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
57058              
57059              originally from Linc Madison.  Also Andreas König's comments
57060              taken into account.  Some other problems with Tie::SubstrHash
57061              fixed: didn't croak when the table exceeded the requested number
57062              of entries (as documented) but instead when the number of entries
57063              exceeded the size of the table, a croak() had an unnecessary \n,
57064              didn't have a CLEAR method, documented that there is no exists().
57065              Didn't fix to be strict-proof because the module uses &foo; and
57066              dynamic scope.  Added a test script exercizing both first tamely 
57067              the basic functionality, and then the failure cases reported by
57068              Linc Madison.
57069      Branch: perl
57070            + t/lib/tie-substrhash.t
57071            ! MANIFEST lib/Tie/SubstrHash.pm
57072 ____________________________________________________________________________
57073 [  7529] By: jhi                                   on 2000/11/02  17:58:08
57074         Log: recv() can fail and return undef.
57075              
57076              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
57077              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
57078              Date: Thu, 2 Nov 2000 20:12:20 +0300
57079              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
57080      Branch: perl
57081            ! lib/Net/Ping.pm
57082 ____________________________________________________________________________
57083 [  7528] By: jhi                                   on 2000/11/02  17:49:09
57084         Log: Detpyo.
57085      Branch: perl
57086            ! pod/perlop.pod
57087 ____________________________________________________________________________
57088 [  7527] By: jhi                                   on 2000/11/02  15:48:37
57089         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
57090              fix a autovivification bug in Tie::RefHash, add tests for both.
57091              
57092              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
57093              From: Edward Avis <epa98@doc.ic.ac.uk>
57094              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
57095              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
57096      Branch: perl
57097            + t/lib/tie-refhash.t
57098            ! MANIFEST lib/Tie/RefHash.pm
57099 ____________________________________________________________________________
57100 [  7526] By: jhi                                   on 2000/11/02  13:56:26
57101         Log: Test::Harness revealed buglets in the new DynaLoader.
57102              
57103              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
57104              From: andreas.koenig@anima.de (Andreas J. Koenig)
57105              Date: 02 Nov 2000 11:26:48 +0100 
57106              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
57107      Branch: perl
57108            ! ext/DynaLoader/DynaLoader_pm.PL
57109 ____________________________________________________________________________
57110 [  7525] By: jhi                                   on 2000/11/01  23:52:08
57111         Log: The entry for #7503 was missing.
57112      Branch: perl
57113            ! Changes
57114 ____________________________________________________________________________
57115 [  7524] By: jhi                                   on 2000/11/01  23:40:52
57116         Log: Update Changes.
57117      Branch: perl
57118            ! Changes patchlevel.h
57119 ____________________________________________________________________________
57120 [  7523] By: jhi                                   on 2000/11/01  22:57:09
57121         Log: More tweaking on the #7522 theme.
57122      Branch: perl
57123            ! ext/DynaLoader/DynaLoader_pm.PL
57124 ____________________________________________________________________________
57125 [  7522] By: jhi                                   on 2000/11/01  22:06:15
57126         Log: Expand %Config variables and %ENV variables only if
57127              so requested during build time using the
57128              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
57129              Not expanding makes relocating distributions easier.
57130      Branch: perl
57131            ! ext/DynaLoader/DynaLoader_pm.PL
57132 ____________________________________________________________________________
57133 [  7521] By: jhi                                   on 2000/11/01  20:56:34
57134         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
57135              and setgid() because they were just changing $< and $( which means
57136              only changing the real uid/gid, as opposed to changing both
57137              real and effective ids.  (The alternative way could have been
57138              in POSIX.pm to change $> and $), too, but making a direct call
57139              to the C API feels cleaner.)  Fixes the bug
57140              
57141              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
57142              From: "Garry T. Williams" <garry@zvolve.com>
57143              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
57144              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
57145      Branch: perl
57146            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
57147            ! ext/POSIX/typemap pod/perlvar.pod
57148 ____________________________________________________________________________
57149 [  7520] By: jhi                                   on 2000/11/01  20:08:33
57150         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
57151              From: "Garry T. Williams" <garry@zvolve.com>
57152              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
57153              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
57154      Branch: perl
57155            ! pod/perlsec.pod
57156 ____________________________________________________________________________
57157 [  7519] By: jhi                                   on 2000/11/01  20:01:22
57158         Log: Locale warning explanation tweak.
57159      Branch: perl
57160            ! pod/perldiag.pod
57161 ____________________________________________________________________________
57162 [  7518] By: jhi                                   on 2000/11/01  18:57:13
57163         Log: C.pm part of
57164              
57165              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
57166              From: Jarkko Hietaniemi <jhi@iki.fi>
57167              Date: Tue, 10 Oct 2000 08:22:28 -0500
57168              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
57169      Branch: perl
57170            ! ext/B/B/C.pm
57171 ____________________________________________________________________________
57172 [  7517] By: jhi                                   on 2000/11/01  18:41:59
57173         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
57174              From: Martien Verbruggen <mgjv@comdyn.com.au>
57175              Date: Fri, 6 Oct 2000 14:09:10 +1100
57176              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
57177      Branch: perl
57178            ! pod/perlop.pod
57179 ____________________________________________________________________________
57180 [  7516] By: jhi                                   on 2000/11/01  18:34:55
57181         Log: Generalize the Camel wording.
57182              
57183              Subject: Re: perlfaq style changes
57184              From: John Borwick <jhborwic@unity.ncsu.edu>
57185              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
57186              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
57187      Branch: perl
57188            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
57189 ____________________________________________________________________________
57190 [  7515] By: jhi                                   on 2000/11/01  16:52:31
57191         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
57192              From: pimlott@idiomtech.com (Andrew Pimlott)
57193              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
57194              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
57195      Branch: perl
57196            ! pod/perlsec.pod
57197 ____________________________________________________________________________
57198 [  7514] By: jhi                                   on 2000/11/01  15:03:40
57199         Log: More AIX lore.
57200      Branch: perl
57201            ! ext/re/hints/aix.pl
57202 ____________________________________________________________________________
57203 [  7513] By: jhi                                   on 2000/11/01  14:48:30
57204         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
57205              From: root <root@chronos.fi.muni.cz>
57206              Date: Wed, 1 Nov 2000 12:31:32 +0100
57207              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
57208      Branch: perl
57209            ! lib/Net/Ping.pm
57210 ____________________________________________________________________________
57211 [  7512] By: jhi                                   on 2000/11/01  14:46:47
57212         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
57213              From: Martin Husemann <martin@duskware.de>
57214              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
57215              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
57216      Branch: perl
57217            ! regcomp.c
57218 ____________________________________________________________________________
57219 [  7511] By: jhi                                   on 2000/11/01  14:39:50
57220         Log: AUTHORS updates.
57221      Branch: perl
57222            ! AUTHORS
57223 ____________________________________________________________________________
57224 [  7510] By: jhi                                   on 2000/11/01  14:29:50
57225         Log: Subject: [PATCH] startperl to respect versiononly
57226              From: Robin Barker <rmb1@cise.npl.co.uk> 
57227              Date: Tue, 31 Oct 2000 16:29:36 GMT
57228              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
57229      Branch: metaconfig/U/perl
57230            ! startperl.U
57231      Branch: perl
57232            ! Configure config_h.SH
57233 ____________________________________________________________________________
57234 [  7509] By: jhi                                   on 2000/11/01  14:19:53
57235         Log: printf UVs the correct way, noticed by Robin Barker.
57236      Branch: perl
57237            ! utf8.c
57238 ____________________________________________________________________________
57239 [  7508] By: jhi                                   on 2000/11/01  14:10:03
57240         Log: Do not cleanup *% because the % has special meanings in some
57241              shell environments.
57242      Branch: perl
57243            ! ext/Storable/Makefile.PL
57244 ____________________________________________________________________________
57245 [  7507] By: jhi                                   on 2000/11/01  14:06:00
57246         Log: The NonStop-UX libraries have a novel way to say NaN.
57247      Branch: perl
57248            ! t/lib/bigfltpm.t
57249 ____________________________________________________________________________
57250 [  7506] By: jhi                                   on 2000/11/01  14:03:35
57251         Log: The osname has been lowercased by now, from Tom Bates.
57252      Branch: metaconfig
57253            ! U/modified/Oldconfig.U
57254      Branch: perl
57255            ! Configure config_h.SH
57256 ____________________________________________________________________________
57257 [  7505] By: jhi                                   on 2000/10/31  19:18:39
57258         Log: The compiler is either gcc or cc, from Tom Bates.
57259      Branch: perl
57260            ! hints/nonstopux.sh
57261 ____________________________________________________________________________
57262 [  7504] By: jhi                                   on 2000/10/31  14:53:42
57263         Log: Update Changes.
57264      Branch: perl
57265            ! Changes patchlevel.h
57266 ____________________________________________________________________________
57267 [  7503] By: jhi                                   on 2000/10/31  14:30:50
57268         Log: Whitespace style tweak.  Was originally going to see to
57269              
57270              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57271              From: Joe Smith <jms@inwap.com>
57272              Date: Mon, 30 Oct 2000 18:47:57 -0800
57273              Message-Id: <39FE32DD.24AAC4D@inwap.com>
57274              
57275              but that had already been taken care of.
57276      Branch: metaconfig
57277            ! U/compline/d_stdstdio.U
57278      Branch: perl
57279            ! Configure config_h.SH
57280 ____________________________________________________________________________
57281 [  7502] By: jhi                                   on 2000/10/31  14:25:02
57282         Log: AUTHORS tweaks.
57283      Branch: perl
57284            ! AUTHORS
57285 ____________________________________________________________________________
57286 [  7501] By: jhi                                   on 2000/10/31  14:23:59
57287         Log: Subject: perlfaq style changes
57288              From: John Borwick <jhborwic@unity.ncsu.edu>
57289              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
57290              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
57291      Branch: perl
57292            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
57293            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
57294            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
57295            ! pod/perlfaq9.pod
57296 ____________________________________________________________________________
57297 [  7500] By: jhi                                   on 2000/10/31  14:22:15
57298         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
57299              
57300              Subject: Re: [ID 20000918.005] ~ on wide chars
57301              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57302              Date: Mon, 30 Oct 2000 21:09:55 -0800
57303              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
57304              
57305              (The ord() part of the patch skipped.)
57306      Branch: perl
57307            ! doop.c
57308 ____________________________________________________________________________
57309 [  7499] By: jhi                                   on 2000/10/31  14:20:08
57310         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
57311              From: Jens Hamisch <jens@Strawberry.COM>
57312              Date: Mon, 30 Oct 2000 15:17:07 +0100
57313              Message-Id: <20001030151707.A9597@Strawberry.COM>
57314      Branch: perl
57315            ! av.c
57316 ____________________________________________________________________________
57317 [  7498] By: jhi                                   on 2000/10/31  14:16:29
57318         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
57319              From: Peter Prymmer <pvhp@forte.com>
57320              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
57321              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
57322      Branch: perl
57323            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
57324            + ext/Encode/Encode/posix-bc.enc
57325            ! MANIFEST t/lib/encode.t
57326 ____________________________________________________________________________
57327 [  7497] By: jhi                                   on 2000/10/31  14:13:22
57328         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
57329              From: Peter Prymmer <pvhp@forte.com>
57330              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
57331              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
57332      Branch: perl
57333            ! t/lib/cgi-html.t
57334 ____________________________________________________________________________
57335 [  7496] By: jhi                                   on 2000/10/31  14:12:05
57336         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
57337              From: Peter Prymmer <pvhp@forte.com>
57338              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
57339              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
57340      Branch: perl
57341            ! t/lib/cgi-function.t
57342 ____________________________________________________________________________
57343 [  7495] By: jhi                                   on 2000/10/31  14:11:08
57344         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
57345              From: Peter Prymmer <pvhp@forte.com>
57346              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
57347              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
57348      Branch: perl
57349            + ext/re/hints/aix.pl
57350            ! MANIFEST ext/re/Makefile.PL
57351 ____________________________________________________________________________
57352 [  7494] By: jhi                                   on 2000/10/31  14:08:32
57353         Log: Use Errno magic.
57354              
57355              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
57356              From: Casey Tweten <perl@ctweten.amsite.com>
57357              Date: Mon, 30 Oct 2000 15:51:17 -0500
57358              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
57359      Branch: perl
57360            ! lib/File/Temp.pm
57361 ____________________________________________________________________________
57362 [  7493] By: jhi                                   on 2000/10/31  14:05:07
57363         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
57364              
57365              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
57366              From: Nicholas Clark <nick@ccl4.org>
57367              Date: Mon, 30 Oct 2000 17:38:45 +0000
57368              Message-ID: <20001030173845.O60355@plum.flirble.org>
57369      Branch: perl
57370            ! Makefile.SH utils/perlbug.PL
57371 ____________________________________________________________________________
57372 [  7492] By: nick                                  on 2000/10/30  19:37:23
57373         Log: Change files which are mysteriously different to mainline to be
57374              copies of mainline.
57375      Branch: perlio
57376            ! objXSUB.h perlapi.c pod/perlapi.pod
57377 ____________________________________________________________________________
57378 [  7491] By: nick                                  on 2000/10/30  18:05:54
57379         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
57380              - typo in endian code in putc.
57381              - Don't allow read of write-only files and vice-versa
57382              - and off-by-one in flush-all loop.
57383              Remove debug calls as they were using GCC specific features.
57384      Branch: perlio
57385            ! perlio.c
57386 ____________________________________________________________________________
57387 [  7490] By: nick                                  on 2000/10/29  21:45:45
57388         Log: Integrate mainline to perlio
57389      Branch: perlio
57390           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
57391           !> toke.c
57392 ____________________________________________________________________________
57393 [  7489] By: jhi                                   on 2000/10/29  21:11:08
57394         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
57395              From: andreas.koenig@anima.de (Andreas J. Koenig)
57396              Date: 29 Oct 2000 22:05:59 +0100
57397              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
57398      Branch: perl
57399            ! lib/ExtUtils/Manifest.pm
57400 ____________________________________________________________________________
57401 [  7488] By: jhi                                   on 2000/10/29  21:07:47
57402         Log: Tests for #7487.
57403              
57404              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
57405              From: andreas.koenig@anima.de (Andreas J. Koenig)
57406              Date: 29 Oct 2000 19:37:09 +0100
57407              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
57408      Branch: perl
57409            ! t/comp/proto.t
57410 ____________________________________________________________________________
57411 [  7487] By: jhi                                   on 2000/10/29  21:06:27
57412         Log: constsub spillage.
57413              
57414              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
57415              From: John Tobey <jtobey@john-edwin-tobey.org>
57416              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
57417              Message-Id: <m13pvSr-000FObC@feynman.localnet>
57418      Branch: perl
57419            ! op.c
57420 ____________________________________________________________________________
57421 [  7486] By: nick                                  on 2000/10/29  21:05:04
57422         Log: Integrate mainline to perlio branch
57423      Branch: perlio
57424           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
57425           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
57426           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
57427           +> vos/install_perl.cm
57428            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
57429            - vos/config.h vos/config_h.SH_orig
57430           !> (integrate 141 files)
57431 ____________________________________________________________________________
57432 [  7485] By: jhi                                   on 2000/10/29  21:00:47
57433         Log: Make \x{...} consistently produce UTF-8.
57434              
57435              Subject: Re: \x{...} is confused 
57436              From: Simon Cozens <simon@cozens.net>
57437              Date: Sun, 29 Oct 2000 19:36:48 +0000
57438              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
57439      Branch: perl
57440            ! t/pragma/utf8.t toke.c
57441 ____________________________________________________________________________
57442 [  7484] By: nick                                  on 2000/10/29  20:05:29
57443         Log: PerlIO passes all tests.
57444      Branch: perlio
57445            ! perlio.c
57446 ____________________________________________________________________________
57447 [  7483] By: jhi                                   on 2000/10/29  18:06:55
57448         Log: Update Changes.
57449      Branch: perl
57450            ! Changes patchlevel.h
57451 ____________________________________________________________________________
57452 [  7482] By: nick                                  on 2000/10/29  17:43:28
57453         Log: Include <unistd.h> to get correct lseek() prototype etc.
57454              (I thought perl.h did that) - down to two fails
57455              - comp/require.t (last test)
57456              - lib/io_xs.t - possibly import/export of FILE * ?
57457      Branch: perlio
57458            ! perlio.c
57459 ____________________________________________________________________________
57460 [  7481] By: jhi                                   on 2000/10/29  17:02:37
57461         Log: UTF-8 decoder tweak.
57462      Branch: perl
57463            ! utf8.c
57464 ____________________________________________________________________________
57465 [  7480] By: nick                                  on 2000/10/29  16:26:11
57466         Log: Fixed two bugs:
57467              - error code not being set on close (of broken pipe)
57468              - append mode was truncating.
57469              At least one seek/tell bug remains.
57470      Branch: perlio
57471            ! perlio.c
57472 ____________________________________________________________________________
57473 [  7479] By: nick                                  on 2000/10/29  11:18:16
57474         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
57475              in case of accidents. Still several worrying fails, no line disciplines yet.
57476      Branch: perlio
57477            ! iperlsys.h perlio.c
57478 ____________________________________________________________________________
57479 [  7478] By: jhi                                   on 2000/10/29  02:04:01
57480         Log: Add also emailless people.
57481      Branch: perl
57482            ! AUTHORS
57483 ____________________________________________________________________________
57484 [  7477] By: jhi                                   on 2000/10/29  01:36:00
57485         Log: The #7476 needs a MANIFEST change, too.
57486      Branch: perl
57487            ! MANIFEST
57488 ____________________________________________________________________________
57489 [  7476] By: jhi                                   on 2000/10/29  01:35:21
57490         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
57491      Branch: perl
57492            - MAINTAIN
57493            ! AUTHORS Changes
57494 ____________________________________________________________________________
57495 [  7475] By: jhi                                   on 2000/10/28  23:57:25
57496         Log: De-quoted-unreadable to ISO Latin 1.
57497              (There's one ISO-2022-JP name in Changes5.004.)
57498      Branch: perl
57499            ! Changes Changes5.6
57500 ____________________________________________________________________________
57501 [  7474] By: jhi                                   on 2000/10/28  19:13:06
57502         Log: Subject: [ID 20001027.007] uniq array in perlfaq
57503              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
57504              Date: Fri, 27 Oct 2000 19:28:30 +0200
57505              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
57506      Branch: perl
57507            ! pod/perlfaq4.pod
57508 ____________________________________________________________________________
57509 [  7473] By: jhi                                   on 2000/10/28  18:02:05
57510         Log: Locking null mutexes is not recommendable.
57511              
57512              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
57513              From: Hugo <hv@crypt.compulink.co.uk>
57514              Date: Sat, 28 Oct 2000 18:41:12 +0100
57515              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
57516      Branch: perl
57517            ! op.c
57518 ____________________________________________________________________________
57519 [  7472] By: jhi                                   on 2000/10/28  17:52:58
57520         Log: Better create a true mailing list for the repository keepers.
57521      Branch: perl
57522            ! Porting/repository.pod
57523 ____________________________________________________________________________
57524 [  7471] By: jhi                                   on 2000/10/28  17:28:24
57525         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
57526              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
57527      Branch: perl
57528            + Porting/repository.pod
57529            ! MANIFEST
57530 ____________________________________________________________________________
57531 [  7470] By: jhi                                   on 2000/10/28  17:20:54
57532         Log: Subject: DOC PATCH 5.6.0
57533              From: mjd@plover.com
57534              Date: 27 Oct 2000 17:32:44 -0000
57535              Message-ID: <20001027173244.23754.qmail@plover.com>
57536      Branch: perl
57537            ! pod/perlfunc.pod
57538 ____________________________________________________________________________
57539 [  7469] By: jhi                                   on 2000/10/28  17:16:45
57540         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
57541              From: "Peter J. Farley III" <pjfarley@banet.net>
57542              Date: Fri, 27 Oct 2000 20:32:56 -0400
57543              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
57544      Branch: perl
57545            ! README.dos
57546 ____________________________________________________________________________
57547 [  7468] By: jhi                                   on 2000/10/28  17:07:18
57548         Log: Make target reordering to avoid pointless re-makes.
57549              
57550              Subject: Re: Total re-make of 'make okfile' after 7451 ?
57551              From: Nicholas Clark <nick@ccl4.org>
57552              Date: Sat, 28 Oct 2000 00:31:02 +0100
57553              Message-ID: <20001028003101.A54517@plum.flirble.org>
57554      Branch: perl
57555            ! Makefile.SH
57556 ____________________________________________________________________________
57557 [  7467] By: jhi                                   on 2000/10/28  17:05:31
57558         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
57559              From: lvirden@cas.org
57560              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
57561              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
57562      Branch: perl
57563            ! README.os2
57564 ____________________________________________________________________________
57565 [  7466] By: jhi                                   on 2000/10/28  16:09:16
57566         Log: Upgrade to CPAN 1.58_55.
57567              
57568              Subject: CPAN.pm status
57569              From: andreas.koenig@anima.de (Andreas J. Koenig) 
57570              Date: 28 Oct 2000 08:18:00 +0200 
57571              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
57572      Branch: perl
57573            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57574 ____________________________________________________________________________
57575 [  7465] By: jhi                                   on 2000/10/28  16:02:47
57576         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
57577      Branch: perl
57578            ! embed.h embed.pl perl.h proto.h toke.c
57579 ____________________________________________________________________________
57580 [  7464] By: nick                                  on 2000/10/28  10:43:44
57581         Log: Fix for sv_2iv() on "shared" value from keys %hash.
57582      Branch: perl
57583            ! sv.c
57584 ____________________________________________________________________________
57585 [  7463] By: jhi                                   on 2000/10/27  16:18:29
57586         Log: Update Changes.
57587      Branch: perl
57588            ! Changes patchlevel.h
57589 ____________________________________________________________________________
57590 [  7462] By: jhi                                   on 2000/10/27  16:17:44
57591         Log: Too enthusiastic editing in #7460.
57592      Branch: metaconfig
57593            ! U/modified/Oldsym.U
57594      Branch: perl
57595            ! Configure config_h.SH
57596 ____________________________________________________________________________
57597 [  7461] By: jhi                                   on 2000/10/27  15:37:38
57598         Log: Retract #7459, the script needs more work.
57599      Branch: perl
57600            - mkreef
57601            ! MANIFEST
57602 ____________________________________________________________________________
57603 [  7460] By: jhi                                   on 2000/10/27  15:23:14
57604         Log: Use $sort, $uniq (and $tr) consistently as wondered
57605              by Nicholas Clark.
57606      Branch: metaconfig
57607            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
57608            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
57609            ! U/modified/libc.U
57610      Branch: perl
57611            ! Configure config_h.SH
57612 ____________________________________________________________________________
57613 [  7459] By: jhi                                   on 2000/10/27  15:02:07
57614         Log: (Retracted by #7461)
57615              
57616              Add a shell script for creating/removing symbolic link farms,
57617              useful for keeping the source code read-only and doing the
57618              builds somewhere else.
57619      Branch: perl
57620            + mkreef
57621            ! MANIFEST
57622 ____________________________________________________________________________
57623 [  7458] By: jhi                                   on 2000/10/27  14:42:20
57624         Log: Do away with the fix_pl.
57625      Branch: perl
57626            - fix_pl
57627            ! MANIFEST Makefile.SH
57628 ____________________________________________________________________________
57629 [  7457] By: jhi                                   on 2000/10/27  12:43:13
57630         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
57631              From: Jens Hamisch <jens@Strawberry.COM>
57632              Date: Fri, 27 Oct 2000 14:38:21 +0200
57633              Message-Id: <20001027143821.B3366@Strawberry.COM>
57634      Branch: perl
57635            ! perl.h
57636 ____________________________________________________________________________
57637 [  7456] By: jhi                                   on 2000/10/27  12:33:42
57638         Log: Subject: [PATCH] todo
57639              From: Nicholas Clark <nick@ccl4.org>
57640              Date: Thu, 26 Oct 2000 22:32:29 +0100
57641              Message-ID: <20001026223229.A44540@plum.flirble.org>
57642      Branch: perl
57643            ! pod/perltodo.pod
57644 ____________________________________________________________________________
57645 [  7455] By: jhi                                   on 2000/10/27  12:02:21
57646         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
57647              From: John Tobey <jtobey@john-edwin-tobey.org>
57648              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
57649              Message-Id: <m13ozHF-000FObC@feynman.localnet>
57650      Branch: perl
57651            ! op.c t/pragma/sub_lval.t
57652 ____________________________________________________________________________
57653 [  7454] By: jhi                                   on 2000/10/27  11:59:42
57654         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
57655              From: sthoenna@efn.org
57656              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
57657              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
57658      Branch: perl
57659            ! pp.c t/op/assignwarn.t
57660 ____________________________________________________________________________
57661 [  7453] By: jhi                                   on 2000/10/27  00:15:08
57662         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
57663      Branch: perl
57664            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
57665            ! ext/Storable/Storable.xs t/lib/st-lock.t
57666 ____________________________________________________________________________
57667 [  7452] By: jhi                                   on 2000/10/26  13:05:52
57668         Log: Undo #7451, this seems to be a deficiency in Perforce,
57669              there is no per-file line-terminator type, only per-client.
57670      Branch: perl
57671            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
57672            ! win32/makefile.mk
57673 ____________________________________________________________________________
57674 [  7451] By: jhi                                   on 2000/10/26  04:56:03
57675         Log: Experimenting in DOS arcana.
57676      Branch: perl
57677            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
57678            ! win32/makefile.mk
57679 ____________________________________________________________________________
57680 [  7450] By: jhi                                   on 2000/10/26  04:50:52
57681         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
57682              From: "Peter J. Farley III" <pjfarley@banet.net>            
57683              Date: Wed, 25 Oct 2000 23:10:18 -0400
57684              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
57685      Branch: perl
57686            ! t/io/open.t
57687 ____________________________________________________________________________
57688 [  7449] By: jhi                                   on 2000/10/26  04:49:16
57689         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
57690              From: Hugo <hv@crypt.compulink.co.uk>
57691              Date: Thu, 26 Oct 2000 01:55:17 +0100
57692              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
57693              
57694              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
57695      Branch: perl
57696            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
57697 ____________________________________________________________________________
57698 [  7448] By: jhi                                   on 2000/10/26  04:38:36
57699         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
57700              From: Peter Prymmer <pvhp@forte.com>
57701              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
57702              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
57703      Branch: perl
57704            ! configure.com
57705 ____________________________________________________________________________
57706 [  7447] By: jhi                                   on 2000/10/25  23:20:02
57707         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
57708              in platforms that strictly require all the symbols being present
57709              at link time.
57710      Branch: perl
57711            ! handy.h
57712 ____________________________________________________________________________
57713 [  7446] By: jhi                                   on 2000/10/25  21:55:57
57714         Log: Update Changes.
57715      Branch: perl
57716            ! Changes patchlevel.h
57717 ____________________________________________________________________________
57718 [  7445] By: jhi                                   on 2000/10/25  21:27:08
57719         Log: Integrate with vmsperl #7430 by Charles Bailey:
57720              
57721              Cleanup from prior patch (Charles Lane?):
57722              - improve handling of MFDs in Basename and Path
57723              - default to no xsubpp line # munging when building debug images
57724      Branch: perl
57725           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
57726 ____________________________________________________________________________
57727 [  7444] By: jhi                                   on 2000/10/25  21:03:50
57728         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
57729              From: John Peacock <JPeacock@UnivPress.com>
57730              Date: Thu, 18 May 2000 11:55:27 -0400
57731              Message-ID: <3924126F.A58BE57A@UnivPress.com>
57732      Branch: perl
57733            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
57734            ! t/op/write.t
57735 ____________________________________________________________________________
57736 [  7443] By: jhi                                   on 2000/10/25  20:43:10
57737         Log: Temporary stopgap for the self-tying issue: for now only
57738              array and hash self-ties are verboten.  The real fix, of
57739              course, would be to comprehensively test (and implement?)
57740              and debug (and document) self-ties.
57741      Branch: perl
57742            ! pod/perldiag.pod pp_sys.c t/op/tie.t
57743 ____________________________________________________________________________
57744 [  7442] By: jhi                                   on 2000/10/25  20:14:30
57745         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
57746              From: Dan Sugalski <dan@sidhe.org>
57747              Date: Wed, 25 Oct 2000 13:36:35 -0400
57748              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
57749              
57750              plus regen global.sym.
57751      Branch: perl
57752            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
57753            ! thrdvar.h util.c
57754 ____________________________________________________________________________
57755 [  7441] By: jhi                                   on 2000/10/25  20:12:20
57756         Log: buildtoc target tweaks.
57757      Branch: perl
57758            ! pod/Makefile.SH
57759 ____________________________________________________________________________
57760 [  7440] By: jhi                                   on 2000/10/25  20:03:53
57761         Log: A new version of making the syslog test more robust.
57762              (Replaces #7421.)
57763              
57764              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
57765              From: "Kurt D. Starsinic" <kstar@chapin.edu>
57766              Date: Wed, 25 Oct 2000 12:13:54 -0400
57767              Message-ID: <20001025121354.B2264@O2.chapin.edu>
57768      Branch: perl
57769            ! t/lib/syslog.t
57770 ____________________________________________________________________________
57771 [  7439] By: jhi                                   on 2000/10/25  20:00:48
57772         Log: Continue the internal UTF-8 API tweaking.
57773              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
57774              used much more than the simpler API, now called utf8_to_uv_simple().
57775              Still not quite happy with API, too much partial duplication
57776              of functionality.
57777      Branch: perl
57778            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
57779            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
57780            ! regcomp.c regexec.c sv.c toke.c utf8.c
57781 ____________________________________________________________________________
57782 [  7438] By: jhi                                   on 2000/10/25  18:52:30
57783         Log: Allow poking holes at the UTF-8 decoding strictness.
57784      Branch: perl
57785            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
57786            ! utf8.h
57787 ____________________________________________________________________________
57788 [  7437] By: jhi                                   on 2000/10/25  13:53:05
57789         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
57790              UTF8LEN() and UTF8SKIP(). 
57791      Branch: perl
57792            ! pp.c utf8.c utf8.h
57793 ____________________________________________________________________________
57794 [  7436] By: jhi                                   on 2000/10/25  13:51:37
57795         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
57796              From: Nicholas Clark <nick@ccl4.org>
57797              Date: Wed, 25 Oct 2000 14:44:05 +0100
57798              Message-ID: <20001025144404.D27253@plum.flirble.org>
57799      Branch: perl
57800            ! pod/perlrun.pod
57801 ____________________________________________________________________________
57802 [  7435] By: jhi                                   on 2000/10/25  13:49:32
57803         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
57804              From: Mike Guy <mjtg@cam.ac.uk>
57805              Date: Tue, 24 Oct 2000 14:59:40 +0100
57806              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
57807      Branch: perl
57808            ! scope.c
57809 ____________________________________________________________________________
57810 [  7434] By: jhi                                   on 2000/10/25  13:48:41
57811         Log: AIX is picky about its symbol exports.  Solution for now
57812              is to include the deb.o explicitly to the re extension build.
57813              
57814              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
57815              From: Peter Prymmer <pvhp@forte.com>
57816              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
57817              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
57818      Branch: perl
57819            ! ext/re/Makefile.PL hints/aix.sh
57820 ____________________________________________________________________________
57821 [  7433] By: jhi                                   on 2000/10/25  13:46:49
57822         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
57823              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57824              Date: Wed, 25 Oct 2000 12:02:20 +0200
57825              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
57826      Branch: perl
57827            ! perlsdio.h
57828 ____________________________________________________________________________
57829 [  7432] By: jhi                                   on 2000/10/25  13:44:28
57830         Log: Subject: Minor update to find2perl, for portability
57831              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
57832              Date: Wed, 25 Oct 2000 12:05:47 +0100
57833              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
57834      Branch: perl
57835            ! x2p/find2perl.PL
57836 ____________________________________________________________________________
57837 [  7431] By: jhi                                   on 2000/10/25  13:40:39
57838         Log: Add targets to Makefile.SH, most importantly
57839              'regen_all' which also remembers to update vms/perly*.
57840      Branch: perl
57841            ! Makefile.SH
57842 ____________________________________________________________________________
57843 [  7430] By: bailey                                on 2000/10/25  03:13:53
57844         Log: Cleanup from prior patch (Charles Lane?):
57845              - improve handling of MFDs in Basename and Path
57846              - default to no xsubpp line # munging when building debug images
57847      Branch: vmsperl
57848            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
57849 ____________________________________________________________________________
57850 [  7429] By: jhi                                   on 2000/10/24  20:03:40
57851         Log: Podify README.epoc and README.vos.
57852      Branch: perl
57853            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
57854            ! pod/perlport.pod pod/perltoc.pod
57855 ____________________________________________________________________________
57856 [  7428] By: jhi                                   on 2000/10/24  19:10:33
57857         Log: Stratus VOS updates from Paul Green.
57858      Branch: perl
57859            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57860            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
57861            - vos/config.def vos/config.h vos/config_h.SH_orig
57862            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
57863            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
57864 ____________________________________________________________________________
57865 [  7427] By: jhi                                   on 2000/10/24  18:59:48
57866         Log: Check if stdio supports tweaking lval and cnt simultaneously.
57867              
57868              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
57869              From: Nicholas Clark <nick@ccl4.org>
57870              Date: Mon, 23 Oct 2000 15:39:32 +0100
57871              Message-ID: <20001023153932.A10786@plum.flirble.org>
57872      Branch: metaconfig
57873            ! U/compline/d_stdstdio.U
57874      Branch: perl
57875            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57876            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
57877            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
57878            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
57879            ! vos/config.h vos/config_h.SH_orig win32/config.bc
57880            ! win32/config.gc win32/config.vc
57881 ____________________________________________________________________________
57882 [  7426] By: jhi                                   on 2000/10/24  17:57:44
57883         Log: Missed the header file changes from #7425.
57884      Branch: perl
57885            ! embed.h embed.pl objXSUB.h proto.h
57886 ____________________________________________________________________________
57887 [  7425] By: jhi                                   on 2000/10/24  17:55:17
57888         Log: Fix the bug reported in
57889              
57890              From: andreas.koenig@anima.de (Andreas J. Koenig)
57891              Subject: Encode bug?
57892              Date: 24 Oct 2000 14:01:26 +0200 
57893              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
57894              
57895              Also make is_utf8_char() stricter.
57896      Branch: perl
57897            ! ext/Encode/Encode.xs utf8.c
57898 ____________________________________________________________________________
57899 [  7424] By: jhi                                   on 2000/10/24  15:15:39
57900         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
57901              From: Peter Scott <Peter@PSDT.com>
57902              Date: Mon, 23 Oct 2000 19:46:01 -0700
57903              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
57904      Branch: perl
57905            ! pod/perlfaq5.pod
57906 ____________________________________________________________________________
57907 [  7423] By: jhi                                   on 2000/10/24  14:25:30
57908         Log: Test tweak to avoid pulling in the whole Config.
57909      Branch: perl
57910            ! t/lib/st-lock.t
57911 ____________________________________________________________________________
57912 [  7422] By: jhi                                   on 2000/10/24  14:03:16
57913         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
57914      Branch: perl
57915            ! pp.c
57916 ____________________________________________________________________________
57917 [  7421] By: jhi                                   on 2000/10/24  13:32:09
57918         Log: (Replaced by #7440.)
57919              
57920              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
57921              From: "Kurt D. Starsinic" <kstar@chapin.edu>
57922              Date: Mon, 23 Oct 2000 16:40:54 -0400
57923              Message-ID: <20001023164054.B14491@O2.chapin.edu>
57924      Branch: perl
57925            ! t/lib/syslog.t
57926 ____________________________________________________________________________
57927 [  7420] By: jhi                                   on 2000/10/24  13:30:53
57928         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
57929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57930              Date: Mon, 23 Oct 2000 17:29:03 -0400
57931              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
57932      Branch: perl
57933            ! lib/ExtUtils/MM_Unix.pm
57934 ____________________________________________________________________________
57935 [  7419] By: jhi                                   on 2000/10/24  13:29:57
57936         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
57937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57938              Date: Mon, 23 Oct 2000 19:01:32 -0400
57939              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
57940      Branch: perl
57941            ! utils/h2xs.PL
57942 ____________________________________________________________________________
57943 [  7418] By: jhi                                   on 2000/10/24  13:26:04
57944         Log: Replace #7409 with
57945              
57946              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
57947              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
57948              Date: Mon, 23 Oct 2000 20:08:56 +0200
57949              Message-ID: <20001023200855.A14850@nice.ram.loc>
57950      Branch: perl
57951            ! ext/Storable/Storable.pm t/lib/st-lock.t
57952 ____________________________________________________________________________
57953 [  7417] By: jhi                                   on 2000/10/24  13:17:52
57954         Log: Run vms/vms_yfix.pl, should have done that after changing
57955              perly.c in #7382.
57956      Branch: perl
57957            ! vms/perly_c.vms vms/perly_h.vms
57958 ____________________________________________________________________________
57959 [  7416] By: jhi                                   on 2000/10/24  02:55:33
57960         Log: Make the UTF-8 decoding stricter and more verbose when
57961              malformation happens.  This involved adding an argument
57962              to utf8_to_uv_chk(), which involved changing its prototype,
57963              and prefer STRLEN over I32 for the UTF-8 length, which as
57964              a domino effect necessitated changing the prototypes of
57965              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
57966              The stricter UTF-8 decoding checking uses Markus Kuhn's
57967              UTF-8 Decode Stress Tester from
57968              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
57969      Branch: perl
57970            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
57971            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
57972            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
57973            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
57974 ____________________________________________________________________________
57975 [  7415] By: jhi                                   on 2000/10/23  14:06:06
57976         Log: Update Changes.
57977      Branch: perl
57978            ! Changes patchlevel.h
57979 ____________________________________________________________________________
57980 [  7414] By: jhi                                   on 2000/10/23  12:39:52
57981         Log: Undo the basename() part of #7412 since the lib/basename
57982              tests would need upgrading too.
57983      Branch: perl
57984            ! lib/File/Basename.pm
57985 ____________________________________________________________________________
57986 [  7413] By: jhi                                   on 2000/10/23  12:19:27
57987         Log: Document PERL_INSTALL_ROOT of #7210.
57988      Branch: perl
57989            ! lib/ExtUtils/Install.pm
57990 ____________________________________________________________________________
57991 [  7412] By: jhi                                   on 2000/10/23  12:16:47
57992         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
57993      Branch: perl
57994            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
57995            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
57996 ____________________________________________________________________________
57997 [  7411] By: jhi                                   on 2000/10/23  12:07:41
57998         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
57999              From: Prymmer/Kahn <pvhp@best.com>
58000              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
58001              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
58002      Branch: perl
58003            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
58004 ____________________________________________________________________________
58005 [  7410] By: jhi                                   on 2000/10/23  04:10:11
58006         Log: The change #7187 was not so good on VMS.
58007              
58008              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
58009              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58010              Date: Sun, 22 Oct 2000 23:03:08 -0500
58011              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
58012      Branch: perl
58013            ! utils/perldoc.PL
58014 ____________________________________________________________________________
58015 [  7409] By: jhi                                   on 2000/10/23  03:57:36
58016         Log: Avoid Storable locking on DJGPP for now.
58017              
58018              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
58019              From: "Peter J. Farley III" <pjfarley@banet.net>
58020              Date: Sun, 22 Oct 2000 20:00:00 -0400
58021              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
58022      Branch: perl
58023            ! ext/Storable/Storable.pm t/lib/st-lock.t
58024 ____________________________________________________________________________
58025 [  7408] By: jhi                                   on 2000/10/23  03:50:24
58026         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
58027              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
58028              Date: Sun, 22 Oct 2000 21:12:22 -0400
58029              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
58030      Branch: perl
58031            ! lib/vars.pm
58032 ____________________________________________________________________________
58033 [  7407] By: jhi                                   on 2000/10/23  03:43:12
58034         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
58035              From: Hugo <hv@crypt.compulink.co.uk>
58036              Date: Mon, 23 Oct 2000 00:47:22 +0100
58037              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
58038      Branch: perl
58039            ! regexec.c t/op/pat.t
58040 ____________________________________________________________________________
58041 [  7406] By: jhi                                   on 2000/10/23  03:40:29
58042         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
58043      Branch: perl
58044            ! lib/ExtUtils/MakeMaker.pm
58045 ____________________________________________________________________________
58046 [  7405] By: jhi                                   on 2000/10/22  21:32:00
58047         Log: Doc patch.
58048              
58049              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
58050              From: rspier@pobox.com (Robert Spier)
58051              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
58052              Message-ID: <14835.16112.13457.447971@rls.cx>
58053      Branch: perl
58054            ! lib/strict.pm
58055 ____________________________________________________________________________
58056 [  7404] By: jhi                                   on 2000/10/22  21:30:51
58057         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
58058              From: rspier@pobox.com (Robert Spier)
58059              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
58060              Message-ID: <14835.17223.72448.705566@rls.cx>
58061      Branch: perl
58062            ! lib/ExtUtils/MakeMaker.pm
58063 ____________________________________________________________________________
58064 [  7403] By: jhi                                   on 2000/10/22  21:24:11
58065         Log: Subject: [PATCH bleadperl] ripples from constsub patch
58066              From: John Tobey <jtobey@john-edwin-tobey.org>
58067              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
58068              Message-Id: <m13nSOB-000FObC@feynman.localnet>
58069      Branch: perl
58070            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
58071 ____________________________________________________________________________
58072 [  7402] By: jhi                                   on 2000/10/22  20:59:35
58073         Log: Support s?printf parameter reordering.
58074      Branch: perl
58075            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
58076 ____________________________________________________________________________
58077 [  7401] By: jhi                                   on 2000/10/22  19:19:14
58078         Log: Expand %Config variables only if explicitly so requested
58079              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
58080              
58081              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58082              From: Gurusamy Sarathy <gsar@ActiveState.com>
58083              Date: Sun, 22 Oct 2000 11:47:32 -0700
58084              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
58085      Branch: perl
58086            ! Makefile.SH lib/lib_pm.PL
58087 ____________________________________________________________________________
58088 [  7400] By: jhi                                   on 2000/10/22  18:24:10
58089         Log: Move the #7390 test from warn/op to comp/redef.
58090              
58091              Subject: Re: Creating const subs for constants.
58092              From: John Tobey <jtobey@john-edwin-tobey.org>
58093              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
58094              Message-Id: <m13nG72-000FObC@feynman.localnet>               
58095      Branch: perl
58096            ! t/comp/redef.t t/pragma/warn/op
58097 ____________________________________________________________________________
58098 [  7399] By: jhi                                   on 2000/10/22  17:49:59
58099         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
58100              From: Nicholas Clark <nick@ccl4.org>
58101              Date: Sat, 21 Oct 2000 22:23:19 +0100
58102              Message-ID: <20001021222319.B45586@plum.flirble.org>
58103      Branch: perl
58104            ! ext/DynaLoader/DynaLoader_pm.PL
58105 ____________________________________________________________________________
58106 [  7398] By: jhi                                   on 2000/10/22  17:47:35
58107         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
58108              From: Hugo <hv@crypt.compulink.co.uk>
58109              Date: Sat, 21 Oct 2000 18:19:59 +0100
58110              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
58111      Branch: perl
58112            ! ext/B/B.pm ext/B/B/C.pm
58113 ____________________________________________________________________________
58114 [  7397] By: jhi                                   on 2000/10/22  17:35:18
58115         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
58116              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
58117              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
58118              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
58119      Branch: perl
58120            ! hints/openbsd.sh
58121 ____________________________________________________________________________
58122 [  7396] By: jhi                                   on 2000/10/22  17:19:46
58123         Log: Subject: installman go-faster stripes
58124              From: Nicholas Clark <nick@talking.bollo.cx>
58125              Date: Sat, 21 Oct 2000 17:24:53 +0100
58126              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
58127              
58128              Subject: Re: installman go-faster stripes
58129              From: Russ Allbery <rra@stanford.edu>
58130              Date: 21 Oct 2000 11:04:13 -0700
58131              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
58132      Branch: perl
58133            ! installman pod/pod2man.PL
58134 ____________________________________________________________________________
58135 [  7395] By: jhi                                   on 2000/10/22  17:17:35
58136         Log: Hints tweak from Anton Berezin.
58137      Branch: perl
58138            ! hints/freebsd.sh
58139 ____________________________________________________________________________
58140 [  7394] By: jhi                                   on 2000/10/22  04:50:04
58141         Log: Tweak the Is* definitions of Unicode character classes
58142              to better match the official categorizations; embrace
58143              the official categorizations; add the combining marks
58144              as alpha (and -numeric); fix DCinital (a typo and edito)
58145              to be DCmedial.
58146      Branch: perl
58147            + lib/unicode/Is/DCmedial.pl
58148            - lib/unicode/Is/DCinital.pl
58149            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
58150            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
58151            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
58152            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
58153 ____________________________________________________________________________
58154 [  7393] By: jhi                                   on 2000/10/21  18:06:05
58155         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
58156              From: Daniel Chetlin <daniel@chetlin.com>
58157              Date: Sat, 21 Oct 2000 02:57:03 -0700
58158              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
58159      Branch: perl
58160            + t/lib/tie-splice.t
58161            ! MANIFEST lib/Tie/Array.pm
58162 ____________________________________________________________________________
58163 [  7392] By: gsar                                  on 2000/10/21  18:05:15
58164         Log: resync utfperl branch with mainline
58165      Branch: utfperl
58166           !> (integrate 1760 files)
58167 ____________________________________________________________________________
58168 [  7391] By: jhi                                   on 2000/10/21  14:37:49
58169         Log: Testcases for a #7383,#7385 related bug.
58170              
58171              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
58172              From: Nicholas Clark <nick@ccl4.org>
58173              Date: Sat, 21 Oct 2000 15:04:51 +0100
58174              Message-ID: <20001021150451.A51566@plum.flirble.org>
58175      Branch: perl
58176            ! t/pragma/utf8.t
58177 ____________________________________________________________________________
58178 [  7390] By: jhi                                   on 2000/10/21  14:35:57
58179         Log: Add a testcase for #7389.
58180      Branch: perl
58181            ! t/pragma/warn/op
58182 ____________________________________________________________________________
58183 [  7389] By: jhi                                   on 2000/10/21  14:26:45
58184         Log: Subject: Re: Creating const subs for constants.
58185              From: John Tobey <jtobey@john-edwin-tobey.org>
58186              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
58187              Message-Id: <m13mo0N-000FObC@feynman.localnet>
58188      Branch: perl
58189            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
58190            ! proto.h sv.c
58191 ____________________________________________________________________________
58192 [  7388] By: nick                                  on 2000/10/21  11:44:23
58193         Log: Populate perlio branch
58194      Branch: perlio
58195           +> (branch 1760 files)
58196 ____________________________________________________________________________
58197 [  7387] By: nick                                  on 2000/10/21  10:52:05
58198         Log: Get branch back as replica of mainline via :
58199              p4 integrate -b utfperl
58200              p4 resolve -at ./...
58201      Branch: utfperl
58202           +> (branch 269 files)
58203            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
58204            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
58205            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
58206            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
58207            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
58208            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58209            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58210            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58211            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58212            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58213            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58214            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58215            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58216            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58217            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58218            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58219            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58220            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58221            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
58222            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
58223            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
58224            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
58225            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
58226            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
58227            - lib/unicode/UCD300.html lib/unicode/Unicode.300
58228            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
58229            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
58230            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
58231            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
58232           !> (integrate 965 files)
58233 ____________________________________________________________________________
58234 [  7386] By: jhi                                   on 2000/10/21  01:31:12
58235         Log: Update Changes.
58236      Branch: perl
58237            ! Changes patchlevel.h
58238 ____________________________________________________________________________
58239 [  7385] By: jhi                                   on 2000/10/21  01:28:42
58240         Log: The #7383 was right only in the context of the original bug report,
58241              not in more general case.
58242      Branch: perl
58243            ! pp_hot.c
58244 ____________________________________________________________________________
58245 [  7384] By: jhi                                   on 2000/10/21  01:08:23
58246         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
58247      Branch: perl
58248            ! ext/IO/lib/IO/Select.pm
58249 ____________________________________________________________________________
58250 [  7383] By: jhi                                   on 2000/10/21  00:44:18
58251         Log: Fix for ID 20001020.006, concatenating an unset submatch
58252              with utf8 resulted in "Modification of a read-only value".
58253      Branch: perl
58254            ! pp_hot.c t/pragma/utf8.t
58255 ____________________________________________________________________________
58256 [  7382] By: jhi                                   on 2000/10/20  20:44:31
58257         Log: Make scan_num() reëntrant, as suggested in
58258              
58259              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58260              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58261              Date: Fri, 20 Oct 2000 14:17:27 +0100
58262              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
58263      Branch: perl
58264            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
58265            ! toke.c
58266 ____________________________________________________________________________
58267 [  7381] By: jhi                                   on 2000/10/20  20:07:29
58268         Log: Reëntrancy fix.
58269              
58270              Subject: [PATCH perl@7229] Rentrant parser and yylex()
58271              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58272              Date: Fri, 20 Oct 2000 14:17:27 +0100
58273              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
58274      Branch: perl
58275            ! embed.h embed.pl perl.h proto.h toke.c
58276 ____________________________________________________________________________
58277 [  7380] By: jhi                                   on 2000/10/20  19:15:54
58278         Log: Don't write double values through long double pointers,
58279              based on a part of
58280              
58281              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58282              From: Jens Hamisch <jens@Strawberry.COM>
58283              Date: Tue, 17 Oct 2000 08:39:36 +0200
58284              Message-Id: <20001017083936.A11104@Strawberry.COM>
58285      Branch: perl
58286            ! perl.h pp.c
58287 ____________________________________________________________________________
58288 [  7379] By: jhi                                   on 2000/10/20  18:43:37
58289         Log: Portability tweak on #7377.
58290              
58291              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
58292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58293              Date:     Fri, 20 Oct 2000 13:13:41 EDT
58294              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
58295      Branch: perl
58296            ! t/lib/dprof.t
58297 ____________________________________________________________________________
58298 [  7378] By: jhi                                   on 2000/10/20  12:57:19
58299         Log: SOCKS function redefinitions need prototypes, too, otherwise
58300              for example 32 bit versus 64 bit differences cause a lot of
58301              problems.  Part of
58302              
58303              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
58304              From: Jens Hamisch <jens@Strawberry.COM>
58305              Date: Tue, 17 Oct 2000 08:39:36 +0200
58306              Message-Id: <20001017083936.A11104@Strawberry.COM>
58307      Branch: perl
58308            ! doio.c pp_sys.c
58309 ____________________________________________________________________________
58310 [  7377] By: jhi                                   on 2000/10/20  12:37:12
58311         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
58312              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58313              Date:     Fri, 20 Oct 2000 08:26:04 EDT
58314              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
58315      Branch: perl
58316            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
58317 ____________________________________________________________________________
58318 [  7376] By: jhi                                   on 2000/10/20  12:35:31
58319         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
58320              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58321              Date:     Fri, 20 Oct 2000 07:48:15 EDT
58322              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
58323      Branch: perl
58324            ! configure.com vms/gen_shrfls.pl
58325 ____________________________________________________________________________
58326 [  7375] By: bailey                                on 2000/10/20  04:44:37
58327         Log: SYN SYN
58328      Branch: vmsperl
58329           +> (branch 134 files)
58330            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
58331            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
58332            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
58333            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
58334            - eg/cgi/frameset.cgi eg/cgi/index.html
58335            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
58336            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
58337            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
58338            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
58339            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
58340            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
58341            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
58342            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
58343            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
58344            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58345            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58346            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58347            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58348            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
58349            - lib/unicode/Props.txt lib/unicode/UCD300.html
58350            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
58351            - utils/perlbc.PL vms/subconfigure.com
58352           !> (integrate 785 files)
58353 ____________________________________________________________________________
58354 [  7374] By: jhi                                   on 2000/10/20  00:59:48
58355         Log: In the latest compiler builds cccdlflags must not become -fpic,
58356              from Wilfredo Sánchez.
58357      Branch: perl
58358            ! hints/darwin.sh
58359 ____________________________________________________________________________
58360 [  7373] By: jhi                                   on 2000/10/20  00:56:35
58361         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
58362              From: Tony Cook <tony@develop-help.com>
58363              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
58364              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
58365      Branch: perl
58366            ! pod/perlop.pod
58367 ____________________________________________________________________________
58368 [  7372] By: jhi                                   on 2000/10/19  19:34:40
58369         Log: Typo noted by Mark Lutz.
58370      Branch: perl
58371            ! t/op/64bitint.t
58372 ____________________________________________________________________________
58373 [  7371] By: jhi                                   on 2000/10/19  19:33:13
58374         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
58375      Branch: metaconfig
58376            ! U/modified/Cppsym.U U/modified/Oldconfig.U
58377      Branch: metaconfig/U/perl
58378            ! End.U dlsrc.U libperl.U
58379      Branch: perl
58380            + hints/nonstopux.sh
58381            ! Configure MANIFEST config_h.SH
58382 ____________________________________________________________________________
58383 [  7370] By: jhi                                   on 2000/10/19  17:18:08
58384         Log: Subject: PATCH do_print has 2 PerlIO_error()s
58385              From: nick@ccl4.org
58386              Date: Thu, 19 Oct 2000 18:09:20 +0100
58387              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
58388      Branch: perl
58389            ! doio.c
58390 ____________________________________________________________________________
58391 [  7369] By: jhi                                   on 2000/10/19  14:01:49
58392         Log: Update Changes.
58393      Branch: perl
58394            ! Changes patchlevel.h
58395 ____________________________________________________________________________
58396 [  7368] By: jhi                                   on 2000/10/19  13:04:29
58397         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
58398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58399              Date: Wed, 18 Oct 2000 13:12:01 +0200
58400              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
58401      Branch: perl
58402            ! hints/aix.sh
58403 ____________________________________________________________________________
58404 [  7367] By: jhi                                   on 2000/10/19  02:22:40
58405         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
58406              of a 'pmshort' anywhere in the B, so the offending line was simply
58407              removed.
58408      Branch: perl
58409            ! ext/B/B/Debug.pm
58410 ____________________________________________________________________________
58411 [  7366] By: jhi                                   on 2000/10/19  02:12:37
58412         Log: Add the test case for the bug id 20000730.004 which seems
58413              to have been fixed by now.
58414      Branch: perl
58415            ! t/pragma/utf8.t
58416 ____________________________________________________________________________
58417 [  7365] By: jhi                                   on 2000/10/18  23:36:24
58418         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
58419              From: Hugo <hv@crypt.compulink.co.uk>
58420              Date: Wed, 18 Oct 2000 23:25:58 +0100
58421              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
58422      Branch: perl
58423            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
58424 ____________________________________________________________________________
58425 [  7364] By: jhi                                   on 2000/10/18  21:12:53
58426         Log: (retracted)
58427      Branch: perl
58428            ! pp.c
58429 ____________________________________________________________________________
58430 [  7363] By: jhi                                   on 2000/10/18  20:55:38
58431         Log: Missing change from #7362.
58432      Branch: perl
58433            ! win32/perlhost.h
58434 ____________________________________________________________________________
58435 [  7362] By: jhi                                   on 2000/10/18  20:52:01
58436         Log: Borland C fstat() never saw the fd as writable.
58437              
58438              Subject: fix for Borland's weak "stat" (perl@7211)
58439              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58440              Date: Mon, 16 Oct 2000 09:55:03 +0400
58441              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
58442      Branch: perl
58443            ! win32/win32.c
58444 ____________________________________________________________________________
58445 [  7361] By: jhi                                   on 2000/10/18  17:43:50
58446         Log: Regen toc.
58447      Branch: perl
58448            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
58449 ____________________________________________________________________________
58450 [  7360] By: jhi                                   on 2000/10/18  17:07:44
58451         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58452              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
58453              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
58454              Date: Mon, 16 Oct 2000 15:19:49 +0200
58455      Branch: perl
58456            + README.aix
58457            ! MANIFEST
58458 ____________________________________________________________________________
58459 [  7359] By: jhi                                   on 2000/10/18  17:04:49
58460         Log: Subject: Pod patch for Devel::Peek
58461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58462              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
58463              Date: Mon, 16 Oct 2000 12:26:34 +0200
58464      Branch: perl
58465            ! ext/Devel/Peek/Peek.pm
58466 ____________________________________________________________________________
58467 [  7358] By: jhi                                   on 2000/10/18  17:03:15
58468         Log: Make Cwd more bulletproof in chrooted environments.
58469              
58470              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
58471              From: "Eric E. Coe" <Eric.Coe@oracle.com>
58472              Date: Wed, 18 Oct 2000 04:03:54 -0400
58473              Message-Id: <39ED596A.70E599FE@oracle.com>
58474      Branch: perl
58475            ! lib/Cwd.pm
58476 ____________________________________________________________________________
58477 [  7357] By: jhi                                   on 2000/10/18  16:37:26
58478         Log: Disable the UTF8 downgrade croakage for now to avoid
58479              too many not okay messages.
58480      Branch: perl
58481            ! doio.c
58482 ____________________________________________________________________________
58483 [  7356] By: jhi                                   on 2000/10/17  23:29:41
58484         Log: Show the failed remote port, instead of the failing line number.
58485              
58486              Subject: [PATCH 5.6.1 Debugger] More diagnostics
58487              From: David Sparks <daves@ActiveState.com>
58488              Date: Tue, 17 Oct 2000 15:00:24 -0700
58489              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
58490      Branch: perl
58491            ! lib/perl5db.pl
58492 ____________________________________________________________________________
58493 [  7355] By: jhi                                   on 2000/10/17  14:11:31
58494         Log: On output try to downgrade to bytes, croak if impossible,
58495              from Simon Cozens.  This means that outputting >255 UTF8
58496              is impossible.  Consider this as a strong incentive to get
58497              the I/O disciplines implemented.
58498      Branch: perl
58499            ! doio.c pod/perldiag.pod sv.c
58500 ____________________________________________________________________________
58501 [  7354] By: jhi                                   on 2000/10/17  13:42:23
58502         Log: Clarify documentation on 'use bytes'.
58503              
58504              Subject: Re: What does 'use bytes' "mean" ?
58505              From: Simon Cozens <simon@cozens.net>
58506              Date: Mon, 18 Sep 2000 18:24:25 +0100
58507              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
58508      Branch: perl
58509            ! lib/bytes.pm
58510 ____________________________________________________________________________
58511 [  7353] By: jhi                                   on 2000/10/17  13:28:12
58512         Log: Workaround for a sfio bug where the stream error indicator
58513              is not cleared as documented.
58514              
58515              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58516              From: Nicholas Clark <nick@ccl4.org>
58517              Date: Mon, 16 Oct 2000 18:28:23 +0100
58518              Message-ID: <20001016182823.J19700@plum.flirble.org>
58519      Branch: perl
58520            ! doio.c
58521 ____________________________________________________________________________
58522 [  7352] By: jhi                                   on 2000/10/17  13:06:19
58523         Log: More IoTYPE sprinkling.
58524      Branch: perl
58525            ! doio.c pp_hot.c
58526 ____________________________________________________________________________
58527 [  7351] By: jhi                                   on 2000/10/16  22:47:07
58528         Log: Detect early whether the std streams have gone bad.
58529              
58530              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
58531              Date: Mon, 16 Oct 2000 23:28:42 +0100
58532              From: Nicholas Clark <nick@ccl4.org>
58533              Message-ID: <20001016232842.A37942@plum.flirble.org>
58534      Branch: perl
58535            ! t/op/misc.t
58536 ____________________________________________________________________________
58537 [  7350] By: jhi                                   on 2000/10/16  22:45:16
58538         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
58539              From: "Peter J. Farley III" <pjfarley@banet.net>
58540              Date: Mon, 16 Oct 2000 18:15:59 -0400
58541              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
58542      Branch: perl
58543            ! djgpp/djgpp.c dosish.h t/io/open.t
58544 ____________________________________________________________________________
58545 [  7349] By: jhi                                   on 2000/10/16  22:36:45
58546         Log: perldelta tweak.
58547      Branch: perl
58548            ! pod/perldelta.pod
58549 ____________________________________________________________________________
58550 [  7348] By: jhi                                   on 2000/10/16  15:17:53
58551         Log: Update Changes.
58552      Branch: perl
58553            ! Changes patchlevel.h
58554 ____________________________________________________________________________
58555 [  7347] By: jhi                                   on 2000/10/16  13:55:27
58556         Log: Add the capability to include/exclude branches.
58557      Branch: perl
58558            ! Porting/genlog
58559 ____________________________________________________________________________
58560 [  7346] By: jhi                                   on 2000/10/16  13:18:04
58561         Log: Add Charles Lane.
58562      Branch: perl
58563            ! AUTHORS Changes
58564 ____________________________________________________________________________
58565 [  7345] By: jhi                                   on 2000/10/16  13:13:21
58566         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
58567      Branch: perl
58568            ! pod/perldelta.pod
58569 ____________________________________________________________________________
58570 [  7344] By: gsar                                  on 2000/10/16  09:30:21
58571         Log: integrate change#6220 from cfgperl
58572              
58573              Win32 patches from Benjamin Stuhl.
58574      Branch: maint-5.6/perl
58575           !> makedef.pl win32/win32.h
58576 ____________________________________________________________________________
58577 [  7343] By: gsar                                  on 2000/10/16  08:32:19
58578         Log: integrate changes#6221,6222 from cfgperl
58579              
58580              Remove tr///CU (the feature is to be obsoleted by better interfaces).
58581              From: simon@brecon.co.uk (Simon Cozens)
58582              Subject: [PATCH] Eliminate tr///[CU][CU]
58583              Date: 23 Jun 2000 11:05:40 GMT
58584              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
58585              
58586              doc typo fix
58587              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
58588              From: Ian Phillipps <Ian.Phillipps@iname.com>
58589              Date: Fri, 23 Jun 2000 10:40:58 +0100
58590              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
58591      Branch: maint-5.6/perl
58592           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
58593 ____________________________________________________________________________
58594 [  7342] By: gsar                                  on 2000/10/16  08:28:08
58595         Log: integrate change#6217 from cfgperl (in part)
58596              
58597              Rename the fdpid locking and integrate with Sarathy.
58598      Branch: maint-5.6/perl
58599           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
58600           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
58601           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
58602           !> win32/win32.c
58603 ____________________________________________________________________________
58604 [  7341] By: gsar                                  on 2000/10/16  08:23:39
58605         Log: integrate changes#6214..6216 from mainline
58606              
58607              @_ can't have junk in it even in the non-USE_ITHREADS case because
58608              caller() wants to populate @DB::args with it (causes a coredump
58609              in Carp::confess())
58610              
58611              tweak comment about @DB::args
58612              
58613              be more optimal about clearing @_
58614      Branch: maint-5.6/perl
58615           !> av.h cop.h pp_ctl.c t/op/runlevel.t
58616 ____________________________________________________________________________
58617 [  7340] By: gsar                                  on 2000/10/16  08:20:37
58618         Log: integrate changes#6207..6210 from cfgperl
58619              
58620              Subject: [PATCH 5.6.0] Threadsafe patches
58621              From: Dan Sugalski <dan@sidhe.org>
58622              To: perl5-porters@perl.org
58623              Date: Mon, 08 May 2000 18:08:13 -0400
58624              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
58625              
58626              Regen headers for #6207.
58627              
58628              Lock PL_fdpid against race conditions, based on:
58629              Subject: [PATCH 5.6.0]subprocess fixup for threads
58630              From: Dan Sugalski <dan@sidhe.org>
58631              To: perl5-porters@perl.org
58632              Date: Tue, 11 Apr 2000 17:02:32 -0400
58633              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
58634              
58635              Mopup for #6207 and #6209.
58636      Branch: maint-5.6/perl
58637           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
58638           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
58639           !> win32/win32.c
58640 ____________________________________________________________________________
58641 [  7339] By: gsar                                  on 2000/10/16  08:14:34
58642         Log: integrate change#6203 from cfgperl
58643              
58644              perldiag should refer to perlos2.pod not README.os2
58645      Branch: maint-5.6/perl
58646           !> pod/perldiag.pod
58647 ____________________________________________________________________________
58648 [  7338] By: gsar                                  on 2000/10/16  08:11:42
58649         Log: integrate change#6201 from mainline
58650              
58651              Perl_eval_pv() leaks 4 bytes every time it is called because it
58652              does a PUSHMARK that's never ever POPMARKed; in general, only
58653              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
58654              Perl_eval_[sp]v() don't because they don't take any incoming
58655              arguments (this leak has been around since the original version
58656              of perl_eval_pv() in 5.003_97e)
58657      Branch: maint-5.6/perl
58658           !> perl.c
58659 ____________________________________________________________________________
58660 [  7337] By: gsar                                  on 2000/10/16  08:08:47
58661         Log: integrate changes#6197..6200 from cfgperl
58662              
58663              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
58664              From: John Borwick <jhborwic@unity.ncsu.edu>
58665              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
58666              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
58667              
58668              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
58669              From: Dan Sugalski <dan@sidhe.org>
58670              To: vmsperl@perl.org, perl5-porters@perl.org
58671              Date: Fri, 02 Jun 2000 16:00:41 -0400
58672              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
58673              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
58674              
58675              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
58676              From: Dan Sugalski <dan@sidhe.org>
58677              To: perl5-porters@perl.org, vmsperl@perl.org
58678              Date: Fri, 02 Jun 2000 17:30:51 -0400
58679              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
58680              
58681              Update to cperl-mode.el 4.31 from
58682              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
58683              Subject: A couple of notes
58684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
58685              To: Mailing list Perl5 <perl5-porters@perl.org>
58686              Date: Sat, 3 Jun 2000 23:33:32 -0400
58687              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
58688      Branch: maint-5.6/perl
58689           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
58690           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
58691           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
58692           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
58693           !> vms/vmsish.h
58694 ____________________________________________________________________________
58695 [  7336] By: gsar                                  on 2000/10/16  08:03:46
58696         Log: integrate changes#6194,6195 from mainline
58697              
58698              fix small eval"" memory leaks under USE_ITHREADS
58699              
58700              fix yet another eval"" leak under USE_ITHREADS
58701      Branch: maint-5.6/perl
58702           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
58703           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
58704           !> vms/perly_c.vms
58705 ____________________________________________________________________________
58706 [  7335] By: gsar                                  on 2000/10/16  08:02:15
58707         Log: integrate changes#6190,6191 from mainline
58708              
58709              submit missing embed.pl change
58710              
58711              vec() loses numericalness (modified version of patch suggested
58712              by Robin Barker)
58713      Branch: maint-5.6/perl
58714           !> doop.c embed.pl t/op/vec.t
58715 ____________________________________________________________________________
58716 [  7334] By: gsar                                  on 2000/10/16  08:01:03
58717         Log: integrate change#6189 from mainline
58718              
58719              counting tr/// corrupts later operation (from M.J.T Guy)
58720      Branch: maint-5.6/perl
58721           !> doop.c t/op/tr.t
58722 ____________________________________________________________________________
58723 [  7333] By: gsar                                  on 2000/10/16  07:59:07
58724         Log: integrate changes#6183..6188 from mainline
58725              
58726              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
58727              <nick@ccl4.org>)
58728              
58729              tweak for change#6127
58730              
58731              remove incorrect documentation about implicit split to @_ in
58732              list context, which never really worked in perl 5 (from
58733              M.J.T. Guy)
58734              
58735              further qualify references to "alphanumeric" (from Wolfgang Laun
58736              <wolfgang.laun@alcatel.at>)
58737              
58738              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
58739              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
58740              
58741              h2xs tweaks
58742      Branch: maint-5.6/perl
58743           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
58744           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
58745           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
58746           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
58747           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
58748           !> pod/pod2latex.PL utils/h2xs.PL
58749 ____________________________________________________________________________
58750 [  7332] By: gsar                                  on 2000/10/16  07:53:52
58751         Log: integrate change#6179 from mainline
58752              
58753              buggy modulus on UVs introduced by change#3378 (resulted in
58754              4063328477 % 65535 amounting to 27406, instead of 27407)
58755      Branch: maint-5.6/perl
58756           !> pp.c t/op/arith.t
58757 ____________________________________________________________________________
58758 [  7331] By: gsar                                  on 2000/10/16  07:52:49
58759         Log: integrate changes#6176,6177,6178,6182 from cfgperl
58760              
58761              Single-quoted utf8 patch from Simon Cozens.
58762              
58763              Substitution utf8 patch from Simon Cozens.
58764              
58765              Be cleaner.
58766              
58767              Be Cleaner Part Deux.
58768      Branch: maint-5.6/perl
58769           !> Makefile.SH pp_hot.c toke.c
58770 ____________________________________________________________________________
58771 [  7330] By: gsar                                  on 2000/10/16  07:41:36
58772         Log: integrate change#6172 from mainline
58773              
58774              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
58775              (from Ilya Zakharevich)
58776      Branch: maint-5.6/perl
58777           !> regexec.c t/op/re_tests
58778 ____________________________________________________________________________
58779 [  7329] By: gsar                                  on 2000/10/16  07:40:25
58780         Log: integrate change#6171 from mainline
58781              
58782              scalar() doesn't force scalar context when used in void context
58783              (from Simon Cozens)
58784      Branch: maint-5.6/perl
58785           !> op.c t/op/wantarray.t
58786 ____________________________________________________________________________
58787 [  7328] By: gsar                                  on 2000/10/16  07:39:33
58788         Log: integrate change#6170 from mainline
58789              
58790              change#6142 needs tweaks to tests to work where there's no
58791              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
58792      Branch: maint-5.6/perl
58793           !> t/lib/filefind.t
58794 ____________________________________________________________________________
58795 [  7327] By: gsar                                  on 2000/10/16  07:35:34
58796         Log: integrate changes#6166..6168 from cfgperl
58797              
58798              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
58799              in case somebody wants to write an extension for more
58800              shadow database interfaces.
58801              
58802              tweak todo
58803              
58804              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
58805      Branch: maint-5.6/perl
58806           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
58807           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
58808           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
58809           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
58810           !> win32/config.vc win32/config_H.bc win32/config_H.gc
58811           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
58812 ____________________________________________________________________________
58813 [  7326] By: gsar                                  on 2000/10/16  07:29:05
58814         Log: integrate changes#6157,6159..6161,6164 from cfgperl
58815              
58816              Regen Configure to jive with #6149.
58817              
58818              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
58819              
58820              Changes for the File::Temp 0.08 (change #6159) test suite
58821              to fit better into the Perl distribution test framework.
58822              
58823              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
58824              both from Simon Cozens.
58825              
58826              detypo
58827      Branch: maint-5.6/perl
58828           +> pod/perlmodlib.PL pod/perlnewmod.pod
58829           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
58830           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
58831           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
58832           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
58833 ____________________________________________________________________________
58834 [  7325] By: gsar                                  on 2000/10/16  07:25:13
58835         Log: integrate change#6158 from vmsperl
58836              
58837              Add fallback to tmpfile for use in cases where user's relying on
58838              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
58839              Lane's patch)
58840      Branch: maint-5.6/perl
58841           !> vms/vms.c vms/vmsish.h
58842 ____________________________________________________________________________
58843 [  7324] By: gsar                                  on 2000/10/16  07:20:50
58844         Log: integrate changes#6153..6155 from mainline
58845              
58846              prettier Test::Harness output on failed tests (from Nicholas Clark
58847              <nick@Bagpuss.uk.boo.com>)
58848              
58849              avoid type mismatch warning
58850              
58851              small bug in change#6144; remove random \xA0 character that snuck
58852              in via change#6145
58853      Branch: maint-5.6/perl
58854           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
58855           !> perl.c
58856 ____________________________________________________________________________
58857 [  7323] By: gsar                                  on 2000/10/16  07:18:47
58858         Log: integrate changes#6151,6152 from mainline
58859              
58860              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
58861              
58862              cosmetic fixups of RE debug output (from Ilya Zakharevich)
58863      Branch: maint-5.6/perl
58864           !> regexec.c
58865 ____________________________________________________________________________
58866 [  7322] By: gsar                                  on 2000/10/16  07:17:25
58867         Log: integrate changes#6146..6150 from mainline
58868              
58869              doc typo
58870              
58871              add a make entry to Config.pm so "perl -V:make" works on VMS
58872              (from Peter Prymmer)
58873              
58874              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
58875              
58876              OS/2 tweaks for usethreads build (from Rocco Caputo
58877              <troc@netrus.net>)
58878              
58879              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
58880      Branch: maint-5.6/perl
58881           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
58882           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
58883           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
58884           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
58885           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
58886           !> warnings.pl x2p/a2p.h
58887 ____________________________________________________________________________
58888 [  7321] By: gsar                                  on 2000/10/16  07:14:02
58889         Log: integrate changes#6143..6145 from mainline
58890              
58891              MacOS support, part 1 (from Matthias Neeracher
58892              <neeri@iis.ee.ethz.ch>)
58893              
58894              MacOS support, part 2: make AutoSplit use File::Spec instead
58895              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
58896              <neeri@iis.ee.ethz.ch>)
58897              
58898              make xsubpp skip embedded pod (from Matthias Neeracher
58899              <neeri@iis.ee.ethz.ch>)
58900      Branch: maint-5.6/perl
58901           +> ext/DynaLoader/dl_mac.xs
58902           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
58903           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58904           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
58905           !> pp_ctl.c proto.h toke.c util.c util.h
58906 ____________________________________________________________________________
58907 [  7320] By: gsar                                  on 2000/10/16  07:12:13
58908         Log: integrate changes#6141,6142 from mainline
58909              
58910              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
58911              forwarded by Peter Seebach from the bsdi-users mailing list.
58912              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
58913              
58914              File::Find fails to chdir when chasing symlinks (from
58915              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
58916      Branch: maint-5.6/perl
58917           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
58918 ____________________________________________________________________________
58919 [  7319] By: gsar                                  on 2000/10/16  07:04:30
58920         Log: integrate change#6139 from mainline
58921              
58922              revise mktables.PL for bugs and newness in Unicode 3.0
58923              (from James Bence <jbence@amgen.com>)
58924      Branch: maint-5.6/perl
58925           +> (branch 30 files)
58926           !> (integrate 49 files)
58927 ____________________________________________________________________________
58928 [  7318] By: gsar                                  on 2000/10/16  07:01:01
58929         Log: integrate changes#6137,6138 from mainline
58930              
58931              fix bogus redeclaration warning for "our" variables in different
58932              scopes
58933              
58934              add note about the handling of negative indices to tied arrays
58935              (from Michael G Schwern <schwern@pobox.com>)
58936      Branch: maint-5.6/perl
58937           !> op.c pod/perltie.pod t/pragma/strict-vars
58938 ____________________________________________________________________________
58939 [  7317] By: gsar                                  on 2000/10/16  06:58:46
58940         Log: integrate changes#6127..6136 from mainline
58941              
58942              call_method(...,G_EVAL) can longjmp() out if the method probing
58943              failed (from Gisle Aas)
58944              
58945              new perlxstut example for passing/returning refs to arrays
58946              (from David Lowe <dlowe@pootpoot.com>)
58947              
58948              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
58949              
58950              fix places that mean C<"word" character> but say C<alphanumeric
58951              character>
58952              
58953              avoid warnings in POSIX.pm (from Barrie Slaymaker)
58954              
58955              warnings::enabled() doesn't fall back to looking at $^W if
58956              caller isn't using lexical warnings (from Paul Marquess)
58957              
58958              elide bogus test in change#6132
58959              
58960              make Test::Harness use wait.h/WCOREDUMP if available
58961              (from Ben Tilly <ben_tilly@hotmail.com>)
58962              
58963              enable Test::Harness to dynamically determine column width etc.
58964              (from Rob Napier <rnapier@employees.org>)
58965              
58966              random pod typos (from Peter Scott <Peter@PSDT.com>)
58967      Branch: maint-5.6/perl
58968           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
58969           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
58970           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
58971           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
58972 ____________________________________________________________________________
58973 [  7316] By: gsar                                  on 2000/10/16  06:53:23
58974         Log: integrate change#6126 from mainline
58975              
58976              change#2879 broke rvalue autovivification of magicals such as
58977              ${$num} (reworked variant of patch suggested by Simon Cozens)
58978      Branch: maint-5.6/perl
58979           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
58980           !> pp_hot.c proto.h t/op/gv.t
58981 ____________________________________________________________________________
58982 [  7315] By: gsar                                  on 2000/10/16  06:51:38
58983         Log: integrate changes#6123,6125 from mainline
58984              
58985              clarify gotcha with #line directives (from Rocco Caputo
58986              <troc@netrus.net>)
58987              
58988              enable propagating exception objects via Perl_croak() in XS code
58989              (from Gisle Aas)
58990      Branch: maint-5.6/perl
58991           !> pod/perldebug.pod pod/perlsyn.pod util.c
58992 ____________________________________________________________________________
58993 [  7314] By: gsar                                  on 2000/10/16  06:49:28
58994         Log: integrate change#6122 from mainline
58995              
58996              downgrade fatal error on C<"foo@nosucharray.com"> to optional
58997              warning (from Mark-Jason Dominus)
58998      Branch: maint-5.6/perl
58999           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
59000           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
59001           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
59002           !> toke.c
59003 ____________________________________________________________________________
59004 [  7313] By: gsar                                  on 2000/10/16  06:46:54
59005         Log: integrate changes#6112..6121 from vmsperl
59006              
59007              Check for existence of file before trying to delete
59008              
59009              Ugly workaround for version-specific RTL error
59010              
59011              Urk -- undo previous removal of vmsish 'exit' change
59012              
59013              Add bounds checking for several strings (Charles Lane)
59014              
59015              Miscellaneous cosmetic fixes (Charles Lane)
59016              
59017              Treat sockets as special in sys(read|write) (Charles Lane et al.)
59018              
59019              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
59020              Flatten case labels in switch statements uniformly (Charles Bailey)
59021              
59022              Quiet error messages in vmsish.t (Charles Lane)
59023              
59024              Add missing escape (Charles Lane)
59025              
59026              Allow eliminate_macros() and fixpath() to handle space-delimited
59027              lists (based on fixes by Craig Berry)
59028      Branch: maint-5.6/perl
59029           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
59030           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
59031           !> vms/vmsish.h
59032 ____________________________________________________________________________
59033 [  7312] By: gsar                                  on 2000/10/16  06:41:18
59034         Log: integrate changes#6107,6110 from cfgperl
59035              
59036              Tweak the todo list.
59037              
59038              todo tweak
59039      Branch: maint-5.6/perl
59040           !> Todo-5.6
59041 ____________________________________________________________________________
59042 [  7311] By: gsar                                  on 2000/10/16  06:38:38
59043         Log: integrate changes#6104,6108 from mainline
59044              
59045              PL_sys_intern was being initialized too late on windows
59046              
59047              reenable fake signal handling on Windows, bugs and all
59048      Branch: maint-5.6/perl
59049           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
59050           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
59051           !> win32/win32.c
59052 ____________________________________________________________________________
59053 [  7310] By: gsar                                  on 2000/10/16  06:36:03
59054         Log: integrate changes#6095,6097..6103 from cfgperl
59055              
59056              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
59057              might be useful in future.
59058              
59059              Add a note about possible compilation problems from Allen Smith.
59060              
59061              Add a note about other, yet unsupported, shadow password APIs.
59062              
59063              Tweaks for the cc bugs from Allen Smith.
59064              
59065              More compilation tweakery from Allen Smith.
59066              
59067              Hints and test tweaks for Unicos.
59068              
59069              The test suite tweak in #6101 wasn't quite right.
59070              
59071              Test tweaking for Unicos continues.
59072      Branch: maint-5.6/perl
59073           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59074           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
59075           !> t/lib/complex.t t/op/64bitint.t
59076 ____________________________________________________________________________
59077 [  7309] By: gsar                                  on 2000/10/16  06:29:41
59078         Log: integrate changes#6093,6094 from mainline
59079              
59080              fork() failure to create pseudo process sets errno=EAGAIN and returns
59081              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
59082              
59083              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
59084      Branch: maint-5.6/perl
59085           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
59086           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
59087 ____________________________________________________________________________
59088 [  7308] By: gsar                                  on 2000/10/16  06:27:29
59089         Log: integrate change#6092 from cfgperl
59090              
59091              Regen perltoc with the fixed buildtoc.
59092      Branch: maint-5.6/perl
59093           !> pod/perltoc.pod
59094 ____________________________________________________________________________
59095 [  7307] By: gsar                                  on 2000/10/16  06:26:40
59096         Log: integrate changes#6089,6090 from mainline
59097              
59098              buildtoc tweak to fix newline lossage
59099              
59100              concat doesn't preserve utf8-ness, and doesn't invalidate
59101              [NI]OK; added tests for both
59102      Branch: maint-5.6/perl
59103           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
59104 ____________________________________________________________________________
59105 [  7306] By: gsar                                  on 2000/10/16  06:24:05
59106         Log: integrate change#6088 from cfgperl
59107              
59108              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
59109              because we do not use those.  The HAS_GETSPNAM remains,
59110              though, because we still do use that.
59111      Branch: maint-5.6/perl
59112           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59113           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
59114           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
59115           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
59116           !> win32/config.vc win32/config_H.bc win32/config_H.gc
59117           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
59118 ____________________________________________________________________________
59119 [  7305] By: gsar                                  on 2000/10/16  06:15:52
59120         Log: integrate changes#6084,6085,6087 from mainline
59121              
59122              substr() does not preserve utf8-ness (from Stefan Eissing
59123              <Eissing@medicaldataservice.de>); added tests
59124              
59125              repeat operator (x) doesn't preserve utf8-ness
59126              
59127              reverse() and quotemeta() weren't preserving utf8-ness; add tests
59128      Branch: maint-5.6/perl
59129           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
59130 ____________________________________________________________________________
59131 [  7304] By: gsar                                  on 2000/10/16  06:13:10
59132         Log: integrate changes#6077..6083 from mainline
59133              
59134              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
59135              and Tom Phoenix)
59136              
59137              workaround for CRT bug in chdir() (from Charles Lane, via
59138              Peter Prymmer)
59139              
59140              remove outdated kludge in Carp (NULLs are permitted in diagnostics
59141              now)
59142              
59143              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
59144              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
59145              
59146              better default perlbug categories for ok reports (from Richard Foley)
59147              
59148              peek.t non-portable to ithreads
59149              
59150              note about undocumented caller() return value (from M.J.T. Guy);
59151              yet another peek.t tweak
59152      Branch: maint-5.6/perl
59153           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
59154           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
59155           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
59156           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
59157           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
59158           !> vms/vmsish.h
59159 ____________________________________________________________________________
59160 [  7303] By: gsar                                  on 2000/10/16  06:03:18
59161         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
59162              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
59163              
59164              &HUGE_VAL is not defined, it exists.
59165              
59166              Do not warn that an infinity does not look like a number.
59167              
59168              Rewrite the pwent/spent logic to be a little bit more clearer.
59169              
59170              Continue on the pwent/spent case.
59171              
59172              Correct Freudian slip.
59173              
59174              Use HUGE_VALL if applicable.
59175              
59176              pwent/spent #ifdef imbalance.
59177              
59178              Infinite problems.
59179              
59180              Call getspnam() only iff needd.
59181              
59182              Test both the scalar and list contexts.
59183              
59184              Use setxxent()/endxxent().
59185              
59186              Complex tweakery.
59187              
59188              Unicos hint tweak.
59189              
59190              Be more forgiving in POSIX about HUGE_VALL.
59191              
59192              Detypo.
59193              
59194              The search of infinity continues, this time simplified.
59195              
59196              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
59197              in natively 64-bit platforms where a long is a quad (no need
59198              for long longs).  Also added bias for IVs.
59199              
59200              Complex tweaks.
59201              
59202              Introduce t/lib/peek.t.
59203              
59204              Make the test more portable.
59205      Branch: maint-5.6/perl
59206           +> t/lib/peek.t
59207            ! pp_sys.c
59208           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
59209           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
59210           !> t/op/pwent.t toke.c util.c
59211 ____________________________________________________________________________
59212 [  7302] By: gsar                                  on 2000/10/16  05:03:37
59213         Log: integrate changes#6066..6071 from mainline
59214              
59215              s/END/CHECK/
59216              
59217              replace direct call to sighandler() with (*PL_sighandlerp)()
59218              
59219              note about values()
59220              
59221              File::Spec compatibility update (from Barrie Slaymaker
59222              <barries@slaysys.com>)
59223              
59224              remove misleading comment (from M.J.T. Guy)
59225              
59226              misformatted perllocal.pod (from Tim Jenness
59227              <t.jenness@jach.hawaii.edu>)
59228      Branch: maint-5.6/perl
59229           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
59230           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
59231           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
59232           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
59233 ____________________________________________________________________________
59234 [  7301] By: gsar                                  on 2000/10/16  05:00:08
59235         Log: integrate changes#6061..6063 from mainline
59236              
59237              change#5921 neglected to make eq honor "use bytes"
59238              
59239              additional tests for utf8.t
59240              
59241              tokeq() could read unallocated field in argument
59242      Branch: maint-5.6/perl
59243           !> sv.c t/pragma/utf8.t toke.c
59244 ____________________________________________________________________________
59245 [  7300] By: gsar                                  on 2000/10/16  04:56:54
59246         Log: integrate changes#6046,6048,6057,6058 from mainline
59247              
59248              libscheck has insufficient checks for n32 libs (from
59249              Albert Chin-A-Young <china@thewrittenword.com>)
59250              
59251              add note about how $( doesn't interpolate in REs (from
59252              Philip Newton <newton@ficus.frogspace.net>)
59253              
59254              fix broken parsing of /\x{ab}/
59255              
59256              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
59257              (spotted by Donald Kinzer <dkinzer@premia.com>)
59258      Branch: maint-5.6/perl
59259           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
59260           !> t/pragma/utf8.t
59261 ____________________________________________________________________________
59262 [  7299] By: gsar                                  on 2000/10/16  04:52:50
59263         Log: integrate change#6044 from mainline
59264              
59265              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
59266              such that underscores are only ignored in literal numbers,
59267              "\x{...}", and hex/oct argument
59268      Branch: maint-5.6/perl
59269           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
59270 ____________________________________________________________________________
59271 [  7298] By: gsar                                  on 2000/10/16  04:50:53
59272         Log: integrate changes#6027..6043 from mainline
59273              
59274              podlators-1.02 update (from Russ Allbery)
59275              
59276              Pod::Man generates groff-incompatible macro definition (from
59277              Tom Christiansen)
59278              
59279              add CGI.pm v2.66 (from Lincoln Stein)
59280              
59281              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
59282              for @- and @+ (from Johan Vromans)
59283              
59284              small nits in diagnostics.pm (from Robin Barker)
59285              
59286              whitespace adjustments
59287              
59288              missing files in MANIFEST
59289              
59290              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
59291              to compensate
59292              
59293              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
59294              
59295              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
59296      Branch: maint-5.6/perl
59297           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
59298           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
59299           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
59300           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
59301           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
59302           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
59303           !> t/lib/cgi-html.t t/lib/cgi-request.t
59304 ____________________________________________________________________________
59305 [  7297] By: gsar                                  on 2000/10/16  04:44:30
59306         Log: integrate change#6025 from mainline
59307              
59308              Is{Alnum,Alpha,Word} don't match titlecase
59309              TODO: IsSpace is defined recursively!
59310              (both spotted by Larry)
59311      Branch: maint-5.6/perl
59312           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
59313           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
59314 ____________________________________________________________________________
59315 [  7296] By: gsar                                  on 2000/10/16  04:39:30
59316         Log: integrate change#6023 from mainline
59317              
59318              debugger stomps on $. (from M.J.T. Guy)
59319      Branch: maint-5.6/perl
59320           !> lib/perl5db.pl
59321 ____________________________________________________________________________
59322 [  7295] By: gsar                                  on 2000/10/16  04:38:02
59323         Log: integrate change#6022 from mainline
59324              
59325              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
59326      Branch: maint-5.6/perl
59327           !> sv.c
59328 ____________________________________________________________________________
59329 [  7294] By: gsar                                  on 2000/10/16  04:37:05
59330         Log: integrate changes#6018..6021 from mainline
59331              
59332              make lib/syslog.t portable to systems that don't have _PATH_LOG,
59333              make _PATH_LOG() return "" if unavailable
59334              
59335              windows portability tweaks
59336              
59337              test tweak
59338              
59339              remove Win2K issue in pod (fixed by change#6020)
59340      Branch: maint-5.6/perl
59341           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
59342           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
59343           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
59344 ____________________________________________________________________________
59345 [  7293] By: gsar                                  on 2000/10/16  04:20:00
59346         Log: integrate changes#6013..6015 from mainline
59347              
59348              tweak change#5945 to display correct switch name in diagnostic
59349              
59350              glob() loading File::Glob behind the scenes may cause syntax errors
59351              
59352              tweak test for portability
59353      Branch: maint-5.6/perl
59354           !> op.c perl.c pod/perldiag.pod t/lib/b.t
59355 ____________________________________________________________________________
59356 [  7292] By: gsar                                  on 2000/10/16  04:18:11
59357         Log: integrate changes#6005..6010 from mainline, cfgperl
59358              
59359              perldoc might fail via "use blib" (from Hugo van der Sanden)
59360              
59361              Regen Configure.
59362              
59363              note about compile failures and END blocks (from M.J.T. Guy)
59364              
59365              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
59366              
59367              (change#6009 integrated earlier in change#7255)
59368              
59369              clarify note about shadow password support (from
59370              gellyfish@gellyfish.com)
59371      Branch: maint-5.6/perl
59372           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
59373           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
59374           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
59375 ____________________________________________________________________________
59376 [  7291] By: gsar                                  on 2000/10/16  04:12:03
59377         Log: integrate changes#6002,6003 from mainline
59378              
59379              destructive sv_setsv() can lose UV-ness from source, causing
59380              numeric promotions/comparisons to fail to do the right thing
59381              
59382              allow REG_EXPAND_SZ keys in Windows registry (from
59383              John Clayton <John.Clayton@barclayscapital.com>)
59384      Branch: maint-5.6/perl
59385           !> sv.c win32/win32.c
59386 ____________________________________________________________________________
59387 [  7290] By: gsar                                  on 2000/10/16  04:10:19
59388         Log: integrate change#6001 from mainline
59389              
59390              support additional library locations via $Config{otherlibdirs}
59391              (from Andy Dougherty)
59392      Branch: maint-5.6/perl
59393           !> Configure INSTALL Porting/Glossary Porting/config.sh
59394           !> Porting/config_H config_h.SH epoc/config.sh perl.c
59395           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
59396           !> win32/config.bc win32/config.gc win32/config.vc
59397 ____________________________________________________________________________
59398 [  7289] By: gsar                                  on 2000/10/16  04:08:28
59399         Log: integrate change#5999 from mainline
59400              
59401              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
59402      Branch: maint-5.6/perl
59403           !> t/pragma/warn/toke toke.c
59404 ____________________________________________________________________________
59405 [  7288] By: gsar                                  on 2000/10/16  04:07:01
59406         Log: integrate changes#5997,5998 from cfgperl
59407              
59408              Preserve $!.
59409              
59410              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
59411      Branch: maint-5.6/perl
59412           !> lib/Math/Complex.pm
59413 ____________________________________________________________________________
59414 [  7287] By: gsar                                  on 2000/10/16  04:04:37
59415         Log: integrate change#5995 from mainline
59416              
59417              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
59418      Branch: maint-5.6/perl
59419           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
59420 ____________________________________________________________________________
59421 [  7286] By: gsar                                  on 2000/10/16  04:03:21
59422         Log: integrate change#5994 from mainline
59423              
59424              fix for missed accounting for null byte in pack("Z",...) (from
59425              M.J.T. Guy)
59426      Branch: maint-5.6/perl
59427           !> pp.c t/op/pack.t
59428 ____________________________________________________________________________
59429 [  7285] By: gsar                                  on 2000/10/16  04:02:11
59430         Log: integrate changes#5989..5993 from mainline
59431              
59432              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
59433              itself and no other (from Tom Hughes)
59434              
59435              use $ENV{LIB} to search for libs under Visual C compiler
59436              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
59437              
59438              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
59439              
59440              pod nit (from Simon Cozens)
59441              
59442              various minor tweaks seen on p5p
59443      Branch: maint-5.6/perl
59444           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
59445           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
59446           !> t/op/array.t toke.c
59447 ____________________________________________________________________________
59448 [  7284] By: gsar                                  on 2000/10/16  03:59:00
59449         Log: integrate changes#5978..5988 from mainline
59450              
59451              sync version numbers in File::Spec with the ones on CPAN
59452              (from Barrie Slaymaker)
59453              
59454              under useithreads, constant pad entries could inadvertantly be
59455              shared across threads (from Eric Blood <eblood@xmission.com>);
59456              added Eric's test case to testsuite
59457              
59458              allow Configure -S to run non-interactively (spotted by Greg Hudson
59459              <ghudson@mit.edu>)
59460              
59461              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
59462              prototype mismatch with CORE::glob(); update pod and tests to
59463              suit (File::Glob::glob() is still available for backward
59464              compatibility, but should be considered deprecated)
59465              
59466              avoid error in IO::Socket::INET when given an unknown service name
59467              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
59468              
59469              numeric conversion of non-number in change#3378 tramples on
59470              OOK offset, causing segfaults
59471              
59472              attributes::reftype() doesn't work on tied argument
59473              
59474              forked child may not exit correctly if it failed to open
59475              /dev/console (from Graham Barr)
59476              
59477              add regular expressions tutorial and quick-start guide (from
59478              Mark Kvale <kvale@phy.ucsf.edu>)
59479              
59480              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
59481              
59482              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
59483              <paul@miraclefish.com>)
59484      Branch: maint-5.6/perl
59485           +> pod/perlrequick.pod pod/perlretut.pod
59486           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
59487           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
59488           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
59489           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
59490           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59491           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59492           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
59493           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
59494 ____________________________________________________________________________
59495 [  7283] By: gsar                                  on 2000/10/16  03:52:14
59496         Log: integrate change#5977 from mainline
59497              
59498              autoquote barewords followed by newline and arrow properly
59499              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
59500      Branch: maint-5.6/perl
59501           !> t/pragma/warn/toke toke.c
59502 ____________________________________________________________________________
59503 [  7282] By: gsar                                  on 2000/10/16  03:50:48
59504         Log: integrate change#5976 from mainline
59505              
59506              DB_File v1.73 update (from Paul Marquess)
59507      Branch: maint-5.6/perl
59508           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
59509           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
59510 ____________________________________________________________________________
59511 [  7281] By: gsar                                  on 2000/10/16  03:49:14
59512         Log: integrate change#5975 from mainline
59513              
59514              allow sort() reentrancy (variant of patch suggested by
59515              Hugo van der Sanden)
59516      Branch: maint-5.6/perl
59517           !> pp_ctl.c t/op/sort.t
59518 ____________________________________________________________________________
59519 [  7280] By: gsar                                  on 2000/10/16  03:48:22
59520         Log: integrate change#5974 from mainline
59521              
59522              change#4197 somehow missed initializing PL_errors, meaning
59523              syntax error queueing wasn't working outside eval"" at all;
59524              also fixed eval"" to localize PL_error_count, so that compile-time
59525              eval's don't clobber the error state of the outer context
59526      Branch: maint-5.6/perl
59527           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
59528           !> t/pragma/warn/toke
59529 ____________________________________________________________________________
59530 [  7279] By: gsar                                  on 2000/10/16  03:46:21
59531         Log: integrate change#5973 from mainline
59532              
59533              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
59534      Branch: maint-5.6/perl
59535           !> regcomp.c regexec.c t/op/re_tests
59536 ____________________________________________________________________________
59537 [  7278] By: gsar                                  on 2000/10/16  03:44:54
59538         Log: integrate change#5971 from cfgperl
59539              
59540              Unicos tweaks from Mark P. Lutz.
59541      Branch: maint-5.6/perl
59542           !> hints/unicos.sh lib/Math/Complex.pm
59543 ____________________________________________________________________________
59544 [  7277] By: gsar                                  on 2000/10/16  03:42:59
59545         Log: integrate changes#5966..5970 from mainline
59546              
59547              add testsuite for B backends, fix bug in B::Deparse (from
59548              Simon Cozens <simon@brecon.co.uk>)
59549              
59550              improved docs on the warn_uninit diagnostic (from David Glasser
59551              and Simon Cozens)
59552              
59553              tolerate spaces in group names in test on solaris (from David Boyce
59554              <dsb@boyski.com>)
59555              
59556              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
59557              
59558              Data::Dumper fumbles negative numbers on 32-bit platforms where
59559              IV is >32bits
59560      Branch: maint-5.6/perl
59561           +> t/lib/b.t t/lib/syslog.t
59562           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
59563           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
59564           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
59565 ____________________________________________________________________________
59566 [  7276] By: gsar                                  on 2000/10/16  03:39:30
59567         Log: integrate change#5965 from mainline
59568              
59569              avoid "will not stay shared" warnings for our variables (from
59570              Robin Barker)
59571      Branch: maint-5.6/perl
59572           !> op.c t/pragma/warn/op
59573 ____________________________________________________________________________
59574 [  7275] By: gsar                                  on 2000/10/16  03:38:18
59575         Log: integrate change#5964 from mainline
59576              
59577              reformat to 72 columns (again)
59578      Branch: maint-5.6/perl
59579           !> pod/perldiag.pod
59580 ____________________________________________________________________________
59581 [  7274] By: gsar                                  on 2000/10/16  03:36:58
59582         Log: integrate change#5963 from mainline
59583              
59584              patch from Larry to make (\&) prototype work; added tests for
59585              the same
59586      Branch: maint-5.6/perl
59587           !> op.c t/comp/proto.t
59588 ____________________________________________________________________________
59589 [  7273] By: gsar                                  on 2000/10/16  03:35:51
59590         Log: integrate changes#5956..5962 from mainline
59591              
59592              better diagnostics on failed tests (from Ilya Zakharevich)
59593              
59594              pod nits (from A. C. Yardley <yardley@tanet.net>)
59595              
59596              change#3569 deleted some essential code, revert; avoid use of
59597              atexit() to make DynaLoader work properly on AIX under mod_perl
59598              (from Jens-Uwe Mager <jum@helios.de>)
59599              
59600              doubled words in pods (from Simon Cozens
59601              <simon.p.cozens@jp.pwcglobal.com>)
59602              
59603              better INSTALL notes on Solaris issues (from Dominic Dunlop)
59604              
59605              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
59606              
59607              updated README.hpux (from Jeff Okamoto)
59608      Branch: maint-5.6/perl
59609           !> INSTALL README.hpux emacs/cperl-mode.el
59610           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
59611           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
59612           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
59613           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
59614           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
59615           !> t/op/lex_assign.t
59616 ____________________________________________________________________________
59617 [  7272] By: gsar                                  on 2000/10/16  03:31:22
59618         Log: integrate change#5955 from mainline
59619              
59620              longstanding bug exposed by change#3307: sort arguments weren't
59621              compiled with the right wantarray context (ensuing runtime lookup
59622              via block_gimme() was getting the incidental context of the
59623              sort() itself)
59624      Branch: maint-5.6/perl
59625           !> op.c t/op/sort.t
59626 ____________________________________________________________________________
59627 [  7271] By: gsar                                  on 2000/10/16  03:29:11
59628         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
59629              branch
59630              
59631              Flatten the cpp jungle doing the nosuid checking.
59632              
59633              Do not assume sign propagation. (from M.J.T. Guy)
59634              
59635              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
59636              
59637              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
59638              Now pp_ncmp() returns undef is either operand is a NaN.
59639              
59640              On second thoughts frexp() does have two arguments.
59641              
59642              Document that tr() is not tr(1).
59643              
59644              Be more robust on "extreme" (large absolute value)
59645              arguments.  Originally reported by Daniel Connelly
59646              as a problem with asinh() on large negative arguments,
59647              asinh() used to bail out because an argument to log()
59648              ended up being zero.  Ilya Zakharevich proposed using
59649              Taylor's series in such cases, which for such large
59650              arguments is a very good approximation.
59651              
59652              Undo "use integer" addition from 64bitint as it seems
59653              to break most of the subtests in Digital UNIX;
59654              Unicos needs to find another way.
59655      Branch: maint-5.6/perl
59656           !> (integrate 29 files)
59657 ____________________________________________________________________________
59658 [  7270] By: gsar                                  on 2000/10/16  03:09:44
59659         Log: integrate changes#5948,5949,5950 from mainline
59660              
59661              typo in vars.pm that leads to cryptic message (from Piotr
59662              Piatkowski <kompas@kompas.usr.onet.pl>)
59663              
59664              make perldoc use the pod2man from the same version (from
59665              M.J.T. Guy)
59666              
59667              reformat perldiag to avoid long lines
59668      Branch: maint-5.6/perl
59669           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
59670 ____________________________________________________________________________
59671 [  7269] By: gsar                                  on 2000/10/16  03:05:54
59672         Log: integrate change#5947 from mainline
59673              
59674              use &dl_error rather than &dl_load_file as the guard for calling
59675              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
59676              statically built perl)
59677      Branch: maint-5.6/perl
59678           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
59679 ____________________________________________________________________________
59680 [  7268] By: gsar                                  on 2000/10/16  03:04:48
59681         Log: integrate change#5945 from mainline
59682              
59683              make module name mandatory after -M switch; reorder perldiag
59684              alphabetically (from Mark-Jason Dominus)
59685      Branch: maint-5.6/perl
59686           !> perl.c pod/perldiag.pod
59687 ____________________________________________________________________________
59688 [  7267] By: gsar                                  on 2000/10/16  03:03:01
59689         Log: integrate change#5939 from mainline
59690              
59691              more pod nits (from Larry Virden)
59692      Branch: maint-5.6/perl
59693           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
59694           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
59695           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
59696 ____________________________________________________________________________
59697 [  7266] By: gsar                                  on 2000/10/16  03:01:39
59698         Log: integrate change#5938 from mainline
59699              
59700              Consolidated B::Deparse fixes (from Stephen McCamant)
59701      Branch: maint-5.6/perl
59702           !> ext/B/B/Deparse.pm
59703 ____________________________________________________________________________
59704 [  7265] By: gsar                                  on 2000/10/16  03:00:43
59705         Log: integrate change#5936 from mainline
59706              
59707              additional tests for change#7263 (from Paul Marquess)
59708      Branch: maint-5.6/perl
59709           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
59710           !> t/pragma/warn/5nolint t/pragma/warn/6default
59711 ____________________________________________________________________________
59712 [  7264] By: gsar                                  on 2000/10/16  02:58:34
59713         Log: integrate change#5934 from mainline
59714              
59715              propagate lexical warnings from surrounding scope correctly
59716              within string eval() (from Paul Marquess)
59717      Branch: maint-5.6/perl
59718           !> pp_ctl.c t/pragma/warn/pp_ctl
59719 ____________________________________________________________________________
59720 [  7263] By: gsar                                  on 2000/10/16  02:56:53
59721         Log: integrate change#5932 from mainline
59722              
59723              add rsignal(), whichsig() and do_join() to public API list
59724              (mod_perl uses them to good advantage)
59725      Branch: maint-5.6/perl
59726           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
59727 ____________________________________________________________________________
59728 [  7262] By: gsar                                  on 2000/10/16  02:55:53
59729         Log: integrate change#5931 from mainline
59730              
59731              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
59732      Branch: maint-5.6/perl
59733           !> pp_hot.c regexec.c t/op/pat.t
59734 ____________________________________________________________________________
59735 [  7261] By: gsar                                  on 2000/10/16  02:55:01
59736         Log: integrate change#5930 from mainline
59737              
59738              small os390 tweaks (from Peter Prymmer)
59739      Branch: maint-5.6/perl
59740           !> config_h.SH makedepend.SH
59741 ____________________________________________________________________________
59742 [  7260] By: gsar                                  on 2000/10/16  02:54:10
59743         Log: integrate change#5929 from mainline
59744              
59745              pod nits
59746      Branch: maint-5.6/perl
59747           !> pod/perlguts.pod
59748 ____________________________________________________________________________
59749 [  7259] By: gsar                                  on 2000/10/16  02:52:55
59750         Log: integrate change#5927 from mainline
59751              
59752              arrange for next() to resume at the unstack op rather than the
59753              loop conditional, so that scope cleanup happens correctly
59754              (from Stephen McCamant)
59755      Branch: maint-5.6/perl
59756           !> op.c pp_ctl.c t/op/misc.t
59757 ____________________________________________________________________________
59758 [  7258] By: gsar                                  on 2000/10/16  02:51:38
59759         Log: integrate change#5926 from mainline
59760              
59761              on windows, reserve 16M of stack rather than 128M (allows more
59762              threads to run concurrently)
59763      Branch: maint-5.6/perl
59764           !> win32/Makefile win32/makefile.mk
59765 ____________________________________________________________________________
59766 [  7257] By: gsar                                  on 2000/10/16  02:50:37
59767         Log: integrate change#5925 from mainline
59768              
59769              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
59770      Branch: maint-5.6/perl
59771           !> toke.c
59772 ____________________________________________________________________________
59773 [  7256] By: gsar                                  on 2000/10/16  02:49:36
59774         Log: integrate change#5924 from mainline
59775              
59776              avoid using uninitialized memory in require version check
59777      Branch: maint-5.6/perl
59778           !> pp_ctl.c universal.c
59779 ____________________________________________________________________________
59780 [  7255] By: gsar                                  on 2000/10/16  02:48:03
59781         Log: integrate changes#5923,5928,6009 from mainline
59782              
59783              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
59784      Branch: maint-5.6/perl
59785           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
59786 ____________________________________________________________________________
59787 [  7254] By: gsar                                  on 2000/10/16  02:44:46
59788         Log: integrate change#5922 from mainline
59789              
59790              commentary about IoTYPE() (from Nathan Torkington)
59791      Branch: maint-5.6/perl
59792           !> sv.h
59793 ____________________________________________________________________________
59794 [  7253] By: gsar                                  on 2000/10/16  02:43:49
59795         Log: integrate change#5921 from mainline
59796              
59797              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
59798      Branch: maint-5.6/perl
59799           !> sv.c t/lib/charnames.t t/pragma/utf8.t
59800 ____________________________________________________________________________
59801 [  7252] By: gsar                                  on 2000/10/16  02:42:31
59802         Log: integrate change#5920 from mainline
59803              
59804              Larry's fix for buggy propagation of utf8-ness in join(); add test
59805      Branch: maint-5.6/perl
59806           !> doop.c t/op/ver.t
59807 ____________________________________________________________________________
59808 [  7251] By: gsar                                  on 2000/10/16  02:41:14
59809         Log: integrate changes#5915..5919 from mainline
59810              
59811              various (pod tweaks &c)
59812      Branch: maint-5.6/perl
59813           !> (integrate 33 files)
59814 ____________________________________________________________________________
59815 [  7250] By: gsar                                  on 2000/10/16  02:38:16
59816         Log: integrate change#5914 from mainline
59817              
59818              caller() wasn't returning the right number of elements for
59819              eval {...}
59820      Branch: maint-5.6/perl
59821           !> pp_ctl.c t/pragma/warn/9enabled
59822 ____________________________________________________________________________
59823 [  7249] By: gsar                                  on 2000/10/16  02:37:02
59824         Log: integrate change#5913 from mainline
59825              
59826              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
59827              (from Mark-Jason Dominus)
59828      Branch: maint-5.6/perl
59829           !> pod/perlfunc.pod
59830 ____________________________________________________________________________
59831 [  7248] By: gsar                                  on 2000/10/16  02:35:58
59832         Log: integrate change#5912 from mainline
59833              
59834              fix totally broken caching in UNIVERSAL::isa() (from
59835              Nick Ing-Simmons)
59836      Branch: maint-5.6/perl
59837           !> t/op/universal.t universal.c
59838 ____________________________________________________________________________
59839 [  7247] By: gsar                                  on 2000/10/16  02:34:27
59840         Log: integrate changes#5910,5911 from mainline
59841              
59842              typo in pod
59843              
59844              add linebreak properties from unicode/LineBrk.txt (from
59845              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
59846      Branch: maint-5.6/perl
59847           +> (branch 29 files)
59848           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
59849 ____________________________________________________________________________
59850 [  7246] By: gsar                                  on 2000/10/16  02:33:29
59851         Log: integrate change#5909 from mainline
59852              
59853              mode argument to do_binmode() should be file mode, not boolean
59854      Branch: maint-5.6/perl
59855           !> pp_sys.c
59856 ____________________________________________________________________________
59857 [  7245] By: gsar                                  on 2000/10/16  02:31:04
59858         Log: integrate change#5908 from mainline
59859              
59860              introduce illegal symbols into null package so that
59861              gv_fetchpv(...,TRUE) always returns a valid GV even when the
59862              symbol is trapped by strictures (avoids coredumps)
59863      Branch: maint-5.6/perl
59864           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
59865           !> t/pragma/strict-vars
59866 ____________________________________________________________________________
59867 [  7244] By: jhi                                   on 2000/10/16  02:29:54
59868         Log: Subject: $Carp::ExportLevel confusion in Exporter
59869              From: "Ben Tilly" <ben_tilly@hotmail.com>
59870              Date: Sat, 14 Oct 2000 16:44:34 EDT
59871              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
59872      Branch: perl
59873            ! lib/Exporter/Heavy.pm
59874 ____________________________________________________________________________
59875 [  7243] By: jhi                                   on 2000/10/16  02:28:33
59876         Log: Subject: [PATCH perlguts.pod] Document offset hack
59877              From: Simon Cozens <simon@cozens.net>
59878              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
59879              Date: Sat, 14 Oct 2000 19:32:25 +0100
59880      Branch: perl
59881            ! pod/perlguts.pod
59882 ____________________________________________________________________________
59883 [  7242] By: gsar                                  on 2000/10/16  02:26:51
59884         Log: integrate changes#5905,5906,5907,6064 from mainline
59885              
59886              printf/sprintf didn't get quad types right under use64bitint
59887      Branch: maint-5.6/perl
59888           !> pp_sys.c sv.c t/op/64bitint.t
59889 ____________________________________________________________________________
59890 [  7241] By: jhi                                   on 2000/10/16  02:22:44
59891         Log: Subject: small pod patch
59892              From: Dan Boorstein <dan_boo@bellsouth.net>
59893              Date: Sat, 14 Oct 2000 14:29:24 -0400
59894              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
59895      Branch: perl
59896            ! pod/perlfaq7.pod pod/perlmod.pod
59897 ____________________________________________________________________________
59898 [  7240] By: jhi                                   on 2000/10/16  02:13:46
59899         Log: -w cleanup.
59900              
59901              Subject: Re: Problems with bleadperl 
59902              From: "Stephen P. Potter" <spp@ds.net>
59903              Date: Fri, 13 Oct 2000 13:32:49 -0400
59904              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
59905      Branch: perl
59906            ! t/pragma/overload.t
59907 ____________________________________________________________________________
59908 [  7239] By: jhi                                   on 2000/10/16  01:41:18
59909         Log: One more ~utf8 tweak.
59910      Branch: perl
59911            ! t/op/bop.t
59912 ____________________________________________________________________________
59913 [  7238] By: jhi                                   on 2000/10/16  01:34:14
59914         Log: Tweak the test of #7235.
59915      Branch: perl
59916            ! t/op/bop.t
59917 ____________________________________________________________________________
59918 [  7237] By: jhi                                   on 2000/10/16  01:25:04
59919         Log: Fix a couple of compiler-noted nits in #7235.
59920      Branch: perl
59921            ! pp.c
59922 ____________________________________________________________________________
59923 [  7236] By: jhi                                   on 2000/10/16  01:22:46
59924         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
59925      Branch: perl
59926            ! pp.c pp_hot.c
59927 ____________________________________________________________________________
59928 [  7235] By: jhi                                   on 2000/10/15  16:24:44
59929         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
59930              
59931              From: Simon Cozens <simon@cozens.net>
59932              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
59933              Date: Sat, 14 Oct 2000 20:52:13 +0100
59934              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
59935      Branch: perl
59936            ! pp.c t/op/bop.t utf8.h
59937 ____________________________________________________________________________
59938 [  7234] By: jhi                                   on 2000/10/15  15:19:29
59939         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
59940              The problem was that rx->minlen was in chars while pp_split()
59941              thought it would be in bytes. 
59942      Branch: perl
59943            ! pp.c t/pragma/utf8.t
59944 ____________________________________________________________________________
59945 [  7233] By: jhi                                   on 2000/10/14  20:24:24
59946         Log: Document FNCASE=y as discussed in the bug 20000902.009.
59947      Branch: perl
59948            ! README.dos
59949 ____________________________________________________________________________
59950 [  7232] By: jhi                                   on 2000/10/14  18:52:21
59951         Log: Add test for bug id 20000427.003 (which seems to have
59952              been fixed) (also duplicate as 20000427.004, though
59953              with a higher severity).  Move one utf8 from op/append
59954              to pragma/utf8, tag the tests with bug ids.
59955      Branch: perl
59956            ! t/op/append.t t/pragma/utf8.t
59957 ____________________________________________________________________________
59958 [  7231] By: jhi                                   on 2000/10/14  17:28:37
59959         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
59960      Branch: perl
59961            ! t/pragma/utf8.t
59962 ____________________________________________________________________________
59963 [  7230] By: jhi                                   on 2000/10/14  14:24:50
59964         Log: Needs to be conditional on SunOS 4.
59965              
59966              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
59967              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
59968              Date: Sat, 14 Oct 2000 13:37:49 +0100
59969              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
59970      Branch: metaconfig/U/perl
59971            ! End.U
59972      Branch: perl
59973            ! Configure myconfig.SH pod/perldelta.pod
59974 ____________________________________________________________________________
59975 [  7229] By: jhi                                   on 2000/10/14  00:49:22
59976         Log: Update Changes.
59977      Branch: perl
59978            ! Changes patchlevel.h
59979 ____________________________________________________________________________
59980 [  7228] By: jhi                                   on 2000/10/14  00:46:10
59981         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
59982              From: Peter Prymmer <pvhp@forte.com>
59983              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
59984              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
59985      Branch: perl
59986            ! lib/utf8.pm
59987 ____________________________________________________________________________
59988 [  7227] By: jhi                                   on 2000/10/13  23:20:30
59989         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
59990      Branch: perl
59991            ! t/op/tie.t
59992 ____________________________________________________________________________
59993 [  7226] By: jhi                                   on 2000/10/13  22:14:32
59994         Log: Tweak #7225.
59995              
59996              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
59997              From: Peter Prymmer <pvhp@forte.com>
59998              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
59999              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
60000      Branch: perl
60001            ! t/op/sprintf.t
60002 ____________________________________________________________________________
60003 [  7225] By: jhi                                   on 2000/10/13  22:11:31
60004         Log: op/sprintf.t patch for OS/390 (and any other host with limited
60005              floating-point exponent length)
60006              
60007              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
60008              From: Dominic Dunlop <domo@computer.org>
60009              Date: Fri, 13 Oct 2000 19:17:57 +0200
60010              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
60011      Branch: perl
60012            ! t/op/sprintf.t
60013 ____________________________________________________________________________
60014 [  7224] By: jhi                                   on 2000/10/13  18:40:48
60015         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
60016      Branch: perl
60017            ! toke.c
60018 ____________________________________________________________________________
60019 [  7223] By: jhi                                   on 2000/10/13  18:37:13
60020         Log: Thinko in #7222.
60021      Branch: perl
60022            ! utf8.c
60023 ____________________________________________________________________________
60024 [  7222] By: jhi                                   on 2000/10/13  18:05:23
60025         Log: Use UTF8SKIP(), from Simon Cozens.
60026      Branch: perl
60027            ! utf8.c
60028 ____________________________________________________________________________
60029 [  7221] By: jhi                                   on 2000/10/13  15:43:19
60030         Log: (accidentally empty check-in)
60031      Branch: perl
60032            ! utf8.c
60033 ____________________________________________________________________________
60034 [  7220] By: jhi                                   on 2000/10/13  15:23:51
60035         Log: Add (optimistically) Storable to static extensions.
60036      Branch: perl
60037            ! hints/uwin.sh hints/vmesa.sh
60038 ____________________________________________________________________________
60039 [  7219] By: jhi                                   on 2000/10/13  15:20:05
60040         Log: Amdahl UTS doesn't seem to do dynaloading.
60041      Branch: perl
60042            ! hints/uts.sh
60043 ____________________________________________________________________________
60044 [  7218] By: jhi                                   on 2000/10/13  15:15:20
60045         Log: Slight tweak of the code to appease Amdahl UTS cc.
60046      Branch: perl
60047            ! pp.c
60048 ____________________________________________________________________________
60049 [  7217] By: jhi                                   on 2000/10/13  14:50:42
60050         Log: In Amdahl UTS "struct sv" is defined by a system header,
60051              <ksync.h>.
60052      Branch: perl
60053            ! perl.h sv.h
60054 ____________________________________________________________________________
60055 [  7216] By: jhi                                   on 2000/10/13  11:58:25
60056         Log: Ilya implemented the memory profiling API.
60057      Branch: perl
60058            ! Todo
60059 ____________________________________________________________________________
60060 [  7215] By: jhi                                   on 2000/10/13  02:56:38
60061         Log: Subject: [PATCH 5.7.0] Perl API for mstats
60062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60063              Date: Thu, 12 Oct 2000 22:52:40 -0400
60064              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
60065      Branch: perl
60066            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
60067 ____________________________________________________________________________
60068 [  7214] By: jhi                                   on 2000/10/13  02:55:38
60069         Log: Subject: [PATCH 5.7.0] IVs in mtats
60070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60071              Date: Thu, 12 Oct 2000 22:51:04 -0400
60072              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
60073      Branch: perl
60074            ! malloc.c perl.h
60075 ____________________________________________________________________________
60076 [  7213] By: jhi                                   on 2000/10/13  02:31:47
60077         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
60078      Branch: perl
60079            ! pod/perldiag.pod pp_sys.c
60080 ____________________________________________________________________________
60081 [  7212] By: jhi                                   on 2000/10/13  01:27:38
60082         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
60083              From: Peter Prymmer <pvhp@forte.com>
60084              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
60085              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
60086      Branch: perl
60087            ! t/op/oct.t
60088 ____________________________________________________________________________
60089 [  7211] By: jhi                                   on 2000/10/13  00:35:09
60090         Log: Update Changes.
60091      Branch: perl
60092            ! Changes patchlevel.h
60093 ____________________________________________________________________________
60094 [  7210] By: jhi                                   on 2000/10/12  23:59:40
60095         Log: The Install.pm third of
60096              
60097              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60098              From: Bill Campbell <bill@celestial.com>
60099              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
60100              Date: Thu, 5 Oct 2000 18:04:51 -0700
60101      Branch: perl
60102            ! lib/ExtUtils/Install.pm
60103 ____________________________________________________________________________
60104 [  7209] By: jhi                                   on 2000/10/12  23:58:43
60105         Log: Two thirds of
60106              
60107              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60108              Date: Thu, 5 Oct 2000 18:04:51 -0700
60109              From: Bill Campbell <bill@celestial.com>
60110              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
60111              
60112              The Install.pm changes will be submitted separately because
60113              they need some work and discussion still.
60114      Branch: perl
60115            ! lib/getopts.pl lib/termcap.pl
60116 ____________________________________________________________________________
60117 [  7208] By: jhi                                   on 2000/10/12  23:41:19
60118         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
60119              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60120              Date:     Thu, 12 Oct 2000 07:30:02 EDT
60121              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
60122      Branch: perl
60123            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
60124            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
60125 ____________________________________________________________________________
60126 [  7207] By: jhi                                   on 2000/10/12  23:39:01
60127         Log: An updated EBCDIC tr patch.
60128              
60129              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
60130              From: Peter Prymmer <pvhp@forte.com>
60131              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
60132              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
60133      Branch: perl
60134            ! t/op/tr.t
60135 ____________________________________________________________________________
60136 [  7206] By: jhi                                   on 2000/10/12  23:34:55
60137         Log: Upgrade to CPAN 1.58, from Andreas König.
60138      Branch: perl
60139            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
60140 ____________________________________________________________________________
60141 [  7205] By: jhi                                   on 2000/10/12  23:29:08
60142         Log: Introduce the man[24-8] variables, from Andy Dougherty.
60143      Branch: metaconfig/U/perl
60144            + mandirs.U mandirstyle.U
60145      Branch: perl
60146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60147            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
60148            ! vos/config.h vos/config.pl vos/config_h.SH_orig
60149            ! win32/config.bc win32/config.gc win32/config.vc
60150 ____________________________________________________________________________
60151 [  7204] By: gsar                                  on 2000/10/12  18:11:24
60152         Log: restore change#7202
60153      Branch: perl
60154            ! mg.c
60155 ____________________________________________________________________________
60156 [  7203] By: gsar                                  on 2000/10/12  18:09:40
60157         Log: another test of the Emergency Broadcast System--back out 
60158              change#7202
60159      Branch: perl
60160            ! mg.c
60161 ____________________________________________________________________________
60162 [  7202] By: gsar                                  on 2000/10/12  16:40:47
60163         Log: (submitted on behalf of Jarkko)
60164              Fix the lib/encode.t subtest 6 failure as reported by Andreas
60165              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
60166              was unearthed by change 7182, as was a bug in HTML::Entities.
60167      Branch: perl
60168            ! mg.c
60169 ____________________________________________________________________________
60170 [  7201] By: jhi                                   on 2000/10/11  03:16:05
60171         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
60172      Branch: perl
60173            ! pp_hot.c t/pragma/utf8.t
60174 ____________________________________________________________________________
60175 [  7200] By: jhi                                   on 2000/10/11  00:40:30
60176         Log: The #7198 was a false alarm.
60177      Branch: perl
60178            ! pp_hot.c
60179 ____________________________________________________________________________
60180 [  7199] By: jhi                                   on 2000/10/11  00:26:04
60181         Log: Remove duplicated code.
60182      Branch: perl
60183            ! t/lib/cgi-html.t
60184 ____________________________________________________________________________
60185 [  7198] By: jhi                                   on 2000/10/10  23:30:46
60186         Log: (Retracted by #7200.)
60187      Branch: perl
60188            ! pp_hot.c
60189 ____________________________________________________________________________
60190 [  7197] By: jhi                                   on 2000/10/10  21:49:30
60191         Log: Add the test case for #7190, from the original bug report
60192              by Andreas König.
60193      Branch: perl
60194            ! t/pragma/utf8.t
60195 ____________________________________________________________________________
60196 [  7196] By: jhi                                   on 2000/10/10  21:40:49
60197         Log: Reapply Andy's patch and regen Configure.
60198      Branch: perl
60199            ! Configure INSTALL Makefile.SH Porting/Glossary
60200            ! Porting/config.sh config_h.SH epoc/config.sh installperl
60201            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
60202            ! win32/config.vc
60203 ____________________________________________________________________________
60204 [  7195] By: jhi                                   on 2000/10/10  21:09:30
60205         Log: Use the versiononly instead of the installscripts,
60206              retract the changes 7146 and 7147.
60207      Branch: perl
60208            ! Configure INSTALL Makefile.SH Porting/Glossary
60209            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
60210            ! installperl uconfig.sh vos/config.def win32/config.bc
60211            ! win32/config.gc win32/config.vc
60212 ____________________________________________________________________________
60213 [  7194] By: jhi                                   on 2000/10/10  21:06:15
60214         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
60215              From: Peter Prymmer <pvhp@forte.com>
60216              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
60217              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
60218      Branch: perl
60219            ! t/op/ver.t
60220 ____________________________________________________________________________
60221 [  7193] By: jhi                                   on 2000/10/10  21:05:12
60222         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
60223              From: Peter Prymmer <pvhp@forte.com>
60224              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
60225              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
60226      Branch: perl
60227            ! t/op/tr.t
60228 ____________________________________________________________________________
60229 [  7192] By: jhi                                   on 2000/10/10  20:57:30
60230         Log: Add versiononly, delete installscripts, from Andy Dougherty.
60231      Branch: metaconfig
60232            - U/installdirs/installscripts.U
60233      Branch: metaconfig/U/perl
60234            + versiononly.U
60235 ____________________________________________________________________________
60236 [  7191] By: jhi                                   on 2000/10/10  19:41:21
60237         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
60238              From: Peter Prymmer <pvhp@forte.com>
60239              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
60240              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
60241      Branch: perl
60242            ! pod/perlebcdic.pod
60243 ____________________________________________________________________________
60244 [  7190] By: jhi                                   on 2000/10/10  19:26:14
60245         Log: Subject: Re: utf8 concat, mg_get
60246              From: Simon Cozens <simon@cozens.net>
60247              Date: Tue, 10 Oct 2000 17:40:17 +0100
60248              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
60249      Branch: perl
60250            ! pp_hot.c
60251 ____________________________________________________________________________
60252 [  7189] By: jhi                                   on 2000/10/10  19:23:03
60253         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
60254              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
60255              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
60256              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
60257      Branch: perl
60258            ! lib/ExtUtils/MM_Unix.pm
60259 ____________________________________________________________________________
60260 [  7188] By: jhi                                   on 2000/10/10  15:31:24
60261         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
60262              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60263              Date: Fri, 14 Jul 2000 10:47:36 +0100
60264              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
60265      Branch: perl
60266            ! README.win32
60267 ____________________________________________________________________________
60268 [  7187] By: jhi                                   on 2000/10/10  13:30:10
60269         Log: Quote the temp file name, needed in Win32 because the
60270              default name unfortunately contains spaces, shouldn't
60271              hurt elsewhere.
60272              
60273              Subject: FW: perldoc fails if $TEMP contains spaces
60274              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
60275              Date: Thu, 14 Sep 2000 08:58:45 +0100
60276              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
60277      Branch: perl
60278            ! utils/perldoc.PL
60279 ____________________________________________________________________________
60280 [  7186] By: jhi                                   on 2000/10/10  13:16:27
60281         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
60282              From: hv@hugo.hybyte.com
60283              Date: Tue, 10 Oct 2000 14:10:20 +0100
60284              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
60285      Branch: perl
60286            ! t/lib/thr5005.t util.c
60287 ____________________________________________________________________________
60288 [  7185] By: jhi                                   on 2000/10/10  12:06:22
60289         Log: Upgrade to podlators 1.04, from Russ Allbery.
60290      Branch: perl
60291            ! lib/Pod/Man.pm lib/Pod/Text.pm
60292 ____________________________________________________________________________
60293 [  7184] By: jhi                                   on 2000/10/10  12:01:32
60294         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
60295      Branch: perl
60296            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
60297 ____________________________________________________________________________
60298 [  7183] By: jhi                                   on 2000/10/09  23:47:15
60299         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
60300              From: Peter Prymmer <pvhp@forte.com>
60301              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
60302              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
60303      Branch: perl
60304            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
60305 ____________________________________________________________________________
60306 [  7182] By: jhi                                   on 2000/10/09  23:43:16
60307         Log: Make eq work again with utf8 (disabling the upgrading
60308              should no more be necessary since the copies of the
60309              scalars are upgraded, not the scalars themselves).
60310              Takes care of ID 20001009.001.  (The claimed length()
60311              bug in 20001009.001 seems bogus to me.)
60312      Branch: perl
60313            ! sv.c t/pragma/utf8.t
60314 ____________________________________________________________________________
60315 [  7181] By: gsar                                  on 2000/10/09  19:41:54
60316         Log: tweak for change#7173
60317      Branch: perl
60318            ! win32/win32sck.c
60319 ____________________________________________________________________________
60320 [  7180] By: gsar                                  on 2000/10/09  19:26:56
60321         Log: on Windows, clean targets might not work under some flavors of the shell
60322      Branch: perl
60323            ! win32/Makefile win32/makefile.mk
60324 ____________________________________________________________________________
60325 [  7179] By: jhi                                   on 2000/10/09  19:21:02
60326         Log: Update Changes.
60327      Branch: perl
60328            ! Changes patchlevel.h
60329 ____________________________________________________________________________
60330 [  7178] By: jhi                                   on 2000/10/09  19:18:23
60331         Log: Warn about unknown scripts.
60332              
60333              Subject: Re: ideas? patches? [PATCH bleadperl]
60334              From: Dominic Dunlop <domo@computer.org>
60335              Date: Mon, 9 Oct 2000 14:57:17 +0200
60336              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
60337      Branch: perl
60338            ! lib/charnames.pm
60339 ____________________________________________________________________________
60340 [  7177] By: jhi                                   on 2000/10/09  19:13:27
60341         Log: Change #7160 had a nasty typo.
60342      Branch: metaconfig
60343            ! U/compline/Compile.U
60344      Branch: perl
60345            ! Configure config_h.SH
60346 ____________________________________________________________________________
60347 [  7176] By: gsar                                  on 2000/10/09  18:59:33
60348         Log: pod nit
60349      Branch: perl
60350            ! pod/perlport.pod
60351 ____________________________________________________________________________
60352 [  7175] By: gsar                                  on 2000/10/09  18:54:28
60353         Log: Windows9x doesn't support link(), despite what Config.pm
60354              might think
60355      Branch: perl
60356            ! lib/ExtUtils/Manifest.pm
60357 ____________________________________________________________________________
60358 [  7174] By: gsar                                  on 2000/10/09  18:50:03
60359         Log: avoid nonportable example code
60360      Branch: perl
60361            ! lib/File/Copy.pm
60362 ____________________________________________________________________________
60363 [  7173] By: gsar                                  on 2000/10/09  18:46:54
60364         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
60365              being used) when closing a socket handle
60366      Branch: perl
60367            ! win32/win32.c win32/win32.h win32/win32sck.c
60368 ____________________________________________________________________________
60369 [  7172] By: gsar                                  on 2000/10/09  18:41:40
60370         Log: on Windows, cwd strings in the environment should be of the
60371              form =X:=X:\foo instead of =X=X:\foo\
60372      Branch: perl
60373            ! win32/vdir.h
60374 ____________________________________________________________________________
60375 [  7171] By: gsar                                  on 2000/10/09  18:30:09
60376         Log: on Windows, LoadLibrary() could load an extension DLL multiple
60377              times if forward slashes are used in the path
60378      Branch: perl
60379            ! win32/win32.c
60380 ____________________________________________________________________________
60381 [  7170] By: jhi                                   on 2000/10/09  17:53:59
60382         Log: Add a todo note about overloadable assertions.
60383      Branch: perl
60384            ! Todo-5.6
60385 ____________________________________________________________________________
60386 [  7169] By: jhi                                   on 2000/10/09  13:43:45
60387         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
60388              From: mjd@plover.com
60389              Date: 9 Oct 2000 00:24:44 -0000
60390              Message-ID: <20001009002444.10616.qmail@plover.com>
60391      Branch: perl
60392            ! pod/perldebguts.pod
60393 ____________________________________________________________________________
60394 [  7168] By: nick                                  on 2000/10/08  13:16:33
60395         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
60396              is not right thing to do on (e.g. x86). Network order is also "right" for
60397              X fonts.
60398      Branch: perl
60399            ! ext/Encode/Encode.pm
60400 ____________________________________________________________________________
60401 [  7167] By: nick                                  on 2000/10/08  12:54:42
60402         Log: Make "encodings" work post-install when Encode/*.enc files may not
60403              be in same directory as Encode.pm
60404      Branch: perl
60405            ! ext/Encode/Encode.pm
60406 ____________________________________________________________________________
60407 [  7166] By: nick                                  on 2000/10/08  11:51:26
60408         Log: Work round the fact that $hash->{$key} does not take into account
60409              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
60410              so that key is always in the "expected" encoding - i.e. same way we put
60411              it in the hash.
60412      Branch: perl
60413            ! ext/Encode/Encode.pm
60414 ____________________________________________________________________________
60415 [  7165] By: gsar                                  on 2000/10/08  04:15:29
60416         Log: save_re_context() could reset PL_curcop to freed memory, causing core
60417              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
60418      Branch: perl
60419            ! pp_ctl.c
60420 ____________________________________________________________________________
60421 [  7164] By: jhi                                   on 2000/10/06  20:51:48
60422         Log: UTF8ize split() so that the cloned substrings get the UTF8
60423              flag of the original scalar.  Problem reported by Simon Cozens.
60424      Branch: perl
60425            ! pp.c t/pragma/utf8.t
60426 ____________________________________________________________________________
60427 [  7163] By: nick                                  on 2000/10/06  20:48:34
60428         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
60429              got a false +ve and so did not reach code which would have un-FAKEd the SV.
60430      Branch: perl
60431            ! sv.c
60432 ____________________________________________________________________________
60433 [  7162] By: nick                                  on 2000/10/06  20:25:37
60434         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
60435              To fix  (sort {$a <=> $b} keys %hash) in particular but
60436              should cover a number of other as-yet-unknown cases as well.
60437      Branch: perl
60438            ! sv.c
60439 ____________________________________________________________________________
60440 [  7161] By: jhi                                   on 2000/10/06  19:56:18
60441         Log: Change the version number of Tie::Handle in the core to 4.0,
60442              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
60443              
60444              Subject: Note on Tie::Handle
60445              From: andreas.koenig@anima.de (Andreas J. Koenig)
60446              Date:      06 Oct 2000 21:48:58 +0200
60447              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
60448      Branch: perl
60449            ! lib/Tie/Handle.pm
60450 ____________________________________________________________________________
60451 [  7160] By: jhi                                   on 2000/10/06  18:20:35
60452         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
60453              as the first option of cc/ld because of ultrapicky compilers
60454              (e.g. OS/390 R2.5)
60455      Branch: metaconfig
60456            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
60457            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
60458            ! U/compline/orderlib.U U/modified/Cppsym.U
60459            ! U/modified/d_access.U
60460      Branch: metaconfig/U/perl
60461            ! Checkcc.U d_dlsymun.U gccvers.U
60462      Branch: perl
60463            ! Configure config_h.SH
60464 ____________________________________________________________________________
60465 [  7159] By: jhi                                   on 2000/10/06  13:56:39
60466         Log: Update Changes.
60467      Branch: perl
60468            ! Changes patchlevel.h
60469 ____________________________________________________________________________
60470 [  7158] By: jhi                                   on 2000/10/06  12:48:40
60471         Log: Eliminate $Is_VMS code from the test.
60472              
60473              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
60474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60475              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
60476              Date:     Thu, 5 Oct 2000 07:46:33 EDT
60477      Branch: perl
60478            ! t/lib/b.t
60479 ____________________________________________________________________________
60480 [  7157] By: jhi                                   on 2000/10/06  12:47:13
60481         Log: Also the $ccflags is needed for the C compiler check.
60482              
60483              Subject: Configure (check for C-compiler)
60484              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60485              Date: Fri, 06 Oct 2000 08:47:15 +0200
60486              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
60487      Branch: metaconfig/U/perl
60488            ! Checkcc.U
60489      Branch: perl
60490            ! Configure config_h.SH
60491 ____________________________________________________________________________
60492 [  7156] By: jhi                                   on 2000/10/06  11:45:15
60493         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
60494      Branch: perl
60495            ! perl.c pp_ctl.c sv.h utf8.c
60496 ____________________________________________________________________________
60497 [  7155] By: jhi                                   on 2000/10/06  11:40:41
60498         Log: IO::Handle->syswrite() did not handle length omission
60499              like CORE::syswrite() does.
60500              
60501              Subject: [Fwd] IO::Handle, syswrite and arguments
60502              From: Graham Barr <gbarr@pobox.com>
60503              Date: Fri, 6 Oct 2000 10:22:05 +0100
60504              Message-ID: <20001006102205.U6312@pobox.com>
60505              
60506              The original patch from andrew@ugh.net.au.
60507      Branch: perl
60508            ! ext/IO/lib/IO/Handle.pm
60509 ____________________________________________________________________________
60510 [  7154] By: jhi                                   on 2000/10/06  01:42:15
60511         Log: Tweak #7153.
60512      Branch: perl
60513            ! utf8.h
60514 ____________________________________________________________________________
60515 [  7153] By: jhi                                   on 2000/10/06  00:39:55
60516         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
60517      Branch: perl
60518            ! utf8.h
60519 ____________________________________________________________________________
60520 [  7152] By: jhi                                   on 2000/10/06  00:38:11
60521         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
60522      Branch: perl
60523            ! perl.c pp_ctl.c sv.h utf8.c
60524 ____________________________________________________________________________
60525 [  7151] By: jhi                                   on 2000/10/06  00:36:38
60526         Log: Subject: Re: Questions about Tie::Array and perl modules
60527              From: Nick Ing-Simmons <nik@tiuk.ti.com>
60528              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
60529              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
60530              
60531              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
60532      Branch: perl
60533            ! lib/Tie/Array.pm t/op/array.t
60534 ____________________________________________________________________________
60535 [  7150] By: jhi                                   on 2000/10/05  00:20:45
60536         Log: Regen Changes.
60537      Branch: perl
60538            ! Changes patchlevel.h
60539 ____________________________________________________________________________
60540 [  7149] By: jhi                                   on 2000/10/05  00:20:01
60541         Log: Regen toc.
60542      Branch: perl
60543            ! pod/perltoc.pod
60544 ____________________________________________________________________________
60545 [  7148] By: jhi                                   on 2000/10/04  23:35:08
60546         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
60547              reported several times by Dominic Dunlop, for example in
60548              ID 20000315.008.  Patch from Dominic.  Patch affects at
60549              least MachTen, and possibly other oldish BSDs. Should not
60550              break non-broken platforms (tested on LinuxPPC). 
60551      Branch: perl
60552            ! doio.c
60553 ____________________________________________________________________________
60554 [  7147] By: jhi                                   on 2000/10/04  23:26:34
60555         Log: The one that got away from 7146.
60556      Branch: metaconfig
60557            + U/installdirs/installscripts.U
60558 ____________________________________________________________________________
60559 [  7146] By: jhi                                   on 2000/10/04  23:25:04
60560         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
60561              suggested by H. Merijn Brand.
60562      Branch: perl
60563            ! Configure INSTALL Makefile.SH Porting/Glossary
60564            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
60565            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
60566            ! win32/config.vc
60567 ____________________________________________________________________________
60568 [  7145] By: jhi                                   on 2000/10/04  22:08:21
60569         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
60570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60571              Date: Wed, 4 Oct 2000 17:37:46 -0400
60572              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
60573      Branch: perl
60574            ! utils/h2xs.PL
60575 ____________________________________________________________________________
60576 [  7144] By: jhi                                   on 2000/10/04  18:11:41
60577         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
60578              From: Jeff Pinyan <jeffp@crusoe.net>
60579              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
60580              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
60581      Branch: perl
60582            ! pod/perlrun.pod
60583 ____________________________________________________________________________
60584 [  7143] By: jhi                                   on 2000/10/04  18:09:58
60585         Log: Subject: perlhack.pod Patch for Externals Tools
60586              From: Fisher Mark <fisherm@tce.com>
60587              Date: Tue, 3 Oct 2000 15:43:27 -0500 
60588              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
60589      Branch: perl
60590            ! pod/perlhack.pod
60591 ____________________________________________________________________________
60592 [  7142] By: jhi                                   on 2000/10/04  18:08:41
60593         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
60594              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60595              Date:     Wed, 4 Oct 2000 12:11:11 EDT
60596              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
60597      Branch: perl
60598            ! vms/vms.c
60599 ____________________________________________________________________________
60600 [  7141] By: jhi                                   on 2000/10/04  12:20:16
60601         Log: Subject: [PATCH 5.7.0] h2xs not working
60602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60603              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
60604              Date: Tue, 3 Oct 2000 21:43:01 -0400
60605              
60606              Subject: [PATCH 5.7.0] h2xs not documenting the created module
60607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60608              Date: Tue, 3 Oct 2000 22:55:19 -0400
60609              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
60610      Branch: perl
60611            ! utils/h2xs.PL
60612 ____________________________________________________________________________
60613 [  7140] By: jhi                                   on 2000/10/04  11:53:44
60614         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
60615              From: nick@babyhippo.com
60616              Date: Wed, 4 Oct 2000 12:06:45 +0100
60617              Message-Id: <20001004120645.A7356@babyhippo.com>
60618              
60619              Retract 7118 and 7135.
60620      Branch: perl
60621            ! installman installperl op.c t/pragma/subs.t
60622 ____________________________________________________________________________
60623 [  7139] By: jhi                                   on 2000/10/03  22:09:41
60624         Log: It is possible to have no hosts database at all.  Pointed out in
60625              
60626              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
60627              From: Peter Prymmer <pvhp@forte.com>
60628              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
60629              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
60630      Branch: metaconfig
60631            ! U/modified/myhostname.U
60632      Branch: perl
60633            ! Configure config_h.SH
60634 ____________________________________________________________________________
60635 [  7138] By: jhi                                   on 2000/10/03  21:49:49
60636         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
60637              From: Peter Prymmer <pvhp@forte.com>
60638              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
60639              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
60640      Branch: perl
60641            ! pp_sys.c
60642 ____________________________________________________________________________
60643 [  7137] By: jhi                                   on 2000/10/03  20:10:05
60644         Log: One remaining nit less at the VMS mailbox sizing.
60645      Branch: perl
60646            ! vms/vms.c
60647 ____________________________________________________________________________
60648 [  7136] By: jhi                                   on 2000/10/03  20:08:47
60649         Log: Test harness update to sync with the new perlcc,
60650              from Simon Cozens.
60651      Branch: perl
60652            ! t/TEST t/UTEST
60653 ____________________________________________________________________________
60654 [  7135] By: jhi                                   on 2000/10/03  15:15:42
60655         Log: Subject: Re: PATCH for 20001003.004
60656              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
60657              From: "AARON B. DOSSETT" <aaron@iglou.com>
60658              Message-Id: <E13gTay-0006od-00@iglou.com>
60659      Branch: perl
60660            ! installman installperl
60661 ____________________________________________________________________________
60662 [  7134] By: jhi                                   on 2000/10/03  15:00:34
60663         Log: Subject: [ID 20001003.006] B::Debug not -w clean
60664              From: Nicholas Clark <nick@babyhippo.co.uk>
60665              Date: Tue, 03 Oct 2000 15:46:32 +0100
60666              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
60667      Branch: perl
60668            ! ext/B/B/Debug.pm
60669 ____________________________________________________________________________
60670 [  7133] By: jhi                                   on 2000/10/03  14:58:39
60671         Log: Scale down the VMS message boxes, by Charles Lane.
60672              Fix for ID 20000903.009, workaround at
60673              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
60674      Branch: perl
60675            ! vms/vms.c
60676 ____________________________________________________________________________
60677 [  7132] By: jhi                                   on 2000/10/03  11:20:37
60678         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
60679      Branch: perl
60680            + t/lib/st-lock.t t/lib/st-utf8.t
60681            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
60682            ! ext/Storable/Storable.xs t/lib/st-recurse.t
60683 ____________________________________________________________________________
60684 [  7131] By: jhi                                   on 2000/10/03  03:38:23
60685         Log: Encode nits.
60686      Branch: perl
60687            ! MANIFEST Makefile.SH
60688 ____________________________________________________________________________
60689 [  7130] By: jhi                                   on 2000/10/03  03:31:05
60690         Log: Update Changes.
60691      Branch: perl
60692            ! Changes patchlevel.h
60693 ____________________________________________________________________________
60694 [  7129] By: jhi                                   on 2000/10/03  02:24:02
60695         Log: Misplaced else.
60696      Branch: metaconfig/U/perl
60697            ! d_strtoll.U
60698      Branch: perl
60699            ! Configure config_h.SH
60700 ____________________________________________________________________________
60701 [  7128] By: jhi                                   on 2000/10/03  02:08:29
60702         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
60703              From: sthoenna@efn.org
60704              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
60705              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
60706      Branch: metaconfig/U/perl
60707            ! d_strtoll.U
60708      Branch: perl
60709            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
60710 ____________________________________________________________________________
60711 [  7127] By: jhi                                   on 2000/10/03  01:13:14
60712         Log: Update Changes.
60713      Branch: perl
60714            ! Changes patchlevel.h
60715 ____________________________________________________________________________
60716 [  7126] By: jhi                                   on 2000/10/03  00:57:08
60717         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
60718              as suggested by Olaf Flebbe and Nick Clark.
60719      Branch: perl
60720            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
60721 ____________________________________________________________________________
60722 [  7125] By: jhi                                   on 2000/10/03  00:50:56
60723         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
60724              From: Nick Clark <nick@plum.flirble.org>
60725              Date: Mon, 2 Oct 2000 11:03:24 +0100
60726              Message-Id: <20001002110324.D20073@plum.flirble.org>
60727              
60728              Also fixes bug ID 20001002.005.
60729      Branch: perl
60730            ! t/lib/encode.t
60731 ____________________________________________________________________________
60732 [  7124] By: jhi                                   on 2000/10/03  00:34:59
60733         Log: Subject: [PATCH 5.7.0] Epoc update
60734              From: Olaf Flebbe <o.flebbe@gmx.de>
60735              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
60736              Message-ID: <26423.969484586@www10.gmx.net>
60737      Branch: perl
60738            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
60739            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
60740            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
60741            ! util.c util.h
60742 ____________________________________________________________________________
60743 [  7123] By: jhi                                   on 2000/10/03  00:30:07
60744         Log: Regen headers.
60745      Branch: perl
60746            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
60747 ____________________________________________________________________________
60748 [  7122] By: jhi                                   on 2000/10/03  00:10:48
60749         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
60750      Branch: perl
60751            ! hints/openbsd.sh
60752 ____________________________________________________________________________
60753 [  7121] By: jhi                                   on 2000/10/03  00:05:06
60754         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
60755              From: <abigail@foad.org>
60756              Date: Tue, 26 Sep 2000 13:36:14 -0400
60757              Message-ID: <20000926173614.4356.qmail@foad.org>
60758      Branch: perl
60759            ! pod/perlop.pod
60760 ____________________________________________________________________________
60761 [  7120] By: jhi                                   on 2000/10/03  00:04:00
60762         Log: Inside require() $^S was always left undefined.
60763              
60764              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
60765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60766              Date: Wed, 27 Sep 2000 18:54:49 -0400
60767              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
60768      Branch: perl
60769            ! cop.h mg.c pp_ctl.c util.c
60770 ____________________________________________________________________________
60771 [  7119] By: jhi                                   on 2000/10/03  00:00:16
60772         Log: Subject: [PATCH] DLL not restartabke with threaded perl
60773              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
60774              Date: Thu, 28 Sep 2000 09:20:46 +0100
60775              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
60776      Branch: perl
60777            ! perl.c
60778 ____________________________________________________________________________
60779 [  7118] By: jhi                                   on 2000/10/02  23:59:20
60780         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
60781              From: Nicholas Clark <nick@ccl4.org>
60782              Date: Thu, 28 Sep 2000 11:52:24 +0100
60783              Message-ID: <20000928115224.D7924@plum.flirble.org>
60784      Branch: perl
60785            ! op.c
60786 ____________________________________________________________________________
60787 [  7117] By: jhi                                   on 2000/10/02  23:57:51
60788         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
60789              From: Nicholas Clark <nick@babyhippo.co.uk>
60790              Date: Thu, 28 Sep 2000 12:18:10 +0100
60791              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
60792              
60793              Did not apply cleanly, manual intervention was needed.
60794      Branch: perl
60795            ! ext/B/B/Bytecode.pm utils/perlcc.PL
60796 ____________________________________________________________________________
60797 [  7116] By: jhi                                   on 2000/10/02  23:50:40
60798         Log: Document the issue (is not a syntax error, kind of)
60799              
60800              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
60801              From: Nicholas Clark <nick@ccl4.org>
60802              Date: Thu, 28 Sep 2000 17:12:42 +0100
60803              Message-ID: <20000928171242.K7924@plum.flirble.org>
60804      Branch: perl
60805            ! pod/perldata.pod
60806 ____________________________________________________________________________
60807 [  7115] By: jhi                                   on 2000/10/02  23:48:58
60808         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
60809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60810              Date: Thu, 28 Sep 2000 21:55:31 -0400
60811              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
60812      Branch: perl
60813            ! regexec.c
60814 ____________________________________________________________________________
60815 [  7114] By: jhi                                   on 2000/10/02  23:47:57
60816         Log: Subject: DOC PATCH 5.6.0
60817              From: mjd@plover.com
60818              Date: 30 Sep 2000 06:02:34 -0000
60819              Message-ID: <20000930060234.4559.qmail@plover.com>
60820      Branch: perl
60821            ! pod/perldebguts.pod
60822 ____________________________________________________________________________
60823 [  7113] By: jhi                                   on 2000/10/02  23:46:43
60824         Log: SOCK_DGRAM and listen() do not mix as reported in
60825              
60826              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
60827              From: Petter Reinholdtsen <pere@hungry.com>
60828              Date: Sun, 1 Oct 2000 10:57:20 +0800
60829              Message-Id: <200010010257.KAA05735@localhost.localdomain>
60830              
60831              The patch for 5.7.0+ had to be reengineered, though.
60832      Branch: perl
60833            ! ext/IO/lib/IO/Socket/UNIX.pm
60834 ____________________________________________________________________________
60835 [  7112] By: jhi                                   on 2000/10/02  23:36:57
60836         Log: Subject: Re: [PATCH 5.005_64 missed]
60837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60838              Date: Sun, 1 Oct 2000 18:50:10 -0400
60839              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
60840      Branch: perl
60841            ! pod/perlxs.pod
60842 ____________________________________________________________________________
60843 [  7111] By: jhi                                   on 2000/10/02  23:35:40
60844         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
60845              From: Radu Greab <radu@netsoft.ro>
60846              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
60847              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
60848      Branch: perl
60849            ! op.c opcode.pl t/op/substr.t
60850 ____________________________________________________________________________
60851 [  7110] By: jhi                                   on 2000/10/02  23:32:38
60852         Log: Subject: [PATCH] Fix aliasing of tied filehandles
60853              From: Daniel Chetlin <daniel@chetlin.com>
60854              Date: Mon, 2 Oct 2000 14:53:27 -0700
60855              Message-ID: <20001002145327.C1617@ilmd>
60856      Branch: perl
60857            ! perl.h pp_hot.c t/op/tiehandle.t
60858 ____________________________________________________________________________
60859 [  7109] By: jhi                                   on 2000/10/02  23:31:30
60860         Log: s/Robin Parker/Robin Barker/
60861      Branch: perl
60862            ! Changes5.6
60863 ____________________________________________________________________________
60864 [  7108] By: jhi                                   on 2000/10/02  23:15:46
60865         Log: Retract #7091 as suggested in
60866              
60867              From: Robin Barker <rmb1@cise.npl.co.uk> 
60868              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
60869              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
60870              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
60871      Branch: perl
60872            ! embed.pl proto.h
60873 ____________________________________________________________________________
60874 [  7107] By: nick                                  on 2000/10/02  18:23:14
60875         Log: A few tweaks to get Tk803 to work with Encode scheme.
60876      Branch: perl
60877            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
60878 ____________________________________________________________________________
60879 [  7106] By: nick                                  on 2000/10/01  21:34:14
60880         Log: Add checking cases to Encode's toUnicode and fromUnicode.
60881      Branch: perl
60882            ! ext/Encode/Encode.pm
60883 ____________________________________________________________________________
60884 [  7105] By: nick                                  on 2000/10/01  17:18:01
60885         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
60886              To read and use them.
60887              Add a lib/encode.t which checks a few things.
60888      Branch: perl
60889            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
60890            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
60891            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
60892            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
60893            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
60894            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
60895            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
60896            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
60897            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
60898            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
60899            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
60900            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
60901            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
60902            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
60903            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
60904            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
60905            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
60906            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
60907            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
60908            + ext/Encode/Encode/iso2022-jp.enc
60909            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
60910            + ext/Encode/Encode/iso8859-1.enc
60911            + ext/Encode/Encode/iso8859-2.enc
60912            + ext/Encode/Encode/iso8859-3.enc
60913            + ext/Encode/Encode/iso8859-4.enc
60914            + ext/Encode/Encode/iso8859-5.enc
60915            + ext/Encode/Encode/iso8859-6.enc
60916            + ext/Encode/Encode/iso8859-7.enc
60917            + ext/Encode/Encode/iso8859-8.enc
60918            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
60919            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
60920            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
60921            + ext/Encode/Encode/macCentEuro.enc
60922            + ext/Encode/Encode/macCroatian.enc
60923            + ext/Encode/Encode/macCyrillic.enc
60924            + ext/Encode/Encode/macDingbats.enc
60925            + ext/Encode/Encode/macGreek.enc
60926            + ext/Encode/Encode/macIceland.enc
60927            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
60928            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
60929            + ext/Encode/Encode/macTurkish.enc
60930            + ext/Encode/Encode/macUkraine.enc
60931            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
60932            + t/lib/encode.t
60933            ! MANIFEST ext/Encode/Encode.pm
60934 ____________________________________________________________________________
60935 [  7104] By: nick                                  on 2000/09/30  13:04:30
60936         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
60937              From: Daniel Chetlin <daniel@chetlin.com>
60938              Date: Mon, 18 Sep 2000 05:05:40 -0700
60939              Message-Id: <20000918050540.C652@ilmd>
60940      Branch: perl
60941            ! lib/overload.pm sv.c t/pragma/overload.t
60942 ____________________________________________________________________________
60943 [  7103] By: nick                                  on 2000/09/30  12:53:36
60944         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
60945              From: Johan Vromans <jvromans@squirrel.nl>
60946              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
60947              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
60948      Branch: perl
60949            ! pod/Makefile.SH
60950 ____________________________________________________________________________
60951 [  7102] By: nick                                  on 2000/09/30  12:52:31
60952         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
60953              From: Spider Boardman <spider@Orb.Nashua.NH.US>
60954              Date: Sat, 16 Sep 2000 16:36:45 -0400
60955              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
60956      Branch: perl
60957            ! ext/B/B/Deparse.pm
60958 ____________________________________________________________________________
60959 [  7101] By: nick                                  on 2000/09/30  12:51:41
60960         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
60961              From: Craig A. Berry <craig.berry@psinetcs.com>
60962              Date: Sat, 16 Sep 2000 10:11:10 -0500
60963              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
60964      Branch: perl
60965            ! vms/vms.c
60966 ____________________________________________________________________________
60967 [  7100] By: nick                                  on 2000/09/30  12:50:33
60968         Log: Subject: Re: unicode support and perl [ID 20000901.097]
60969              From: Spider Boardman <spider@Orb.Nashua.NH.US>
60970              Date: Fri, 15 Sep 2000 16:37:58 -0400
60971              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
60972      Branch: perl
60973            ! t/op/append.t
60974 ____________________________________________________________________________
60975 [  7099] By: nick                                  on 2000/09/30  12:49:35
60976         Log: Subject: Re: unicode support and perl [ID 20000901.097]
60977              From: Spider Boardman <spider@Orb.Nashua.NH.US>
60978              Date: Fri, 15 Sep 2000 16:25:30 -0400
60979              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
60980      Branch: perl
60981            ! pp_hot.c
60982 ____________________________________________________________________________
60983 [  7098] By: nick                                  on 2000/09/30  12:48:00
60984         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
60985              From: Gisle Aas <gisle@ActiveState.com>
60986              Date: 15 Sep 2000 16:23:41 +0200
60987              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
60988      Branch: perl
60989            ! toke.c
60990 ____________________________________________________________________________
60991 [  7097] By: nick                                  on 2000/09/30  12:45:16
60992         Log: Subject: [PATCH] Nits in perlmod.pod
60993              From: Daniel Chetlin <daniel@chetlin.com>
60994              Date: Fri, 15 Sep 2000 02:04:09 -0700
60995              Message-Id: <20000915020409.A2104@ilmd>
60996      Branch: perl
60997            ! pod/perlmod.pod
60998 ____________________________________________________________________________
60999 [  7096] By: nick                                  on 2000/09/30  12:18:00
61000         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
61001              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
61002              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
61003              0 to checking to get the warning.
61004      Branch: perl
61005            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
61006            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
61007            ! regexec.c sv.c toke.c utf8.c
61008 ____________________________________________________________________________
61009 [  7095] By: nick                                  on 2000/09/15  16:55:59
61010         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
61011              
61012              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
61013              From: Spider Boardman <spider@Orb.Nashua.NH.US>
61014              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
61015              Date: Fri, 15 Sep 2000 06:37:30 -0400
61016      Branch: perl
61017            ! ext/Encode/Encode.xs sv.c
61018 ____________________________________________________________________________
61019 [  7094] By: jhi                                   on 2000/09/15  03:23:32
61020         Log: Update Changes.
61021      Branch: perl
61022            ! Changes patchlevel.h
61023 ____________________________________________________________________________
61024 [  7093] By: jhi                                   on 2000/09/15  03:11:44
61025         Log: Fix for the charnames.t failures from Spider Boardman.
61026      Branch: perl
61027            ! toke.c
61028 ____________________________________________________________________________
61029 [  7092] By: jhi                                   on 2000/09/15  00:15:48
61030         Log: Botched the #7090 check-in.
61031      Branch: perl
61032            ! sv.c
61033 ____________________________________________________________________________
61034 [  7091] By: jhi                                   on 2000/09/14  23:33:24
61035         Log: Part of #7081 didn't come through.
61036      Branch: perl
61037            ! embed.pl proto.h
61038 ____________________________________________________________________________
61039 [  7090] By: jhi                                   on 2000/09/14  23:17:39
61040         Log: Subject: Re: perl@7078 
61041              From: Spider Boardman <spider@web.zk3.dec.com>
61042              Date: Thu, 14 Sep 2000 19:06:36 -0400
61043              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
61044      Branch: perl
61045            ! sv.c toke.c
61046 ____________________________________________________________________________
61047 [  7089] By: jhi                                   on 2000/09/14  23:11:21
61048         Log: Small portability tweaks.
61049      Branch: perl
61050            ! ext/Encode/Encode.xs
61051 ____________________________________________________________________________
61052 [  7088] By: jhi                                   on 2000/09/14  22:57:23
61053         Log: Fake return to pacify picky compilers.
61054      Branch: perl
61055            ! ext/Encode/Encode.xs
61056 ____________________________________________________________________________
61057 [  7087] By: jhi                                   on 2000/09/14  22:53:37
61058         Log: Subject: [PATCH] utf8.c apidoc
61059              From: Simon Cozens <simon@cozens.net>
61060              Date: Thu, 14 Sep 2000 23:46:57 +0100
61061              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
61062      Branch: perl
61063            ! perlapi.c pod/perlapi.pod utf8.c
61064 ____________________________________________________________________________
61065 [  7086] By: jhi                                   on 2000/09/14  22:40:38
61066         Log: We don't need to count the high bit bytes, a boolean is enough. 
61067      Branch: perl
61068            ! sv.c
61069 ____________________________________________________________________________
61070 [  7085] By: jhi                                   on 2000/09/14  21:20:09
61071         Log: Replace #7084 with
61072              
61073              Subject: Re: perl@7078 
61074              From: Spider Boardman <spider@web.zk3.dec.com>
61075              Date: Thu, 14 Sep 2000 17:09:36 -0400
61076              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
61077      Branch: perl
61078            ! sv.c utf8.c
61079 ____________________________________________________________________________
61080 [  7084] By: jhi                                   on 2000/09/14  20:03:34
61081         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
61082              convertible to bytes by checking it doesn't go above 0xc3
61083              
61084              Subject: Re: perl@7078
61085              From: Simon Cozens <simon@cozens.net>
61086              Date: Thu, 14 Sep 2000 20:59:19 +0100
61087              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
61088      Branch: perl
61089            ! utf8.c
61090 ____________________________________________________________________________
61091 [  7083] By: jhi                                   on 2000/09/14  19:38:47
61092         Log: Subject: Re: perl@7078
61093              From: Simon Cozens <simon@cozens.net>
61094              Date: Thu, 14 Sep 2000 20:13:09 +0100
61095              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
61096      Branch: perl
61097            ! t/op/bop.t
61098 ____________________________________________________________________________
61099 [  7082] By: jhi                                   on 2000/09/14  17:50:44
61100         Log: The one that got away.
61101      Branch: perl
61102            ! lib/File/Find.pm
61103 ____________________________________________________________________________
61104 [  7081] By: jhi                                   on 2000/09/14  17:45:35
61105         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
61106              From: Robin Barker <rmb1@cise.npl.co.uk>
61107              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
61108              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
61109      Branch: perl
61110            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
61111            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
61112            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
61113            ! regcomp.c toke.c universal.c
61114 ____________________________________________________________________________
61115 [  7080] By: jhi                                   on 2000/09/14  17:40:35
61116         Log: Problems picked up by AIX cc.
61117              
61118              Subject: Re: perl@7078 (patch included)
61119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61120              Date: Thu, 14 Sep 2000 18:53:30 +0200
61121              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
61122      Branch: perl
61123            ! ext/Encode/Encode.xs
61124 ____________________________________________________________________________
61125 [  7079] By: jhi                                   on 2000/09/14  17:38:27
61126         Log: Subject: File::Find 5.7.0 POD nits
61127              From: Rich Morin <rdm@cfcl.com>
61128              Date: Wed, 13 Sep 2000 22:03:58 -0700
61129              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
61130      Branch: perl
61131            ! lib/File/Find.pm
61132 ____________________________________________________________________________
61133 [  7078] By: jhi                                   on 2000/09/14  14:58:20
61134         Log: Update Changes.
61135      Branch: perl
61136            ! Changes patchlevel.h
61137 ____________________________________________________________________________
61138 [  7077] By: jhi                                   on 2000/09/14  14:55:54
61139         Log: Compilation warnings and an error.
61140      Branch: perl
61141            ! sv.c
61142 ____________________________________________________________________________
61143 [  7076] By: jhi                                   on 2000/09/14  14:42:56
61144         Log: Fix for a parsing bug, not for the original bug.
61145              
61146              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
61147              From: Spider Boardman <spider@web.zk3.dec.com>
61148              Date: Wed, 13 Sep 2000 17:52:20 -0400
61149              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
61150      Branch: perl
61151            ! regcomp.c
61152 ____________________________________________________________________________
61153 [  7075] By: jhi                                   on 2000/09/14  14:40:40
61154         Log: Batch of UTF-8 patches from Simon Cozens.
61155      Branch: perl
61156            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
61157            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
61158            ! toke.c utf8.c
61159 ____________________________________________________________________________
61160 [  7074] By: jhi                                   on 2000/09/14  14:29:58
61161         Log: Subject: Re: Two advertising clauses need to be removed
61162              From: Russ Allbery <rra@stanford.edu>
61163              Date: 13 Sep 2000 18:50:26 -0700
61164              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
61165      Branch: perl
61166            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
61167 ____________________________________________________________________________
61168 [  7073] By: jhi                                   on 2000/09/14  14:28:20
61169         Log: Subject: [PATCH] de-wall t/README
61170              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61171              Date: Wed, 13 Sep 2000 17:46:55 -0700
61172              Message-ID: <//Bw5gzkge/e092yn@efn.org>
61173      Branch: perl
61174            ! t/README
61175 ____________________________________________________________________________
61176 [  7072] By: jhi                                   on 2000/09/14  14:25:10
61177         Log: Hints optimization.
61178              
61179              Subject: Minor nit
61180              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61181              Date: Wed, 13 Sep 2000 21:42:07 +0200
61182              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
61183      Branch: perl
61184            ! hints/hpux.sh
61185 ____________________________________________________________________________
61186 [  7071] By: jhi                                   on 2000/09/14  14:23:30
61187         Log: Allow chop() and chomp() to be overridden.
61188              
61189              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61190              From: "Casey R. Tweten" <crt@kiski.net>
61191              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
61192              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
61193      Branch: perl
61194            ! toke.c
61195 ____________________________________________________________________________
61196 [  7070] By: jhi                                   on 2000/09/14  14:20:36
61197         Log: The return value of setlocale must be copied away.
61198              
61199              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61200              From: Alan Burlison <Alan.Burlison@uk.sun.com>
61201              Date: Wed, 13 Sep 2000 16:27:37 +0100 
61202              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
61203      Branch: perl
61204            ! util.c
61205 ____________________________________________________________________________
61206 [  7069] By: jhi                                   on 2000/09/14  14:16:27
61207         Log: Remove vestiges of tr//CU.
61208              
61209              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61210              From: Nick Clark <nick@plum.flirble.org>
61211              Date: Tue, 12 Sep 2000 22:50:14 +0100
61212              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
61213              
61214              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61215              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61216              Date: Tue, 12 Sep 2000 21:38:48 -0700
61217              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
61218      Branch: perl
61219            ! op.h pod/perlunicode.pod
61220 ____________________________________________________________________________
61221 [  7068] By: jhi                                   on 2000/09/13  14:18:39
61222         Log: Add the Encode extension.  The code is still largely just skeleton.
61223      Branch: perl
61224            + ext/Encode/Encode.pm ext/Encode/Encode.xs
61225            + ext/Encode/Makefile.PL ext/Encode/Todo
61226            ! MANIFEST Todo-5.6
61227 ____________________________________________________________________________
61228 [  7067] By: jhi                                   on 2000/09/12  17:43:33
61229         Log: Allow for whitespace between "#" and "line" in cpp output.
61230              
61231              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
61232              From: Calle Dybedahl <calle@lysator.liu.se>
61233              Date: 12 Sep 2000 19:38:02 +0200 
61234              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
61235      Branch: perl
61236            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
61237 ____________________________________________________________________________
61238 [  7066] By: gsar                                  on 2000/09/12  17:24:29
61239         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
61240              initialization in all the threads on Windows
61241      Branch: perl
61242            ! win32/win32.c
61243 ____________________________________________________________________________
61244 [  7065] By: jhi                                   on 2000/09/12  15:11:31
61245         Log: Update Changes.
61246      Branch: perl
61247            ! Changes patchlevel.h
61248 ____________________________________________________________________________
61249 [  7064] By: jhi                                   on 2000/09/12  14:54:54
61250         Log: Retract #7062, the pod tests are not ready.
61251      Branch: perl
61252            ! t/TEST t/harness
61253 ____________________________________________________________________________
61254 [  7063] By: jhi                                   on 2000/09/12  14:25:41
61255         Log: The #7054 truncated Configure badly.
61256      Branch: metaconfig/U/perl
61257            ! End.U
61258      Branch: perl
61259            ! Configure config_h.SH
61260 ____________________________________________________________________________
61261 [  7062] By: jhi                                   on 2000/09/12  14:08:32
61262         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
61263              From: sthoenna@efn.org
61264              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
61265              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
61266      Branch: perl
61267            ! t/TEST t/harness
61268 ____________________________________________________________________________
61269 [  7061] By: jhi                                   on 2000/09/12  14:07:18
61270         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
61271              From: sthoenna@efn.org
61272              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
61273              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
61274      Branch: perl
61275            ! pod/perlxs.pod
61276 ____________________________________________________________________________
61277 [  7060] By: jhi                                   on 2000/09/12  14:06:08
61278         Log: Break up the myconfig lines a bit.
61279              
61280              Subject: perlbug/perl -V output format
61281              From: sthoenna@efn.org
61282              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
61283              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
61284      Branch: perl
61285            ! myconfig.SH
61286 ____________________________________________________________________________
61287 [  7059] By: jhi                                   on 2000/09/12  14:05:04
61288         Log: Test for the #7049.
61289              
61290              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
61291              From: andreas.koenig@anima.de (Andreas J. Koenig)
61292              Date: 12 Sep 2000 06:42:01 +0200
61293              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
61294      Branch: perl
61295            ! t/op/my.t
61296 ____________________________________________________________________________
61297 [  7058] By: jhi                                   on 2000/09/12  14:03:05
61298         Log: Subject: [patch: perl@7045] vms updates
61299              From: Peter Prymmer <pvhp@forte.com>
61300              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
61301              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
61302      Branch: perl
61303            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
61304 ____________________________________________________________________________
61305 [  7057] By: jhi                                   on 2000/09/12  14:00:51
61306         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
61307              From: sthoenna@efn.org
61308              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
61309              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
61310      Branch: perl
61311            ! t/op/64bitint.t
61312 ____________________________________________________________________________
61313 [  7056] By: jhi                                   on 2000/09/12  13:58:14
61314         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
61315              From: Jeff Pinyan <jeffp@crusoe.net>
61316              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
61317              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
61318      Branch: perl
61319            ! pod/perlfunc.pod
61320 ____________________________________________________________________________
61321 [  7055] By: jhi                                   on 2000/09/12  13:56:32
61322         Log: Do in VMS as the #7054 does.
61323      Branch: perl
61324            ! configure.com
61325 ____________________________________________________________________________
61326 [  7054] By: jhi                                   on 2000/09/12  13:50:31
61327         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
61328              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
61329              Date: Mon, 11 Sep 2000 08:33:09 +0100
61330              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
61331      Branch: metaconfig/U/perl
61332            ! End.U
61333      Branch: perl
61334            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
61335            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
61336 ____________________________________________________________________________
61337 [  7053] By: jhi                                   on 2000/09/12  13:29:19
61338         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
61339              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61340              Date:     Tue, 12 Sep 2000 08:35:59 EDT
61341              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
61342      Branch: perl
61343            ! vms/test.com
61344 ____________________________________________________________________________
61345 [  7052] By: jhi                                   on 2000/09/11  23:01:50
61346         Log: Document the SvUTF8*().
61347      Branch: perl
61348            ! pod/perlapi.pod sv.h
61349 ____________________________________________________________________________
61350 [  7051] By: gsar                                  on 2000/09/11  14:46:30
61351         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
61352              (missed a spot when fixing up op_pmreplroot hack for ithreads)
61353      Branch: perl
61354            ! op.c t/op/split.t
61355 ____________________________________________________________________________
61356 [  7050] By: nick                                  on 2000/09/11  10:03:51
61357         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
61358              
61359              Subject: borland C++ win32.c tweak
61360              From: Vadim Konovalov <vkonovalov@lucent.com>
61361              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
61362              Date: Mon, 11 Sep 2000 11:22:33 +0400
61363      Branch: perl
61364            ! win32/win32.c
61365 ____________________________________________________________________________
61366 [  7049] By: nick                                  on 2000/09/11  09:57:33
61367         Log: Point fix for s/// on foreach (keys %xxx).
61368      Branch: perl
61369            ! pp_hot.c
61370 ____________________________________________________________________________
61371 [  7048] By: jhi                                   on 2000/09/10  23:37:09
61372         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
61373              by Pod::Text, from Brad Appleton.
61374      Branch: perl
61375            ! t/pod/testp2pt.pl
61376 ____________________________________________________________________________
61377 [  7047] By: jhi                                   on 2000/09/10  14:32:53
61378         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
61379              by Russ Allbery.
61380      Branch: perl
61381            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
61382 ____________________________________________________________________________
61383 [  7046] By: jhi                                   on 2000/09/10  14:15:08
61384         Log: Upgrade to CPAN 1.57_65, from Andreas König.
61385      Branch: perl
61386            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61387 ____________________________________________________________________________
61388 [  7045] By: jhi                                   on 2000/09/08  21:36:32
61389         Log: Update Changes.
61390      Branch: perl
61391            ! Changes patchlevel.h
61392 ____________________________________________________________________________
61393 [  7044] By: jhi                                   on 2000/09/08  21:29:56
61394         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
61395              From: Peter Prymmer <pvhp@forte.com>
61396              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
61397              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
61398      Branch: perl
61399            ! configure.com
61400 ____________________________________________________________________________
61401 [  7043] By: jhi                                   on 2000/09/08  21:27:50
61402         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
61403              From: Peter Prymmer <pvhp@forte.com>
61404              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
61405              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
61406      Branch: perl
61407            ! Makefile.SH installperl
61408 ____________________________________________________________________________
61409 [  7042] By: jhi                                   on 2000/09/08  21:23:21
61410         Log: Continue #7041.
61411      Branch: perl
61412            ! cygwin/Makefile.SHs os2/Makefile.SHs
61413 ____________________________________________________________________________
61414 [  7041] By: jhi                                   on 2000/09/08  21:18:10
61415         Log: Do away with memory models cruft.  Sorry, PDP users.
61416      Branch: metaconfig
61417            ! U/modified/cc.U U/modified/libpth.U
61418      Branch: perl
61419            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
61420            ! Porting/config_H cflags.SH config_h.SH configure.com
61421            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
61422            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
61423            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
61424 ____________________________________________________________________________
61425 [  7040] By: jhi                                   on 2000/09/08  14:34:18
61426         Log: Major rewrite of s2p.  And I mean really major, it is
61427              an implementation of sed in perl.  If called as s2p it
61428              will function as s2p.  Note: needs non-UNIXifying.
61429              
61430              Subject: s2p
61431              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
61432              Date: Mon, 28 Aug 2000 14:05:12 +0200
61433              Message-ID: <39AA5578.2102E2AA@alcatel.at>
61434      Branch: perl
61435            ! x2p/s2p.PL
61436 ____________________________________________________________________________
61437 [  7039] By: jhi                                   on 2000/09/08  14:19:49
61438         Log: Re-allow vec() for characters > 255.
61439              
61440              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
61441              From: Spider Boardman <spider@web.zk3.dec.com>
61442              Date: Fri, 08 Sep 2000 02:21:02 -0400
61443              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
61444      Branch: perl
61445            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
61446            ! t/op/vec.t
61447 ____________________________________________________________________________
61448 [  7038] By: jhi                                   on 2000/09/08  14:14:18
61449         Log: Subject: [PATCH lib/Benchmark.pm]
61450              From: <abigail@foad.org>
61451              Date: Thu, 7 Sep 2000 15:03:20 -0400
61452              Message-ID: <20000907190320.888.qmail@foad.org>
61453      Branch: perl
61454            ! lib/Benchmark.pm
61455 ____________________________________________________________________________
61456 [  7037] By: jhi                                   on 2000/09/08  14:11:06
61457         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
61458              
61459              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
61460              From: Spider Boardman <spider@web.zk3.dec.com>
61461              Date: Fri, 08 Sep 2000 01:30:27 -0400
61462              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
61463      Branch: perl
61464            ! op.c
61465 ____________________________________________________________________________
61466 [  7036] By: jhi                                   on 2000/09/08  14:08:58
61467         Log: Subject: [ID 20000908.002] perlipc documentation bug.
61468              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
61469              Date: Fri, 08 Sep 2000 12:38:32 +0200
61470              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
61471      Branch: perl
61472            ! pod/perlipc.pod
61473 ____________________________________________________________________________
61474 [  7035] By: jhi                                   on 2000/09/08  14:03:12
61475         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61477              Date: Fri, 08 Sep 2000 11:47:34 +0200
61478              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
61479      Branch: perl
61480            ! hints/dec_osf.sh
61481 ____________________________________________________________________________
61482 [  7034] By: jhi                                   on 2000/09/08  13:59:35
61483         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
61484              From: Simon Cozens <simon@cozens.net>
61485              Date: Thu, 7 Sep 2000 20:40:38 +0100
61486              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
61487      Branch: perl
61488            ! pp_hot.c
61489 ____________________________________________________________________________
61490 [  7033] By: jhi                                   on 2000/09/08  04:03:03
61491         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
61492              From: "Larry W. Virden" <lvirden@cas.org>
61493              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
61494              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
61495      Branch: perl
61496            ! pod/perldiag.pod
61497 ____________________________________________________________________________
61498 [  7032] By: jhi                                   on 2000/09/07  22:18:30
61499         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
61500              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
61501              Date: Mon, 04 Sep 2000 13:16:38 -0700
61502              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
61503      Branch: perl
61504            ! lib/perl5db.pl
61505 ____________________________________________________________________________
61506 [  7031] By: jhi                                   on 2000/09/07  22:02:29
61507         Log: Fix the ccversion detection for 5.1 and beyond.
61508              
61509              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61510              From: Spider Boardman <spider@leggy.zk3.dec.com>
61511              Date: Thu, 7 Sep 2000 17:54:27 -0400
61512              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
61513      Branch: perl
61514            ! hints/dec_osf.sh
61515 ____________________________________________________________________________
61516 [  7030] By: jhi                                   on 2000/09/07  19:12:28
61517         Log: Fix for
61518              
61519              Subject: [ID 20000903.001] \w in utf8-strings
61520              From: Marc Lehmann <pcg@goof.com>
61521              Date: Sun, 03 Sep 2000 09:44:29 +0200
61522              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
61523              
61524              and various related nits.
61525      Branch: perl
61526            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
61527 ____________________________________________________________________________
61528 [  7029] By: jhi                                   on 2000/09/07  18:49:09
61529         Log: Fix the URL, but the server is still missing in action.
61530              
61531              Subject: [ID 20000905.002] perlfaq1.pod URL error
61532              From: "Larry W. Virden" <lvirden@cas.org>
61533              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
61534              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
61535      Branch: perl
61536            ! pod/perlfaq1.pod
61537 ____________________________________________________________________________
61538 [  7028] By: jhi                                   on 2000/09/07  18:47:13
61539         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
61540              From: Hugo <hv@crypt.compulink.co.uk>
61541              Date: Tue, 05 Sep 2000 14:13:37 +0100
61542              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
61543      Branch: perl
61544            ! toke.c
61545 ____________________________________________________________________________
61546 [  7027] By: jhi                                   on 2000/09/07  18:45:35
61547         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
61548              From: Daniel Chetlin <daniel@chetlin.com>
61549              Date: Tue, 5 Sep 2000 04:57:07 -0700
61550              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
61551      Branch: perl
61552            ! pod/perlfaq6.pod pod/perlop.pod
61553 ____________________________________________________________________________
61554 [  7026] By: jhi                                   on 2000/09/07  18:44:01
61555         Log: Document the new ref() semantics.
61556              
61557              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
61558              From: Gisle Aas <gisle@ActiveState.com>
61559              Date: 05 Sep 2000 08:10:30 +0200
61560              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
61561      Branch: perl
61562            ! pod/perldelta.pod
61563 ____________________________________________________________________________
61564 [  7025] By: jhi                                   on 2000/09/07  18:42:27
61565         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
61566              
61567              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
61568              From: Gisle Aas <gisle@ActiveState.com>
61569              Date: 05 Sep 2000 08:11:40 +0200
61570              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
61571      Branch: perl
61572            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
61573 ____________________________________________________________________________
61574 [  7024] By: jhi                                   on 2000/09/07  18:39:32
61575         Log: Subject: [PATCH] Modernize Opcode.pm documentation
61576              From: Gisle Aas <gisle@ActiveState.com>
61577              Date: 4 Sep 2000 00:18:55 -0000
61578              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
61579      Branch: perl
61580            ! ext/Opcode/Opcode.pm
61581 ____________________________________________________________________________
61582 [  7023] By: jhi                                   on 2000/09/07  18:37:42
61583         Log: Subject: [PATCH] Tied filehandle documentation
61584              From: Gisle Aas <gisle@ActiveState.com>
61585              Date: 4 Sep 2000 00:14:40 -0000
61586              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
61587      Branch: perl
61588            ! pod/perlfunc.pod pod/perltie.pod
61589 ____________________________________________________________________________
61590 [  7022] By: jhi                                   on 2000/09/07  18:35:37
61591         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
61592              From: Gisle Aas <gisle@ActiveState.com>
61593              Date: 4 Sep 2000 00:04:22 -0000
61594              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
61595      Branch: perl
61596            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
61597 ____________________________________________________________________________
61598 [  7021] By: jhi                                   on 2000/09/07  18:33:22
61599         Log: Subject: small apidoc fix
61600              From: Marc Lehmann <pcg@goof.com>
61601              Date: Sun, 3 Sep 2000 05:12:06 +0200
61602              Message-ID: <20000903051206.A5909@cerebro.laendle>
61603      Branch: perl
61604            ! pod/perlapi.pod utf8.c
61605 ____________________________________________________________________________
61606 [  7020] By: jhi                                   on 2000/09/07  16:14:57
61607         Log: Tiny perldelta nits.
61608      Branch: perl
61609            ! pod/perldelta.pod
61610 ____________________________________________________________________________
61611 [  7019] By: jhi                                   on 2000/09/07  16:04:20
61612         Log: Guard against bad string->int conversion for quads.
61613      Branch: perl
61614            ! t/op/64bitint.t
61615 ____________________________________________________________________________
61616 [  7018] By: jhi                                   on 2000/09/06  17:07:03
61617         Log: Update Unicode todo list.
61618      Branch: perl
61619            ! Todo-5.6
61620 ____________________________________________________________________________
61621 [  7017] By: jhi                                   on 2000/09/05  21:16:01
61622         Log: Document the SvIOK_.*UV().
61623      Branch: perl
61624            ! pod/perlapi.pod sv.h
61625 ____________________________________________________________________________
61626 [  7016] By: nick                                  on 2000/09/03  21:54:46
61627         Log: Hash lookup of constant strings optimization:
61628              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
61629              to string table (as per sharepvn). Add newSV_pvn_share to create such
61630              a thing. Make hv.c compare addresses of strings and skip string compare
61631              if equal. Make method_named and helem ops use these shared-string SVs
61632              when arg is constant. Make keys op return shared-string SVs (less clearly
61633              a win).
61634      Branch: perl
61635            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
61636            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
61637            ! pod/perlintern.pod pp_hot.c proto.h sv.c
61638 ____________________________________________________________________________
61639 [  7015] By: jhi                                   on 2000/09/02  17:48:59
61640         Log: This is 5.7.0.
61641      Branch: perl
61642            ! Changes
61643 ____________________________________________________________________________
61644 [  7014] By: jhi                                   on 2000/09/02  17:35:45
61645         Log: Changes and patchlevel tweaks.
61646      Branch: perl
61647            ! Changes patchlevel.h
61648 ____________________________________________________________________________
61649 [  7013] By: jhi                                   on 2000/09/02  17:30:50
61650         Log: Update Changes.
61651      Branch: perl
61652            ! Changes patchlevel.h
61653 ____________________________________________________________________________
61654 [  7012] By: nick                                  on 2000/09/02  17:25:20
61655         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
61656      Branch: perl
61657            ! gv.c lib/overload.pm
61658 ____________________________________________________________________________
61659 [  7011] By: jhi                                   on 2000/09/02  17:16:25
61660         Log: Update perlhist.
61661      Branch: perl
61662            ! pod/perlhist.pod
61663 ____________________________________________________________________________
61664 [  7010] By: jhi                                   on 2000/09/02  17:01:35
61665         Log: perldelta nits.
61666      Branch: perl
61667            ! pod/perldelta.pod
61668 ____________________________________________________________________________
61669 [  7009] By: nick                                  on 2000/09/02  16:48:35
61670         Log: If overloaded %{} etc. return the object do not loop.
61671              Thus  sub deref { $_[0] } functions if object is wanted type.
61672      Branch: perl
61673            ! pp.h
61674 ____________________________________________________________________________
61675 [  7008] By: jhi                                   on 2000/09/02  16:26:11
61676         Log: Retab MANIFEST.
61677      Branch: perl
61678            ! ext/Storable/MANIFEST
61679 ____________________________________________________________________________
61680 [  7007] By: jhi                                   on 2000/09/02  16:23:02
61681         Log: Make certain cc is set before trying to run it.
61682      Branch: perl
61683            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
61684 ____________________________________________________________________________
61685 [  7006] By: jhi                                   on 2000/09/02  15:45:41
61686         Log: Unicode notes.
61687      Branch: perl
61688            ! pod/perldelta.pod
61689 ____________________________________________________________________________
61690 [  7005] By: jhi                                   on 2000/09/02  15:42:11
61691         Log: Various Configure nits by Philip Newton,
61692              plus the ebcdic one by me.
61693      Branch: metaconfig
61694            + U/modified/pager.U
61695            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
61696      Branch: metaconfig/U/perl
61697            ! Devel.U quadfio.U
61698      Branch: perl
61699            ! Configure config_h.SH
61700 ____________________________________________________________________________
61701 [  7004] By: jhi                                   on 2000/09/02  15:06:14
61702         Log: Apparently avoiding the swapping is too costly.
61703              
61704              From: "Ben Tilly" <ben_tilly@hotmail.com>
61705              Subject: Re: the door is closed.
61706              Date: Fri, 01 Sep 2000 20:23:16 EDT
61707              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
61708      Branch: perl
61709            ! pod/perlfaq4.pod
61710 ____________________________________________________________________________
61711 [  7003] By: nick                                  on 2000/09/02  12:26:04
61712         Log: Undo part of change 6489 which looks like a bulk edit which
61713              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
61714              The supressing of main:: on return from select() is undesirable.
61715      Branch: perl
61716            ! pp_sys.c
61717 ____________________________________________________________________________
61718 [  7002] By: jhi                                   on 2000/09/01  23:08:54
61719         Log: Update Changes.
61720      Branch: perl
61721            ! Changes patchlevel.h
61722 ____________________________________________________________________________
61723 [  7001] By: jhi                                   on 2000/09/01  23:00:13
61724         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
61725              From: Peter Prymmer <pvhp@forte.com>
61726              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
61727              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
61728              
61729              plus rework the http: spots as suggested by Tom Christiansen,
61730              plus regen perltoc.
61731      Branch: perl
61732            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
61733            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
61734 ____________________________________________________________________________
61735 [  7000] By: jhi                                   on 2000/09/01  22:36:01
61736         Log: Only the first line, thank you very much.
61737      Branch: perl
61738            ! hints/solaris_2.sh
61739 ____________________________________________________________________________
61740 [  6999] By: gsar                                  on 2000/09/01  22:16:40
61741         Log: change#6791 accidentally clobbered change#6710, put it back
61742      Branch: perl
61743            ! win32/win32.c
61744 ____________________________________________________________________________
61745 [  6998] By: jhi                                   on 2000/09/01  22:14:16
61746         Log: Mention the HP-UX LP64 freak failure.
61747      Branch: perl
61748            ! pod/perldelta.pod
61749 ____________________________________________________________________________
61750 [  6997] By: jhi                                   on 2000/09/01  21:48:32
61751         Log: Detypo.
61752      Branch: perl
61753            ! hints/hpux.sh
61754 ____________________________________________________________________________
61755 [  6996] By: jhi                                   on 2000/09/01  21:27:10
61756         Log: Update Changes.
61757      Branch: perl
61758            ! Changes patchlevel.h
61759 ____________________________________________________________________________
61760 [  6995] By: jhi                                   on 2000/09/01  21:14:24
61761         Log: Mi splgn s gnin.g
61762      Branch: perl
61763            ! pp_ctl.c
61764 ____________________________________________________________________________
61765 [  6994] By: jhi                                   on 2000/09/01  21:09:54
61766         Log: Subject: http:// in L<>
61767              From: Nicholas Clark <nick@ccl4.org>
61768              Date: Fri, 1 Sep 2000 22:03:21 +0100
61769              Message-ID: <20000901220321.B72074@plum.flirble.org>
61770      Branch: perl
61771            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
61772 ____________________________________________________________________________
61773 [  6993] By: jhi                                   on 2000/09/01  21:06:54
61774         Log: Update to Storable 1.0, from Raphael Manfredi.
61775      Branch: perl
61776            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
61777            ! ext/Storable/Makefile.PL ext/Storable/README
61778            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
61779            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
61780            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
61781            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
61782            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
61783            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
61784 ____________________________________________________________________________
61785 [  6992] By: jhi                                   on 2000/09/01  20:43:05
61786         Log: Mention known sfio+linux buglet.
61787      Branch: perl
61788            ! pod/perldelta.pod
61789 ____________________________________________________________________________
61790 [  6991] By: jhi                                   on 2000/09/01  20:40:11
61791         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
61792              From: Peter Prymmer <pvhp@forte.com>
61793              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
61794              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
61795      Branch: perl
61796            ! vms/vms.c
61797 ____________________________________________________________________________
61798 [  6990] By: jhi                                   on 2000/09/01  20:25:26
61799         Log: Retract #6986.
61800      Branch: perl
61801            ! hints/solaris_2.sh
61802 ____________________________________________________________________________
61803 [  6989] By: jhi                                   on 2000/09/01  20:23:00
61804         Log: Mergesort is back.
61805      Branch: perl
61806            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
61807 ____________________________________________________________________________
61808 [  6988] By: jhi                                   on 2000/09/01  19:37:40
61809         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
61810              From: Mike Guy <mjtg@cam.ac.uk>
61811              Date: Fri, 01 Sep 2000 17:43:33 +0100
61812              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
61813      Branch: perl
61814            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
61815            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
61816 ____________________________________________________________________________
61817 [  6987] By: jhi                                   on 2000/09/01  19:17:10
61818         Log: Regen perltoc.
61819      Branch: perl
61820            ! pod/perltoc.pod
61821 ____________________________________________________________________________
61822 [  6986] By: jhi                                   on 2000/09/01  18:51:10
61823         Log: Subject: Re: Solaris x86 has no SPARC libraries!
61824              From: Lupe Christoph <lupe@lupe-christoph.de>
61825              Date: Fri, 1 Sep 2000 20:41:20 +0200
61826              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
61827      Branch: perl
61828            ! hints/solaris_2.sh
61829 ____________________________________________________________________________
61830 [  6985] By: jhi                                   on 2000/09/01  18:28:10
61831         Log: Update Changes.
61832      Branch: perl
61833            ! Changes patchlevel.h
61834 ____________________________________________________________________________
61835 [  6984] By: jhi                                   on 2000/09/01  18:26:53
61836         Log: Feature ordering tweak.
61837      Branch: perl
61838            ! myconfig.SH
61839 ____________________________________________________________________________
61840 [  6983] By: jhi                                   on 2000/09/01  18:19:50
61841         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61842              From: <abigail@foad.org>
61843              Date: Fri, 1 Sep 2000 13:07:32 -0400
61844              Message-ID: <20000901170732.18249.qmail@foad.org>
61845      Branch: perl
61846            ! t/pragma/overload.t
61847 ____________________________________________________________________________
61848 [  6982] By: jhi                                   on 2000/09/01  18:17:54
61849         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
61850              so that case-ignoring systems like DCL can tell them from
61851              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
61852      Branch: metaconfig/U/perl
61853            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
61854      Branch: perl
61855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61856            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
61857            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
61858            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
61859            ! vos/config.def vos/config.h vos/config_h.SH_orig
61860            ! win32/config.bc win32/config.gc win32/config.vc
61861 ____________________________________________________________________________
61862 [  6981] By: nick                                  on 2000/09/01  17:21:57
61863         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
61864              warning when UNTIE exists and instead pass the count of extra references to
61865              the UNTIE method.
61866      Branch: perl
61867            ! pod/perltie.pod pp_sys.c
61868 ____________________________________________________________________________
61869 [  6980] By: jhi                                   on 2000/09/01  16:54:44
61870         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
61871              From: Peter Prymmer <pvhp@forte.com>
61872              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
61873              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
61874      Branch: perl
61875            ! configure.com
61876 ____________________________________________________________________________
61877 [  6979] By: jhi                                   on 2000/09/01  16:06:20
61878         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
61879              From: Mike Guy <mjtg@cam.ac.uk> 
61880              Date: Fri, 01 Sep 2000 16:49:27 +0100
61881              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
61882      Branch: perl
61883            ! t/base/rs.t
61884 ____________________________________________________________________________
61885 [  6978] By: jhi                                   on 2000/09/01  16:00:42
61886         Log: Update to PodParser 1.18, from Brad Appleton.
61887      Branch: perl
61888            ! lib/Pod/Checker.pm t/pod/find.t
61889 ____________________________________________________________________________
61890 [  6977] By: jhi                                   on 2000/09/01  14:48:58
61891         Log: Subject: Nit in Configure (bleadperl@6961)
61892              From: Lupe Christoph <lupe@lupe-christoph.de>
61893              Date: Fri, 1 Sep 2000 16:34:29 +0200
61894              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
61895      Branch: metaconfig
61896            ! U/compline/ccflags.U
61897      Branch: perl
61898            ! Configure config_h.SH
61899 ____________________________________________________________________________
61900 [  6976] By: jhi                                   on 2000/09/01  14:39:52
61901         Log: Update Changes.
61902      Branch: perl
61903            ! Changes patchlevel.h
61904 ____________________________________________________________________________
61905 [  6975] By: jhi                                   on 2000/09/01  14:37:36
61906         Log: microperl config update.
61907      Branch: perl
61908            ! uconfig.h uconfig.sh
61909 ____________________________________________________________________________
61910 [  6974] By: jhi                                   on 2000/09/01  14:36:53
61911         Log: Document known deficiencies.
61912      Branch: perl
61913            ! pod/perldelta.pod
61914 ____________________________________________________________________________
61915 [  6973] By: jhi                                   on 2000/09/01  14:10:20
61916         Log: Mention warnings fixes and updates.
61917      Branch: perl
61918            ! pod/perldelta.pod
61919 ____________________________________________________________________________
61920 [  6972] By: jhi                                   on 2000/09/01  14:01:52
61921         Log: Drop unused argument.
61922              
61923              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
61924              From: Spider Boardman <spider@web.zk3.dec.com>
61925              Date: Thu, 31 Aug 2000 16:10:15 -0400
61926              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
61927      Branch: perl
61928            ! toke.c
61929 ____________________________________________________________________________
61930 [  6971] By: jhi                                   on 2000/09/01  13:59:24
61931         Log: Add the overload warnings to perldiag.
61932      Branch: perl
61933            ! lib/overload.pm pod/perldiag.pod
61934 ____________________________________________________________________________
61935 [  6970] By: jhi                                   on 2000/09/01  13:55:10
61936         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61937              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
61938              Date: Fri, 1 Sep 2000 13:43:15 +0100 
61939              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
61940      Branch: perl
61941            ! lib/overload.pm t/pragma/overload.t
61942 ____________________________________________________________________________
61943 [  6969] By: jhi                                   on 2000/09/01  13:52:27
61944         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61945              From: <abigail@foad.org>
61946              Date: Fri, 1 Sep 2000 05:46:54 -0400
61947              Message-ID: <20000901094654.6476.qmail@foad.org>
61948      Branch: perl
61949            ! lib/overload.pm
61950 ____________________________________________________________________________
61951 [  6968] By: jhi                                   on 2000/09/01  13:50:05
61952         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
61953              From: Daniel Chetlin <daniel@chetlin.com>
61954              Date: Fri, 1 Sep 2000 02:10:55 -0700
61955              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
61956      Branch: perl
61957            ! pod/perlretut.pod
61958 ____________________________________________________________________________
61959 [  6967] By: jhi                                   on 2000/09/01  13:47:54
61960         Log: Part of the solution.
61961              
61962              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
61963              From: Mike Guy <mjtg@cam.ac.uk>
61964              Date: Fri, 01 Sep 2000 14:16:01 +0100
61965              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
61966      Branch: perl
61967            ! gv.c mg.c
61968 ____________________________________________________________________________
61969 [  6966] By: jhi                                   on 2000/09/01  13:46:17
61970         Log: Subject: CPAN.pm beta 1.57_57 for the core
61971              From: andreas.koenig@anima.de (Andreas J. Koenig)
61972              Date: 01 Sep 2000 15:16:31 +0200
61973              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
61974      Branch: perl
61975            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61976 ____________________________________________________________________________
61977 [  6965] By: jhi                                   on 2000/09/01  13:43:18
61978         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
61979              From: "Craig A. Berry" <craig.berry@psinetcs.com>
61980              Date: Fri, 01 Sep 2000 01:47:22 -0500
61981              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
61982      Branch: perl
61983            ! pod/perldelta.pod vms/vms.c
61984 ____________________________________________________________________________
61985 [  6964] By: jhi                                   on 2000/09/01  13:35:35
61986         Log: File::Temp patches from Andreas König,
61987              
61988              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
61989              From: andreas.koenig@anima.de (Andreas J. Koenig)
61990              Date: 01 Sep 2000 10:07:20 +0200
61991              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
61992              
61993              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
61994              From: andreas.koenig@anima.de (Andreas J. Koenig)
61995              Date: 31 Aug 2000 23:26:08 +0200
61996              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
61997      Branch: perl
61998            ! lib/File/Temp.pm t/lib/ftmp-security.t
61999 ____________________________________________________________________________
62000 [  6963] By: jhi                                   on 2000/09/01  02:22:24
62001         Log: Retract the mergesort code, way too incompatible licensing
62002              and copyrights.
62003      Branch: perl
62004            ! pod/perldelta.pod pp_ctl.c
62005 ____________________________________________________________________________
62006 [  6962] By: jhi                                   on 2000/08/31  23:27:32
62007         Log: Update Changes.
62008      Branch: perl
62009            ! Changes patchlevel.h
62010 ____________________________________________________________________________
62011 [  6961] By: jhi                                   on 2000/08/31  23:20:04
62012         Log: Small tweaks all over.
62013      Branch: metaconfig
62014            ! U/compline/d_gconvert.U
62015      Branch: perl
62016            ! AUTHORS Configure config_h.SH pp_ctl.c
62017 ____________________________________________________________________________
62018 [  6960] By: jhi                                   on 2000/08/31  22:39:36
62019         Log: Further rewording.
62020      Branch: perl
62021            ! pp_ctl.c
62022 ____________________________________________________________________________
62023 [  6959] By: jhi                                   on 2000/08/31  21:26:44
62024         Log: More address tweaking.
62025      Branch: perl
62026            ! AUTHORS Changes
62027 ____________________________________________________________________________
62028 [  6958] By: jhi                                   on 2000/08/31  20:47:25
62029         Log: AUTHORS tweaks, from Peter Prymmer.
62030              
62031              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
62032              From: Peter Prymmer <pvhp@forte.com>
62033              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
62034              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
62035      Branch: perl
62036            ! AUTHORS MAINTAIN
62037 ____________________________________________________________________________
62038 [  6957] By: jhi                                   on 2000/08/31  20:34:43
62039         Log: perldelta tweaks.
62040      Branch: perl
62041            ! pod/perldelta.pod
62042 ____________________________________________________________________________
62043 [  6956] By: jhi                                   on 2000/08/31  19:11:06
62044         Log: Regen perltoc.
62045      Branch: perl
62046            ! pod/perltoc.pod
62047 ____________________________________________________________________________
62048 [  6955] By: jhi                                   on 2000/08/31  19:06:30
62049         Log: Clarify the mergesort situation.
62050      Branch: perl
62051            ! pp_ctl.c
62052 ____________________________________________________________________________
62053 [  6954] By: jhi                                   on 2000/08/31  18:24:17
62054         Log: Move the Solaris 7 scan to use64bitall, make the
62055              failure to find 64-bot sparc libc to mention the
62056              possibility of being in an intel, from Lupe and Alan.
62057      Branch: perl
62058            ! hints/solaris_2.sh
62059 ____________________________________________________________________________
62060 [  6953] By: jhi                                   on 2000/08/31  18:09:20
62061         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
62062              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
62063      Branch: metaconfig
62064            ! U/compline/d_gconvert.U U/threads/archname.U
62065      Branch: metaconfig/U/perl
62066            ! perlxv.U
62067      Branch: perl
62068            ! Configure config_h.SH sv.c
62069 ____________________________________________________________________________
62070 [  6952] By: jhi                                   on 2000/08/31  17:42:24
62071         Log: :: not allowed in pathnames, change to .
62072              
62073              Subject: [PATCH perl@6938] cygwin port
62074              From: "Fifer, Eric" <EFifer@sanwaint.com>
62075              Date: Thu, 31 Aug 2000 16:32:59 +0100
62076              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
62077      Branch: metaconfig/U/perl
62078            ! perlxv.U
62079 ____________________________________________________________________________
62080 [  6951] By: jhi                                   on 2000/08/31  17:02:05
62081         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
62082      Branch: perl
62083            ! perl.h
62084 ____________________________________________________________________________
62085 [  6950] By: jhi                                   on 2000/08/31  16:26:08
62086         Log: More author updates.
62087              
62088              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
62089              From: Simon Cozens <simon@cozens.net>
62090              Date: Thu, 31 Aug 2000 17:13:32 +0100
62091              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
62092      Branch: perl
62093            ! AUTHORS
62094 ____________________________________________________________________________
62095 [  6949] By: jhi                                   on 2000/08/31  16:04:49
62096         Log: POSIX doesn't report long double values under -Duselongdouble
62097              when the long doubles are "real" (bigger than doubles).
62098              
62099              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
62100              From: Spider Boardman <spider@peano.zk3.dec.com>
62101              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
62102              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
62103      Branch: perl
62104            ! ext/POSIX/POSIX.xs
62105 ____________________________________________________________________________
62106 [  6948] By: jhi                                   on 2000/08/31  15:25:10
62107         Log: Update Changes.
62108      Branch: perl
62109            ! Changes patchlevel.h
62110 ____________________________________________________________________________
62111 [  6947] By: jhi                                   on 2000/08/31  15:22:29
62112         Log: Document UNTIE in a very minimalistic way.
62113      Branch: perl
62114            ! pod/perlfunc.pod pod/perltie.pod
62115 ____________________________________________________________________________
62116 [  6946] By: jhi                                   on 2000/08/31  15:15:23
62117         Log: Document known failures.
62118      Branch: perl
62119            ! pod/perldelta.pod
62120 ____________________________________________________________________________
62121 [  6945] By: jhi                                   on 2000/08/31  15:07:00
62122         Log: Don't attach -ld to the archname if pointless.
62123      Branch: metaconfig
62124            ! U/threads/archname.U
62125      Branch: perl
62126            ! Configure config_h.SH
62127 ____________________________________________________________________________
62128 [  6944] By: jhi                                   on 2000/08/31  14:37:42
62129         Log: Wrap the test in eval.
62130              
62131              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
62132              From: Tim Jenness <timj@jach.hawaii.edu>
62133              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
62134              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
62135      Branch: perl
62136            ! t/lib/ftmp-security.t
62137 ____________________________________________________________________________
62138 [  6943] By: jhi                                   on 2000/08/31  14:30:57
62139         Log: Make -Dusemorebits find long doubles in Solaris.
62140      Branch: perl
62141            ! hints/solaris_2.sh
62142 ____________________________________________________________________________
62143 [  6942] By: jhi                                   on 2000/08/31  13:48:45
62144         Log: Clarify the third case of ftmp-security warnings.
62145      Branch: perl
62146            ! INSTALL
62147 ____________________________________________________________________________
62148 [  6941] By: jhi                                   on 2000/08/31  13:40:31
62149         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
62150              From: <abigail@foad.org>
62151              Date: Thu, 31 Aug 2000 01:35:05 -0400
62152              Message-ID: <20000831053505.32120.qmail@foad.org>
62153      Branch: perl
62154            ! pod/perldelta.pod
62155 ____________________________________________________________________________
62156 [  6940] By: jhi                                   on 2000/08/31  13:38:48
62157         Log: Issue useful diagnostic on unknown pod commands.
62158              
62159              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
62160              From: <abigail@foad.org>
62161              Date: Thu, 31 Aug 2000 03:41:18 -0400
62162              Message-ID: <20000831074118.24880.qmail@foad.org>
62163      Branch: perl
62164            ! lib/Pod/Man.pm
62165 ____________________________________________________________________________
62166 [  6939] By: jhi                                   on 2000/08/31  13:34:33
62167         Log: Reveal Borland's isnan.
62168              
62169              Subject: build with BC++ tweak
62170              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
62171              Date: Thu, 31 Aug 2000 13:09:37 +0400
62172              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
62173      Branch: perl
62174            ! win32/win32.h
62175 ____________________________________________________________________________
62176 [  6938] By: jhi                                   on 2000/08/31  05:01:20
62177         Log: Update Changes.
62178      Branch: perl
62179            ! Changes patchlevel.h
62180 ____________________________________________________________________________
62181 [  6937] By: jhi                                   on 2000/08/31  04:26:23
62182         Log: sscanf() may be the only way to read long doubles from strings.
62183      Branch: metaconfig/U/perl
62184            ! longdblfio.U
62185      Branch: perl
62186            ! Configure config_h.SH perl.h util.c
62187 ____________________________________________________________________________
62188 [  6936] By: jhi                                   on 2000/08/31  04:18:19
62189         Log: The #6929 was too skimpy.
62190      Branch: perl
62191            ! sv.c
62192 ____________________________________________________________________________
62193 [  6935] By: jhi                                   on 2000/08/31  02:47:07
62194         Log: Subject: Re: typos in pods
62195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62196              Date: Wed, 30 Aug 2000 19:25:34 -0700
62197              Message-ID: <eIcr5gzkg25X092yn@efn.org>
62198      Branch: perl
62199            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
62200 ____________________________________________________________________________
62201 [  6934] By: jhi                                   on 2000/08/31  02:42:55
62202         Log: Missed one Unicode file.
62203      Branch: perl
62204            + lib/unicode/UCDFF301.html
62205 ____________________________________________________________________________
62206 [  6933] By: jhi                                   on 2000/08/30  23:42:27
62207         Log: Update Changes.
62208      Branch: perl
62209            ! Changes patchlevel.h
62210 ____________________________________________________________________________
62211 [  6932] By: jhi                                   on 2000/08/30  23:40:07
62212         Log: Mention UNTIE in perldelta.  Still needs documenting
62213              in perltie et alia.
62214      Branch: perl
62215            ! pod/perldelta.pod
62216 ____________________________________________________________________________
62217 [  6931] By: jhi                                   on 2000/08/30  23:36:02
62218         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
62219              From: <abigail@foad.org>
62220              Date: Wed, 30 Aug 2000 19:28:07 -0400
62221              Message-ID: <20000830232807.305.qmail@foad.org>
62222      Branch: perl
62223            ! pod/perldelta.pod
62224 ____________________________________________________________________________
62225 [  6930] By: jhi                                   on 2000/08/30  23:32:40
62226         Log: Update to Unicode 3.0.1.
62227      Branch: perl
62228            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
62229            + lib/unicode/PropList.txt lib/unicode/README.perl
62230            + lib/unicode/UCD301.html lib/unicode/Unicode.301
62231            - lib/unicode/Props.txt lib/unicode/UCD300.html
62232            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
62233            ! (edit 257 files)
62234 ____________________________________________________________________________
62235 [  6929] By: jhi                                   on 2000/08/30  22:38:18
62236         Log: Heap decorruption.
62237              
62238              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
62239              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62240              Date: Wed, 30 Aug 2000 22:39:52 +0100
62241              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
62242      Branch: perl
62243            ! sv.c
62244 ____________________________________________________________________________
62245 [  6928] By: jhi                                   on 2000/08/30  22:29:34
62246         Log: Retract the dummy test, skip the security tests (instead of failing),
62247              explain what the warnings mean.
62248      Branch: perl
62249            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
62250 ____________________________________________________________________________
62251 [  6927] By: jhi                                   on 2000/08/30  22:14:13
62252         Log: Change the internal implementation of sort() to be mergesort
62253              instead of quicksort, from John Linderman <jpl@research.att.com>.
62254              Gives us better worst case, better average case, and stability.
62255              What's there not to like?  (Small fixes for threaded builds
62256              were required).
62257      Branch: perl
62258            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
62259 ____________________________________________________________________________
62260 [  6926] By: jhi                                   on 2000/08/30  20:55:20
62261         Log: A better fix for the Socket building problem from Craig Berry.
62262      Branch: perl
62263            ! vms/vms.c
62264 ____________________________________________________________________________
62265 [  6925] By: jhi                                   on 2000/08/30  20:20:25
62266         Log: Subject: [PATCH] Re: UNTIE method 
62267              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62268              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
62269              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
62270      Branch: perl
62271            ! pp_sys.c t/op/tie.t
62272 ____________________________________________________________________________
62273 [  6924] By: jhi                                   on 2000/08/30  20:17:11
62274         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
62275              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62276              Date: Wed, 30 Aug 2000 15:03:14 -0500
62277              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
62278      Branch: perl
62279            ! vms/vms.c
62280 ____________________________________________________________________________
62281 [  6923] By: jhi                                   on 2000/08/30  20:15:18
62282         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
62283              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62284              Date: Wed, 30 Aug 2000 13:30:36 -0500
62285              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
62286      Branch: perl
62287            ! vms/vms.c
62288 ____________________________________________________________________________
62289 [  6922] By: jhi                                   on 2000/08/30  19:54:43
62290         Log: Better options for rsync.
62291      Branch: perl
62292            ! pod/perlhack.pod
62293 ____________________________________________________________________________
62294 [  6921] By: jhi                                   on 2000/08/30  19:40:16
62295         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
62296              From: Rick Delaney <rick@consumercontact.com>
62297              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
62298              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
62299      Branch: perl
62300            ! pod/perlfunc.pod
62301 ____________________________________________________________________________
62302 [  6920] By: jhi                                   on 2000/08/30  19:36:40
62303         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
62304              From: Peter Prymmer <pvhp@forte.com>
62305              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
62306              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
62307      Branch: perl
62308            ! configure.com
62309 ____________________________________________________________________________
62310 [  6919] By: jhi                                   on 2000/08/30  14:52:02
62311         Log: Update Changes.
62312      Branch: perl
62313            ! Changes patchlevel.h
62314 ____________________________________________________________________________
62315 [  6918] By: jhi                                   on 2000/08/30  14:48:34
62316         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
62317      Branch: perl
62318            ! lib/ExtUtils/typemap
62319 ____________________________________________________________________________
62320 [  6917] By: jhi                                   on 2000/08/30  14:46:34
62321         Log: Subject: typos in pods
62322              From: Nicholas Clark <nick@ccl4.org>
62323              Date: Wed, 30 Aug 2000 01:12:50 +0100
62324              Message-ID: <20000830011249.A61388@plum.flirble.org>
62325      Branch: perl
62326            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
62327            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
62328            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
62329            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
62330 ____________________________________________________________________________
62331 [  6916] By: jhi                                   on 2000/08/30  14:19:09
62332         Log: Document Storable problems on Crays.  (Will have
62333              to document all the other Storable problems, too.)
62334      Branch: perl
62335            ! pod/perldelta.pod
62336 ____________________________________________________________________________
62337 [  6915] By: jhi                                   on 2000/08/30  14:06:02
62338         Log: Subject: [PATCH] fix misc cast warnings
62339              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62340              Date: Tue, 29 Aug 2000 23:16:14 -0700
62341              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
62342      Branch: perl
62343            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
62344            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
62345            ! os2/os2ish.h
62346 ____________________________________________________________________________
62347 [  6914] By: jhi                                   on 2000/08/30  14:03:45
62348         Log: Timestamp mismatch again.  Need to fix this dependence on
62349              config_h.SH timestamp, since it's the contents of config_h.SH
62350              that matter.
62351      Branch: perl
62352            ! uconfig.h uconfig.sh
62353 ____________________________________________________________________________
62354 [  6913] By: jhi                                   on 2000/08/30  13:54:06
62355         Log: Don't say "Perl 5.0 source kit".
62356      Branch: perl
62357            ! perl.c
62358 ____________________________________________________________________________
62359 [  6912] By: jhi                                   on 2000/08/30  13:51:24
62360         Log: Reset archname and archname64 always, forcing them be
62361              recomputed at each Configure run, make Configure and
62362              the hints files agree on the naming of largefiles variables.
62363      Branch: metaconfig
62364            ! U/threads/archname.U
62365      Branch: metaconfig/U/perl
62366            ! use64bits.U
62367      Branch: perl
62368            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
62369            ! hints/linux.sh hints/solaris_2.sh
62370 ____________________________________________________________________________
62371 [  6911] By: jhi                                   on 2000/08/30  13:30:13
62372         Log: Put back the slice accidentally removed by #6907.
62373      Branch: perl
62374            ! hints/solaris_2.sh
62375 ____________________________________________________________________________
62376 [  6910] By: jhi                                   on 2000/08/30  01:24:26
62377         Log: Be consistent: other Net::get* do export theirs.
62378              
62379              Subject: Re: Net::protoent does not export 'getproto'
62380              From: Yasushi Nakajima <sey@jkc.co.jp>
62381              Date: Wed, 30 Aug 2000 09:53:14 +0900
62382              Message-Id: <200008300051.DAA24700@taku.hut.fi>
62383      Branch: perl
62384            ! lib/Net/protoent.pm
62385 ____________________________________________________________________________
62386 [  6909] By: jhi                                   on 2000/08/30  01:17:25
62387         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
62388              From: Gurusamy Sarathy <gsar@ActiveState.com>
62389              Date: Tue, 29 Aug 2000 17:17:07 -0700
62390              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
62391      Branch: perl
62392            ! cop.h
62393 ____________________________________________________________________________
62394 [  6908] By: jhi                                   on 2000/08/30  00:58:05
62395         Log: Update Changes.
62396      Branch: perl
62397            ! Changes patchlevel.h
62398 ____________________________________________________________________________
62399 [  6907] By: jhi                                   on 2000/08/30  00:57:22
62400         Log: Introduce ccname to keep track of what compiler kind of we have.
62401      Branch: metaconfig/U/perl
62402            ! Checkcc.U gccvers.U
62403      Branch: perl
62404            ! Configure config_h.SH hints/solaris_2.sh
62405 ____________________________________________________________________________
62406 [  6906] By: jhi                                   on 2000/08/30  00:25:47
62407         Log: Put back the flags dump as reasoned in
62408              
62409              Subject: Re: [PATCH] Glob dumping
62410              From: Mike Guy <mjtg@cam.ac.uk> 
62411              Date: Tue, 29 Aug 2000 21:41:32 +0100
62412              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
62413      Branch: perl
62414            ! dump.c t/lib/peek.t
62415 ____________________________________________________________________________
62416 [  6905] By: jhi                                   on 2000/08/30  00:16:17
62417         Log: Make the epsilon to be relative, not absolute.
62418              
62419              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
62420              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
62421              Date: Tue, 29 Aug 2000 19:58:56 -0400
62422              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
62423      Branch: perl
62424            ! t/lib/trig.t
62425 ____________________________________________________________________________
62426 [  6904] By: jhi                                   on 2000/08/30  00:13:09
62427         Log: From now on, Gisle is on my list of usual suspects :-)
62428              Retract #6902.
62429      Branch: perl
62430            ! ext/Opcode/Safe.pm
62431 ____________________________________________________________________________
62432 [  6903] By: jhi                                   on 2000/08/29  23:51:20
62433         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
62434              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62435              Date: Tue, 29 Aug 2000 18:43:26 -0500
62436              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
62437      Branch: perl
62438            + vms/vmspipe.com
62439            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
62440            ! vms/vms.c
62441 ____________________________________________________________________________
62442 [  6902] By: jhi                                   on 2000/08/29  23:44:14
62443         Log: Retry what #6882 attempted.
62444              
62445              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
62446              From: Gisle Aas <gisle@ActiveState.com>
62447              Date: 30 Aug 2000 00:33:09 +0200
62448              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
62449      Branch: perl
62450            ! ext/Opcode/Safe.pm
62451 ____________________________________________________________________________
62452 [  6901] By: jhi                                   on 2000/08/29  22:59:32
62453         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
62454              From: Hugo <hv@crypt.compulink.co.uk>
62455              Date: Mon, 12 Jun 2000 19:36:08 +0100
62456              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
62457      Branch: perl
62458            ! sv.c
62459 ____________________________________________________________________________
62460 [  6900] By: jhi                                   on 2000/08/29  22:58:35
62461         Log: Admit that we are leaking scalars.
62462              
62463              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
62464              From: Spider Boardman <spider@leggy.zk3.dec.com>
62465              Date: Tue, 29 Aug 2000 18:48:29 -0400
62466              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
62467      Branch: perl
62468            ! t/pragma/warnings.t
62469 ____________________________________________________________________________
62470 [  6899] By: jhi                                   on 2000/08/29  20:53:13
62471         Log: Update Changes.
62472      Branch: perl
62473            ! Changes patchlevel.h
62474 ____________________________________________________________________________
62475 [  6898] By: jhi                                   on 2000/08/29  20:46:21
62476         Log: Undo namespace pollution of #6878.
62477              
62478              Subject: Re: Net::protoent does not export 'getproto'
62479              From: Mike Guy <mjtg@cam.ac.uk>
62480              Date: Tue, 29 Aug 2000 21:32:37 +0100
62481              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
62482      Branch: perl
62483            ! lib/Net/protoent.pm
62484 ____________________________________________________________________________
62485 [  6897] By: jhi                                   on 2000/08/29  20:44:29
62486         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
62487              From: Peter Prymmer <pvhp@forte.com>
62488              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
62489              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
62490      Branch: perl
62491            ! pod/perlebcdic.pod
62492 ____________________________________________________________________________
62493 [  6896] By: jhi                                   on 2000/08/29  20:40:57
62494         Log: There's no point repeating the 'revision' (5) of perl5.
62495      Branch: metaconfig/U/perl
62496            ! Devel.U patchlevel.U
62497      Branch: perl
62498            ! Configure config_h.SH
62499 ____________________________________________________________________________
62500 [  6895] By: jhi                                   on 2000/08/29  20:16:58
62501         Log: Regen Configure for #6894.
62502      Branch: metaconfig/U/perl
62503            ! perladmin.U
62504      Branch: perl
62505            ! Configure config_h.SH
62506 ____________________________________________________________________________
62507 [  6894] By: jhi                                   on 2000/08/29  19:59:52
62508         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
62509              From: "Philip Newton" <Philip.Newton@gmx.net>
62510              Date: Tue, 29 Aug 2000 21:39:14 +0200
62511              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
62512      Branch: perl
62513            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
62514            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
62515            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
62516            ! utils/perlbug.PL
62517 ____________________________________________________________________________
62518 [  6893] By: jhi                                   on 2000/08/29  19:55:30
62519         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
62520              From: "Philip Newton" <Philip.Newton@gmx.net>
62521              Date: Tue, 29 Aug 2000 21:39:14 +0200
62522              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
62523      Branch: perl
62524            ! installhtml
62525 ____________________________________________________________________________
62526 [  6892] By: jhi                                   on 2000/08/29  19:53:59
62527         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
62528              From: "Philip Newton" <Philip.Newton@gmx.net>
62529              Date: Tue, 29 Aug 2000 21:48:18 +0200
62530              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
62531      Branch: perl
62532            ! lib/File/Temp.pm
62533 ____________________________________________________________________________
62534 [  6891] By: jhi                                   on 2000/08/29  18:30:03
62535         Log: Nail the ID 20000828.023.
62536      Branch: perl
62537            ! ext/Storable/Storable.xs
62538 ____________________________________________________________________________
62539 [  6890] By: jhi                                   on 2000/08/29  16:50:17
62540         Log: Under usethreads the dumped variable is IN_PAD.
62541              
62542              Subject: Re: [PATCH] Glob dumping
62543              From: Gisle Aas <gisle@ActiveState.com>
62544              Date: 29 Aug 2000 18:45:05 +0200
62545              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
62546      Branch: perl
62547            ! t/lib/peek.t
62548 ____________________________________________________________________________
62549 [  6889] By: jhi                                   on 2000/08/29  15:17:37
62550         Log: Update Changes.
62551      Branch: perl
62552            ! Changes patchlevel.h
62553 ____________________________________________________________________________
62554 [  6888] By: jhi                                   on 2000/08/29  14:49:59
62555         Log: Retract #6882, broke the safe tests.
62556      Branch: perl
62557            ! ext/Opcode/Safe.pm
62558 ____________________________________________________________________________
62559 [  6887] By: jhi                                   on 2000/08/29  14:47:06
62560         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
62561              From: Gisle Aas <gisle@ActiveState.com> 
62562              Date: 09 Jun 2000 20:00:11 +0200
62563              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
62564      Branch: perl
62565            ! utils/perldoc.PL
62566 ____________________________________________________________________________
62567 [  6886] By: jhi                                   on 2000/08/29  14:42:45
62568         Log: The #6881 removed one dump line.
62569      Branch: perl
62570            ! t/lib/peek.t
62571 ____________________________________________________________________________
62572 [  6885] By: jhi                                   on 2000/08/29  14:30:47
62573         Log: Don't forget to tidy up.
62574      Branch: perl
62575            ! t/lib/ftmp-security.t
62576 ____________________________________________________________________________
62577 [  6884] By: jhi                                   on 2000/08/29  14:25:17
62578         Log: Disabling the one test is a bit tricky.
62579      Branch: perl
62580            ! t/lib/ftmp-security.t
62581 ____________________________________________________________________________
62582 [  6883] By: jhi                                   on 2000/08/29  14:16:25
62583         Log: Disable one of the tests for now.
62584      Branch: perl
62585            ! t/lib/ftmp-security.t
62586 ____________________________________________________________________________
62587 [  6882] By: jhi                                   on 2000/08/29  14:05:50
62588         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
62589              From: gisle@aas.no
62590              Date: 29 Aug 2000 10:35:06 -0000
62591              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
62592      Branch: perl
62593            ! ext/Opcode/Safe.pm
62594 ____________________________________________________________________________
62595 [  6881] By: jhi                                   on 2000/08/29  14:03:51
62596         Log: Subject: [PATCH] Glob dumping
62597              From: Gisle Aas <gisle@ActiveState.com>
62598              Date: 29 Aug 2000 07:59:42 -0000
62599              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
62600      Branch: perl
62601            ! dump.c
62602 ____________________________________________________________________________
62603 [  6880] By: jhi                                   on 2000/08/29  14:02:01
62604         Log: Subject: [PATCH] Warnings in B::Deparse
62605              From: <abigail@foad.org>
62606              Date: Tue, 29 Aug 2000 00:00:01 -0400
62607              Message-ID: <20000829040001.2999.qmail@foad.org>
62608      Branch: perl
62609            ! ext/B/B/Deparse.pm
62610 ____________________________________________________________________________
62611 [  6879] By: jhi                                   on 2000/08/29  13:57:26
62612         Log: Missed a change in #6869.
62613      Branch: perl
62614            ! mg.c
62615 ____________________________________________________________________________
62616 [  6878] By: jhi                                   on 2000/08/29  13:45:04
62617         Log: Subject: Net::protoent does not export 'getproto'
62618              From: Yasushi Nakajima <sey@jkc.co.jp>
62619              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
62620      Branch: perl
62621            ! lib/Net/protoent.pm
62622 ____________________________________________________________________________
62623 [  6877] By: jhi                                   on 2000/08/29  13:39:19
62624         Log: Patches all over for people and the files they (hopefully) care about.
62625      Branch: perl
62626            ! AUTHORS Changes MAINTAIN
62627 ____________________________________________________________________________
62628 [  6876] By: jhi                                   on 2000/08/29  12:53:54
62629         Log: Fix for thinko in #6848.
62630              
62631              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
62632              From: Lupe Christoph <lupe@lupe-christoph.de>
62633              Date: Tue, 29 Aug 2000 09:04:08 +0200
62634              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
62635      Branch: perl
62636            ! ext/Thread/Thread.xs
62637 ____________________________________________________________________________
62638 [  6875] By: jhi                                   on 2000/08/29  12:50:14
62639         Log: Update to Getopt::Long 2.24, from Johan Vromans.
62640      Branch: perl
62641            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
62642 ____________________________________________________________________________
62643 [  6874] By: jhi                                   on 2000/08/29  02:09:53
62644         Log: Use minimal @INC in tests, most of the time just '../lib',
62645              so that we simply can't pick up stuff from other Perls than
62646              the one we are testing.  Pointed out by
62647              
62648              From: Mike Guy <mjtg@cam.ac.uk>
62649              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
62650              Date: Fri, 25 Aug 2000 15:15:59 +0100
62651              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
62652      Branch: perl
62653            ! (edit 185 files)
62654 ____________________________________________________________________________
62655 [  6873] By: jhi                                   on 2000/08/29  01:07:11
62656         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
62657              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62658              Date: Mon, 28 Aug 2000 17:45:52 -0700
62659              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
62660      Branch: perl
62661            ! Makefile.SH hints/os2.sh
62662 ____________________________________________________________________________
62663 [  6872] By: jhi                                   on 2000/08/28  23:33:39
62664         Log: Subject: [PATCH bleedperl@6866] spellings
62665              From: marcel@codewerk.com (Marcel Grunauer)
62666              Date: Tue, 29 Aug 2000 01:19:59 +0200
62667              Message-Id: <200008282319.BAA29862@gandalf.local>
62668      Branch: perl
62669            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
62670            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
62671            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
62672 ____________________________________________________________________________
62673 [  6871] By: jhi                                   on 2000/08/28  23:22:09
62674         Log: Take out the SUIDMAIL thing, that will not be
62675              a problem in 5.7.*.
62676      Branch: perl
62677            ! patchlevel.h
62678 ____________________________________________________________________________
62679 [  6870] By: jhi                                   on 2000/08/28  23:19:30
62680         Log: -S is the silent flag, -s is the strip flag.
62681              
62682              Subject: [PATCH] Re: [PATCH] make no-install          
62683              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62684              Date: Mon, 28 Aug 2000 15:12:55 -0700
62685              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
62686      Branch: perl
62687            ! Makefile.SH
62688 ____________________________________________________________________________
62689 [  6869] By: jhi                                   on 2000/08/28  23:12:05
62690         Log: Subject: [PATCH bleedperl@6856] warnings fixes
62691              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62692              Date: Mon, 28 Aug 2000 23:55:06 +0100
62693              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
62694      Branch: perl
62695            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
62696            ! warnings.h warnings.pl
62697 ____________________________________________________________________________
62698 [  6868] By: jhi                                   on 2000/08/28  21:38:22
62699         Log: Potential cruft.
62700      Branch: perl
62701            ! Makefile.SH
62702 ____________________________________________________________________________
62703 [  6867] By: jhi                                   on 2000/08/28  21:35:36
62704         Log: Update Changes.
62705      Branch: perl
62706            ! Changes patchlevel.h
62707 ____________________________________________________________________________
62708 [  6866] By: jhi                                   on 2000/08/28  21:33:49
62709         Log: Subject: hv.h Doc Patch
62710              From: Fisher Mark <fisherm@tce.com>
62711              Date: Mon, 28 Aug 2000 16:24:59 -0500
62712              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
62713      Branch: perl
62714            ! hv.h
62715 ____________________________________________________________________________
62716 [  6865] By: jhi                                   on 2000/08/28  21:02:15
62717         Log: Add -ld to archname on long tr...double platforms.
62718      Branch: metaconfig
62719            ! U/threads/archname.U
62720      Branch: perl
62721            ! Configure config_h.SH
62722 ____________________________________________________________________________
62723 [  6864] By: jhi                                   on 2000/08/28  20:38:59
62724         Log: An attempt to fix the problem reported in
62725              
62726              Subject: Building perl@6856 using gcc/AIX 4.3.3 
62727              From: Daniel Muino <dmuino@afip.gov.ar> 
62728              Date: Mon, 28 Aug 2000 15:50:01 -0300   
62729              Message-ID: <20000828155001.A14403@con2-dgi>
62730              
62731              I can't test this properly since the gcc installation I have
62732              access to seems to be botched (gcc is calling the AIX cpp,
62733              a losing proposition...)
62734      Branch: perl
62735            ! hints/aix.sh
62736 ____________________________________________________________________________
62737 [  6863] By: jhi                                   on 2000/08/28  18:57:52
62738         Log: Fix for ID 20000828.001, long doubles were not formatted
62739              correctly (showed up in $], which stopped installing perl).
62740      Branch: perl
62741            ! sv.c
62742 ____________________________________________________________________________
62743 [  6862] By: jhi                                   on 2000/08/28  18:07:15
62744         Log: Typo in #6858.
62745      Branch: perl
62746            ! lib/Cwd.pm
62747 ____________________________________________________________________________
62748 [  6861] By: jhi                                   on 2000/08/28  17:57:27
62749         Log: opmini.o may be left around if a build is interrupted.
62750      Branch: perl
62751            ! Makefile.SH
62752 ____________________________________________________________________________
62753 [  6860] By: jhi                                   on 2000/08/28  16:52:50
62754         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
62755              From: Daniel Chetlin <daniel@chetlin.com>
62756              Date: Mon, 28 Aug 2000 01:14:18 -0700
62757              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
62758      Branch: perl
62759            ! lib/overload.pm
62760 ____________________________________________________________________________
62761 [  6859] By: jhi                                   on 2000/08/28  16:08:46
62762         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
62763              From: Nicholas Clark <nick@ccl4.org>
62764              Date: Mon, 28 Aug 2000 16:03:27 +0100
62765              Message-Id: <20000828160327.C49785@plum.flirble.org>
62766      Branch: perl
62767            ! ext/ByteLoader/bytecode.h
62768 ____________________________________________________________________________
62769 [  6858] By: jhi                                   on 2000/08/28  16:02:10
62770         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
62771              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
62772              Date: Mon, 28 Aug 2000 13:08:30 +0200
62773              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
62774      Branch: perl
62775            ! lib/Cwd.pm
62776 ____________________________________________________________________________
62777 [  6857] By: jhi                                   on 2000/08/28  15:42:47
62778         Log: display_format used as a class method without arguments was broken,
62779              reported in
62780              
62781              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
62782              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
62783              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
62784              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
62785      Branch: perl
62786            ! lib/Math/Complex.pm t/lib/complex.t
62787 ____________________________________________________________________________
62788 [  6856] By: jhi                                   on 2000/08/27  22:09:48
62789         Log: Update Changes.
62790      Branch: perl
62791            ! Changes patchlevel.h
62792 ____________________________________________________________________________
62793 [  6855] By: jhi                                   on 2000/08/27  21:59:21
62794         Log: Retract #6853 (false alarm).
62795      Branch: perl
62796            ! lib/ExtUtils/xsubpp
62797 ____________________________________________________________________________
62798 [  6854] By: jhi                                   on 2000/08/27  21:37:44
62799         Log: Update Changes.
62800      Branch: perl
62801            ! Changes patchlevel.h
62802 ____________________________________________________________________________
62803 [  6853] By: jhi                                   on 2000/08/27  21:37:16
62804         Log: Subject: [PATCH perl@6850] workaround for xsubpp
62805              From: Hugo <hv@crypt.compulink.co.uk>
62806              Date: Sun, 27 Aug 2000 22:30:25 +0100
62807              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
62808      Branch: perl
62809            ! lib/ExtUtils/xsubpp
62810 ____________________________________________________________________________
62811 [  6852] By: jhi                                   on 2000/08/27  21:33:58
62812         Log: Big-endian 64-bit patch from Raphael Manfredi.
62813      Branch: perl
62814            ! ext/Storable/Storable.xs
62815 ____________________________________________________________________________
62816 [  6851] By: jhi                                   on 2000/08/27  21:22:21
62817         Log: More ruthless editing from Hugo van der Sanden.
62818      Branch: perl
62819            ! pod/perldelta.pod
62820 ____________________________________________________________________________
62821 [  6850] By: jhi                                   on 2000/08/27  16:11:46
62822         Log: Update Changes.
62823      Branch: perl
62824            ! Changes patchlevel.h
62825 ____________________________________________________________________________
62826 [  6849] By: jhi                                   on 2000/08/27  16:11:05
62827         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
62828      Branch: perl
62829            ! configpm pod/perldelta.pod
62830 ____________________________________________________________________________
62831 [  6848] By: jhi                                   on 2000/08/27  15:35:08
62832         Log: Use the actual thread type, not the pointer-to-struct.
62833      Branch: perl
62834            ! ext/Thread/Thread.xs
62835 ____________________________________________________________________________
62836 [  6847] By: jhi                                   on 2000/08/27  15:30:49
62837         Log: Test nit.
62838      Branch: perl
62839            ! t/pragma/warn/pp_sys
62840 ____________________________________________________________________________
62841 [  6846] By: jhi                                   on 2000/08/27  15:19:02
62842         Log: Passing -R in ldflags makes now it to appear in the default
62843              for lddlflags, just like with -L.
62844              
62845              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
62846              From: Lupe Christoph <lupe@lupe-christoph.de>
62847              Date: Sun, 27 Aug 2000 10:28:21 +0200
62848              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
62849      Branch: metaconfig/U/perl
62850            ! dlsrc.U
62851      Branch: perl
62852            ! Configure
62853 ____________________________________________________________________________
62854 [  6845] By: jhi                                   on 2000/08/27  15:08:54
62855         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
62856              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62857              Date: Sat, 26 Aug 2000 22:23:27 +0100
62858              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
62859      Branch: perl
62860            ! lib/ExtUtils/MM_Unix.pm
62861 ____________________________________________________________________________
62862 [  6844] By: jhi                                   on 2000/08/27  15:02:37
62863         Log: DJGPP update from Laszlo Molnar.
62864              
62865              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
62866              From: ml1050 <ml1050@freemail.hu>
62867              Date: Sat, 26 Aug 2000 23:24:40 +0200
62868              Message-Id: <20000826232440.A439@freemail.hu>
62869      Branch: perl
62870            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
62871            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
62872 ____________________________________________________________________________
62873 [  6843] By: jhi                                   on 2000/08/27  14:53:58
62874         Log: Subject: installman buglet
62875              From: Lupe Christoph <lupe@lupe-christoph.de>
62876              Date: Sun, 27 Aug 2000 14:38:59 +0200
62877              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
62878      Branch: perl
62879            ! installman
62880 ____________________________________________________________________________
62881 [  6842] By: jhi                                   on 2000/08/27  14:52:08
62882         Log: Can't get the test to reliably work thanks to the
62883              inaccurateness of floating point.  "Resolves" bug ids
62884              20000826.003, 20000826.009, 20000826.010,
62885      Branch: perl
62886            ! t/lib/trig.t
62887 ____________________________________________________________________________
62888 [  6841] By: jhi                                   on 2000/08/26  15:53:58
62889         Log: Update Changes.
62890      Branch: perl
62891            ! Changes patchlevel.h
62892 ____________________________________________________________________________
62893 [  6840] By: jhi                                   on 2000/08/26  14:23:03
62894         Log: grep -e isn't portable.
62895              
62896              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
62897              From: chris@broadband.att.com
62898              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
62899              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
62900      Branch: perl
62901            ! hints/solaris_2.sh
62902 ____________________________________________________________________________
62903 [  6839] By: jhi                                   on 2000/08/26  14:12:23
62904         Log: no-install target a la make -n.
62905              
62906              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
62907              From: <abigail@foad.org>
62908              Date: Sat, 26 Aug 2000 03:57:34 -0400
62909              Message-ID: <20000826075735.18912.qmail@foad.org>
62910      Branch: perl
62911            ! Makefile.SH installman installperl
62912 ____________________________________________________________________________
62913 [  6838] By: jhi                                   on 2000/08/26  14:06:33
62914         Log: Retract #6826 as the #6828 should be do the same
62915              in a More Correct Way.
62916      Branch: perl
62917            ! installperl
62918 ____________________________________________________________________________
62919 [  6837] By: jhi                                   on 2000/08/26  05:24:00
62920         Log: More casting.
62921      Branch: perl
62922            ! ext/Storable/Storable.xs
62923 ____________________________________________________________________________
62924 [  6836] By: jhi                                   on 2000/08/26  05:05:46
62925         Log: Nicer in decimal.
62926      Branch: perl
62927            ! ext/Storable/Storable.xs
62928 ____________________________________________________________________________
62929 [  6835] By: jhi                                   on 2000/08/26  05:03:50
62930         Log: There be no UVdf.
62931      Branch: perl
62932            ! ext/Storable/Storable.xs
62933 ____________________________________________________________________________
62934 [  6834] By: jhi                                   on 2000/08/26  05:00:18
62935         Log: Continue IVdfing and UVxfing.
62936      Branch: perl
62937            ! ext/Storable/Storable.xs
62938 ____________________________________________________________________________
62939 [  6833] By: jhi                                   on 2000/08/26  04:53:14
62940         Log: Use IVdf.
62941      Branch: perl
62942            ! ext/Storable/Storable.xs
62943 ____________________________________________________________________________
62944 [  6832] By: jhi                                   on 2000/08/26  04:40:41
62945         Log: Document PTR2XX and INT2PTR.
62946      Branch: perl
62947            ! pod/perlguts.pod
62948 ____________________________________________________________________________
62949 [  6831] By: jhi                                   on 2000/08/26  04:33:18
62950         Log: Use UVxf, PTR2UV, NVff.
62951      Branch: perl
62952            ! ext/Storable/Storable.xs
62953 ____________________________________________________________________________
62954 [  6830] By: jhi                                   on 2000/08/26  04:31:32
62955         Log: Update the test count.
62956      Branch: perl
62957            ! t/lib/trig.t
62958 ____________________________________________________________________________
62959 [  6829] By: jhi                                   on 2000/08/26  03:05:50
62960         Log: Subject: [PATCH] installation not quite silent yet.
62961              From: <abigail@foad.org>
62962              Date: Fri, 25 Aug 2000 20:07:53 -0400
62963              Message-ID: <20000826000753.7822.qmail@foad.org>
62964      Branch: perl
62965            ! installman installperl
62966 ____________________________________________________________________________
62967 [  6828] By: jhi                                   on 2000/08/26  03:05:14
62968         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
62969              From: Spider Boardman <spider@web.zk3.dec.com>
62970              Date: Fri, 25 Aug 2000 19:12:40 -0400
62971              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
62972      Branch: perl
62973            ! gv.c
62974 ____________________________________________________________________________
62975 [  6827] By: jhi                                   on 2000/08/25  23:54:34
62976         Log: Support preserving extremely big/small angles.
62977      Branch: perl
62978            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
62979 ____________________________________________________________________________
62980 [  6826] By: jhi                                   on 2000/08/25  23:01:20
62981         Log: Patch installperl to be long double-aware.
62982              
62983              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
62984              From: Spider Boardman <spider@web.zk3.dec.com>
62985              Date: Fri, 25 Aug 2000 18:15:23 -0400
62986              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
62987      Branch: perl
62988            ! installperl
62989 ____________________________________________________________________________
62990 [  6825] By: jhi                                   on 2000/08/25  22:58:25
62991         Log: Remove duplicately applied patch shards.
62992              
62993              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
62994              From: Spider Boardman <spider@leggy.zk3.dec.com>
62995              Date: Fri, 25 Aug 2000 16:45:03 -0400
62996              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
62997      Branch: perl
62998            ! t/lib/cgi-html.t
62999 ____________________________________________________________________________
63000 [  6824] By: jhi                                   on 2000/08/25  22:57:00
63001         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63002              From: Daniel Chetlin <daniel@chetlin.com>
63003              Date: Fri, 25 Aug 2000 12:23:16 -0700
63004              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
63005              
63006              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63007              From: Daniel Chetlin <daniel@chetlin.com>
63008              Date: Fri, 25 Aug 2000 14:47:19 -0700
63009              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
63010      Branch: perl
63011            ! installman
63012 ____________________________________________________________________________
63013 [  6823] By: jhi                                   on 2000/08/25  22:44:17
63014         Log: Timestamp problem?
63015      Branch: perl
63016            ! uconfig.h uconfig.sh
63017 ____________________________________________________________________________
63018 [  6822] By: jhi                                   on 2000/08/25  19:01:06
63019         Log: One forgotten file from #6816.
63020      Branch: perl
63021            ! vos/config.h
63022 ____________________________________________________________________________
63023 [  6821] By: jhi                                   on 2000/08/25  18:56:39
63024         Log: Regen Changes.
63025      Branch: perl
63026            ! Changes patchlevel.h
63027 ____________________________________________________________________________
63028 [  6820] By: jhi                                   on 2000/08/25  18:52:35
63029         Log: Fix Changes ordering.
63030      Branch: perl
63031            ! Changes
63032 ____________________________________________________________________________
63033 [  6819] By: jhi                                   on 2000/08/25  18:50:25
63034         Log: Update Changes.
63035      Branch: perl
63036            ! Changes patchlevel.h
63037 ____________________________________________________________________________
63038 [  6818] By: jhi                                   on 2000/08/25  18:47:45
63039         Log: Tweak the sfio/useperlio logic, hopefully as wished in
63040              
63041              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
63042              From: Nicholas Clark <nick@babyhippo.co.uk>
63043              Date: Fri, 25 Aug 2000 12:01:45 +0100
63044              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
63045      Branch: metaconfig/U/perl
63046            ! d_sfio.U
63047      Branch: perl
63048            ! Configure
63049 ____________________________________________________________________________
63050 [  6817] By: jhi                                   on 2000/08/25  18:32:51
63051         Log: Allow microperl to assume <math.h>, without it the math
63052              functions like floor() are assumed to return int, which makes
63053              for core dumps in machines where integer and floating register
63054              don't mix.
63055      Branch: perl
63056            ! uconfig.h uconfig.sh
63057 ____________________________________________________________________________
63058 [  6816] By: jhi                                   on 2000/08/25  18:27:17
63059         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
63060              the problem reported in
63061              
63062              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
63063              From: danhale@us.ibm.com
63064              Date: Fri, 25 Aug 2000 10:58:06 -0400
63065              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
63066      Branch: metaconfig/U/perl
63067            + d_socks5_init.U
63068      Branch: perl
63069            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
63070            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
63071            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
63072            ! win32/config.gc win32/config.vc
63073 ____________________________________________________________________________
63074 [  6815] By: jhi                                   on 2000/08/25  17:43:31
63075         Log: A solution for the retrieve_fd autosplit warning,
63076              idea suggested by Mike Guy.
63077      Branch: perl
63078            ! ext/Storable/Storable.pm
63079 ____________________________________________________________________________
63080 [  6814] By: jhi                                   on 2000/08/25  17:16:03
63081         Log: Add install-silent target.
63082      Branch: perl
63083            ! Makefile.SH
63084 ____________________________________________________________________________
63085 [  6813] By: jhi                                   on 2000/08/25  17:14:23
63086         Log: Subject: Re: [PATCH] More silencing of installman.
63087              From: <abigail@foad.org>
63088              Date: Thu, 24 Aug 2000 19:27:03 -0400
63089              Message-ID: <20000824232703.7001.qmail@foad.org>
63090              
63091              Subject: Re: [PATCH] More silencing of installman.
63092              From: <abigail@foad.org>
63093              Date: Fri, 25 Aug 2000 03:00:58 -0400
63094              Message-ID: <20000825070058.10697.qmail@foad.org>
63095      Branch: perl
63096            ! installman
63097 ____________________________________________________________________________
63098 [  6812] By: jhi                                   on 2000/08/25  17:11:28
63099         Log: installperl --verbose and --silent.
63100              
63101              Subject: Re: [PATCH] More silencing of installman.
63102              From: <abigail@foad.org>
63103              Message-ID: <20000825064430.9719.qmail@foad.org>
63104              Date: Fri, 25 Aug 2000 02:44:30 -0400
63105      Branch: perl
63106            ! installperl
63107 ____________________________________________________________________________
63108 [  6811] By: jhi                                   on 2000/08/25  17:05:43
63109         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
63110              From: "Peter J. Farley III" <pjfarley@banet.net>
63111              Date: Thu, 24 Aug 2000 21:58:03 -0400
63112              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
63113              
63114              (applied slightly modified)
63115      Branch: perl
63116            ! lib/ExtUtils/MM_Unix.pm
63117 ____________________________________________________________________________
63118 [  6810] By: jhi                                   on 2000/08/25  17:01:18
63119         Log: Missing parts of 
63120              
63121              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
63122              From: Peter Prymmer <pvhp@forte.com>
63123              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
63124              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
63125      Branch: perl
63126            ! t/lib/cgi-html.t
63127 ____________________________________________________________________________
63128 [  6809] By: jhi                                   on 2000/08/25  16:46:32
63129         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
63130              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63131              Date: Thu, 24 Aug 2000 19:13:11 -0500
63132              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
63133      Branch: perl
63134            ! vms/vms.c
63135 ____________________________________________________________________________
63136 [  6808] By: jhi                                   on 2000/08/25  16:39:22
63137         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
63138              From: Peter Prymmer <pvhp@forte.com>
63139              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
63140              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
63141      Branch: perl
63142            ! configure.com
63143 ____________________________________________________________________________
63144 [  6807] By: jhi                                   on 2000/08/25  16:36:37
63145         Log: Better wording for the vec lvalue diagnostic.
63146              
63147              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63148              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63149              Date: Wed, 23 Aug 2000 14:12:16 -0400
63150              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
63151      Branch: perl
63152            ! pod/perldiag.pod
63153 ____________________________________________________________________________
63154 [  6806] By: jhi                                   on 2000/08/24  18:17:22
63155         Log: Subject: [PATCH] More silencing of installman.
63156              From: <abigail@foad.org>
63157              Date: Thu, 24 Aug 2000 14:01:44 -0400
63158              Message-ID: <20000824180144.20062.qmail@foad.org>
63159      Branch: perl
63160            ! installman
63161 ____________________________________________________________________________
63162 [  6805] By: jhi                                   on 2000/08/24  15:00:31
63163         Log: Update Changes.
63164      Branch: perl
63165            ! Changes patchlevel.h
63166 ____________________________________________________________________________
63167 [  6804] By: jhi                                   on 2000/08/24  14:59:07
63168         Log: Regen perltoc.
63169      Branch: perl
63170            ! pod/perltoc.pod
63171 ____________________________________________________________________________
63172 [  6803] By: jhi                                   on 2000/08/24  14:44:39
63173         Log: Show the doc file, not the temp file.
63174      Branch: perl
63175            ! installman
63176 ____________________________________________________________________________
63177 [  6802] By: jhi                                   on 2000/08/24  14:41:53
63178         Log: Continue silencing.
63179      Branch: perl
63180            ! installman
63181 ____________________________________________________________________________
63182 [  6801] By: jhi                                   on 2000/08/24  14:34:40
63183         Log: Actually do something with the silencer option.
63184      Branch: perl
63185            ! installman
63186 ____________________________________________________________________________
63187 [  6800] By: jhi                                   on 2000/08/24  14:26:22
63188         Log: Make installman to recognize the silence flag -S.
63189      Branch: perl
63190            ! installman
63191 ____________________________________________________________________________
63192 [  6799] By: jhi                                   on 2000/08/24  13:49:38
63193         Log: DOS patches and portability/porting notes, from Tim Jenness.
63194      Branch: perl
63195            ! lib/File/Temp.pm
63196 ____________________________________________________________________________
63197 [  6798] By: jhi                                   on 2000/08/24  13:48:27
63198         Log: Create directories in silence.
63199              
63200              Subject: [PATCH] Another silencer for MakeMaker
63201              From: andreas.koenig@anima.de (Andreas J. Koenig)
63202              Date: 24 Aug 2000 14:18:52 +0200
63203              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
63204      Branch: perl
63205            ! lib/ExtUtils/Command.pm
63206 ____________________________________________________________________________
63207 [  6797] By: jhi                                   on 2000/08/24  13:46:42
63208         Log: More liberal parsing of version numbers.
63209              
63210              Subject: Re: CPAN.pm beta for testing available
63211              From: andreas.koenig@anima.de (Andreas J. Koenig)
63212              Date: 24 Aug 2000 13:51:57 +0200
63213              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
63214      Branch: perl
63215            ! lib/CPAN.pm
63216 ____________________________________________________________________________
63217 [  6796] By: jhi                                   on 2000/08/24  13:44:36
63218         Log: Make "make install" by default silent.  A new "install-verbose"
63219              target is verbose.
63220      Branch: perl
63221            ! Makefile.SH
63222 ____________________________________________________________________________
63223 [  6795] By: jhi                                   on 2000/08/24  13:39:14
63224         Log: Add silencer flags to installperl.
63225              
63226              Subject: [PATCH] Making installperl silent.
63227              From: <abigail@foad.org>
63228              Date: Thu, 24 Aug 2000 05:01:45 -0400
63229              Message-ID: <20000824090145.13141.qmail@foad.org>
63230      Branch: perl
63231            ! installperl
63232 ____________________________________________________________________________
63233 [  6794] By: jhi                                   on 2000/08/24  13:35:50
63234         Log: installperl couldn't tell whether it had run tests or not.
63235              
63236              Subject: [PATCH] Re: installperl and t/TEST
63237              From: <abigail@foad.org>
63238              Date: Thu, 24 Aug 2000 04:00:53 -0400
63239              Message-ID: <20000824080053.2494.qmail@foad.org>
63240      Branch: perl
63241            ! Makefile.SH installperl
63242 ____________________________________________________________________________
63243 [  6793] By: jhi                                   on 2000/08/24  13:27:50
63244         Log: Drop the separate perlbc, perlcc -b should be enough.
63245      Branch: perl
63246            - utils/perlbc.PL
63247            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
63248 ____________________________________________________________________________
63249 [  6792] By: jhi                                   on 2000/08/24  04:41:30
63250         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
63251              plus the typo fix from Peter Prymmer.
63252      Branch: perl
63253            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
63254            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
63255 ____________________________________________________________________________
63256 [  6791] By: jhi                                   on 2000/08/24  02:10:43
63257         Log: Replace #6705 with a minimal doc patch.
63258              
63259              Subject: [PATCH 5.6.0] replace change #6705
63260              From: Jan Dubois <jand@ActiveState.com>
63261              Date: Wed, 23 Aug 2000 18:31:51 -0700
63262              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
63263      Branch: perl
63264            ! lib/Win32.pod win32/win32.c
63265 ____________________________________________________________________________
63266 [  6790] By: jhi                                   on 2000/08/23  17:52:00
63267         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63268              From: Mike Guy <mjtg@cam.ac.uk>
63269              Date: Wed, 23 Aug 2000 18:38:46 +0100
63270              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
63271      Branch: perl
63272            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
63273 ____________________________________________________________________________
63274 [  6789] By: jhi                                   on 2000/08/23  15:34:21
63275         Log: Update Changes.
63276      Branch: perl
63277            ! Changes patchlevel.h
63278 ____________________________________________________________________________
63279 [  6788] By: jhi                                   on 2000/08/23  15:33:40
63280         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
63281              From: Wilfredo Sánchez <wsanchez@apple.com>
63282              Date: Tue, 22 Aug 2000 19:31:27 -0700
63283              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
63284      Branch: perl
63285            ! perl.h
63286 ____________________________________________________________________________
63287 [  6787] By: jhi                                   on 2000/08/23  15:29:31
63288         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
63289              From: Spider Boardman <spider@leggy.zk3.dec.com>
63290              Date: Wed, 23 Aug 2000 10:33:23 -0400
63291              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
63292      Branch: perl
63293            ! lib/Pod/Html.pm
63294 ____________________________________________________________________________
63295 [  6786] By: jhi                                   on 2000/08/23  15:28:11
63296         Log: Bad makefile.
63297      Branch: perl
63298            ! ext/B/Makefile.PL
63299 ____________________________________________________________________________
63300 [  6785] By: jhi                                   on 2000/08/23  14:37:04
63301         Log: Update Changes.
63302      Branch: perl
63303            ! Changes patchlevel.h
63304 ____________________________________________________________________________
63305 [  6784] By: jhi                                   on 2000/08/23  13:58:41
63306         Log: Portability fix from Hugo van der Sanden.
63307      Branch: perl
63308            ! ext/re/Makefile.PL
63309 ____________________________________________________________________________
63310 [  6783] By: jhi                                   on 2000/08/23  13:53:53
63311         Log: Storable support, v-version fixes.
63312              
63313              Subject: CPAN.pm beta for testing available
63314              From: andreas.koenig@anima.de (Andreas J. Koenig)
63315              Date: 22 Aug 2000 23:31:33 +0200
63316              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
63317      Branch: perl
63318            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63319 ____________________________________________________________________________
63320 [  6782] By: jhi                                   on 2000/08/23  13:51:26
63321         Log: Mac and other portability updates from Chris Nandor.
63322      Branch: perl
63323            ! pod/perlmodinstall.pod
63324 ____________________________________________________________________________
63325 [  6781] By: jhi                                   on 2000/08/23  13:47:33
63326         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
63327              From: Peter Prymmer <pvhp@forte.com>
63328              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
63329              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
63330      Branch: perl
63331            ! ext/Storable/Storable.xs
63332 ____________________________________________________________________________
63333 [  6780] By: jhi                                   on 2000/08/23  13:33:34
63334         Log: VMS MMS (make) wants null action.
63335      Branch: perl
63336            ! ext/B/Makefile.PL
63337 ____________________________________________________________________________
63338 [  6779] By: jhi                                   on 2000/08/22  19:44:47
63339         Log: Forgot portability nit.
63340      Branch: perl
63341            ! t/lib/st-forgive.t
63342 ____________________________________________________________________________
63343 [  6778] By: jhi                                   on 2000/08/22  19:35:25
63344         Log: Be portable.
63345      Branch: perl
63346            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
63347            ! t/lib/st-store.t
63348 ____________________________________________________________________________
63349 [  6777] By: jhi                                   on 2000/08/22  18:50:53
63350         Log: Update Changes.
63351      Branch: perl
63352            ! Changes patchlevel.h
63353 ____________________________________________________________________________
63354 [  6776] By: jhi                                   on 2000/08/22  18:44:46
63355         Log: cSVOPo_*v things index into the current PL_curpad
63356              under ithreads, which is different from the curpad
63357              used by the XSUB.  (In other words, the code as-is
63358              before this patch wouldn't work under ithreads.)
63359              From Sarathy.
63360      Branch: perl
63361            ! ext/B/B.xs
63362 ____________________________________________________________________________
63363 [  6775] By: jhi                                   on 2000/08/22  18:18:37
63364         Log: Make the selection of NVff et al stricter.
63365      Branch: metaconfig/U/perl
63366            ! perlxvf.U
63367      Branch: perl
63368            ! Configure config_h.SH
63369 ____________________________________________________________________________
63370 [  6774] By: jhi                                   on 2000/08/22  17:19:42
63371         Log: perldelta nits.
63372      Branch: perl
63373            ! pod/perldelta.pod
63374 ____________________________________________________________________________
63375 [  6773] By: jhi                                   on 2000/08/22  17:06:26
63376         Log: Long double fixes from Spider Boardman.
63377              
63378              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
63379              From: system PRIVILEGED account <root@peano.zk3.dec.com>
63380              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
63381              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
63382      Branch: perl
63383            ! t/lib/bigfltpm.t t/lib/st-06compat.t
63384 ____________________________________________________________________________
63385 [  6772] By: jhi                                   on 2000/08/22  15:04:53
63386         Log: Update Changes.
63387      Branch: perl
63388            ! Changes patchlevel.h
63389 ____________________________________________________________________________
63390 [  6771] By: jhi                                   on 2000/08/22  15:01:44
63391         Log: perldelta fixes from Hugo van der Sanden.
63392      Branch: perl
63393            ! pod/perldelta.pod
63394 ____________________________________________________________________________
63395 [  6770] By: jhi                                   on 2000/08/22  14:34:49
63396         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
63397              From: Hugo <hv@crypt.compulink.co.uk>
63398              Date: Tue, 22 Aug 2000 11:21:53 +0100
63399              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
63400      Branch: perl
63401            ! regcomp.c
63402 ____________________________________________________________________________
63403 [  6769] By: jhi                                   on 2000/08/22  14:30:02
63404         Log: Add Yitzchak, reformat.
63405      Branch: perl
63406            ! Changes config_h.SH
63407 ____________________________________________________________________________
63408 [  6768] By: jhi                                   on 2000/08/22  14:21:35
63409         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
63410              and Spider Boardman.
63411      Branch: metaconfig
63412            ! U/compline/d_gconvert.U
63413      Branch: perl
63414            ! Configure
63415 ____________________________________________________________________________
63416 [  6767] By: jhi                                   on 2000/08/22  14:11:24
63417         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
63418              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63419              Date: Mon, 21 Aug 2000 19:08:31 -0700
63420              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
63421      Branch: perl
63422            - ext/Storable/patchlevel.h
63423            ! MANIFEST ext/Storable/MANIFEST
63424 ____________________________________________________________________________
63425 [  6766] By: jhi                                   on 2000/08/22  13:49:29
63426         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
63427              From: Peter Prymmer <pvhp@forte.com>
63428              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
63429              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
63430      Branch: perl
63431            ! configure.com ext/Storable/Makefile.PL
63432 ____________________________________________________________________________
63433 [  6765] By: jhi                                   on 2000/08/22  13:44:59
63434         Log: Subject: [PATCH blead] B:: missing dependency
63435              From: Hugo <hv@crypt.compulink.co.uk>
63436              Date: Tue, 22 Aug 2000 06:44:33 +0100
63437              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
63438      Branch: perl
63439            ! ext/B/Makefile.PL
63440 ____________________________________________________________________________
63441 [  6764] By: jhi                                   on 2000/08/22  13:38:12
63442         Log: More bytecompiler.
63443      Branch: perl
63444            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
63445 ____________________________________________________________________________
63446 [  6763] By: jhi                                   on 2000/08/22  13:36:44
63447         Log: Bytecompiler patches from Benjamin Stuhl.
63448      Branch: perl
63449            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
63450            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
63451            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
63452            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
63453            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
63454            ! perl.c perlapi.h pod/perldelta.pod
63455 ____________________________________________________________________________
63456 [  6762] By: jhi                                   on 2000/08/21  23:43:40
63457         Log: An obsoleted diagnostic.
63458      Branch: perl
63459            ! pod/perldelta.pod
63460 ____________________________________________________________________________
63461 [  6761] By: jhi                                   on 2000/08/21  23:01:45
63462         Log: The #6759 wasn't quite right.
63463      Branch: perl
63464            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
63465            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
63466            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63467            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63468            ! t/lib/st-tieditems.t
63469 ____________________________________________________________________________
63470 [  6760] By: jhi                                   on 2000/08/21  22:35:49
63471         Log: Be verydeepclean.
63472      Branch: perl
63473            ! Makefile.SH
63474 ____________________________________________________________________________
63475 [  6759] By: jhi                                   on 2000/08/21  22:25:40
63476         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
63477              From: Peter Prymmer <pvhp@forte.com>
63478              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
63479              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
63480      Branch: perl
63481            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
63482            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
63483            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63484            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63485            ! t/lib/st-tieditems.t
63486 ____________________________________________________________________________
63487 [  6758] By: jhi                                   on 2000/08/21  22:22:32
63488         Log: Few more casts, need reported in
63489              
63490              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
63491              From: Mike Stok <mike@stok.co.uk>
63492              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
63493              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
63494              
63495              and
63496              
63497              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
63498              From: abigail@foad.org
63499              Date: 21 Aug 2000 21:31:34 -0000
63500              Message-Id: <20000821213134.30170.qmail@foad.org>
63501      Branch: perl
63502            ! ext/Storable/Storable.xs
63503 ____________________________________________________________________________
63504 [  6757] By: jhi                                   on 2000/08/21  18:37:07
63505         Log: Update Changes.
63506      Branch: perl
63507            ! Changes patchlevel.h
63508 ____________________________________________________________________________
63509 [  6756] By: jhi                                   on 2000/08/21  18:34:02
63510         Log: A pod nit.
63511              
63512              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
63513              From: <abigail@foad.org>
63514              Date: Mon, 21 Aug 2000 14:00:16 -0400
63515              Message-ID: <20000821180016.28627.qmail@foad.org>
63516      Branch: perl
63517            ! pod/perlre.pod
63518 ____________________________________________________________________________
63519 [  6755] By: jhi                                   on 2000/08/21  18:30:56
63520         Log: Use PodParser 1.18 new test.
63521      Branch: perl
63522            ! t/pod/special_seqs.t t/pod/special_seqs.xr
63523 ____________________________________________________________________________
63524 [  6754] By: jhi                                   on 2000/08/21  18:28:35
63525         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
63526              patches cannot be applied since #6712 conflicts.
63527      Branch: perl
63528            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
63529 ____________________________________________________________________________
63530 [  6753] By: jhi                                   on 2000/08/21  18:15:11
63531         Log: Weed out some smaller changes.
63532      Branch: perl
63533            ! pod/perldelta.pod
63534 ____________________________________________________________________________
63535 [  6752] By: jhi                                   on 2000/08/21  18:02:30
63536         Log: Also under djgpp the timestamps are funky.
63537      Branch: perl
63538            ! t/op/stat.t
63539 ____________________________________________________________________________
63540 [  6751] By: jhi                                   on 2000/08/21  17:55:56
63541         Log: Tweak the floating point output routine preferences.
63542      Branch: metaconfig
63543            ! U/compline/d_gconvert.U
63544      Branch: perl
63545            ! Configure
63546 ____________________________________________________________________________
63547 [  6750] By: jhi                                   on 2000/08/21  17:51:29
63548         Log: Unicos/mk requires elaborate paranoia.
63549      Branch: perl
63550            ! lib/Math/Complex.pm
63551 ____________________________________________________________________________
63552 [  6749] By: gsar                                  on 2000/08/21  16:53:31
63553         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
63554      Branch: perl
63555            ! lib/Cwd.pm
63556 ____________________________________________________________________________
63557 [  6748] By: gsar                                  on 2000/08/21  16:22:19
63558         Log: free TLS slot properly on Windows
63559      Branch: perl
63560            ! thread.h win32/perllib.c win32/win32thread.h
63561 ____________________________________________________________________________
63562 [  6747] By: jhi                                   on 2000/08/21  16:20:58
63563         Log: Rename the macro argument because some preprocessors
63564              can't tell the difference and expand arguments also inside
63565              double quoted strings.
63566      Branch: perl
63567            ! regcomp.c
63568 ____________________________________________________________________________
63569 [  6746] By: jhi                                   on 2000/08/21  16:09:41
63570         Log: Support long doubles in Storable.
63571              
63572              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
63573              From: Radu Greab <radu@netsoft.ro>
63574              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
63575              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
63576      Branch: perl
63577            ! ext/Storable/Storable.xs
63578 ____________________________________________________________________________
63579 [  6745] By: jhi                                   on 2000/08/21  15:51:40
63580         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
63581              From: "Fifer, Eric" <EFifer@sanwaint.com>
63582              Date: Mon, 21 Aug 2000 15:34:49 +0100
63583              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
63584      Branch: perl
63585            ! t/pragma/warn/9enabled
63586 ____________________________________________________________________________
63587 [  6744] By: jhi                                   on 2000/08/21  15:39:35
63588         Log: Document the endianness of Alpha more precisely.
63589      Branch: perl
63590            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
63591            ! pod/perlport.pod
63592 ____________________________________________________________________________
63593 [  6743] By: jhi                                   on 2000/08/21  14:47:05
63594         Log: perldelta fixes from the p5p crowd.
63595      Branch: perl
63596            ! pod/perldelta.pod pod/perlop.pod
63597 ____________________________________________________________________________
63598 [  6742] By: jhi                                   on 2000/08/21  13:34:51
63599         Log: Update to Pod::LaTeX 0.53.
63600              
63601              Subject: [PATCH] lib/Pod/LaTeX.pm updates
63602              From: Tim Jenness <timj@jach.hawaii.edu>
63603              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
63604              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
63605      Branch: perl
63606            ! lib/Pod/LaTeX.pm
63607 ____________________________________________________________________________
63608 [  6741] By: jhi                                   on 2000/08/21  13:33:01
63609         Log: Subject: [PATCH] os2.c fix for use64bitint
63610              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63611              Date: Mon, 21 Aug 2000 01:32:25 -0700
63612              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
63613      Branch: perl
63614            ! os2/os2.c
63615 ____________________________________________________________________________
63616 [  6740] By: jhi                                   on 2000/08/21  13:28:52
63617         Log: Array context keeps slithering in.
63618              
63619              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
63620              From: Daniel Chetlin <daniel@chetlin.com>
63621              Date: Sun, 20 Aug 2000 21:40:25 -0700
63622              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
63623      Branch: perl
63624            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
63625            ! pod/perldebtut.pod
63626 ____________________________________________________________________________
63627 [  6739] By: jhi                                   on 2000/08/21  13:23:55
63628         Log: Big-endian quad fixes for Storable from Radu Greab,
63629              plus few explicit null casts for picky compilers.
63630      Branch: perl
63631            ! ext/Storable/Storable.xs
63632 ____________________________________________________________________________
63633 [  6738] By: gsar                                  on 2000/08/21  05:56:13
63634         Log: small tweaks for change#6705: avoid C++ style comments in C code;
63635              use Perl's malloc API rather than the low level system one
63636      Branch: perl
63637            ! win32/win32.c
63638 ____________________________________________________________________________
63639 [  6737] By: gsar                                  on 2000/08/21  05:35:41
63640         Log: add Storable to list of extensions on Windows
63641      Branch: perl
63642            ! win32/Makefile win32/makefile.mk
63643 ____________________________________________________________________________
63644 [  6736] By: jhi                                   on 2000/08/21  02:57:53
63645         Log: Update Changes.
63646      Branch: perl
63647            ! Changes patchlevel.h
63648 ____________________________________________________________________________
63649 [  6735] By: jhi                                   on 2000/08/21  02:57:20
63650         Log: Draft 0.
63651      Branch: perl
63652            ! pod/perldelta.pod
63653 ____________________________________________________________________________
63654 [  6734] By: jhi                                   on 2000/08/21  02:57:03
63655         Log: Add Storable 0.7.2 from Raphael Manfredi,
63656              plus the patch from
63657              
63658              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
63659              From: Radu Greab <radu@netsoft.ro>
63660              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
63661              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
63662              
63663              plus changes to get Storable to compile with
63664              picky ANSI compilers.
63665      Branch: perl
63666            + ext/Storable/ChangeLog ext/Storable/MANIFEST
63667            + ext/Storable/Makefile.PL ext/Storable/README
63668            + ext/Storable/Storable.pm ext/Storable/Storable.xs
63669            + ext/Storable/patchlevel.h t/lib/st-06compat.t
63670            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
63671            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
63672            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
63673            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
63674            + t/lib/st-tieditems.t
63675            ! MANIFEST
63676 ____________________________________________________________________________
63677 [  6733] By: jhi                                   on 2000/08/21  02:29:09
63678         Log: The correct cleaning order is an art.
63679      Branch: perl
63680            ! Makefile.SH
63681 ____________________________________________________________________________
63682 [  6732] By: jhi                                   on 2000/08/21  01:23:39
63683         Log: The #6724 is here.
63684      Branch: perl
63685            ! t/lib/ftmp-security.t
63686 ____________________________________________________________________________
63687 [  6731] By: jhi                                   on 2000/08/20  23:17:03
63688         Log: s/this one/the 5.6.0 release/
63689      Branch: perl
63690            ! pod/perl56delta.pod
63691 ____________________________________________________________________________
63692 [  6730] By: jhi                                   on 2000/08/20  23:07:34
63693         Log: Mention perlebcdic and perlposix-bc.
63694      Branch: perl
63695            ! pod/perlport.pod
63696 ____________________________________________________________________________
63697 [  6729] By: jhi                                   on 2000/08/20  21:32:59
63698         Log: Document the number of exponent digits.
63699      Branch: perl
63700            ! pod/perlfunc.pod
63701 ____________________________________________________________________________
63702 [  6728] By: jhi                                   on 2000/08/20  21:16:47
63703         Log: Use File::Spec->tmpdir().
63704              
63705              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
63706              From: Tim Jenness <timj@jach.hawaii.edu>
63707              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
63708              MIME-Version: 1.0
63709              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
63710      Branch: perl
63711            ! utils/perlbug.PL
63712 ____________________________________________________________________________
63713 [  6727] By: jhi                                   on 2000/08/20  20:43:32
63714         Log: Update Changes.
63715      Branch: perl
63716            ! Changes patchlevel.h
63717 ____________________________________________________________________________
63718 [  6726] By: jhi                                   on 2000/08/20  20:41:44
63719         Log: The veryclean target needs to clobber.
63720      Branch: perl
63721            ! Makefile.SH
63722 ____________________________________________________________________________
63723 [  6725] By: jhi                                   on 2000/08/20  20:37:38
63724         Log: Document odd vs even subreleases and -Dusedevel.
63725      Branch: perl
63726            ! INSTALL
63727 ____________________________________________________________________________
63728 [  6724] By: jhi                                   on 2000/08/20  19:58:05
63729         Log: Use temporary directory instead of current directory.
63730              
63731              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
63732              From: Tim Jenness <timj@jach.hawaii.edu>
63733              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
63734              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
63735      Branch: perl
63736            ! t/lib/ftmp-security.t
63737 ____________________________________________________________________________
63738 [  6723] By: jhi                                   on 2000/08/20  19:55:55
63739         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
63740              From: andreas.koenig@anima.de (Andreas J. Koenig)
63741              Date: 20 Aug 2000 15:52:03 +0200
63742              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
63743      Branch: perl
63744            ! lib/ExtUtils/MM_Unix.pm
63745 ____________________________________________________________________________
63746 [  6722] By: jhi                                   on 2000/08/20  19:46:01
63747         Log: Update to CGI 2.72, from Lincoln Stein.
63748      Branch: perl
63749            ! lib/CGI.pm
63750 ____________________________________________________________________________
63751 [  6721] By: jhi                                   on 2000/08/20  19:43:54
63752         Log: (Replaced by #8364.)
63753              
63754              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
63755              From: Radu Greab <radu@netsoft.ro>
63756              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
63757              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
63758      Branch: perl
63759            ! ext/GDBM_File/GDBM_File.xs
63760 ____________________________________________________________________________
63761 [  6720] By: jhi                                   on 2000/08/20  19:42:01
63762         Log: pp_open() could pass an uninitialized filename down to do_open9().
63763      Branch: perl
63764            ! pp_sys.c
63765 ____________________________________________________________________________
63766 [  6719] By: jhi                                   on 2000/08/20  14:06:41
63767         Log: UTF8 concat fixes.
63768              
63769              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
63770              From: Hugo <hv@crypt.compulink.co.uk>
63771              Date: Sun, 20 Aug 2000 07:30:46 +0100
63772              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
63773      Branch: perl
63774            ! pp_hot.c t/op/append.t
63775 ____________________________________________________________________________
63776 [  6718] By: jhi                                   on 2000/08/20  02:09:37
63777         Log: Let's try #6717 again.
63778      Branch: perl
63779            ! lib/File/Temp.pm
63780 ____________________________________________________________________________
63781 [  6717] By: jhi                                   on 2000/08/20  01:56:55
63782         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
63783              From: "Craig A. Berry" <craig.berry@metamorgs.com>
63784              Date: Sat, 19 Aug 2000 18:15:39 -0500
63785              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
63786      Branch: perl
63787            ! lib/File/Temp.pm
63788 ____________________________________________________________________________
63789 [  6716] By: jhi                                   on 2000/08/19  15:50:11
63790         Log: Update Changes.
63791      Branch: perl
63792            ! Changes patchlevel.h
63793 ____________________________________________________________________________
63794 [  6715] By: jhi                                   on 2000/08/19  15:39:09
63795         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
63796              From: Jonathan D Johnston <jdjohnston2@juno.com>
63797              Date: Thu, 17 Aug 2000 23:13:01 -0400       
63798              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
63799      Branch: perl
63800            ! pod/perlfunc.pod
63801 ____________________________________________________________________________
63802 [  6714] By: jhi                                   on 2000/08/19  15:34:04
63803         Log: Introduce a 'veryclean' target that is like 'distclean'
63804              but also removes *~ and *.orig.
63805      Branch: perl
63806            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
63807            ! utils/Makefile x2p/Makefile.SH
63808 ____________________________________________________________________________
63809 [  6713] By: jhi                                   on 2000/08/19  14:15:45
63810         Log: Put back the long double avoidance code to POSIX.xs
63811              because VMS seems to need it still.
63812      Branch: perl
63813            ! ext/POSIX/POSIX.xs
63814 ____________________________________________________________________________
63815 [  6712] By: jhi                                   on 2000/08/19  14:10:41
63816         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
63817              From: Peter Prymmer <pvhp@forte.com>
63818              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
63819              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
63820      Branch: perl
63821            ! lib/Pod/Find.pm t/pod/find.t
63822 ____________________________________________________________________________
63823 [  6711] By: jhi                                   on 2000/08/19  14:09:19
63824         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
63825              From: Peter Prymmer <pvhp@forte.com>
63826              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
63827              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
63828              cc: vmsperl@perl.org
63829      Branch: perl
63830            ! t/lib/peek.t
63831 ____________________________________________________________________________
63832 [  6710] By: jhi                                   on 2000/08/19  14:08:01
63833         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
63834              From: Jan Dubois <jand@ActiveState.com>
63835              Date: Fri, 18 Aug 2000 16:31:48 -0700
63836              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
63837      Branch: perl
63838            ! win32/win32.c
63839 ____________________________________________________________________________
63840 [  6709] By: jhi                                   on 2000/08/19  14:06:57
63841         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
63842              
63843              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
63844              From: Spider.Boardman@Orb.Nashua.NH.US
63845              Date: Fri, 18 Aug 2000 18:41:14 -0400
63846              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
63847      Branch: perl
63848            ! regcomp.c
63849 ____________________________________________________________________________
63850 [  6708] By: jhi                                   on 2000/08/18  22:04:49
63851         Log: Update Changes.
63852      Branch: perl
63853            ! Changes patchlevel.h
63854 ____________________________________________________________________________
63855 [  6707] By: jhi                                   on 2000/08/18  21:55:14
63856         Log: Add warnif(), check warnings further up the stack,
63857              all the warnings functions now can take an optional object reference.
63858              
63859              Subject: [PATCH bleedperl@6691] warnings pragma update
63860              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63861              Date: Fri, 18 Aug 2000 22:42:06 +0100
63862              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
63863      Branch: perl
63864            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
63865            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
63866            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
63867 ____________________________________________________________________________
63868 [  6706] By: jhi                                   on 2000/08/18  21:41:45
63869         Log: Typo in pp_complement().
63870              
63871              Subject: [PATCH perl-current] Deparse
63872              From: Peter Scott <Peter@PSDT.com>
63873              Date: Fri, 18 Aug 2000 12:44:37 -0700
63874              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
63875      Branch: perl
63876            ! ext/B/B/Deparse.pm
63877 ____________________________________________________________________________
63878 [  6705] By: jhi                                   on 2000/08/18  21:25:59
63879         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
63880              From: Jan Dubois <jand@ActiveState.com>
63881              Date: Fri, 18 Aug 2000 14:22:51 -0700
63882              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
63883      Branch: perl
63884            ! lib/Win32.pod win32/win32.c
63885 ____________________________________________________________________________
63886 [  6704] By: jhi                                   on 2000/08/18  21:16:14
63887         Log: Don't eat leading os from index entries.
63888              
63889              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
63890              From: Russ Allbery <rra@stanford.edu>
63891              Date: 10 Aug 2000 20:49:25 -0700
63892              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
63893      Branch: perl
63894            ! lib/Pod/Man.pm
63895 ____________________________________________________________________________
63896 [  6703] By: jhi                                   on 2000/08/18  21:07:06
63897         Log: Add [[:blank:]] as suggested in
63898              
63899              Subject: [ID 20000716.024] [=cc=] / [:blank:]
63900              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
63901              Date: Sun, 16 Jul 2000 17:55:29 -0700
63902              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
63903              
63904              (the [=cc=] has already been taken care of by #6439
63905              so the whole bug report can be closed)
63906              
63907              and make [[:space:]] to be equivalent to isspace(3)
63908              (as opposed to \s, which is isSPACE()).  The difference
63909              is that now [[:space:]] matches the mythical vertical tab,
63910              while \s doesn't.
63911      Branch: perl
63912            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
63913            ! regexec.c t/op/pat.t
63914 ____________________________________________________________________________
63915 [  6702] By: jhi                                   on 2000/08/18  18:47:47
63916         Log: The new tests were missing from #6415.
63917      Branch: perl
63918            ! t/op/bop.t
63919 ____________________________________________________________________________
63920 [  6701] By: jhi                                   on 2000/08/18  18:20:40
63921         Log: Document the NDBM_File and ODBM_File as SDBM_File
63922              was documented in #6417.
63923      Branch: perl
63924            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
63925            ! ext/SDBM_File/SDBM_File.pm
63926 ____________________________________________________________________________
63927 [  6700] By: jhi                                   on 2000/08/18  18:10:39
63928         Log: Subject: [PATCH perl@6698] cygwin port
63929              From: "Fifer, Eric" <EFifer@sanwaint.com>
63930              Date: Fri, 18 Aug 2000 17:30:05 +0100
63931              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
63932      Branch: perl
63933            ! lib/File/Temp.pm
63934 ____________________________________________________________________________
63935 [  6699] By: jhi                                   on 2000/08/18  16:21:49
63936         Log: Document code point which makes if (defined %stash::) to work
63937              (noted by Spider Boardman).
63938      Branch: perl
63939            ! op.c
63940 ____________________________________________________________________________
63941 [  6698] By: jhi                                   on 2000/08/18  13:43:27
63942         Log: Update Changes.
63943      Branch: perl
63944            ! Changes patchlevel.h
63945 ____________________________________________________________________________
63946 [  6697] By: jhi                                   on 2000/08/18  13:35:57
63947         Log: Tiny Getopt::Long patch from Johan Vromans.
63948      Branch: perl
63949            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
63950 ____________________________________________________________________________
63951 [  6696] By: jhi                                   on 2000/08/18  13:26:14
63952         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
63953              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
63954              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
63955              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
63956      Branch: perl
63957            ! pod/perldiag.pod pod/perlsyn.pod
63958 ____________________________________________________________________________
63959 [  6695] By: jhi                                   on 2000/08/18  13:13:26
63960         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
63961              From: Daniel Chetlin <daniel@chetlin.com>
63962              Date: Fri, 18 Aug 2000 03:13:36 -0700
63963              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
63964      Branch: perl
63965            ! pod/perlfunc.pod
63966 ____________________________________________________________________________
63967 [  6694] By: jhi                                   on 2000/08/18  13:08:05
63968         Log: Subject: [PATCH] perltrap.pod spring cleaning
63969              From: Daniel Chetlin <daniel@chetlin.com>
63970              Date: Fri, 18 Aug 2000 03:06:54 -0700
63971              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
63972              
63973              plus Mike Guy's nitfix.
63974      Branch: perl
63975            ! pod/perltrap.pod
63976 ____________________________________________________________________________
63977 [  6693] By: jhi                                   on 2000/08/18  13:00:26
63978         Log: Unbuffer the output.
63979              
63980              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
63981              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63982              Date: Thu, 17 Aug 2000 18:39:29 -0700
63983              Message-ID: <RPJn5gzkgydf092yn@efn.org>
63984      Branch: perl
63985            ! t/op/fork.t
63986 ____________________________________________________________________________
63987 [  6692] By: jhi                                   on 2000/08/18  05:19:17
63988         Log: Delete the image, too, not just its MANIFEStation.
63989      Branch: perl
63990            - lib/CGI/eg/wilogo.gif
63991 ____________________________________________________________________________
63992 [  6691] By: jhi                                   on 2000/08/18  05:10:26
63993         Log: Propagate new Configure vars.
63994      Branch: perl
63995            ! configure.com epoc/config.sh uconfig.h uconfig.sh
63996            ! vos/config.def vos/config.h vos/config_h.SH_orig
63997            ! win32/config.bc win32/config.gc win32/config.vc
63998            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63999 ____________________________________________________________________________
64000 [  6690] By: jhi                                   on 2000/08/18  04:30:56
64001         Log: Update Changes.
64002      Branch: perl
64003            ! Changes patchlevel.h
64004 ____________________________________________________________________________
64005 [  6689] By: jhi                                   on 2000/08/18  04:12:30
64006         Log: Fix the lib/complex failure of
64007              
64008              From: abigail@foad.org
64009              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64010              Date: 15 Aug 2000 04:06:38 -0000
64011              Message-Id: <20000815040638.8524.qmail@foad.org> 
64012              
64013              Linux long double accuracy issue: something that
64014              when printed with %g looks like "2" but int() of it is 1.
64015      Branch: perl
64016            ! lib/Math/Complex.pm
64017 ____________________________________________________________________________
64018 [  6688] By: jhi                                   on 2000/08/18  03:15:35
64019         Log: The byteorder code in #6671 was wrong.
64020      Branch: perl
64021            ! configpm
64022 ____________________________________________________________________________
64023 [  6687] By: jhi                                   on 2000/08/18  02:08:42
64024         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
64025              From: Jan Dubois <jand@ActiveState.com>
64026              Date: Thu, 17 Aug 2000 18:31:55 -0700
64027              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
64028      Branch: perl
64029            ! sv.c
64030 ____________________________________________________________________________
64031 [  6686] By: jhi                                   on 2000/08/18  02:04:15
64032         Log: Use NVs in POSIX math, not doubles.
64033              
64034              From: abigail@foad.org
64035              Subject: [ID 20000817.014] POSIX & modfl
64036              Date: 17 Aug 2000 20:49:18 -0000
64037              Message-Id: <20000817204918.23123.qmail@foad.org>
64038      Branch: perl
64039            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
64040 ____________________________________________________________________________
64041 [  6685] By: jhi                                   on 2000/08/18  02:02:12
64042         Log: Introduce NVef, NVff, and NVgf, use the middle one.
64043              (helps for lib/peek + Linux + long doubles)  Reported in
64044              
64045              From: abigail@foad.org
64046              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
64047              Date: 15 Aug 2000 04:06:38 -0000
64048              Message-Id: <20000815040638.8524.qmail@foad.org> 
64049              
64050              (note: the lib/complex failure has not yet been addressed)
64051      Branch: metaconfig/U/perl
64052            ! perlxvf.U
64053      Branch: perl
64054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64055            ! config_h.SH dump.c perl.h pod/perlguts.pod
64056 ____________________________________________________________________________
64057 [  6684] By: jhi                                   on 2000/08/17  23:22:19
64058         Log: Add byteorder to the myconfig output.
64059      Branch: perl
64060            ! myconfig.SH
64061 ____________________________________________________________________________
64062 [  6683] By: jhi                                   on 2000/08/17  23:20:19
64063         Log: The image doth not exist, spotted by Johan Vromans.
64064      Branch: perl
64065            ! MANIFEST
64066 ____________________________________________________________________________
64067 [  6682] By: jhi                                   on 2000/08/17  22:38:16
64068         Log: Document what the backtick returns if the command fails.
64069      Branch: perl
64070            ! pod/perlop.pod
64071 ____________________________________________________________________________
64072 [  6681] By: jhi                                   on 2000/08/17  22:33:12
64073         Log: Do not use prototyping here.
64074              
64075              Subject: [ID 20000817.016] [PATCH] Peek.xs
64076              From: abigail@foad.org
64077              Date: 17 Aug 2000 20:55:56 -0000
64078              Message-Id: <20000817205556.24270.qmail@foad.org>
64079      Branch: perl
64080            ! ext/Devel/Peek/Makefile.PL
64081 ____________________________________________________________________________
64082 [  6680] By: jhi                                   on 2000/08/17  19:46:43
64083         Log: Don't propose using modules built for 5.005 if no binary
64084              compatibility with 5.005 is attempted.
64085              
64086              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64087              Subject: Minor nit with 5.7.0 (6655)
64088              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
64089              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
64090      Branch: metaconfig
64091            ! U/installdirs/inc_version_list.U
64092      Branch: perl
64093            ! Configure config_h.SH
64094 ____________________________________________________________________________
64095 [  6679] By: jhi                                   on 2000/08/17  19:16:39
64096         Log: Microperl config update.
64097      Branch: perl
64098            ! uconfig.h uconfig.sh
64099 ____________________________________________________________________________
64100 [  6678] By: jhi                                   on 2000/08/17  19:16:13
64101         Log: The #6648 wasn't protective enough for limited platforms
64102              (like microperl).
64103      Branch: perl
64104            ! dump.c sv.c
64105 ____________________________________________________________________________
64106 [  6677] By: jhi                                   on 2000/08/17  14:46:35
64107         Log: Update Changes.
64108      Branch: perl
64109            ! Changes patchlevel.h
64110 ____________________________________________________________________________
64111 [  6676] By: jhi                                   on 2000/08/17  14:44:02
64112         Log: Add perlebcdic from Peter Prymmer, regen toc.
64113      Branch: perl
64114            + pod/perlebcdic.pod
64115            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64116 ____________________________________________________________________________
64117 [  6675] By: jhi                                   on 2000/08/17  14:41:52
64118         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
64119      Branch: perl
64120            ! pod/perldebtut.pod
64121 ____________________________________________________________________________
64122 [  6674] By: jhi                                   on 2000/08/17  14:29:43
64123         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
64124              
64125              Subject: [ID 20000724.006] -DLEAKTEST problem
64126              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
64127              Date: Tue, 25 Jul 2000 00:36:32 -0500
64128              Message-Id: <20000725003632.A26186@www.llamacom.com>
64129              
64130              Reminder sent
64131              
64132              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
64133              From: Hugo <hv@crypt.compulink.co.uk>
64134              Date: Thu, 17 Aug 2000 15:23:42 +0100
64135              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
64136      Branch: perl
64137            ! util.c
64138 ____________________________________________________________________________
64139 [  6673] By: jhi                                   on 2000/08/17  04:07:10
64140         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
64141              From: John Peacock <JPeacock@UnivPress.com>
64142              Date: Tue, 01 Aug 2000 09:38:12 -0400
64143              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
64144      Branch: perl
64145            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
64146 ____________________________________________________________________________
64147 [  6672] By: jhi                                   on 2000/08/17  03:04:35
64148         Log: Subject: [PATCH] Cwd.pm now uses strict
64149              From: Tim Jenness <timj@jach.hawaii.edu>
64150              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
64151              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
64152      Branch: perl
64153            ! lib/Cwd.pm
64154 ____________________________________________________________________________
64155 [  6671] By: jhi                                   on 2000/08/17  02:16:35
64156         Log: Make $Config{byteorder} more magical so that it is
64157              dynamically computed: nice for 'fat binaries'.
64158              
64159              Subject: [PATCH]: default byteorder
64160              From: Wilfredo Sánchez <wsanchez@apple.com>
64161              Date: Mon, 31 Jul 2000 19:45:31 -0700
64162              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
64163      Branch: perl
64164            ! configpm
64165 ____________________________________________________________________________
64166 [  6670] By: gsar                                  on 2000/08/17  01:22:21
64167         Log: move WNOHANG definition to where other such things are
64168      Branch: perl
64169            ! win32/win32.h
64170 ____________________________________________________________________________
64171 [  6669] By: jhi                                   on 2000/08/17  01:19:17
64172         Log: Update Changes.
64173      Branch: perl
64174            ! Changes patchlevel.h
64175 ____________________________________________________________________________
64176 [  6668] By: jhi                                   on 2000/08/17  01:16:29
64177         Log: Doc nits spotted by Richard Soderberg.
64178      Branch: perl
64179            ! README.posix-bc README.vmesa
64180 ____________________________________________________________________________
64181 [  6667] By: jhi                                   on 2000/08/17  01:12:11
64182         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
64183              From: "Casey R. Tweten" <crt@kiski.net>
64184              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
64185              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
64186      Branch: perl
64187            ! pod/perldebtut.pod
64188 ____________________________________________________________________________
64189 [  6666] By: jhi                                   on 2000/08/17  01:09:31
64190         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
64191              From: "Casey R. Tweten" <crt@kiski.net>
64192              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
64193              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
64194      Branch: perl
64195            ! lib/Shell.pm
64196 ____________________________________________________________________________
64197 [  6665] By: gsar                                  on 2000/08/17  01:03:52
64198         Log: add "ok" targets from change#6632 in makefile.mk
64199      Branch: perl
64200            ! pod/perlport.pod win32/Makefile win32/makefile.mk
64201 ____________________________________________________________________________
64202 [  6664] By: gsar                                  on 2000/08/17  00:56:11
64203         Log: avoid warnings from dense compiler
64204      Branch: perl
64205            ! win32/win32.c
64206 ____________________________________________________________________________
64207 [  6663] By: jhi                                   on 2000/08/17  00:51:49
64208         Log: Tweak the regex compilation errors once more.
64209      Branch: perl
64210            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
64211            ! t/op/regmesg.t t/pragma/warn/regcomp
64212 ____________________________________________________________________________
64213 [  6662] By: gsar                                  on 2000/08/17  00:28:19
64214         Log: trailing new %ENV entries weren't being pushed into the real
64215              environment of subprocesses on Windows
64216      Branch: perl
64217            ! t/op/magic.t win32/perlhost.h
64218 ____________________________________________________________________________
64219 [  6661] By: gsar                                  on 2000/08/17  00:19:20
64220         Log: waitpid() now handles externally spawned pids correctly;
64221              fixes for backtick/wait/waitpid failures on Windows 9x
64222              
64223              these changes make the pid returned by process functions on
64224              Windows 9x always positive by clearing the high bit (which
64225              is always set on Win9x); pseudo-process PIDs are likewise
64226              always negative now on Win9x (just as on NT/2000)
64227      Branch: perl
64228            ! pp_sys.c win32/perlhost.h win32/win32.c
64229 ____________________________________________________________________________
64230 [  6660] By: jhi                                   on 2000/08/17  00:04:32
64231         Log: Retract #6645.
64232      Branch: perl
64233            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64234            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
64235            ! t/op/sprintf.t
64236 ____________________________________________________________________________
64237 [  6659] By: gsar                                  on 2000/08/16  23:59:28
64238         Log: on windows, the return values from wait() and waitpid() don't
64239              match those of pseudo-pids
64240      Branch: perl
64241            ! pp_sys.c t/op/fork.t util.c win32/win32.c
64242 ____________________________________________________________________________
64243 [  6658] By: gsar                                  on 2000/08/16  23:56:14
64244         Log: pod nit seen in passing
64245      Branch: perl
64246            ! pod/perlfunc.pod
64247 ____________________________________________________________________________
64248 [  6657] By: gsar                                  on 2000/08/16  23:53:42
64249         Log: change#6328 could make close(SOCKET) return false on windows
64250              when it shouldn't
64251      Branch: perl
64252            ! win32/win32sck.c
64253 ____________________________________________________________________________
64254 [  6656] By: gsar                                  on 2000/08/16  23:46:57
64255         Log: check that the number pseudo children doesn't exceed
64256              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
64257              the WaitForMultipleObjects() limit that would cause wait()
64258              to crash)
64259              
64260              wait() and waitpid() could potentially be rewritten to use
64261              more than one thread to do the waiting to eliminate this
64262              limitation
64263      Branch: perl
64264            ! win32/perlhost.h
64265 ____________________________________________________________________________
64266 [  6655] By: jhi                                   on 2000/08/16  14:11:05
64267         Log: Update Changes.
64268      Branch: perl
64269            ! Changes patchlevel.h
64270 ____________________________________________________________________________
64271 [  6654] By: jhi                                   on 2000/08/16  14:10:12
64272         Log: Update to perldebtut 1.9, from Richard Foley.
64273      Branch: perl
64274            ! pod/perldebtut.pod
64275 ____________________________________________________________________________
64276 [  6653] By: jhi                                   on 2000/08/16  14:08:17
64277         Log: Change the regx compilation error markers to use = instead of <
64278              since pod makes using the latter quite messy.  Reported in
64279              ID 20000814.006 by Abigail and in
64280              Subject: Unknown escape E<> ?
64281              From: Lupe Christoph <lupe@lupe-christoph.de>
64282              Date: Fri, 11 Aug 2000 00:30:27 +0200
64283              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
64284      Branch: perl
64285            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
64286            ! t/op/regmesg.t t/pragma/warn/regcomp
64287 ____________________________________________________________________________
64288 [  6652] By: jhi                                   on 2000/08/16  13:25:31
64289         Log: Change the perlbug address to perl.org since it's more forgiving.
64290              
64291              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
64292              From: abigail@foad.org
64293              Date: 15 Aug 2000 04:15:40 -0000
64294              Message-Id: <20000815041540.8633.qmail@foad.org>
64295      Branch: perl
64296            ! utils/perlbug.PL
64297 ____________________________________________________________________________
64298 [  6651] By: jhi                                   on 2000/08/16  13:22:35
64299         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
64300              From: Tim Jenness <timj@jach.hawaii.edu>
64301              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
64302              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
64303      Branch: perl
64304            ! lib/Cwd.pm
64305 ____________________________________________________________________________
64306 [  6650] By: jhi                                   on 2000/08/16  13:18:13
64307         Log: Update to CPAN 1.57.
64308              
64309              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
64310              From: andreas.koenig@anima.de (Andreas J. Koenig)
64311              Date: 16 Aug 2000 15:09:46 +0200
64312              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
64313      Branch: perl
64314            ! lib/CPAN.pm
64315 ____________________________________________________________________________
64316 [  6649] By: jhi                                   on 2000/08/16  13:12:31
64317         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
64318              From: "Larry W. Virden" <lvirden@cas.org>
64319              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
64320              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
64321      Branch: perl
64322            ! README.hpux
64323 ____________________________________________________________________________
64324 [  6648] By: jhi                                   on 2000/08/16  13:03:53
64325         Log: The numeric locale was reset to "C" by s?printf and never restored.
64326              
64327              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
64328              From: Christian Kirsch <ck@held.mind.de>
64329              Date: Wed, 9 Aug 2000 17:05:17 +0200
64330              Message-Id: <20000809170517.A25389@held>
64331              
64332              No test since adding the failing example to locale.t
64333              does not fail -- probably because the locale settings are so
64334              thoroughly tweaked by that time.  Running the example standalone
64335              does fail, though.  UPDATE: test case added at change #7540.
64336      Branch: perl
64337            ! dump.c perl.h pp.c pp_ctl.c sv.c
64338 ____________________________________________________________________________
64339 [  6647] By: jhi                                   on 2000/08/16  00:07:54
64340         Log: Update Changes and test semi-automatic patchlevel updating.
64341      Branch: perl
64342            ! Changes patchlevel.h
64343 ____________________________________________________________________________
64344 [  6646] By: jhi                                   on 2000/08/15  23:35:07
64345         Log: Fix a dependency problem.
64346              
64347              Subject: [PATCH: 6640] VMS Makefile.SH update
64348              From: Peter Prymmer <pvhp@forte.com>
64349              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
64350              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
64351      Branch: perl
64352            ! vms/descrip_mms.template
64353 ____________________________________________________________________________
64354 [  6645] By: jhi                                   on 2000/08/15  23:33:23
64355         Log: (Retracted by #6660)
64356              
64357              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
64358              From: Dominic Dunlop <domo@computer.org>
64359              Date: Tue, 15 Aug 2000 22:20:52 +0200
64360              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
64361      Branch: metaconfig/U/perl
64362            + d_printfed.U
64363      Branch: perl
64364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64365            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
64366            ! t/op/sprintf.t
64367 ____________________________________________________________________________
64368 [  6644] By: jhi                                   on 2000/08/15  21:17:20
64369         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
64370              From: abigail@foad.org
64371              Date: 15 Aug 2000 20:12:41 -0000
64372              Message-Id: <20000815201241.25556.qmail@foad.org>
64373      Branch: perl
64374            ! INSTALL
64375 ____________________________________________________________________________
64376 [  6643] By: jhi                                   on 2000/08/15  21:15:28
64377         Log: (an already applied patch)
64378      Branch: perl
64379            ! lib/CGI.pm
64380 ____________________________________________________________________________
64381 [  6642] By: gsar                                  on 2000/08/15  19:54:05
64382         Log: magic callbacks all need to have same type signature
64383      Branch: perl
64384            ! embed.pl mg.c proto.h
64385 ____________________________________________________________________________
64386 [  6641] By: jhi                                   on 2000/08/15  17:56:27
64387         Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
64388              From: Mike Guy <mjtg@cam.ac.uk>
64389              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
64390              Date: Tue, 15 Aug 2000 18:26:45 +0100
64391              
64392              Only the peek.t part applied, not the hash quality part.
64393      Branch: perl
64394            ! t/lib/peek.t
64395 ____________________________________________________________________________
64396 [  6640] By: jhi                                   on 2000/08/15  16:37:37
64397         Log: Update Changes.
64398      Branch: perl
64399            ! Changes
64400 ____________________________________________________________________________
64401 [  6639] By: jhi                                   on 2000/08/15  16:34:55
64402         Log: Missed a file from #6638.
64403      Branch: perl
64404            ! lib/File/Temp.pm
64405 ____________________________________________________________________________
64406 [  6638] By: jhi                                   on 2000/08/15  16:33:19
64407         Log: Subject: [PATCH perl@6620] cygwin port
64408              From: "Fifer, Eric" <EFifer@sanwaint.com>
64409              Date: Tue, 15 Aug 2000 17:00:49 +0100
64410              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
64411      Branch: perl
64412            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
64413 ____________________________________________________________________________
64414 [  6637] By: jhi                                   on 2000/08/15  16:29:22
64415         Log: Subject: [PATCH] debugger exit code should reflect user exit code
64416              From: Mike Guy <mjtg@cam.ac.uk>
64417              Date: Tue, 15 Aug 2000 16:55:59 +0100
64418              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
64419      Branch: perl
64420            ! lib/perl5db.pl
64421 ____________________________________________________________________________
64422 [  6636] By: jhi                                   on 2000/08/15  15:30:58
64423         Log: Update Changes.
64424      Branch: perl
64425            ! Changes
64426 ____________________________________________________________________________
64427 [  6635] By: jhi                                   on 2000/08/15  15:27:21
64428         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
64429      Branch: metaconfig
64430            ! U/mkglossary U/mksample
64431      Branch: metaconfig/U/perl
64432            ! Devel.U
64433      Branch: perl
64434            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64435 ____________________________________________________________________________
64436 [  6634] By: jhi                                   on 2000/08/15  14:11:55
64437         Log: Don't blow limited stacks, a lower number is enough to
64438              tickle the lookbehind limit.
64439              
64440              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
64441              From: Dominic Dunlop <domo@computer.org>
64442              Date: Tue, 15 Aug 2000 13:51:24 +0200
64443              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
64444      Branch: perl
64445            ! t/op/regmesg.t
64446 ____________________________________________________________________________
64447 [  6633] By: jhi                                   on 2000/08/15  14:01:46
64448         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
64449              From: Mike Guy <mjtg@cam.ac.uk>
64450              Date: Tue, 15 Aug 2000 12:10:50 +0100
64451              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
64452      Branch: perl
64453            ! utils/perldoc.PL
64454 ____________________________________________________________________________
64455 [  6632] By: jhi                                   on 2000/08/15  13:58:48
64456         Log: make ok etc also for win32.
64457              
64458              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
64459              From: Prymmer/Kahn <pvhp@best.com>
64460              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
64461              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
64462      Branch: perl
64463            ! win32/Makefile
64464 ____________________________________________________________________________
64465 [  6631] By: jhi                                   on 2000/08/15  13:45:03
64466         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
64467      Branch: perl
64468            ! lib/Test.pm
64469 ____________________________________________________________________________
64470 [  6630] By: jhi                                   on 2000/08/15  03:25:09
64471         Log: Update Changes.
64472      Branch: perl
64473            ! Changes
64474 ____________________________________________________________________________
64475 [  6629] By: jhi                                   on 2000/08/15  03:23:53
64476         Log: magic_regdatum_set() is void, not int.
64477      Branch: perl
64478            ! embed.pl mg.c proto.h
64479 ____________________________________________________________________________
64480 [  6628] By: jhi                                   on 2000/08/15  03:08:02
64481         Log: Make the user to give up his firstborn, err, to knowingly
64482              verify installing an unstable developer release.  Also bump
64483              the release to 5.7.0, but leave a patch tag in the local
64484              patches saying that this is not yet the real thing.
64485      Branch: metaconfig
64486            ! U/modified/Instruct.U
64487      Branch: metaconfig/U/perl
64488            + Devel.U
64489      Branch: perl
64490            ! Configure patchlevel.h
64491 ____________________________________________________________________________
64492 [  6627] By: jhi                                   on 2000/08/14  22:32:52
64493         Log: README.os2 update.
64494              
64495              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
64496              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64497              Date: Wed, 02 Aug 2000 21:55:09 -0700
64498              Message-ID: <tsPi5gzkgegX092yn@efn.org>
64499      Branch: perl
64500            ! README.os2
64501 ____________________________________________________________________________
64502 [  6626] By: jhi                                   on 2000/08/14  21:00:02
64503         Log: Subject: Re: File::Temp problems on VMS in bleedperl
64504              From: Tim Jenness <timj@jach.hawaii.edu>
64505              cc: vmsperl@perl.org
64506              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
64507              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
64508      Branch: perl
64509            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
64510 ____________________________________________________________________________
64511 [  6625] By: jhi                                   on 2000/08/14  20:52:16
64512         Log: Add SUIDMAIL as was done for the CERT alert.
64513      Branch: perl
64514            ! patchlevel.h
64515 ____________________________________________________________________________
64516 [  6624] By: jhi                                   on 2000/08/14  20:48:50
64517         Log: Subject: sfio2000
64518              From: Daniel Muino <dmuino@afip.gov.ar>
64519              Date: Mon, 14 Aug 2000 16:58:11 -0300
64520              Message-ID: <20000814165811.B16368@con2-dgi>
64521      Branch: perl
64522            ! perlsdio.h perlsfio.h
64523 ____________________________________________________________________________
64524 [  6623] By: jhi                                   on 2000/08/14  20:47:36
64525         Log: Subject: warning: storage class after type is obsolescent
64526              From: Daniel Muino <dmuino@afip.gov.ar>
64527              Date: Mon, 14 Aug 2000 16:42:47 -0300
64528              Message-ID: <20000814164247.A16368@con2-dgi>
64529      Branch: perl
64530            ! regcomp.pl regnodes.h
64531 ____________________________________________________________________________
64532 [  6622] By: jhi                                   on 2000/08/14  20:43:05
64533         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
64534              From: abigail@foad.org
64535              Date: 14 Aug 2000 20:00:10 -0000
64536              Message-Id: <20000814200010.27271.qmail@foad.org>
64537      Branch: perl
64538            ! Changes
64539 ____________________________________________________________________________
64540 [  6621] By: jhi                                   on 2000/08/14  15:23:05
64541         Log: Update Changes.
64542      Branch: perl
64543            ! Changes
64544 ____________________________________________________________________________
64545 [  6620] By: jhi                                   on 2000/08/14  15:22:14
64546         Log: Subject: Re: [PATCH] @+, @- readonly
64547              From: Mike Guy <mjtg@cam.ac.uk>
64548              Date: Mon, 14 Aug 2000 15:26:55 +0100
64549              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
64550      Branch: perl
64551            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
64552            ! sv.c t/op/pat.t
64553 ____________________________________________________________________________
64554 [  6619] By: jhi                                   on 2000/08/14  14:12:08
64555         Log: Update Changes.
64556      Branch: perl
64557            ! Changes
64558 ____________________________________________________________________________
64559 [  6618] By: jhi                                   on 2000/08/14  14:09:34
64560         Log: For now remove the mail code.
64561      Branch: perl
64562            ! perl.c
64563 ____________________________________________________________________________
64564 [  6617] By: jhi                                   on 2000/08/14  14:08:28
64565         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
64566      Branch: perl
64567            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
64568            ! pod/perlfaq8.pod pod/perlsec.pod
64569 ____________________________________________________________________________
64570 [  6616] By: jhi                                   on 2000/08/14  14:00:11
64571         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
64572              From: Mike Guy <mjtg@cam.ac.uk>
64573              Date: Mon, 14 Aug 2000 08:26:02 +0100
64574              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
64575      Branch: perl
64576            ! lib/perl5db.pl
64577 ____________________________________________________________________________
64578 [  6615] By: jhi                                   on 2000/08/14  13:58:45
64579         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
64580              From: Mike Guy <mjtg@cam.ac.uk>
64581              Date: Mon, 14 Aug 2000 08:04:22 +0100
64582              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
64583      Branch: perl
64584            ! gv.c mg.c t/op/pat.t
64585 ____________________________________________________________________________
64586 [  6614] By: jhi                                   on 2000/08/14  13:56:45
64587         Log: Subject: Test fails / warnings with perl-current #6612
64588              From: Mike Guy <mjtg@cam.ac.uk>
64589              Date: Mon, 14 Aug 2000 07:57:23 +0100
64590              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
64591      Branch: perl
64592            ! t/lib/b.t t/lib/peek.t
64593 ____________________________________________________________________________
64594 [  6613] By: jhi                                   on 2000/08/14  13:45:33
64595         Log: VMS configure.com update continues.
64596      Branch: perl
64597            - vms/configure.com
64598            ! MANIFEST configure.com
64599 ____________________________________________________________________________
64600 [  6612] By: jhi                                   on 2000/08/13  22:13:35
64601         Log: Update Changes.
64602      Branch: perl
64603            ! Changes
64604 ____________________________________________________________________________
64605 [  6611] By: jhi                                   on 2000/08/13  16:21:45
64606         Log: Upgrade to CGI 2.71, from Lincoln Stein.
64607      Branch: perl
64608            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
64609 ____________________________________________________________________________
64610 [  6610] By: jhi                                   on 2000/08/13  15:09:16
64611         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
64612              From: Mike Guy <mjtg@cam.ac.uk>
64613              Date: Sun, 13 Aug 2000 13:45:51 +0100
64614              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
64615      Branch: perl
64616            ! t/op/regmesg.t
64617 ____________________________________________________________________________
64618 [  6609] By: jhi                                   on 2000/08/13  14:31:26
64619         Log: Andreas says that 1.56 is fine, so reverting back to it.
64620      Branch: perl
64621            ! lib/CPAN.pm
64622 ____________________________________________________________________________
64623 [  6608] By: jhi                                   on 2000/08/13  05:34:20
64624         Log: Update Changes.
64625      Branch: perl
64626            ! Changes
64627 ____________________________________________________________________________
64628 [  6607] By: jhi                                   on 2000/08/13  05:32:01
64629         Log: Put back the \z changes of #5406 to CPAN.pm.
64630      Branch: perl
64631            ! lib/CPAN.pm
64632 ____________________________________________________________________________
64633 [  6606] By: jhi                                   on 2000/08/13  05:20:16
64634         Log: Fix-n-skip the tests under 5005threads.
64635      Branch: perl
64636            ! t/lib/b.t
64637 ____________________________________________________________________________
64638 [  6605] By: jhi                                   on 2000/08/13  05:07:48
64639         Log: Fix the test for 5005threads.
64640      Branch: perl
64641            ! t/lib/peek.t
64642 ____________________________________________________________________________
64643 [  6604] By: jhi                                   on 2000/08/13  03:35:37
64644         Log: Should have deleted this in #6603.
64645      Branch: perl
64646            - vms/subconfigure.com
64647 ____________________________________________________________________________
64648 [  6603] By: jhi                                   on 2000/08/12  18:29:32
64649         Log: Rewrite of vms/subconfigure.com as configure.com,
64650              from Peter Prymmer and the vmsperl crew.
64651      Branch: perl
64652            + vms/configure.com
64653            ! MANIFEST
64654 ____________________________________________________________________________
64655 [  6602] By: jhi                                   on 2000/08/11  13:00:01
64656         Log: PlainText.pm is dead.
64657      Branch: perl
64658            - lib/Pod/PlainText.pm
64659            ! MANIFEST
64660 ____________________________________________________________________________
64661 [  6601] By: jhi                                   on 2000/08/11  04:06:45
64662         Log: Update Changes.
64663      Branch: perl
64664            ! Changes
64665 ____________________________________________________________________________
64666 [  6600] By: jhi                                   on 2000/08/11  04:06:10
64667         Log: Add a few missing files, update MANIFEST.
64668      Branch: perl
64669            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
64670            + lib/Pod/PlainText.pm t/pod/find.t
64671            ! MANIFEST t/op/regmesg.t
64672 ____________________________________________________________________________
64673 [  6599] By: jhi                                   on 2000/08/11  03:31:10
64674         Log: Add Perl debugging tutorial, regen toc. 
64675              
64676              Subject: perldebtut.pod
64677              From: Richard Foley <Richard.Foley@m.dasa.de>
64678              Date: Wed, 09 Aug 2000 10:17:15 +0200
64679              Message-id: <3991138B.262247B8@m.dasa.de>
64680      Branch: perl
64681            + pod/perldebtut.pod
64682            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64683 ____________________________________________________________________________
64684 [  6598] By: jhi                                   on 2000/08/11  02:48:56
64685         Log: tiny Changes edit
64686      Branch: perl
64687            ! Changes
64688 ____________________________________________________________________________
64689 [  6597] By: jhi                                   on 2000/08/11  02:39:04
64690         Log: Tests for #6589.
64691              
64692              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64693              From: simon@brecon.co.uk (Simon Cozens)
64694              Date: 11 Aug 2000 02:24:52 GMT
64695              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
64696      Branch: perl
64697            ! t/lib/b.t
64698 ____________________________________________________________________________
64699 [  6596] By: jhi                                   on 2000/08/11  01:50:07
64700         Log: Update Changes.
64701      Branch: perl
64702            ! Changes
64703 ____________________________________________________________________________
64704 [  6595] By: jhi                                   on 2000/08/11  01:47:16
64705         Log: nitfix
64706      Branch: perl
64707            ! Changes
64708 ____________________________________________________________________________
64709 [  6594] By: jhi                                   on 2000/08/11  01:36:16
64710         Log: Subject: Getting perlio and threads to compile
64711              From: Lupe Christoph <lupe@lupe-christoph.de>
64712              Date: Wed, 9 Aug 2000 11:35:54 +0200
64713              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
64714              
64715              (the Solaris version changes in Configure skipped)
64716      Branch: perl
64717            ! hints/solaris_2.sh thread.h
64718 ____________________________________________________________________________
64719 [  6593] By: jhi                                   on 2000/08/11  01:30:16
64720         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
64721              From: simon@brecon.co.uk (Simon Cozens)
64722              Date: 1 Aug 2000 06:55:19 GMT
64723              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
64724      Branch: perl
64725            ! lib/utf8.pm
64726 ____________________________________________________________________________
64727 [  6592] By: jhi                                   on 2000/08/11  01:26:39
64728         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
64729              From: Peter Scott <Peter@PeterScott.com>
64730              Date: Thu, 10 Aug 2000 08:23:27 -0700
64731              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
64732      Branch: perl
64733            ! lib/perl5db.pl
64734 ____________________________________________________________________________
64735 [  6591] By: jhi                                   on 2000/08/11  01:22:02
64736         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
64737              From: Hugo <hv@crypt.compulink.co.uk>
64738              Date: Thu, 10 Aug 2000 19:23:04 +0100
64739              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
64740      Branch: perl
64741            ! regexec.c t/op/pat.t
64742 ____________________________________________________________________________
64743 [  6590] By: jhi                                   on 2000/08/11  01:19:19
64744         Log: Preprocessing and postprocessing for File::Find.
64745              
64746              Subject: Patch to Find::File.pm to allow alphabetical results
64747              From: Joe Smith <jsmith@inwap.com>
64748              Date: Wed, 9 Aug 2000 02:44:54 -0700
64749              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
64750      Branch: perl
64751            ! lib/File/Find.pm
64752 ____________________________________________________________________________
64753 [  6589] By: jhi                                   on 2000/08/11  01:12:39
64754         Log: B::Deparse didn't do sub attributes.
64755              
64756              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64757              From: simon@brecon.co.uk (Simon Cozens)
64758              Date: 9 Aug 2000 04:49:20 GMT
64759              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
64760      Branch: perl
64761            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
64762 ____________________________________________________________________________
64763 [  6588] By: jhi                                   on 2000/08/11  01:06:40
64764         Log: Subject: debugger "d" command doesnt check line number
64765              From: Mike Guy <mjtg@cam.ac.uk>
64766              Date: Tue, 08 Aug 2000 21:54:29 +0100
64767              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
64768      Branch: perl
64769            ! lib/perl5db.pl mg.c pod/perldiag.pod
64770 ____________________________________________________________________________
64771 [  6587] By: jhi                                   on 2000/08/11  00:45:03
64772         Log: sleep(1) does not necessarily return 1.
64773              
64774              Subject: [PATCH bleadperl] op/lex_assign.t  
64775              From: Hugo <hv@crypt.compulink.co.uk>
64776              Date: Thu, 03 Aug 2000 14:34:22 +0100        
64777              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
64778      Branch: perl
64779            ! t/op/lex_assign.t
64780 ____________________________________________________________________________
64781 [  6586] By: jhi                                   on 2000/08/11  00:31:50
64782         Log: Document the IO::Select timeout.
64783      Branch: perl
64784            ! ext/IO/lib/IO/Select.pm
64785 ____________________________________________________________________________
64786 [  6585] By: jhi                                   on 2000/08/11  00:13:54
64787         Log: Forgot contributor.
64788      Branch: perl
64789            ! Changes
64790 ____________________________________________________________________________
64791 [  6584] By: jhi                                   on 2000/08/11  00:09:19
64792         Log: detypo
64793      Branch: perl
64794            ! Changes
64795 ____________________________________________________________________________
64796 [  6583] By: jhi                                   on 2000/08/11  00:07:53
64797         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
64798              
64799              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
64800              From: Mike Guy <mjtg@cam.ac.uk> 
64801              Date: Thu, 10 Aug 2000 15:50:54 +0100
64802              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
64803      Branch: perl
64804            ! sv.c t/op/int.t
64805 ____________________________________________________________________________
64806 [  6582] By: jhi                                   on 2000/08/10  23:29:32
64807         Log: Update Changes.
64808      Branch: perl
64809            ! Changes
64810 ____________________________________________________________________________
64811 [  6581] By: jhi                                   on 2000/08/10  23:26:16
64812         Log: Put back the std @INC thing.
64813      Branch: perl
64814            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
64815            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
64816            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
64817            ! t/lib/gol-oo.t
64818 ____________________________________________________________________________
64819 [  6580] By: jhi                                   on 2000/08/10  23:03:34
64820         Log: Update to CGI 2.70, from Lincoln Stein.
64821      Branch: perl
64822            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
64823            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
64824            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
64825            ! t/lib/cgi-request.t
64826 ____________________________________________________________________________
64827 [  6579] By: jhi                                   on 2000/08/10  22:41:50
64828         Log: Update to CPAN 1.56, from Andreas König.
64829      Branch: perl
64830            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64831 ____________________________________________________________________________
64832 [  6578] By: jhi                                   on 2000/08/10  22:38:13
64833         Log: Update to Pod::Parser 1.17, from Brad Appleton.
64834      Branch: perl
64835            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
64836            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
64837            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
64838            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
64839            ! t/pod/include.t t/pod/included.t t/pod/lref.t
64840            ! t/pod/multiline_items.t t/pod/nested_items.t
64841            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
64842            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
64843            ! t/pod/special_seqs.t
64844 ____________________________________________________________________________
64845 [  6577] By: jhi                                   on 2000/08/10  22:35:41
64846         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
64847      Branch: perl
64848            ! AUTHORS MAINTAIN
64849 ____________________________________________________________________________
64850 [  6576] By: jhi                                   on 2000/08/10  22:24:54
64851         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
64852      Branch: perl
64853            + t/lib/gol-oo.t
64854            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
64855            ! t/lib/gol-compat.t t/lib/gol-linkage.t
64856 ____________________________________________________________________________
64857 [  6575] By: jhi                                   on 2000/08/10  22:02:07
64858         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
64859      Branch: perl
64860            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
64861 ____________________________________________________________________________
64862 [  6574] By: jhi                                   on 2000/08/10  21:55:03
64863         Log: Iterating perl6 description.
64864      Branch: perl
64865            ! pod/perlfaq1.pod
64866 ____________________________________________________________________________
64867 [  6573] By: jhi                                   on 2000/08/10  21:48:26
64868         Log: Revert the sv.c part of #6559, a better fix is needed.
64869      Branch: perl
64870            ! sv.c
64871 ____________________________________________________________________________
64872 [  6572] By: jhi                                   on 2000/08/10  20:33:43
64873         Log: It's the 2ndO'ROSSC.
64874      Branch: perl
64875            ! pod/perlfaq1.pod
64876 ____________________________________________________________________________
64877 [  6571] By: jhi                                   on 2000/08/10  15:55:48
64878         Log: detypo
64879      Branch: perl
64880            ! pod/perlfaq1.pod
64881 ____________________________________________________________________________
64882 [  6570] By: jhi                                   on 2000/08/10  14:11:17
64883         Log: An exceptionally sticky typo.
64884      Branch: perl
64885            ! Changes
64886 ____________________________________________________________________________
64887 [  6569] By: jhi                                   on 2000/08/10  14:09:33
64888         Log: detypo (and test Changes updating script)
64889      Branch: perl
64890            ! Changes
64891 ____________________________________________________________________________
64892 [  6568] By: jhi                                   on 2000/08/10  14:07:07
64893         Log: Update Changes.
64894      Branch: perl
64895            ! Changes
64896 ____________________________________________________________________________
64897 [  6567] By: jhi                                   on 2000/08/10  14:06:19
64898         Log: Amend the description of Perl6.
64899              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
64900              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
64901              Date: Wed, 9 Aug 2000 22:11:06 -0500
64902              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
64903      Branch: perl
64904            ! pod/perlfaq1.pod
64905 ____________________________________________________________________________
64906 [  6566] By: jhi                                   on 2000/08/10  13:58:57
64907         Log: Subject: Remove dead entry in perldiag
64908              From: Mike Guy <mjtg@cam.ac.uk>
64909              Date: Thu, 10 Aug 2000 14:19:19 +0100
64910              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
64911      Branch: perl
64912            ! pod/perldiag.pod
64913 ____________________________________________________________________________
64914 [  6565] By: jhi                                   on 2000/08/10  13:51:48
64915         Log: Zero entries were skipped, fix from Adrian Goalby
64916              <argoalby@yahoo.co.uk>
64917      Branch: perl
64918            ! lib/unicode/Number.pl lib/unicode/mktables.PL
64919 ____________________________________________________________________________
64920 [  6564] By: jhi                                   on 2000/08/10  13:00:12
64921         Log: Subject: [PATCH 5.6.0] cygwin port
64922              From: "Fifer, Eric" <EFifer@sanwaint.com>
64923              Date: Thu, 10 Aug 2000 13:15:36 +0100
64924              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
64925      Branch: perl
64926            ! README.cygwin hints/cygwin.sh
64927 ____________________________________________________________________________
64928 [  6563] By: jhi                                   on 2000/08/10  12:55:16
64929         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
64930      Branch: perl
64931            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
64932 ____________________________________________________________________________
64933 [  6562] By: gsar                                  on 2000/08/10  08:38:39
64934         Log: warn is a macro, avoid using at a variable to avoid warnings
64935              in some configurations; readdir.t is too conservative in
64936              estimating number of *.t's
64937      Branch: perl
64938            ! t/op/readdir.t util.c
64939 ____________________________________________________________________________
64940 [  6561] By: jhi                                   on 2000/08/09  23:35:42
64941         Log: Update Changes.
64942      Branch: perl
64943            ! Changes
64944 ____________________________________________________________________________
64945 [  6560] By: jhi                                   on 2000/08/09  23:05:47
64946         Log: Subject: Re: enhanced(?) regex error messages
64947              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
64948              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
64949              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
64950              
64951              (plus two small patches sent privately)
64952              (this still seems to leave few test failures)
64953      Branch: perl
64954            + t/op/regmesg.t
64955            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
64956            ! t/pragma/warn/regcomp
64957 ____________________________________________________________________________
64958 [  6559] By: jhi                                   on 2000/08/09  20:41:18
64959         Log: (The fix did work but was not right, retracted in #6573)
64960              
64961              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
64962              From: Christian Kirsch <ck@held.mind.de>
64963              Date: Wed, 9 Aug 2000 17:05:17 +0200
64964              Message-Id: <20000809170517.A25389@held>
64965      Branch: perl
64966            ! sv.c t/pragma/locale.t
64967 ____________________________________________________________________________
64968 [  6558] By: jhi                                   on 2000/08/08  22:34:08
64969         Log: Tiny updates on the contributors list.
64970      Branch: perl
64971            ! Changes
64972 ____________________________________________________________________________
64973 [  6557] By: jhi                                   on 2000/08/08  19:34:28
64974         Log: Double check that we have a dirhandle.
64975      Branch: perl
64976            ! util.c
64977 ____________________________________________________________________________
64978 [  6556] By: jhi                                   on 2000/08/08  19:01:51
64979         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
64980              May be repopulated with fresh maintained examples.
64981      Branch: perl
64982            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
64983            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
64984            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
64985            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
64986            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
64987            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
64988            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
64989            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
64990            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
64991            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
64992            + lib/CGI/eg/wilogo_gif.uu
64993            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
64994            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
64995            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
64996            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
64997            - eg/cgi/frameset.cgi eg/cgi/index.html
64998            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
64999            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
65000            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
65001            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
65002            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
65003            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
65004            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
65005            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
65006            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
65007            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
65008            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
65009            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
65010            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
65011            - eg/van/vanish eg/who eg/wrapsuid
65012            ! MANIFEST
65013 ____________________________________________________________________________
65014 [  6555] By: jhi                                   on 2000/08/08  18:51:08
65015         Log: Delete chat2 as requested by Randal.
65016              
65017              Subject: Re: perlfaq8 coyness
65018              From: merlyn@stonehenge.com (Randal L. Schwartz) 
65019              Date: 15 May 2000 18:52:42 -0700 
65020              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
65021      Branch: perl
65022            - lib/chat2.pl
65023            ! MANIFEST
65024 ____________________________________________________________________________
65025 [  6554] By: jhi                                   on 2000/08/08  18:31:35
65026         Log: Regen global.sym.
65027      Branch: perl
65028            ! global.sym
65029 ____________________________________________________________________________
65030 [  6553] By: jhi                                   on 2000/08/08  18:28:13
65031         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
65032              (either perlbug or p5p ate the original), plus regen
65033              perlapi and perltoc. 
65034      Branch: perl
65035            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
65036            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
65037            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
65038            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
65039            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
65040            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
65041            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
65042            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
65043            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
65044            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
65045 ____________________________________________________________________________
65046 [  6552] By: jhi                                   on 2000/08/08  18:06:29
65047         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
65048              From: Mike Guy <mjtg@cam.ac.uk>
65049              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
65050              Date: Tue, 08 Aug 2000 15:51:27 +0100
65051      Branch: perl
65052            ! doop.c sv.h t/op/join.t t/pragma/overload.t
65053 ____________________________________________________________________________
65054 [  6551] By: jhi                                   on 2000/08/08  18:01:11
65055         Log: Re-apply #6549.
65056      Branch: perl
65057            ! lib/perl5db.pl
65058 ____________________________________________________________________________
65059 [  6550] By: jhi                                   on 2000/08/08  17:43:08
65060         Log: Accidental retraction of #6549.
65061      Branch: perl
65062            ! lib/perl5db.pl
65063 ____________________________________________________________________________
65064 [  6549] By: jhi                                   on 2000/08/08  17:40:04
65065         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
65066              From: Mike Guy <mjtg@cam.ac.uk>
65067              Date: Mon, 07 Aug 2000 21:49:58 +0100
65068              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
65069      Branch: perl
65070            ! lib/perl5db.pl
65071 ____________________________________________________________________________
65072 [  6548] By: jhi                                   on 2000/08/08  17:37:57
65073         Log: Document here-doc better.
65074              
65075              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
65076              From: Mike Guy <mjtg@cam.ac.uk>
65077              Date: Mon, 07 Aug 2000 14:02:09 +0100
65078              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
65079      Branch: perl
65080            ! pod/perldata.pod
65081 ____________________________________________________________________________
65082 [  6547] By: jhi                                   on 2000/08/08  17:33:34
65083         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
65084              From: "Randy J. Ray" <rjray@redhat.com>
65085              Date: Mon, 07 Aug 2000 19:12:25 -0700
65086              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
65087      Branch: perl
65088            ! perl.c pod/perlrun.pod
65089 ____________________________________________________________________________
65090 [  6546] By: jhi                                   on 2000/08/08  17:29:26
65091         Log: Subject: Re: enhanced(?) regex error messages 
65092              From: Hugo <hv@crypt.compulink.co.uk>
65093              Date: Tue, 08 Aug 2000 03:25:51 +0100
65094              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
65095              
65096              plus Capitalize the error messages, plus perldiag them.
65097      Branch: perl
65098            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
65099 ____________________________________________________________________________
65100 [  6545] By: jhi                                   on 2000/08/08  13:59:28
65101         Log: Augment #6539 a bit: don't croak if there's magic in the air.
65102              
65103              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
65104              From: Hugo <hv@crypt.compulink.co.uk>
65105              Date: Tue, 08 Aug 2000 03:02:03 +0100
65106              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
65107      Branch: perl
65108            ! pp.c t/op/bless.t
65109 ____________________________________________________________________________
65110 [  6544] By: jhi                                   on 2000/08/07  21:11:52
65111         Log: Make the test -w clean.
65112      Branch: perl
65113            ! t/op/bless.t
65114 ____________________________________________________________________________
65115 [  6543] By: jhi                                   on 2000/08/07  19:49:53
65116         Log: use warnings instead of $^W.
65117      Branch: perl
65118            ! t/op/bless.t
65119 ____________________________________________________________________________
65120 [  6542] By: jhi                                   on 2000/08/07  17:41:41
65121         Log: Disable a portability warning Because We Know What We Are Doing.
65122      Branch: perl
65123            ! t/op/bless.t
65124 ____________________________________________________________________________
65125 [  6541] By: jhi                                   on 2000/08/07  17:29:51
65126         Log: Tiny tidying on report_evil_fh().
65127      Branch: perl
65128            ! util.c
65129 ____________________________________________________________________________
65130 [  6540] By: jhi                                   on 2000/08/07  16:37:38
65131         Log: Make regular expression parse error messages easier to understand.
65132              
65133              Subject: Re: enhanced(?) regex error messages
65134              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
65135              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
65136              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
65137      Branch: perl
65138            ! regcomp.c
65139 ____________________________________________________________________________
65140 [  6539] By: jhi                                   on 2000/08/07  16:12:27
65141         Log: Make bless(REF, REF) a fatal error, add bless tests.
65142              
65143              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
65144              From: Hugo <hv@crypt.compulink.co.uk>
65145              Date: Mon, 07 Aug 2000 16:59:38 +0100
65146              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
65147      Branch: perl
65148            + t/op/bless.t
65149            ! MANIFEST pod/perldiag.pod pp.c sv.c
65150 ____________________________________________________________________________
65151 [  6538] By: jhi                                   on 2000/08/07  15:59:43
65152         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
65153              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
65154              Date: Thu, 3 Aug 2000 14:29:21 -0700
65155              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
65156      Branch: perl
65157            ! lib/lib_pm.PL
65158 ____________________________________________________________________________
65159 [  6537] By: jhi                                   on 2000/08/07  15:47:18
65160         Log: Retract #6419 for now since it breaks in AFS and MachTen.
65161      Branch: perl
65162            ! lib/Cwd.pm
65163 ____________________________________________________________________________
65164 [  6536] By: jhi                                   on 2000/08/07  15:05:29
65165         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
65166              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
65167              The security hole exists only in suidperls, which isn't
65168              installed or even built by default.
65169      Branch: perl
65170            ! perl.c
65171 ____________________________________________________________________________
65172 [  6535] By: jhi                                   on 2000/08/07  14:45:14
65173         Log: tr memory corruption fix from Simon Cozens.
65174      Branch: perl
65175            ! doop.c
65176 ____________________________________________________________________________
65177 [  6534] By: jhi                                   on 2000/08/06  11:38:16
65178         Log: Document a bit that UDP is not what you might think.
65179              
65180              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
65181              From: Lupe Christoph <lupe@lupe-christoph.de>
65182              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
65183              Date: Mon, 24 Jul 2000 08:59:15 +0200
65184      Branch: perl
65185            ! pod/perlipc.pod
65186 ____________________________________________________________________________
65187 [  6533] By: jhi                                   on 2000/08/06  11:35:01
65188         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
65189              From: Jeff Pinyan <jeffp@hut.crusoe.net>
65190              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
65191              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
65192      Branch: perl
65193            ! pod/perlfunc.pod
65194 ____________________________________________________________________________
65195 [  6532] By: jhi                                   on 2000/08/06  03:45:41
65196         Log: Have symbols for the IoTYPEs.
65197      Branch: perl
65198            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
65199 ____________________________________________________________________________
65200 [  6531] By: jhi                                   on 2000/08/06  01:33:55
65201         Log: Continue fixing the io warnings.  This also
65202              sort of fixes bug ID 20000802.003: the core dump
65203              is no more.  Whether the current behaviour is correct
65204              (giving a warning: "Not a format reference"), is another matter.
65205      Branch: perl
65206            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
65207            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
65208 ____________________________________________________________________________
65209 [  6530] By: jhi                                   on 2000/08/05  21:33:12
65210         Log: Change the Policy policy: now -Dprefix= with an existing
65211              Policy.sh and prefix == siteprefix == vendorprefix, then all
65212              of them follow along the new prefix.
65213              
65214              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
65215              From: Andy Dougherty <doughera@lafayette.edu>
65216              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
65217              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
65218      Branch: perl
65219            ! Policy_sh.SH
65220 ____________________________________________________________________________
65221 [  6529] By: jhi                                   on 2000/08/05  18:57:28
65222         Log: Zap lib/Sys directory when cleaning up.
65223      Branch: perl
65224            ! Makefile.SH
65225 ____________________________________________________________________________
65226 [  6528] By: jhi                                   on 2000/08/05  18:40:44
65227         Log: Essential prototype changes were missing from #6527.
65228              Also make report_evil_fh() more bomb-proof.
65229      Branch: perl
65230            ! embed.h util.c
65231 ____________________________________________________________________________
65232 [  6527] By: jhi                                   on 2000/08/05  03:22:05
65233         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
65234              From: "Ronald F. Guilmette" <rfg@monkeys.com>
65235              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
65236              Message-Id: <200007242247.PAA52177@monkeys.com>
65237      Branch: perl
65238            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
65239 ____________________________________________________________________________
65240 [  6526] By: jhi                                   on 2000/08/04  21:23:27
65241         Log: gcc versions might have (parentheses) in them.
65242      Branch: metaconfig/U/perl
65243            ! gccvers.U
65244      Branch: perl
65245            ! Configure config_h.SH
65246 ____________________________________________________________________________
65247 [  6525] By: jhi                                   on 2000/08/04  20:23:12
65248         Log: Weed buglets pointed out by
65249              
65250              From: Lupe Christoph <lupe@lupe-christoph.de>
65251              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
65252              Date: Fri, 4 Aug 2000 17:34:39 +0200
65253              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
65254      Branch: metaconfig/U/perl
65255            ! gccvers.U uselfs.U
65256      Branch: perl
65257            ! Configure config_h.SH
65258 ____________________________________________________________________________
65259 [  6524] By: jhi                                   on 2000/08/04  19:02:08
65260         Log: Warn under -w if lstat(FH) is attempted.
65261              
65262              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
65263              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
65264              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
65265              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
65266      Branch: perl
65267            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
65268            ! t/pragma/warn/pp_sys
65269 ____________________________________________________________________________
65270 [  6523] By: jhi                                   on 2000/08/04  12:31:11
65271         Log: Subject: New perlcc, take 2
65272              From: simon@brecon.co.uk (Simon Cozens)
65273              Date: 4 Aug 2000 06:21:04 GMT
65274              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
65275      Branch: perl
65276            ! utils/perlcc.PL
65277 ____________________________________________________________________________
65278 [  6522] By: jhi                                   on 2000/08/04  12:26:33
65279         Log: Subject: Re: Array vs. List context
65280              From: Daniel Chetlin <daniel@chetlin.com>
65281              Date: Fri, 4 Aug 2000 00:22:44 -0700
65282              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
65283      Branch: perl
65284            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
65285            ! pod/perlfaq4.pod
65286 ____________________________________________________________________________
65287 [  6521] By: jhi                                   on 2000/08/04  12:22:38
65288         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
65289              From: Raymund Will <ray@caldera.de>
65290              Date: Fri, 4 Aug 2000 12:07:09 +0200
65291              Message-Id: <20000804120709.A14982@caldera.de>
65292      Branch: perl
65293            ! configure.gnu
65294 ____________________________________________________________________________
65295 [  6520] By: jhi                                   on 2000/08/04  04:09:06
65296         Log: After the #6519 a warning about stat() is just that,
65297              not about a filetest, which now have their own warning.
65298      Branch: perl
65299            ! pod/perldiag.pod
65300 ____________________________________________________________________________
65301 [  6519] By: jhi                                   on 2000/08/04  04:06:30
65302         Log: In the warnings call filehandles consistently so;
65303              add "unopened" warning for stat().
65304      Branch: perl
65305            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
65306            ! t/pragma/warn/pp_sys
65307 ____________________________________________________________________________
65308 [  6518] By: jhi                                   on 2000/08/04  02:55:35
65309         Log: Subject: Minor tweak to perlvar.pod
65310              From: "Stephen P. Potter" <spp@ds.net>
65311              Date: Tue, 18 Apr 2000 09:26:03 -0400
65312              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
65313      Branch: perl
65314            ! pod/perlvar.pod
65315 ____________________________________________________________________________
65316 [  6517] By: jhi                                   on 2000/08/04  02:50:08
65317         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
65318              From: "Clinton Pierce" <cpierce1@ford.com>
65319              Date: Wed, 21 Jul 1999 16:45:31 -0400
65320              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
65321              
65322              Fix by Stephen Potter (visible in the bug db but not in p5p?)
65323      Branch: perl
65324            ! pod/perlfunc.pod pod/perlop.pod
65325 ____________________________________________________________________________
65326 [  6516] By: jhi                                   on 2000/08/04  02:09:25
65327         Log: This is 6512.  Really.
65328      Branch: perl
65329            ! dump.c
65330 ____________________________________________________________________________
65331 [  6515] By: jhi                                   on 2000/08/04  01:25:50
65332         Log: mention the idea of @( and @)
65333      Branch: perl
65334            ! Todo-5.6
65335 ____________________________________________________________________________
65336 [  6514] By: bailey                                on 2000/08/04  01:18:46
65337         Log: YA resync with mainstem, including VMS patches from others
65338      Branch: vmsperl
65339           +> (branch 48 files)
65340            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
65341           !> (integrate 354 files)
65342 ____________________________________________________________________________
65343 [  6513] By: jhi                                   on 2000/08/04  01:18:18
65344         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
65345              From: Mark Dickinson <dickins3@fas.harvard.edu>
65346              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
65347              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
65348      Branch: perl
65349            ! t/op/grent.t t/op/pwent.t
65350 ____________________________________________________________________________
65351 [  6512] By: jhi                                   on 2000/08/04  01:14:06
65352         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
65353              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65354              Date: Wed, 02 Aug 2000 10:51:01 +0100
65355              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
65356      Branch: perl
65357            ! sv.c
65358 ____________________________________________________________________________
65359 [  6511] By: jhi                                   on 2000/08/04  00:57:00
65360         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
65361              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65362              Date: Thu, 03 Aug 2000 17:20:04 -0700
65363              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
65364      Branch: metaconfig
65365            ! U/modified/Cppsym.U
65366      Branch: perl
65367            ! Configure config_h.SH
65368 ____________________________________________________________________________
65369 [  6510] By: jhi                                   on 2000/08/04  00:25:28
65370         Log: detypo
65371      Branch: perl
65372            ! Makefile.SH
65373 ____________________________________________________________________________
65374 [  6509] By: jhi                                   on 2000/08/03  23:43:18
65375         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
65376              From: Dominic Dunlop <domo@computer.org>
65377              Date: Thu, 3 Aug 2000 22:16:46 +0200
65378              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
65379      Branch: perl
65380            ! t/op/sprintf.t
65381 ____________________________________________________________________________
65382 [  6508] By: jhi                                   on 2000/08/03  23:40:37
65383         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
65384              From: Hugo <hv@crypt.compulink.co.uk>
65385              Date: Thu, 03 Aug 2000 18:25:30 +0100
65386              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
65387      Branch: perl
65388            ! regcomp.c t/op/re_tests
65389 ____________________________________________________________________________
65390 [  6507] By: jhi                                   on 2000/08/03  23:38:28
65391         Log: Subject: [PATCH] sv.h documentation - SvLEN
65392              From: Mike Guy <mjtg@cam.ac.uk>
65393              Date: Thu, 03 Aug 2000 14:43:09 +0100
65394              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
65395      Branch: perl
65396            ! sv.h
65397 ____________________________________________________________________________
65398 [  6506] By: jhi                                   on 2000/08/03  15:49:14
65399         Log: Disable the fix_pl hack for now.
65400      Branch: perl
65401            ! Makefile.SH
65402 ____________________________________________________________________________
65403 [  6505] By: jhi                                   on 2000/08/03  13:49:04
65404         Log: Add a URL for FSF.
65405              
65406              Subject: Patch for README
65407              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
65408              Date: Wed, 2 Aug 2000 13:25:09 -0500
65409              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
65410      Branch: perl
65411            ! README
65412 ____________________________________________________________________________
65413 [  6504] By: jhi                                   on 2000/08/03  13:29:19
65414         Log: Be more informative on what is skipped and why,
65415              also repeat the list at the end.
65416      Branch: perl
65417            ! Porting/p4desc
65418 ____________________________________________________________________________
65419 [  6503] By: jhi                                   on 2000/08/03  13:07:05
65420         Log: Circumvent the removal of .patch by fix_pl.
65421              
65422              Subject: Re: [ID 20000802.011] unable to 'make test'          
65423              From: simon@brecon.co.uk (Simon Cozens) 
65424              Date: 3 Aug 2000 04:17:00 GMT
65425              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
65426      Branch: perl
65427            ! Makefile.SH
65428 ____________________________________________________________________________
65429 [  6502] By: jhi                                   on 2000/08/03  00:14:34
65430         Log: Add the missing setproctitle unit.
65431      Branch: metaconfig/U/perl
65432            + d_setproctitle.U
65433 ____________________________________________________________________________
65434 [  6501] By: jhi                                   on 2000/08/03  00:00:26
65435         Log: The subtest 4 may fail also on VOBS, as pointed out
65436              by Nick Ing-Simmons in November 1999, bug id 19991124.003
65437              (but the failure in that bug report isn't the subtest 4).
65438      Branch: perl
65439            ! t/op/stat.t
65440 ____________________________________________________________________________
65441 [  6500] By: jhi                                   on 2000/08/02  23:49:30
65442         Log: Better skip message for the test; one of the two problems in
65443              
65444              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
65445              From: Lupe Christoph <lupe@lupe-christoph.de>
65446              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
65447              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
65448      Branch: perl
65449            ! t/op/numconvert.t
65450 ____________________________________________________________________________
65451 [  6499] By: jhi                                   on 2000/08/02  22:49:16
65452         Log: Allow "no Module;" even if there is no 'unimport'.
65453              
65454              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
65455              From: mjd@plover.com
65456              Date: 24 Mar 2000 15:24:34 -0000
65457              Message-Id: <20000324152434.15160.qmail@plover.com>
65458      Branch: perl
65459            ! gv.c
65460 ____________________________________________________________________________
65461 [  6498] By: jhi                                   on 2000/08/02  22:42:58
65462         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
65463              that are hopefully soon put into use.
65464      Branch: perl
65465            ! opcode.h opcode.pl opnames.h
65466 ____________________________________________________________________________
65467 [  6497] By: gsar                                  on 2000/08/02  22:28:59
65468         Log: require.t needs binmode() to work on windows
65469      Branch: perl
65470            ! t/comp/require.t
65471 ____________________________________________________________________________
65472 [  6496] By: jhi                                   on 2000/08/02  22:08:51
65473         Log: Document the IVdf UVuf UVof UVxf.
65474      Branch: perl
65475            ! pod/perlguts.pod
65476 ____________________________________________________________________________
65477 [  6495] By: jhi                                   on 2000/08/02  21:54:26
65478         Log: detypo #6494
65479      Branch: perl
65480            ! ext/Data/Dumper/Dumper.xs
65481 ____________________________________________________________________________
65482 [  6494] By: jhi                                   on 2000/08/02  21:49:17
65483         Log: Dump UVs as UVs in Data::Dumper.
65484              
65485              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
65486              From: Gurusamy Sarathy <gsar@ActiveState.com>
65487              Date: Thu, 27 Apr 2000 12:26:25 -0700
65488              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
65489      Branch: perl
65490            ! ext/Data/Dumper/Dumper.xs
65491 ____________________________________________________________________________
65492 [  6493] By: jhi                                   on 2000/08/02  17:01:58
65493         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
65494              From: Hugo <hv@crypt.compulink.co.uk>
65495              Date: Wed, 02 Aug 2000 14:53:56 +0100
65496              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
65497      Branch: perl
65498            ! regexec.c t/op/re_tests
65499 ____________________________________________________________________________
65500 [  6492] By: jhi                                   on 2000/08/02  15:02:46
65501         Log: The new setproctitle() feature is available only in 
65502              bleeding edge FreeBSD.  From Paul Saab.
65503      Branch: perl
65504            ! mg.c
65505 ____________________________________________________________________________
65506 [  6491] By: jhi                                   on 2000/08/02  13:34:36
65507         Log: The tr utf8 patching continues.
65508              
65509              Subject: Re: #6469, too many tests claimed in require.t
65510              From: simon@brecon.co.uk (Simon Cozens)
65511              Date: 2 Aug 2000 02:37:17 GMT
65512              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
65513              
65514              (the logic of the test was the wrong way round in the patch)
65515      Branch: perl
65516            ! doop.c
65517 ____________________________________________________________________________
65518 [  6490] By: jhi                                   on 2000/08/02  13:27:38
65519         Log: The name of a filehandle does not have <these>.
65520      Branch: perl
65521            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
65522            ! t/pragma/warn/pp_sys util.c
65523 ____________________________________________________________________________
65524 [  6489] By: jhi                                   on 2000/08/02  04:26:46
65525         Log: Remove the extraneous "main::" prefix from all the
65526              "opened only for", "on closed", and "never opened" warnings.
65527              
65528              Subject: Re: inappropriate warning
65529              From: Gurusamy Sarathy <gsar@ActiveState.com>
65530              Date: Mon, 20 Mar 2000 11:28:02 -0800
65531              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
65532      Branch: perl
65533            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
65534            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
65535            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
65536 ____________________________________________________________________________
65537 [  6488] By: jhi                                   on 2000/08/02  03:02:57
65538         Log: memcpy has n o in it, as pinted ut by Sarathy.
65539      Branch: perl
65540            ! pod/perlguts.pod
65541 ____________________________________________________________________________
65542 [  6487] By: jhi                                   on 2000/08/02  02:44:51
65543         Log: Document in one place the memory abstractions used in Perl core.
65544              
65545              Subject: Re: Memory abstraction
65546              From: simon@brecon.co.uk (Simon Cozens)
65547              Date: 2 Aug 2000 02:20:23 GMT
65548              Organization: Earth.li Origins
65549      Branch: perl
65550            ! pod/perlguts.pod
65551 ____________________________________________________________________________
65552 [  6486] By: jhi                                   on 2000/08/02  02:41:57
65553         Log: regen_headers, regen perltoc.
65554      Branch: perl
65555            ! perlapi.c pod/perltoc.pod
65556 ____________________________________________________________________________
65557 [  6485] By: jhi                                   on 2000/08/02  01:43:33
65558         Log: "This little thing tests for a file .patch, and if it contains
65559              a number, pops into patchlevel.h" (making it easier to track
65560              which development version people are reporting bugs against)
65561              
65562              Subject: Patchlevel autogeneration for repository perls
65563              From: simon@brecon.co.uk (Simon Cozens)
65564              Date: 14 Jul 2000 07:12:15 GMT
65565              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
65566      Branch: perl
65567            + fix_pl
65568            ! MANIFEST Makefile.SH
65569 ____________________________________________________________________________
65570 [  6484] By: jhi                                   on 2000/08/02  01:32:54
65571         Log: FreeBSD 3.* updates from
65572              
65573              From: Paul Saab <ps@yahoo-inc.com>
65574              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
65575              Date: Tue, 1 Aug 2000 15:41:39 -0700
65576              Message-Id: <20000801154139.A53740@yahoo-inc.com>
65577      Branch: perl
65578            ! hints/freebsd.sh
65579 ____________________________________________________________________________
65580 [  6483] By: jhi                                   on 2000/08/02  01:27:44
65581         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
65582              instead one must use setproctitle().  This was already addressed
65583              by change #6457, but the below has a new variant for FreeBSD 4.0
65584              or later, and the matter is also documented more.
65585              
65586              From: Paul Saab <ps@yahoo-inc.com>
65587              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
65588              Date: Tue, 1 Aug 2000 15:41:39 -0700
65589              Message-Id: <20000801154139.A53740@yahoo-inc.com>
65590      Branch: metaconfig/U/perl
65591            + i_libutil.U
65592      Branch: perl
65593            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
65594 ____________________________________________________________________________
65595 [  6482] By: jhi                                   on 2000/08/01  22:17:32
65596         Log: The test from this
65597              
65598              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
65599              Date: Sat, 15 Apr 2000 17:03:44 +0100
65600              From: Tom Hughes <tom@compton.nu>
65601              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
65602              
65603              was missing, the code change went in as #5989
65604              (which had a different test?)
65605      Branch: perl
65606            ! t/op/misc.t
65607 ____________________________________________________________________________
65608 [  6481] By: jhi                                   on 2000/08/01  21:48:38
65609         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
65610              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
65611              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
65612              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
65613      Branch: perl
65614            ! perl.h
65615 ____________________________________________________________________________
65616 [  6480] By: jhi                                   on 2000/08/01  18:05:28
65617         Log: Make p4desc to skip non-mainperl branches by default.
65618      Branch: perl
65619            ! Porting/p4desc
65620 ____________________________________________________________________________
65621 [  6479] By: jhi                                   on 2000/08/01  17:29:19
65622         Log: If gccosandvers is equal to osname, clear gccosandvers.
65623      Branch: metaconfig/U/perl
65624            ! gccvers.U
65625      Branch: perl
65626            ! Configure config_h.SH
65627 ____________________________________________________________________________
65628 [  6478] By: jhi                                   on 2000/08/01  15:54:08
65629         Log: BOM patching from Simon Cozens.
65630      Branch: perl
65631            ! toke.c
65632 ____________________________________________________________________________
65633 [  6477] By: jhi                                   on 2000/08/01  04:50:33
65634         Log: Stash away the largefiles flags and libswanted.
65635      Branch: perl
65636            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
65637 ____________________________________________________________________________
65638 [  6476] By: gsar                                  on 2000/08/01  04:24:24
65639         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
65640              on Windows)
65641      Branch: perl
65642            ! t/pragma/utf8.t utf8.c win32/win32.c
65643 ____________________________________________________________________________
65644 [  6475] By: jhi                                   on 2000/08/01  03:35:24
65645         Log: Make chr() for values >127 to create utf8 when under utf8.
65646              
65647              Subject: Re: uft8/chr()
65648              From: simon@brecon.co.uk (Simon Cozens)
65649              Date: 1 Aug 2000 02:37:02 GMT
65650              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
65651      Branch: perl
65652            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
65653 ____________________________________________________________________________
65654 [  6474] By: jhi                                   on 2000/08/01  02:36:18
65655         Log: In Digital UNIX warn if gcc explicitly chosen because even
65656              2.95.2 is known to cause problems.
65657      Branch: perl
65658            ! hints/dec_osf.sh
65659 ____________________________________________________________________________
65660 [  6473] By: jhi                                   on 2000/08/01  02:00:56
65661         Log: Make the safety catch for buggy gccs work with triple version
65662              numbers like 2.95.2.  Reported in
65663              
65664              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
65665              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
65666              Date: Mon, 31 Jul 2000 14:55:06 +0200
65667              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
65668      Branch: perl
65669            ! hints/dec_osf.sh
65670 ____________________________________________________________________________
65671 [  6472] By: jhi                                   on 2000/08/01  01:13:33
65672         Log: Subject: fix and question re: waitpid() under win32
65673              From: Brian Clarke <clarke@appliedmeta.com>
65674              Date: Fri, 28 Jul 2000 15:18:29 -0400
65675              Message-ID: <3981DC85.290314EB@appliedmeta.com>
65676              
65677              Slightly reformatted and WNOHANG # define moved to win32.h
65678              so that also POSIX.xs sees it, as suggsted by Sarathy.
65679      Branch: perl
65680            ! win32/win32.c win32/win32.h
65681 ____________________________________________________________________________
65682 [  6471] By: jhi                                   on 2000/08/01  00:55:05
65683         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
65684              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65685              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
65686              Date: Mon, 31 Jul 2000 13:28:51 +0100
65687              
65688              (aka ID 20000730.002)
65689      Branch: perl
65690            ! op.c t/op/tr.t
65691 ____________________________________________________________________________
65692 [  6470] By: jhi                                   on 2000/07/31  23:34:42
65693         Log: Document the problem with -P in HP-UX and its workaround.
65694              
65695              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
65696              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
65697              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
65698              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
65699      Branch: perl
65700            ! README.hpux
65701 ____________________________________________________________________________
65702 [  6469] By: jhi                                   on 2000/07/31  04:15:02
65703         Log: The swallow_bom() saga continues.  The #23 of require.t
65704              (UTF16-LE) still fails (silently, no output) but the #22
65705              (UTF16-BE) seems to be working now.  The root of the
65706              failure may be in sv_gets(): is it UTF-16LE-aware,
65707              especially when it comes to line endings? 
65708      Branch: perl
65709            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
65710            ! t/comp/require.t toke.c utf8.c
65711 ____________________________________________________________________________
65712 [  6468] By: jhi                                   on 2000/07/30  19:05:48
65713         Log: Find green threads before native threads.
65714              
65715              Subject: Re: Patch to jpl/JNI/Makefile.PL
65716              From: Jens Thomsen <jens@fiend.cis.com>
65717              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
65718              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
65719      Branch: perl
65720            ! jpl/JNI/Makefile.PL
65721 ____________________________________________________________________________
65722 [  6467] By: jhi                                   on 2000/07/30  18:36:22
65723         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
65724      Branch: perl
65725            ! doop.c
65726 ____________________________________________________________________________
65727 [  6466] By: jhi                                   on 2000/07/30  04:37:29
65728         Log: A new version of the "remove UPPERACSE string comparison"
65729              operators.  The problem with the previous one (change #6454)
65730              was that it was for Perl 5.6.0.  From Paul Marquess.
65731      Branch: perl
65732            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
65733            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
65734            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
65735 ____________________________________________________________________________
65736 [  6465] By: jhi                                   on 2000/07/29  22:39:56
65737         Log: Do not upgrade SVs into utf8 just because they participate
65738              in eq or cmp.  Reported and fix suggested in
65739              
65740              Subject: [ID 20000720.009] sv_eq UTF8 bug
65741              From: "Simon Cozens" <simon@othersideofthe.earth.li>
65742              Date: 21 Jul 2000 04:37:29 -0000
65743              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
65744              
65745              Exercise for the kind reader: should we or should we not
65746              cache the utf8 conversion alongside the SV? (as magic,
65747              as the strxfrm()ed version is cached under use locale)
65748              Argue both for and against.
65749      Branch: perl
65750            ! sv.c
65751 ____________________________________________________________________________
65752 [  6464] By: jhi                                   on 2000/07/29  22:36:22
65753         Log: Subject: UTF8 concat
65754              From: simon@brecon.co.uk (Simon Cozens) 
65755              Date: 30 Jun 2000 06:13:25 GMT
65756              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
65757              
65758              (with a memory leak fixed, plus a few casts added)
65759              
65760              This also seems to help for
65761              
65762              Subject: [ID 20000716.015] join UTF8 weirdness
65763              From: root <root@ak-71.mind.de> 
65764              Date: Sat, 15 Jul 2000 15:29:54 +0200
65765              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
65766              
65767              (from Andreas König)
65768      Branch: perl
65769            ! pp_hot.c
65770 ____________________________________________________________________________
65771 [  6463] By: jhi                                   on 2000/07/29  00:55:39
65772         Log: Tune the comments and hopefully stop a memory leak.
65773      Branch: perl
65774            ! toke.c utf8.c
65775 ____________________________________________________________________________
65776 [  6462] By: jhi                                   on 2000/07/29  00:16:53
65777         Log: The problem described in this
65778              
65779              Subject: [ID 20000322.018] named chars aren't magical enough
65780              From: root <root@dixie.cscaper.com>     
65781              Date: Wed, 22 Mar 2000 18:37:42 -0700
65782              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
65783              
65784              has been fixed in perl 5.6.0 but just in case added a test
65785              to keep it away.  (The report from Joseph Hall.)
65786      Branch: perl
65787            ! t/lib/charnames.t
65788 ____________________________________________________________________________
65789 [  6461] By: jhi                                   on 2000/07/28  23:56:36
65790         Log: Tiny fixes for #6460.
65791      Branch: metaconfig/U/perl
65792            ! gccvers.U
65793      Branch: perl
65794            ! Configure config_h.SH
65795 ____________________________________________________________________________
65796 [  6460] By: jhi                                   on 2000/07/28  23:24:41
65797         Log: Warn if the version of the operating system used to compile gcc
65798              differs from the current version of the operating system.
65799              Also display the gcc compilation os and version in myconfig.
65800              Inspiration from
65801              
65802              Subject: Re: [ID 20000710.003] ERRORS!!         
65803              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65804              Date: Mon, 10 Jul 2000 15:54:16 -0400
65805              Message-ID: <20000710155416.A1384@O2.chapin.edu>
65806      Branch: metaconfig/U/perl
65807            ! gccvers.U
65808      Branch: perl
65809            ! Configure config_h.SH myconfig.SH
65810 ____________________________________________________________________________
65811 [  6459] By: jhi                                   on 2000/07/28  22:00:32
65812         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
65813              letter to $Config{osvers}.
65814      Branch: metaconfig
65815            ! U/modified/Oldconfig.U
65816      Branch: perl
65817            ! Configure config_h.SH
65818 ____________________________________________________________________________
65819 [  6458] By: jhi                                   on 2000/07/28  04:15:39
65820         Log: Back out #6454, doesn't seem to work.
65821              (Reason: that patch was for perl 5.6.0, not perl-current)
65822              (A version of the patch for perl-current came in later as #6466)
65823      Branch: perl
65824            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
65825            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
65826            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
65827 ____________________________________________________________________________
65828 [  6457] By: jhi                                   on 2000/07/27  23:31:49
65829         Log: Use setproctitle() if available to modify $0.
65830              
65831              Subject: setting $* on BSD4 broken
65832              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
65833              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
65834              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
65835      Branch: metaconfig
65836            ! U/modified/Myinit.U
65837      Branch: perl
65838            ! Configure config_h.SH mg.c
65839 ____________________________________________________________________________
65840 [  6456] By: jhi                                   on 2000/07/27  14:50:47
65841         Log: Allow "no AutoLoader;", based on change #6444,
65842              suggested by Graham Barr.
65843      Branch: perl
65844            ! lib/AutoLoader.pm
65845 ____________________________________________________________________________
65846 [  6455] By: jhi                                   on 2000/07/27  14:19:10
65847         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
65848              From: rspier@pobox.com (Robert Spier)
65849              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
65850              Message-ID: <14720.15855.787664.424783@rls.cx>
65851      Branch: perl
65852            ! pod/perldiag.pod
65853 ____________________________________________________________________________
65854 [  6454] By: jhi                                   on 2000/07/27  14:03:02
65855         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
65856              for a long time).
65857              
65858              Reported in
65859              
65860              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
65861              From: Ryan Herbert <rherbert@sycamorehq.com>
65862              Date: Mon, 17 Jul 2000 11:40:42 -0400
65863              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
65864              
65865              Patched in
65866              
65867              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
65868              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
65869              Date: Wed, 26 Jul 2000 23:40:18 +0100
65870              Message-ID: <000001bff752$79511880$0a17073e@tiny>
65871              
65872              based on an earlier patch from Stephen P. Potter.
65873              
65874              (Removed later by change #6458 because this patch was for
65875              perl 5.6.0, not perl-current)
65876      Branch: perl
65877            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
65878            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
65879            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
65880 ____________________________________________________________________________
65881 [  6453] By: jhi                                   on 2000/07/27  13:48:02
65882         Log: Subject: [PATCH] fixes bug 20000508.004
65883              From: Michael Stevens <mstevens@globnix.org>
65884              Date: Thu, 27 Jul 2000 13:49:04 +0100
65885              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
65886      Branch: perl
65887            ! pod/perldata.pod
65888 ____________________________________________________________________________
65889 [  6452] By: jhi                                   on 2000/07/26  23:51:26
65890         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
65891              and Craig A. Berry.
65892      Branch: perl
65893            ! lib/File/Temp.pm pod/perlport.pod
65894 ____________________________________________________________________________
65895 [  6451] By: jhi                                   on 2000/07/26  19:43:30
65896         Log: Be wary of close()s, too.
65897              
65898              Subject: Re: [PATCH] perlbug cleanup
65899              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65900              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
65901              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
65902      Branch: perl
65903            ! utils/perlbug.PL
65904 ____________________________________________________________________________
65905 [  6450] By: jhi                                   on 2000/07/26  18:41:40
65906         Log: Subject: Minor doc patch: handy.h
65907              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
65908              Date: Wed, 26 Jul 2000 15:34:25 -0300
65909              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
65910      Branch: perl
65911            ! handy.h pod/perlapi.pod
65912 ____________________________________________________________________________
65913 [  6449] By: jhi                                   on 2000/07/26  18:23:55
65914         Log: Subject: [PATCH] minor doc change - perlguts
65915              From: Michael Stevens <mstevens@globnix.org>
65916              Date: Thu, 13 Jul 2000 12:39:18 +0100
65917              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
65918      Branch: perl
65919            ! pod/perlguts.pod
65920 ____________________________________________________________________________
65921 [  6448] By: jhi                                   on 2000/07/26  18:20:30
65922         Log: open() wariness in perlbug.
65923              
65924              Subject: [PATCH] perlbug cleanup
65925              From: Michael Stevens <mstevens@globnix.org>
65926              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
65927              Date: Thu, 13 Jul 2000 15:52:23 +0100
65928      Branch: perl
65929            ! utils/perlbug.PL
65930 ____________________________________________________________________________
65931 [  6447] By: jhi                                   on 2000/07/26  18:13:04
65932         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
65933      Branch: perl
65934            ! lib/File/Temp.pm t/lib/ftmp-security.t
65935 ____________________________________________________________________________
65936 [  6446] By: jhi                                   on 2000/07/26  18:06:32
65937         Log: docfix from Peter Scott <Peter@PSDT.com>.
65938      Branch: perl
65939            ! pod/perlfunc.pod
65940 ____________________________________________________________________________
65941 [  6445] By: jhi                                   on 2000/07/26  17:53:31
65942         Log: Fix *foo{FORMAT}.
65943              
65944              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65945              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
65946              Date: Wed, 26 Jul 2000 19:51:02 +0200
65947              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
65948              
65949              From: Graham Barr <gbarr@pobox.com>
65950              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
65951              Date: Wed, 26 Jul 2000 17:38:36 +0100
65952              Message-ID: <20000726173836.L472@pobox.com>
65953      Branch: perl
65954            ! pp.c sv.c t/op/gv.t
65955 ____________________________________________________________________________
65956 [  6444] By: jhi                                   on 2000/07/26  17:49:14
65957         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
65958              from Graham Barr in the module list.
65959      Branch: perl
65960            ! gv.c pod/perlobj.pod
65961 ____________________________________________________________________________
65962 [  6443] By: jhi                                   on 2000/07/26  16:06:56
65963         Log: More split() doc and test patches from Mike Guy.
65964      Branch: perl
65965            ! pod/perlfunc.pod t/op/split.t
65966 ____________________________________________________________________________
65967 [  6442] By: jhi                                   on 2000/07/26  16:05:30
65968         Log: MacOS nits from Matthias Neeracher.
65969      Branch: perl
65970            ! perl.c pp_ctl.c
65971 ____________________________________________________________________________
65972 [  6441] By: jhi                                   on 2000/07/26  04:39:57
65973         Log: Subject: [PATCH] split /^/
65974              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65975              Date: Tue, 25 Jul 2000 14:18:57 +0100
65976              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
65977              
65978              (with notes from tchrist and gbarr)
65979      Branch: perl
65980            ! pod/perlfunc.pod t/op/split.t
65981 ____________________________________________________________________________
65982 [  6440] By: jhi                                   on 2000/07/26  04:32:32
65983         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
65984              From: Peter Prymmer <pvhp@forte.com>
65985              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
65986              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
65987      Branch: perl
65988            ! vms/munchconfig.c
65989 ____________________________________________________________________________
65990 [  6439] By: jhi                                   on 2000/07/26  04:31:01
65991         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
65992              to be fatal errors (instead of by default ignoring them, and
65993              ignoring with a bug: even though -w gave an error, the opening [
65994              was left in)  Reported in:
65995              
65996              Subject: [ID 20000716.024] [=cc=] / [:blank:]
65997              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
65998              Date: Sun, 16 Jul 2000 17:55:29 -0700
65999              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
66000      Branch: perl
66001            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
66002 ____________________________________________________________________________
66003 [  6438] By: jhi                                   on 2000/07/25  15:41:15
66004         Log: Subject: [PATCH] av.c apidoc
66005              From: simon@brecon.co.uk (Simon Cozens)
66006              Date: 24 Jul 2000 06:40:52 GMT
66007              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
66008      Branch: perl
66009            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
66010            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
66011 ____________________________________________________________________________
66012 [  6437] By: jhi                                   on 2000/07/25  14:05:36
66013         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
66014              From: "Stephen P. Potter" <spp@ds.net>
66015              Date: Mon, 24 Jul 2000 14:22:23 -0400
66016              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
66017      Branch: perl
66018            ! pod/perllocale.pod
66019 ____________________________________________________________________________
66020 [  6436] By: jhi                                   on 2000/07/25  14:02:03
66021         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
66022              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66023              Date: Mon, 24 Jul 2000 18:04:28 +0100
66024              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
66025      Branch: perl
66026            ! t/lib/syslfs.t t/op/lfs.t
66027 ____________________________________________________________________________
66028 [  6435] By: jhi                                   on 2000/07/25  13:59:28
66029         Log: Get UTF16 BOMs working.  Patch from
66030              
66031              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66032              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66033              Date: Tue, 25 Jul 2000 12:52:45 +0100
66034              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
66035              
66036              and notes from
66037              
66038              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
66039              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66040              Date: Tue, 25 Jul 2000 11:43:25 +0100
66041              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
66042      Branch: perl
66043            ! t/comp/require.t toke.c utf8.c
66044 ____________________________________________________________________________
66045 [  6434] By: jhi                                   on 2000/07/25  02:39:54
66046         Log: Make the "uninit variable" warning to say "concat or string"
66047              or "join or string" when in concat or join .
66048              
66049              Subject: Re: [ID 20000403.009] uninitialised concatenation???
66050              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66051              Date: Tue, 04 Apr 2000 18:22:58 +0100
66052              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
66053              
66054              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
66055              From: William R Ward <hermit@BayView.COM>
66056              Date: Thu, 30 Mar 2000 19:50:03 -0800
66057              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
66058      Branch: perl
66059            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
66060            ! t/pragma/warn/op t/pragma/warn/sv
66061 ____________________________________________________________________________
66062 [  6433] By: jhi                                   on 2000/07/24  17:52:56
66063         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
66064      Branch: perl
66065            ! lib/File/Spec/VMS.pm
66066 ____________________________________________________________________________
66067 [  6432] By: jhi                                   on 2000/07/24  17:44:44
66068         Log: Test cases for #6431.
66069              
66070              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66071              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66072              Date: Mon, 24 Jul 2000 15:32:29 +0100
66073              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
66074      Branch: perl
66075            ! t/op/pat.t t/op/split.t
66076 ____________________________________________________________________________
66077 [  6431] By: jhi                                   on 2000/07/24  17:43:17
66078         Log: Bind op fix.
66079              
66080              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
66081              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66082              Date: Mon, 17 Jul 2000 20:04:56 +0100
66083              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
66084      Branch: perl
66085            ! op.c
66086 ____________________________________________________________________________
66087 [  6430] By: jhi                                   on 2000/07/24  03:42:42
66088         Log: Subject: [ID 20000716.023] syslog test fails without sockets
66089              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66090              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
66091              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
66092      Branch: metaconfig/U/perl
66093            ! Extensions.U
66094      Branch: perl
66095            ! Configure config_h.SH
66096 ____________________________________________________________________________
66097 [  6429] By: jhi                                   on 2000/07/24  03:11:52
66098         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
66099              case, but add also notes explaining the relationship of this
66100              patch and the earlier notes by Sarathy.
66101              
66102              Subject: Map is still slow
66103              From: "Ben Tilly" <ben_tilly@hotmail.com>
66104              Date: Sat, 15 Jul 2000 17:23:27 EDT
66105              Message-ID: <20000715212327.21656.qmail@hotmail.com>
66106      Branch: perl
66107            ! pp_ctl.c
66108 ____________________________________________________________________________
66109 [  6428] By: jhi                                   on 2000/07/24  02:58:52
66110         Log: Documentation to explain the behaviour of map().
66111              
66112              Subject: Re: Map is still slow 
66113              From: Gurusamy Sarathy <gsar@ActiveState.com>
66114              Date: Sat, 15 Jul 2000 16:05:09 -0700
66115              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
66116      Branch: perl
66117            ! pp_ctl.c
66118 ____________________________________________________________________________
66119 [  6427] By: jhi                                   on 2000/07/24  02:50:03
66120         Log: Add tests for
66121              [ID 19991110.003] another matching finding by pcre author
66122              which has already been fixed by some patch, as verified in
66123              
66124              Subject: Re: two regex bugs from the mists of time (well, last November)
66125              From: Hugo <hv@crypt.compulink.co.uk>
66126              Date: Sat, 22 Jul 2000 18:12:58 +0100
66127              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
66128      Branch: perl
66129            ! t/op/re_tests
66130 ____________________________________________________________________________
66131 [  6426] By: jhi                                   on 2000/07/24  02:11:20
66132         Log: A missing 'break' after the [[:space:]] switch case.
66133              
66134              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
66135              From: "Stephen P. Potter" <spp@ds.net>
66136              Date: Tue, 18 Jul 2000 16:25:17 -0400
66137              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
66138      Branch: perl
66139            ! regcomp.c
66140 ____________________________________________________________________________
66141 [  6425] By: jhi                                   on 2000/07/24  02:06:12
66142         Log: The output might have been produced in the wrong order.
66143              
66144              Subject: [ID 20000720.003] [PATCH] t/op/write.t
66145              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66146              Date: Thu, 20 Jul 2000 18:49:18 +0100
66147              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
66148      Branch: perl
66149            ! t/op/write.t
66150 ____________________________________________________________________________
66151 [  6424] By: jhi                                   on 2000/07/24  02:00:07
66152         Log: Use STDOUT consistently.
66153              
66154              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
66155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66156              Date: Thu, 20 Jul 2000 18:04:01 +0100
66157              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
66158      Branch: perl
66159            ! lib/Test/Harness.pm
66160 ____________________________________________________________________________
66161 [  6423] By: jhi                                   on 2000/07/24  01:54:54
66162         Log: Protect against "wild next"s, that is, callbacks doing "next"
66163              instead of "return".
66164              
66165              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
66166              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66167              Date: Tue, 18 Jul 2000 11:30:16 +0100
66168              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
66169      Branch: perl
66170            ! lib/File/Find.pm
66171 ____________________________________________________________________________
66172 [  6422] By: jhi                                   on 2000/07/24  01:35:47
66173         Log: Out-of-date note removed.
66174              
66175              Subject: [PATCH] documentation perlipc
66176              From: rspier@pobox.com (Robert Spier)
66177              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
66178              Message-ID: <14711.35178.572612.502654@rls.cx>
66179      Branch: perl
66180            ! pod/perlipc.pod
66181 ____________________________________________________________________________
66182 [  6421] By: jhi                                   on 2000/07/24  00:09:18
66183         Log: Send all installperl messages to STDERR and be -w clean.
66184              
66185              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
66186              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66187              Date: Sat, 22 Jul 2000 14:02:11 +0100
66188              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
66189      Branch: perl
66190            ! installperl
66191 ____________________________________________________________________________
66192 [  6420] By: jhi                                   on 2000/07/24  00:04:19
66193         Log: Decutandpasto.
66194              
66195              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
66196              From: "Richard Soderberg" <rs@crystalflame.net>
66197              Date: Sun, 23 Jul 2000 01:37:23 -0700
66198              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
66199      Branch: perl
66200            ! pod/perlipc.pod
66201 ____________________________________________________________________________
66202 [  6419] By: jhi                                   on 2000/07/24  00:01:12
66203         Log: A cleaner abs_path().
66204              Subject: Re: unix alternative to Cwd.pm
66205              From: Jeff Pinyan <jeffp@crusoe.net>
66206              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
66207              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
66208      Branch: perl
66209            ! lib/Cwd.pm
66210 ____________________________________________________________________________
66211 [  6418] By: jhi                                   on 2000/07/23  23:48:56
66212         Log: Detypo.
66213              
66214              Subject: [PATCH perl-current] Typo in hints/powerux.sh
66215              From: "Richard Soderberg" <rs@crystalflame.net>
66216              Date: Sun, 23 Jul 2000 01:27:33 -0700
66217              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
66218      Branch: perl
66219            ! hints/powerux.sh
66220 ____________________________________________________________________________
66221 [  6417] By: jhi                                   on 2000/07/17  22:13:31
66222         Log: Subject: SDBM_File documentation
66223              From: mjd@plover.com
66224              Date: 16 Jul 2000 17:41:17 -0000
66225              Message-ID: <20000716174117.18515.qmail@plover.com>
66226      Branch: perl
66227            ! ext/SDBM_File/SDBM_File.pm
66228 ____________________________________________________________________________
66229 [  6416] By: jhi                                   on 2000/07/17  19:13:26
66230         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
66231      Branch: perl
66232            ! hints/mpeix.sh mpeix/relink
66233 ____________________________________________________________________________
66234 [  6415] By: jhi                                   on 2000/07/15  14:11:02
66235         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
66236              the utf8 'characters' can be more than one octet).
66237              
66238              Date: Sat, 15 Jul 2000 00:21:56 +0100
66239              From: Tom Hughes <tom@compton.nu>
66240              Subject: Re: [ID 20000714.002]
66241              Message-ID: <db2334de49.tom@compton.compton.nu>
66242              
66243              Reported in
66244              
66245              Subject: [ID 20000714.002]
66246              From: "Simon Cozens" <simon@othersideofthe.earth.li>
66247              Date: 14 Jul 2000 15:13:09 -0000
66248              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
66249      Branch: perl
66250            ! doop.c
66251 ____________________________________________________________________________
66252 [  6414] By: jhi                                   on 2000/07/15  03:13:41
66253         Log: another VMS build tweak from Peter Prymmer
66254      Branch: perl
66255            ! vms/descrip_mms.template
66256 ____________________________________________________________________________
66257 [  6413] By: jhi                                   on 2000/07/15  03:10:40
66258         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
66259      Branch: perl
66260            ! vms/perlvms.pod
66261 ____________________________________________________________________________
66262 [  6412] By: jhi                                   on 2000/07/15  00:31:05
66263         Log: More docs for sv functions.
66264              
66265              Subject: [PATCH cfgperl] sv.c apidoc
66266              From: simon@brecon.co.uk (Simon Cozens)
66267              Date: 13 Jul 2000 09:00:20 GMT
66268              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
66269              
66270              Subject: Re: [PATCH cfgperl] sv.c apidoc
66271              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66272              Date: Thu, 13 Jul 2000 12:27:41 +0100
66273              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
66274              
66275              Subject: Re: [PATCH cfgperl] sv.c apidoc
66276              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66277              Date: Thu, 13 Jul 2000 13:23:09 +0100
66278              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
66279              
66280              Subject: Re: [PATCH cfgperl] sv.c apidoc
66281              From: simon@brecon.co.uk (Simon Cozens)
66282              Date: 14 Jul 2000 06:51:02 GMT
66283              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
66284      Branch: perl
66285            ! embed.pl pod/perlapi.pod sv.c
66286 ____________________________________________________________________________
66287 [  6411] By: jhi                                   on 2000/07/15  00:10:41
66288         Log: lib/b test fixes from Peter Prymmer.
66289      Branch: perl
66290            ! t/lib/b.t
66291 ____________________________________________________________________________
66292 [  6410] By: jhi                                   on 2000/07/15  00:02:09
66293         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
66294              From: Hugo <hv@crypt.compulink.co.uk>
66295              Date: Fri, 14 Jul 2000 23:05:20 +0100
66296              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
66297              
66298              Didn't anymore apply, but that point still could use another fix.
66299      Branch: perl
66300            ! pod/perlfunc.pod
66301 ____________________________________________________________________________
66302 [  6409] By: jhi                                   on 2000/07/14  23:15:15
66303         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
66304              not in pod, from Peter Prymmer
66305      Branch: perl
66306            ! vms/descrip_mms.template
66307 ____________________________________________________________________________
66308 [  6408] By: jhi                                   on 2000/07/14  20:35:05
66309         Log: The bug report
66310              [ID 19991110.002] minimal matching discrepancy found by pcre author
66311              seems to have been fixed (though differently from what was suggested
66312              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
66313      Branch: perl
66314            ! t/op/re_tests
66315 ____________________________________________________________________________
66316 [  6407] By: jhi                                   on 2000/07/14  17:38:08
66317         Log: Fix AutoSplit to use File::Spec the right way in VMS,
66318              from Peter Prymmer.
66319      Branch: perl
66320            ! lib/AutoSplit.pm
66321 ____________________________________________________________________________
66322 [  6406] By: jhi                                   on 2000/07/14  14:13:22
66323         Log: Merge perlhacktut into perlhack, update perlguts.
66324              
66325              Subject: Re: Perlhacktut
66326              From: simon@brecon.co.uk (Simon Cozens)
66327              Date: 14 Jul 2000 06:49:21 GMT
66328              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
66329              
66330              Subject: Re: Perlhacktut
66331              From: simon@brecon.co.uk (Simon Cozens)
66332              Date: 14 Jul 2000 07:09:45 GMT
66333              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
66334      Branch: perl
66335            ! pod/perlguts.pod pod/perlhack.pod
66336 ____________________________________________________________________________
66337 [  6405] By: jhi                                   on 2000/07/14  14:02:31
66338         Log: Integrate with Sarathy.
66339      Branch: cfgperl
66340           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
66341           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
66342           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
66343 ____________________________________________________________________________
66344 [  6404] By: gsar                                  on 2000/07/14  12:15:02
66345         Log: PERL_OBJECT build tweaks
66346      Branch: perl
66347            ! toke.c
66348 ____________________________________________________________________________
66349 [  6403] By: gsar                                  on 2000/07/14  11:23:41
66350         Log: inconsistent types needs casts
66351      Branch: perl
66352            ! toke.c
66353 ____________________________________________________________________________
66354 [  6402] By: gsar                                  on 2000/07/14  11:12:04
66355         Log: typos in change#6399, regen headers
66356      Branch: perl
66357            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
66358 ____________________________________________________________________________
66359 [  6401] By: gsar                                  on 2000/07/14  10:59:12
66360         Log: typecasts needed for change#6394
66361      Branch: perl
66362            ! toke.c
66363 ____________________________________________________________________________
66364 [  6400] By: gsar                                  on 2000/07/14  10:49:37
66365         Log: integrate cfgperl contents into mainline
66366      Branch: perl
66367           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
66368           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
66369 ____________________________________________________________________________
66370 [  6399] By: gsar                                  on 2000/07/14  10:38:35
66371         Log: enable UTF-16 filter by default if relevant BOM is seen; various
66372              cleanups (typos, misformatted code, and small bugs)
66373      Branch: perl
66374            ! doop.c embed.pl mg.c op.c pp.c toke.c
66375 ____________________________________________________________________________
66376 [  6398] By: gsar                                  on 2000/07/14  08:55:38
66377         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
66378              name suggests anyway)
66379      Branch: perl
66380            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
66381 ____________________________________________________________________________
66382 [  6397] By: gsar                                  on 2000/07/14  08:44:33
66383         Log: move new variables to the end of the interpreter structure (for
66384              bincompat in code that doesn't #include XSUB.h)
66385      Branch: perl
66386            ! intrpvar.h
66387 ____________________________________________________________________________
66388 [  6396] By: gsar                                  on 2000/07/14  08:13:58
66389         Log: MakeMaker should not remove editor backups (*~) on `make clean`
66390              by default (completes change#6383)
66391      Branch: perl
66392            ! lib/ExtUtils/MM_Unix.pm
66393 ____________________________________________________________________________
66394 [  6395] By: jhi                                   on 2000/07/14  05:20:33
66395         Log: Replace change #6337 with a better one.
66396              
66397              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
66398              From: Hugo <hv@crypt.compulink.co.uk>
66399              Date: Fri, 14 Jul 2000 04:16:20 +0100
66400              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
66401      Branch: cfgperl
66402            ! regexec.c t/op/re_tests
66403 ____________________________________________________________________________
66404 [  6394] By: jhi                                   on 2000/07/14  01:33:59
66405         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
66406      Branch: cfgperl
66407            ! embed.pl global.sym proto.h toke.c
66408 ____________________________________________________________________________
66409 [  6393] By: jhi                                   on 2000/07/13  23:41:23
66410         Log: remove discarded test
66411      Branch: cfgperl
66412            ! MANIFEST
66413 ____________________________________________________________________________
66414 [  6392] By: jhi                                   on 2000/07/13  23:32:25
66415         Log: The {multiplier} of a fixed substring was overlooked which
66416              caused a wrong initial search offset for that substring.
66417              
66418              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
66419              From: Hugo <hv@crypt.compulink.co.uk>
66420              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
66421              Date: Thu, 13 Jul 2000 19:27:13 +0100
66422      Branch: cfgperl
66423            ! regcomp.c t/op/re_tests
66424 ____________________________________________________________________________
66425 [  6391] By: jhi                                   on 2000/07/13  16:37:42
66426         Log: typo fix from Craig Berry
66427      Branch: cfgperl
66428            ! vms/subconfigure.com
66429 ____________________________________________________________________________
66430 [  6390] By: jhi                                   on 2000/07/13  13:20:12
66431         Log: Integrate with Sarathy.
66432      Branch: cfgperl
66433            - t/op/method2entersub.t
66434           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
66435           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
66436           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
66437           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
66438 ____________________________________________________________________________
66439 [  6389] By: jhi                                   on 2000/07/13  13:18:48
66440         Log: Detypo from Peter Prymmer, part of #6388.
66441      Branch: cfgperl
66442            ! Configure config_h.SH
66443      Branch: metaconfig
66444            ! U/modified/d_longlong.U
66445 ____________________________________________________________________________
66446 [  6388] By: gsar                                  on 2000/07/13  06:33:40
66447         Log: typos (spotted by Peter Prymmer)
66448      Branch: perl
66449            ! Configure t/lib/english.t
66450 ____________________________________________________________________________
66451 [  6387] By: gsar                                  on 2000/07/13  05:35:28
66452         Log: new selfloader.t in change#6183 doesn't close DATA handles,
66453              and thus fails to clean up tmp files on dosish platforms
66454      Branch: perl
66455            ! t/lib/selfloader.t
66456 ____________________________________________________________________________
66457 [  6386] By: gsar                                  on 2000/07/12  21:42:39
66458         Log: sprintf test tweaks (from Dominic Dunlop)
66459      Branch: perl
66460            ! t/op/sprintf.t
66461 ____________________________________________________________________________
66462 [  6385] By: gsar                                  on 2000/07/12  21:33:46
66463         Log: fix bugs in processing %v-*d and similar format specs (from
66464              Avi Finkel <avi@finkel.org>)
66465      Branch: perl
66466            ! sv.c t/op/sprintf.t
66467 ____________________________________________________________________________
66468 [  6384] By: gsar                                  on 2000/07/12  16:04:19
66469         Log: readd missing perldelta.pod changes from changes#6339,6376
66470      Branch: perl
66471            ! pod/perldelta.pod
66472 ____________________________________________________________________________
66473 [  6383] By: gsar                                  on 2000/07/12  16:00:51
66474         Log: don't clobber *.orig files on *clean targets
66475      Branch: perl
66476            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
66477 ____________________________________________________________________________
66478 [  6382] By: gsar                                  on 2000/07/12  07:59:12
66479         Log: fix broken integrations in cfgperl
66480      Branch: cfgperl
66481           !> Changes pod/perldelta.pod
66482 ____________________________________________________________________________
66483 [  6381] By: gsar                                  on 2000/07/12  07:42:17
66484         Log: integrate cfgperl changes into mainline
66485      Branch: perl
66486            ! Changes
66487           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
66488           !> pod/perlre.pod
66489 ____________________________________________________________________________
66490 [  6380] By: gsar                                  on 2000/07/12  07:31:00
66491         Log: get sprintf.t to adjust properly for 3-digit exponents
66492      Branch: perl
66493            ! t/op/sprintf.t
66494 ____________________________________________________________________________
66495 [  6379] By: gsar                                  on 2000/07/12  06:40:04
66496         Log: change#6174 needs corresponding change in win32/config_h.PL,
66497              which grovels through config_h.SH to find the config.h name
66498      Branch: perl
66499            ! win32/config_h.PL
66500 ____________________________________________________________________________
66501 [  6378] By: jhi                                   on 2000/07/12  05:03:59
66502         Log: Do the cc sanity check both before the hints and
66503              after the cc selction.
66504      Branch: cfgperl
66505            ! Configure config_h.SH
66506      Branch: metaconfig
66507            ! U/modified/Oldconfig.U U/modified/cc.U
66508      Branch: metaconfig/U/perl
66509            + Checkcc.U
66510 ____________________________________________________________________________
66511 [  6377] By: jhi                                   on 2000/07/12  02:49:22
66512         Log: Fix nits noticed by Boston.pm.
66513      Branch: cfgperl
66514            ! pod/perlre.pod
66515 ____________________________________________________________________________
66516 [  6376] By: jhi                                   on 2000/07/11  21:22:13
66517         Log: Configure cosmetics and perldelta.
66518      Branch: cfgperl
66519            ! Configure config_h.SH pod/perldelta.pod
66520      Branch: metaconfig
66521            ! U/modified/cc.U
66522 ____________________________________________________________________________
66523 [  6375] By: gsar                                  on 2000/07/11  21:17:35
66524         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
66525      Branch: perl
66526            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
66527            ! win32/win32sck.c
66528 ____________________________________________________________________________
66529 [  6374] By: gsar                                  on 2000/07/11  20:48:50
66530         Log: tweak for build failure under multiplicity
66531      Branch: perl
66532            ! toke.c
66533 ____________________________________________________________________________
66534 [  6373] By: gsar                                  on 2000/07/11  20:37:23
66535         Log: integrate cfgperl changes#6325..6373 into mainline
66536              (NOTE: today's batch of integrations still untested)
66537      Branch: perl
66538           +> ext/DynaLoader/hints/netbsd.pl
66539            ! Changes
66540           !> (integrate 26 files)
66541 ____________________________________________________________________________
66542 [  6372] By: jhi                                   on 2000/07/11  20:30:36
66543         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
66544              regen perltoc.
66545      Branch: cfgperl
66546            + pod/perlbook.pod
66547            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
66548            ! pod/perltoc.pod
66549 ____________________________________________________________________________
66550 [  6371] By: jhi                                   on 2000/07/11  20:08:56
66551         Log: Minor cleanups on the booklist.
66552      Branch: cfgperl
66553            ! pod/perlfaq2.pod
66554 ____________________________________________________________________________
66555 [  6370] By: jhi                                   on 2000/07/11  19:31:13
66556         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
66557      Branch: cfgperl
66558            ! t/pragma/overload.t
66559 ____________________________________________________________________________
66560 [  6369] By: gsar                                  on 2000/07/11  19:27:48
66561         Log: integrate cfgperl changes#6293..6324 into mainline
66562      Branch: perl
66563           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
66564            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
66565           !> (integrate 30 files)
66566 ____________________________________________________________________________
66567 [  6368] By: gsar                                  on 2000/07/11  19:18:57
66568         Log: skip integrate of problematic change#6292 from cfgperl into mainline
66569      Branch: perl
66570           !> pp_hot.c
66571 ____________________________________________________________________________
66572 [  6367] By: gsar                                  on 2000/07/11  19:17:21
66573         Log: integrate cfgperl changes#6288..6290 into mainline
66574      Branch: perl
66575           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
66576 ____________________________________________________________________________
66577 [  6366] By: gsar                                  on 2000/07/11  19:11:18
66578         Log: integrate cfgperl changes#6268..6282 into mainline
66579      Branch: perl
66580           !> (integrate 30 files)
66581 ____________________________________________________________________________
66582 [  6365] By: gsar                                  on 2000/07/11  18:57:00
66583         Log: delete new accidentally branched file
66584      Branch: perl
66585            - t/op/method2entersub.t
66586 ____________________________________________________________________________
66587 [  6364] By: gsar                                  on 2000/07/11  18:55:13
66588         Log: skip integrate of change#6267 from cfgperl into mainline (the
66589              method call optimization is flawed without additional hints
66590              from user about immutableness of @ISA and no runtime method
66591              definitions)
66592      Branch: perl
66593           +> t/op/method2entersub.t
66594           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
66595           !> perl.h t/op/sprintf.t xsutils.c
66596 ____________________________________________________________________________
66597 [  6363] By: gsar                                  on 2000/07/11  18:49:43
66598         Log: integrate cfgperl changes#6261..6266 into mainline
66599      Branch: perl
66600           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
66601           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
66602           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
66603           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
66604 ____________________________________________________________________________
66605 [  6362] By: gsar                                  on 2000/07/11  18:43:26
66606         Log: integrate cfgperl changes#6252..6260 into mainline
66607      Branch: perl
66608           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
66609           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
66610           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
66611           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
66612 ____________________________________________________________________________
66613 [  6361] By: gsar                                  on 2000/07/11  18:37:12
66614         Log: skip integrate of problematic change#6251 from cfgperl into mainline
66615      Branch: perl
66616           !> lib/Exporter.pm
66617 ____________________________________________________________________________
66618 [  6360] By: gsar                                  on 2000/07/11  18:34:56
66619         Log: integrate cfgperl change#6250 into mainline
66620      Branch: perl
66621           +> t/op/my_stash.t
66622           !> MANIFEST embed.pl proto.h toke.c
66623 ____________________________________________________________________________
66624 [  6359] By: gsar                                  on 2000/07/11  18:21:19
66625         Log: integrate cfgperl changes#6242..6249 into mainline
66626      Branch: perl
66627           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
66628           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
66629           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
66630           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
66631           !> t/lib/peek.t utf8.c
66632 ____________________________________________________________________________
66633 [  6358] By: gsar                                  on 2000/07/11  18:15:45
66634         Log: skip integrate of problematic change#6241 from cfgperl into mainline
66635      Branch: perl
66636           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
66637 ____________________________________________________________________________
66638 [  6357] By: jhi                                   on 2000/07/11  18:15:16
66639         Log: Fix for
66640              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
66641              From: Roderick Schertler <roderick@argon.org> 
66642              Date: Tue, 11 Jul 2000 13:55:05 -0400 
66643              Message-Id: <200007111755.NAA05077@jones.argon.org> 
66644      Branch: cfgperl
66645            ! doio.c
66646 ____________________________________________________________________________
66647 [  6356] By: jhi                                   on 2000/07/11  18:12:51
66648         Log: Typo in #6341.
66649      Branch: cfgperl
66650            ! pp_hot.c
66651 ____________________________________________________________________________
66652 [  6355] By: gsar                                  on 2000/07/11  18:12:10
66653         Log: integrate cfgperl changes#6231..6240 into mainline
66654      Branch: perl
66655           +> pod/perlutil.pod
66656           !> (integrate 35 files)
66657 ____________________________________________________________________________
66658 [  6354] By: jhi                                   on 2000/07/11  18:04:34
66659         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
66660              From: Dominic Dunlop <domo@computer.org> 
66661              Date: Tue, 11 Jul 2000 12:27:33 +0200 
66662              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
66663              
66664              Replaces change #6268.
66665      Branch: cfgperl
66666            ! t/op/sprintf.t
66667 ____________________________________________________________________________
66668 [  6353] By: gsar                                  on 2000/07/11  17:59:51
66669         Log: skip integrate of problematic change#6230 from cfgperl into mainline
66670              (a later version of File::Spec is already in mainline)
66671      Branch: perl
66672           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
66673           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
66674 ____________________________________________________________________________
66675 [  6352] By: gsar                                  on 2000/07/11  17:57:48
66676         Log: integrate cfgperl changes#6224..6229 into mainline
66677      Branch: perl
66678           +> lib/lib.pm.PL
66679            - lib/lib.pm
66680           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
66681           !> lib/English.pm op.c t/lib/english.t
66682 ____________________________________________________________________________
66683 [  6351] By: gsar                                  on 2000/07/11  17:50:10
66684         Log: skip integrate of problematic change#6223 from cfgperl into mainline
66685      Branch: perl
66686           !> doio.c
66687 ____________________________________________________________________________
66688 [  6350] By: gsar                                  on 2000/07/11  17:48:28
66689         Log: integrate cfgperl changes#6220..6222 into mainline
66690      Branch: perl
66691           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
66692           !> toke.c utf8.c win32/win32.h
66693 ____________________________________________________________________________
66694 [  6349] By: gsar                                  on 2000/07/11  17:46:13
66695         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
66696              mainline
66697      Branch: perl
66698           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
66699           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
66700           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
66701 ____________________________________________________________________________
66702 [  6348] By: jhi                                   on 2000/07/11  17:45:49
66703         Log: README.posix-bc podified from Thomas Dorner.
66704      Branch: cfgperl
66705            ! README.posix-bc
66706 ____________________________________________________________________________
66707 [  6347] By: gsar                                  on 2000/07/11  17:42:04
66708         Log: integrate cfgperl change#6217 into mainline
66709      Branch: perl
66710           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
66711           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
66712           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
66713 ____________________________________________________________________________
66714 [  6346] By: gsar                                  on 2000/07/11  17:39:37
66715         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
66716              mainline
66717      Branch: perl
66718           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
66719           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
66720           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
66721           !> perlapi.h pod/perlapi.pod
66722 ____________________________________________________________________________
66723 [  6345] By: gsar                                  on 2000/07/11  17:36:42
66724         Log: integrate cfgperl changes#6207..6210 into mainline
66725      Branch: perl
66726           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
66727           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
66728 ____________________________________________________________________________
66729 [  6344] By: gsar                                  on 2000/07/11  17:31:20
66730         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
66731              mainline
66732      Branch: perl
66733           !> (integrate 40 files)
66734 ____________________________________________________________________________
66735 [  6343] By: gsar                                  on 2000/07/11  17:19:08
66736         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
66737      Branch: perl
66738           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
66739            ! Changes
66740           !> (integrate 34 files)
66741 ____________________________________________________________________________
66742 [  6342] By: jhi                                   on 2000/07/11  16:05:48
66743         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
66744              To: perl5-porters@perl.org
66745              From: Karsten Sperling <spiff@phreax.net>
66746              Date: Mon, 10 Jul 2000 15:12:52 +0200
66747              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
66748      Branch: cfgperl
66749            ! lib/Symbol.pm
66750 ____________________________________________________________________________
66751 [  6341] By: jhi                                   on 2000/07/11  15:59:23
66752         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
66753              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66754              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
66755              Date: Fri, 07 Jul 2000 17:57:16 +0100
66756      Branch: cfgperl
66757            ! pp_hot.c
66758 ____________________________________________________________________________
66759 [  6340] By: jhi                                   on 2000/07/11  15:55:47
66760         Log: Subject: Re: format bug report  [Patch]
66761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66762              Date: Wed, 05 Jul 2000 13:12:52 +0200
66763              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
66764              
66765              Subject: Re: format bug report  [Patch]
66766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66767              Date: Wed, 05 Jul 2000 14:10:01 +0200
66768              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
66769      Branch: cfgperl
66770            ! t/op/write.t toke.c
66771 ____________________________________________________________________________
66772 [  6339] By: jhi                                   on 2000/07/11  13:54:09
66773         Log: Be less forgiving about ambiguous and illegal tr ranges.
66774              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
66775              From: Mark-Jason Dominus <mjd@plover.com>
66776              Date: Tue, 04 Jul 2000 10:00:12 -0400
66777              Message-ID: <20000704140012.17772.qmail@plover.com>
66778              
66779              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
66780              From: Mark-Jason Dominus <mjd@plover.com>
66781              Date: Wed, 05 Jul 2000 09:37:36 -0400
66782              Message-ID: <20000705133736.27293.qmail@plover.com>
66783      Branch: cfgperl
66784            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
66785 ____________________________________________________________________________
66786 [  6338] By: jhi                                   on 2000/07/11  13:31:24
66787         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
66788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
66789              Date: Tue, 11 Jul 2000 13:50:51 +0100
66790              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
66791      Branch: cfgperl
66792            ! sv.c
66793 ____________________________________________________________________________
66794 [  6337] By: jhi                                   on 2000/07/11  13:29:14
66795         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
66796              From: Hugo <hv@crypt.compulink.co.uk>
66797              Date: Tue, 11 Jul 2000 12:44:50 +0100
66798              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
66799      Branch: cfgperl
66800            ! regexec.c t/op/re_tests
66801 ____________________________________________________________________________
66802 [  6336] By: jhi                                   on 2000/07/11  13:26:47
66803         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
66804              From: simon@brecon.co.uk (Simon Cozens)
66805              Date: 7 Jul 2000 11:26:09 GMT
66806              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
66807      Branch: cfgperl
66808            ! mg.c
66809 ____________________________________________________________________________
66810 [  6335] By: jhi                                   on 2000/07/11  13:23:37
66811         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
66812              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
66813              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
66814              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
66815      Branch: cfgperl
66816            + ext/DynaLoader/hints/netbsd.pl
66817            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
66818 ____________________________________________________________________________
66819 [  6334] By: jhi                                   on 2000/07/11  13:20:38
66820         Log: Subject: PATCH perlguts.pod: Document D and d magic types
66821              From: mjd@plover.com
66822              Date: 5 Jul 2000 18:01:51 -0000
66823              Message-ID: <20000705180151.29413.qmail@plover.com>
66824      Branch: cfgperl
66825            ! pod/perlguts.pod
66826 ____________________________________________________________________________
66827 [  6333] By: jhi                                   on 2000/07/11  13:15:51
66828         Log: Precedence goof, fix based on
66829              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
66830              From: Hugo <hv@crypt.compulink.co.uk>
66831              Date: Tue, 11 Jul 2000 12:52:38 +0100
66832              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
66833      Branch: cfgperl
66834            ! t/op/taint.t
66835 ____________________________________________________________________________
66836 [  6332] By: jhi                                   on 2000/07/11  12:40:17
66837         Log: Integrate with Sarathy.
66838      Branch: cfgperl
66839           !> win32/win32sck.c
66840 ____________________________________________________________________________
66841 [  6331] By: jhi                                   on 2000/07/10  20:14:16
66842         Log: Sprinkle ldlibpath.
66843      Branch: cfgperl
66844            ! pod/Makefile.SH
66845 ____________________________________________________________________________
66846 [  6330] By: jhi                                   on 2000/07/10  17:54:49
66847         Log: More POSIX.pod tweaks.
66848      Branch: cfgperl
66849            ! ext/POSIX/POSIX.pod
66850 ____________________________________________________________________________
66851 [  6329] By: jhi                                   on 2000/07/10  14:02:12
66852         Log: Reorder perl.pod once more.
66853      Branch: cfgperl
66854            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
66855 ____________________________________________________________________________
66856 [  6328] By: gsar                                  on 2000/07/10  07:06:00
66857         Log: accept() leaks memory on windows due to incorrect ordering of
66858              closesocket() and fclose() calls
66859      Branch: perl
66860            ! win32/win32sck.c
66861 ____________________________________________________________________________
66862 [  6327] By: gsar                                  on 2000/07/10  06:49:17
66863         Log: winsock options weren't being set in all threads under ithreads
66864              (caused send()s from second and subsequent threads to fail)
66865      Branch: perl
66866            ! win32/win32sck.c
66867 ____________________________________________________________________________
66868 [  6326] By: jhi                                   on 2000/07/08  02:45:40
66869         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
66870              was cast to an unsigned (32-bit) integer with wild abandon.
66871      Branch: cfgperl
66872            ! ext/Devel/DProf/DProf.xs
66873 ____________________________________________________________________________
66874 [  6325] By: jhi                                   on 2000/07/07  18:50:33
66875         Log: Remove perlbook, update perlfaq book listing,
66876              rearrange perl.pod, regenerate perltoc.
66877      Branch: cfgperl
66878            - pod/perlbook.pod
66879            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
66880            ! pod/perlfaq2.pod pod/perltoc.pod
66881 ____________________________________________________________________________
66882 [  6324] By: jhi                                   on 2000/07/07  14:03:40
66883         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
66884      Branch: cfgperl
66885            ! sv.h toke.c
66886 ____________________________________________________________________________
66887 [  6323] By: jhi                                   on 2000/07/06  16:03:55
66888         Log: Fix complaints of buildtoc.
66889      Branch: cfgperl
66890            + lib/Win32.pod
66891            - pod/Win32.pod
66892            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
66893 ____________________________________________________________________________
66894 [  6322] By: jhi                                   on 2000/07/06  15:15:52
66895         Log: Add =head1 NAMEs so that buildtoc is happy.
66896              (The CGI::Util nit reported to Lincoln.)
66897      Branch: cfgperl
66898            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
66899            ! pod/perltoc.pod
66900 ____________________________________________________________________________
66901 [  6321] By: jhi                                   on 2000/07/06  03:16:04
66902         Log: Config is being used.
66903      Branch: cfgperl
66904            ! t/op/method.t
66905 ____________________________________________________________________________
66906 [  6320] By: jhi                                   on 2000/07/06  03:13:13
66907         Log: Integrate with Sarathy.
66908      Branch: cfgperl
66909           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
66910 ____________________________________________________________________________
66911 [  6319] By: jhi                                   on 2000/07/06  03:11:46
66912         Log: Autogenerate pod/Makefile and pod/buildtoc.
66913              buildtoc also checks whether the existing pods are
66914              mentioned in MANIFEST and perl.pod, and vice versa.
66915              (None of the thusly found discrepancies fixed yet.)
66916              roffitall also needs to be autogenerated similarly but it
66917              seems so badly out of date that I didn't touch it yet.
66918      Branch: cfgperl
66919            + pod/Makefile.SH pod/buildtoc.PL
66920            - pod/Makefile pod/buildtoc
66921            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
66922 ____________________________________________________________________________
66923 [  6318] By: gsar                                  on 2000/07/05  22:10:54
66924         Log: fix UNC path handling on Windows under ithreads, and chdir()
66925              return value when given a non-existent directory
66926      Branch: perl
66927            ! win32/vdir.h
66928 ____________________________________________________________________________
66929 [  6317] By: gsar                                  on 2000/07/05  22:08:19
66930         Log: winsock cleanup never done on Windows (leads to handle leaks)
66931      Branch: perl
66932            ! win32/perllib.c win32/win32sck.c
66933 ____________________________________________________________________________
66934 [  6316] By: gsar                                  on 2000/07/05  22:06:19
66935         Log: some debugger output does not go to the socket when RemotePort is set
66936      Branch: perl
66937            ! lib/perl5db.pl
66938 ____________________________________________________________________________
66939 [  6315] By: jhi                                   on 2000/07/05  00:25:21
66940         Log: Integrate with Sarathy, preliminary fix for unicos
66941              alignment problems in [ID 20000612.002] Perl problem on Cray system.
66942      Branch: cfgperl
66943            ! sv.h
66944           !> pp_hot.c
66945 ____________________________________________________________________________
66946 [  6314] By: gsar                                  on 2000/07/04  23:34:02
66947         Log: tyop in change#6306
66948      Branch: perl
66949            ! pp_hot.c
66950 ____________________________________________________________________________
66951 [  6313] By: jhi                                   on 2000/07/04  22:14:38
66952         Log: Multiline string literals ENONPORTABLE.
66953      Branch: cfgperl
66954            ! pp_hot.c
66955 ____________________________________________________________________________
66956 [  6312] By: jhi                                   on 2000/07/04  20:34:44
66957         Log: Integrate with Sarathy.
66958      Branch: cfgperl
66959           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
66960           !> t/op/method.t
66961 ____________________________________________________________________________
66962 [  6311] By: jhi                                   on 2000/07/04  20:30:56
66963         Log: More POSIX.pod embellishment.
66964      Branch: cfgperl
66965            ! ext/POSIX/POSIX.pod
66966 ____________________________________________________________________________
66967 [  6310] By: gsar                                  on 2000/07/04  17:28:48
66968         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
66969      Branch: perl
66970            ! t/lib/b.t
66971 ____________________________________________________________________________
66972 [  6309] By: jhi                                   on 2000/07/04  17:22:18
66973         Log: The #6308 required a little bit more.
66974      Branch: cfgperl
66975            ! Makefile.SH win32/Makefile
66976 ____________________________________________________________________________
66977 [  6308] By: jhi                                   on 2000/07/04  16:35:24
66978         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
66979      Branch: cfgperl
66980            + lib/lib_pm.PL
66981            - lib/lib.pm.PL
66982            ! MANIFEST Makefile.SH
66983 ____________________________________________________________________________
66984 [  6307] By: jhi                                   on 2000/07/04  16:28:58
66985         Log: Win32 patches for cfgperl from Sarathy.
66986      Branch: cfgperl
66987            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
66988            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
66989            ! thread.h toke.c util.c win32/Makefile win32/win32.c
66990 ____________________________________________________________________________
66991 [  6306] By: gsar                                  on 2000/07/04  16:28:40
66992         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
66993              (from Richard Soderberg <rs@oregonnet.com>)
66994      Branch: perl
66995            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
66996 ____________________________________________________________________________
66997 [  6305] By: jhi                                   on 2000/07/04  16:24:24
66998         Log: Integrate with Sarathy.
66999      Branch: cfgperl
67000           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
67001           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67002           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
67003           !> proto.h win32/win32.c
67004 ____________________________________________________________________________
67005 [  6304] By: gsar                                  on 2000/07/04  16:17:24
67006         Log: missing perldiag entry for unpack("w",...) diagnostic (from
67007              Andreas Koenig)
67008      Branch: perl
67009            ! pod/perldiag.pod
67010 ____________________________________________________________________________
67011 [  6303] By: gsar                                  on 2000/07/04  16:14:44
67012         Log: remove rel2abs prototypes (from Barrie Slaymaker)
67013      Branch: perl
67014            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
67015            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67016 ____________________________________________________________________________
67017 [  6302] By: gsar                                  on 2000/07/04  04:59:35
67018         Log: adjust change#6299
67019      Branch: perl
67020            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
67021            ! win32/win32.c
67022 ____________________________________________________________________________
67023 [  6301] By: jhi                                   on 2000/07/04  04:50:07
67024         Log: Integrate with Sarathy.
67025      Branch: cfgperl
67026           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
67027           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
67028           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
67029 ____________________________________________________________________________
67030 [  6300] By: gsar                                  on 2000/07/04  04:42:09
67031         Log: PERL_OBJECT build tweak
67032      Branch: perl
67033            ! perl.h
67034 ____________________________________________________________________________
67035 [  6299] By: gsar                                  on 2000/07/04  04:37:00
67036         Log: fix memory leak on Windows (PL_sys_intern contents were never
67037              freed)
67038      Branch: perl
67039            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
67040            ! perlapi.c proto.h win32/win32.c
67041 ____________________________________________________________________________
67042 [  6298] By: gsar                                  on 2000/07/04  04:15:59
67043         Log: fix large memory leak that has been around for ever, masked by
67044              -DPURIFY (most of the arenas were never freed!)
67045      Branch: perl
67046            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
67047 ____________________________________________________________________________
67048 [  6297] By: gsar                                  on 2000/07/04  04:07:46
67049         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
67050      Branch: perl
67051            ! perl.c
67052 ____________________________________________________________________________
67053 [  6296] By: jhi                                   on 2000/06/30  18:28:37
67054         Log: Elaborate POSIX.pod.  Still needs work.
67055      Branch: cfgperl
67056            ! ext/POSIX/POSIX.pod
67057 ____________________________________________________________________________
67058 [  6295] By: jhi                                   on 2000/06/30  14:58:18
67059         Log: Point to perlipc for more SysV IPC examples.
67060      Branch: cfgperl
67061            ! pod/perlfunc.pod
67062 ____________________________________________________________________________
67063 [  6294] By: gsar                                  on 2000/06/30  14:47:45
67064         Log: slurp mode fix in change#4736 still not quite right
67065      Branch: perl
67066            ! pp_hot.c t/io/argv.t
67067 ____________________________________________________________________________
67068 [  6293] By: jhi                                   on 2000/06/30  12:02:55
67069         Log: Integrate with Sarathy.
67070      Branch: cfgperl
67071           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
67072 ____________________________________________________________________________
67073 [  6292] By: jhi                                   on 2000/06/30  12:01:11
67074         Log: From: simon@brecon.co.uk (Simon Cozens)
67075              Subject: UTF8 concat
67076              Date: 30 Jun 2000 06:13:25 GMT
67077              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
67078      Branch: cfgperl
67079            ! pp_hot.c
67080 ____________________________________________________________________________
67081 [  6291] By: gsar                                  on 2000/06/30  04:37:33
67082         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
67083              when @_ is modified, causing coredumps
67084      Branch: perl
67085            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
67086 ____________________________________________________________________________
67087 [  6290] By: jhi                                   on 2000/06/30  02:21:44
67088         Log: Integrate with Sarathy.
67089      Branch: cfgperl
67090           !> vms/vms.c vms/vmsish.h
67091 ____________________________________________________________________________
67092 [  6289] By: jhi                                   on 2000/06/30  02:21:02
67093         Log: Check VERSIONs.
67094      Branch: cfgperl
67095            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67096            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67097            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67098 ____________________________________________________________________________
67099 [  6288] By: jhi                                   on 2000/06/30  02:18:52
67100         Log: Integrate with Sarathy.
67101      Branch: cfgperl
67102           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
67103           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67104           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67105           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
67106 ____________________________________________________________________________
67107 [  6287] By: gsar                                  on 2000/06/30  02:17:08
67108         Log: integrate vmsperl changes into mainline
67109      Branch: perl
67110           !> vms/vms.c vms/vmsish.h
67111 ____________________________________________________________________________
67112 [  6285] By: gsar                                  on 2000/06/30  02:05:28
67113         Log: localize %INC in a Safe compartment so that use/require work
67114              (many other magic globals probably need similar treatment)
67115      Branch: perl
67116            ! ext/Opcode/Opcode.xs
67117 ____________________________________________________________________________
67118 [  6284] By: gsar                                  on 2000/06/30  01:54:54
67119         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
67120              about Windows
67121      Branch: perl
67122            ! pod/perlembed.pod
67123 ____________________________________________________________________________
67124 [  6283] By: jhi                                   on 2000/06/30  01:50:10
67125         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
67126              From: Barrie Slaymaker <barries@jester.slaysys.com>
67127              Date: Wed, 28 Jun 2000 11:35:29 -0400
67128              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
67129      Branch: perl
67130            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
67131            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67132            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67133            ! lib/File/Spec/Win32.pm
67134 ____________________________________________________________________________
67135 [  6282] By: jhi                                   on 2000/06/29  22:57:22
67136         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
67137              From: Dan Sugalski <dan@sidhe.org>
67138              Date: Tue, 06 Jun 2000 11:59:50 -0400
67139              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
67140      Branch: cfgperl
67141            ! vms/vms.c
67142 ____________________________________________________________________________
67143 [  6281] By: jhi                                   on 2000/06/29  22:52:50
67144         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
67145              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67146              Date: Wed, 7 Jun 2000 04:02:04 -0500
67147              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
67148      Branch: cfgperl
67149            ! utils/h2xs.PL
67150 ____________________________________________________________________________
67151 [  6280] By: jhi                                   on 2000/06/29  22:45:47
67152         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
67153              From: rspier@pobox.com (Robert Spier)
67154              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
67155              Message-ID: <14654.31913.845602.610277@rls.cx>
67156      Branch: cfgperl
67157            ! utils/h2xs.PL
67158 ____________________________________________________________________________
67159 [  6279] By: jhi                                   on 2000/06/29  22:38:16
67160         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
67161              From: Tim Ayers <tayers@bridge.com>
67162              Date: Thu, 08 Jun 2000 08:11:06 +0200
67163              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
67164              [resent by Richard Foley, Message-Id probably wrong]
67165      Branch: cfgperl
67166            ! pod/perlsub.pod
67167 ____________________________________________________________________________
67168 [  6278] By: jhi                                   on 2000/06/29  22:21:45
67169         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
67170              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
67171              Date: Fri, 09 Jun 2000 12:39:27 -0400
67172              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
67173              (plus update the version "number" of Text::Wrap)
67174      Branch: cfgperl
67175            ! lib/Text/Wrap.pm
67176 ____________________________________________________________________________
67177 [  6277] By: jhi                                   on 2000/06/29  22:13:10
67178         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
67179              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67180              Date: Mon, 12 Jun 2000 14:55:59 +0100
67181              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
67182      Branch: cfgperl
67183            ! pod/perlfunc.pod
67184 ____________________________________________________________________________
67185 [  6276] By: jhi                                   on 2000/06/29  22:11:06
67186         Log: Subject: [PATCH] Re: eval documentation: context
67187              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
67188              Date: Mon, 12 Jun 2000 15:07:29 +0100
67189              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
67190      Branch: cfgperl
67191            ! pod/perlfunc.pod
67192 ____________________________________________________________________________
67193 [  6275] By: jhi                                   on 2000/06/29  21:59:46
67194         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
67195              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
67196              Date: Tue, 13 Jun 2000 02:43:48 -0500
67197              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
67198      Branch: cfgperl
67199            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
67200 ____________________________________________________________________________
67201 [  6274] By: jhi                                   on 2000/06/29  21:56:14
67202         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
67203              From: Andy Dougherty <doughera@lafayette.edu>
67204              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
67205              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
67206      Branch: cfgperl
67207            ! ext/File/Glob/Glob.pm
67208 ____________________________________________________________________________
67209 [  6273] By: jhi                                   on 2000/06/29  21:49:09
67210         Log: Subject: [PATCH] xsub attributes
67211              From: Doug MacEachern <dougm@covalent.net>
67212              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
67213              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
67214      Branch: cfgperl
67215            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
67216            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
67217 ____________________________________________________________________________
67218 [  6272] By: jhi                                   on 2000/06/29  21:41:28
67219         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
67220              From: Tom Phoenix <rootbeer@redcat.com>
67221              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
67222              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
67223      Branch: cfgperl
67224            ! lib/Net/Ping.pm
67225 ____________________________________________________________________________
67226 [  6271] By: jhi                                   on 2000/06/29  21:36:55
67227         Log: Subject: PATCH pod/perltie.pod
67228              From: Ian Phillipps <Ian.Phillipps@iname.com>
67229              Date: Fri, 16 Jun 2000 00:17:19 +0100
67230              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
67231              (only the first hunk, the second hunk had already been done
67232              by some other patch)
67233      Branch: cfgperl
67234            ! pod/perltie.pod
67235 ____________________________________________________________________________
67236 [  6270] By: jhi                                   on 2000/06/29  21:24:51
67237         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
67238              From: Nicholas Clark <nick@talking.bollo.cx>
67239              Date: Fri, 23 Jun 2000 16:21:15 +0100
67240              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
67241      Branch: cfgperl
67242            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
67243            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
67244 ____________________________________________________________________________
67245 [  6269] By: jhi                                   on 2000/06/29  19:38:15
67246         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
67247              silence few compiler warnings.
67248      Branch: cfgperl
67249            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
67250 ____________________________________________________________________________
67251 [  6268] By: jhi                                   on 2000/06/29  18:21:50
67252         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
67253              From: Dominic Dunlop <domo@computer.org> 
67254              Date: Thu, 29 Jun 2000 12:32:39 +0200 
67255              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
67256      Branch: cfgperl
67257            ! t/op/sprintf.t
67258 ____________________________________________________________________________
67259 [  6267] By: jhi                                   on 2000/06/29  18:16:07
67260         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
67261              From: Doug MacEachern <dougm@covalent.net>
67262              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
67263              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
67264      Branch: cfgperl
67265            + t/op/method2entersub.t
67266            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
67267            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67268            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
67269            ! xsutils.c
67270 ____________________________________________________________________________
67271 [  6266] By: jhi                                   on 2000/06/29  15:11:15
67272         Log: Subject: [PATCH 5.6.0] cygwin port
67273              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
67274              From: "Fifer, Eric" <EFifer@sanwaint.com>
67275              Date: Thu, 29 Jun 2000 12:58:29 +0100
67276      Branch: cfgperl
67277            ! cygwin/Makefile.SHs
67278 ____________________________________________________________________________
67279 [  6265] By: jhi                                   on 2000/06/29  15:04:05
67280         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
67281              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67282              Date: Wed, 28 Jun 2000 17:50:12 -0700
67283              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
67284      Branch: cfgperl
67285            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67286 ____________________________________________________________________________
67287 [  6264] By: jhi                                   on 2000/06/29  15:00:57
67288         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
67289              From: Marty Lucich <marty@netcom.com>
67290              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
67291              Message-Id: <200006282116.OAA11148@netcom.com>
67292              ccdlflags update (the BSD/OS 4.1 part had already been taken
67293              care of by #6141).
67294      Branch: cfgperl
67295            ! hints/bsdos.sh
67296 ____________________________________________________________________________
67297 [  6263] By: jhi                                   on 2000/06/29  13:47:44
67298         Log: tr fixes from Simon Cozens
67299      Branch: cfgperl
67300            ! doop.c
67301 ____________________________________________________________________________
67302 [  6262] By: jhi                                   on 2000/06/28  18:46:01
67303         Log: Subject: 5.6.0 Patch for EPOC
67304              From: Olaf Flebbe <o.flebbe@gmx.de>
67305              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
67306              Message-ID: <23449.960929969@www11.gmx.net>
67307      Branch: cfgperl
67308            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
67309            ! epoc/epocish.h
67310 ____________________________________________________________________________
67311 [  6261] By: jhi                                   on 2000/06/28  18:29:07
67312         Log: Subject: Re: [PATCH cfgperl] BOMs away!
67313              From: simon@brecon.co.uk (Simon Cozens)
67314              Date: 17 Jun 2000 11:49:57 GMT
67315              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
67316      Branch: cfgperl
67317            ! pod/perldiag.pod t/comp/require.t toke.c
67318 ____________________________________________________________________________
67319 [  6260] By: jhi                                   on 2000/06/28  17:47:16
67320         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
67321              From: simon@brecon.co.uk (Simon Cozens) 
67322              Date: 17 Jun 2000 11:56:44 GMT 
67323              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
67324              pack U0, pack C0
67325      Branch: cfgperl
67326            ! pod/perlfunc.pod pp.c t/op/pack.t
67327 ____________________________________________________________________________
67328 [  6259] By: jhi                                   on 2000/06/28  16:43:17
67329         Log: perlnewmod was missing from MANIFEST.
67330      Branch: cfgperl
67331            ! MANIFEST
67332 ____________________________________________________________________________
67333 [  6258] By: jhi                                   on 2000/06/28  15:54:30
67334         Log: linenumber tweak
67335      Branch: cfgperl
67336            ! t/pragma/warn/regcomp
67337 ____________________________________________________________________________
67338 [  6257] By: jhi                                   on 2000/06/28  15:50:44
67339         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
67340              From: Doug MacEachern <dougm@covalent.net>
67341              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
67342              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
67343              (one part of the patch had been applied earlier)
67344      Branch: cfgperl
67345            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
67346 ____________________________________________________________________________
67347 [  6256] By: jhi                                   on 2000/06/28  15:40:22
67348         Log: tweaks from Simon Cozens to further fix tr/// under utf8
67349      Branch: cfgperl
67350            ! doop.c
67351 ____________________________________________________________________________
67352 [  6255] By: jhi                                   on 2000/06/28  15:33:45
67353         Log: small thinko tweaks
67354      Branch: cfgperl
67355            ! lib/IPC/Open3.pm t/op/my_stash.t
67356 ____________________________________________________________________________
67357 [  6254] By: jhi                                   on 2000/06/28  15:33:25
67358         Log: Subject: tr///, help wanted.
67359              From: simon@brecon.co.uk (Simon Cozens)
67360              Date: 28 Jun 2000 11:29:04 GMT
67361              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
67362      Branch: cfgperl
67363            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
67364            ! pp_proto.h proto.h t/op/tr.t
67365 ____________________________________________________________________________
67366 [  6253] By: jhi                                   on 2000/06/28  15:09:17
67367         Log: Paranoia tweak on #6249.
67368              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
67369              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
67370              Date: Sun, 25 Jun 2000 23:43:12 -0400
67371              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
67372      Branch: cfgperl
67373            ! lib/IPC/Open3.pm
67374 ____________________________________________________________________________
67375 [  6252] By: jhi                                   on 2000/06/28  15:01:38
67376         Log: Document #6249 and #6251.
67377      Branch: cfgperl
67378            ! lib/Exporter.pm lib/IPC/Open3.pm
67379 ____________________________________________________________________________
67380 [  6251] By: jhi                                   on 2000/06/28  14:50:43
67381         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
67382              From: Doug MacEachern <dougm@covalent.net>
67383              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
67384              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
67385      Branch: cfgperl
67386            ! lib/Exporter.pm
67387 ____________________________________________________________________________
67388 [  6250] By: jhi                                   on 2000/06/28  14:45:23
67389         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
67390              From: Doug MacEachern <dougm@covalent.net>
67391              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
67392              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
67393      Branch: cfgperl
67394            + t/op/my_stash.t
67395            ! MANIFEST embed.pl global.sym proto.h toke.c
67396 ____________________________________________________________________________
67397 [  6249] By: jhi                                   on 2000/06/28  14:36:34
67398         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
67399              From: Frank Tobin <ftobin@uiuc.edu>
67400              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
67401              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
67402      Branch: cfgperl
67403            ! lib/IPC/Open3.pm
67404 ____________________________________________________________________________
67405 [  6248] By: jhi                                   on 2000/06/28  14:11:25
67406         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
67407              From: Mark-Jason Dominus <mjd@plover.com>
67408              Date: Tue, 27 Jun 2000 22:36:42 -0400
67409              Message-ID: <20000628023642.12166.qmail@plover.com>
67410      Branch: cfgperl
67411            ! pod/perlfunc.pod
67412 ____________________________________________________________________________
67413 [  6247] By: jhi                                   on 2000/06/27  12:46:37
67414         Log: Tweak $VERSION, patch from Doug MacEachern.
67415      Branch: cfgperl
67416            ! lib/File/Spec.pm
67417 ____________________________________________________________________________
67418 [  6246] By: jhi                                   on 2000/06/27  03:34:46
67419         Log: Allow for standalone testing.
67420      Branch: cfgperl
67421            ! t/lib/filefunc.t t/lib/filespec.t
67422 ____________________________________________________________________________
67423 [  6245] By: jhi                                   on 2000/06/27  02:50:02
67424         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
67425              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67426              Date: Sat, 24 Jun 2000 13:06:20 +0100
67427              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
67428      Branch: cfgperl
67429            ! ext/DynaLoader/DynaLoader_pm.PL
67430 ____________________________________________________________________________
67431 [  6244] By: jhi                                   on 2000/06/27  02:46:10
67432         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
67433              From: Doug MacEachern <dougm@covalent.net>
67434              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
67435              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
67436      Branch: cfgperl
67437            ! gv.c sv.c t/lib/peek.t
67438 ____________________________________________________________________________
67439 [  6243] By: jhi                                   on 2000/06/27  02:38:07
67440         Log: Subject: [PATCH] is_utf8_string
67441              From: simon@brecon.co.uk (Simon Cozens)
67442              Date: 26 Jun 2000 02:25:59 GMT
67443              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
67444      Branch: cfgperl
67445            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
67446            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
67447            ! proto.h utf8.c
67448 ____________________________________________________________________________
67449 [  6242] By: jhi                                   on 2000/06/27  02:24:00
67450         Log: Subject: [PATCH] bytes<->utf8 fixes
67451              From: simon@brecon.co.uk (Simon Cozens)
67452              Date: 26 Jun 2000 04:55:45 GMT
67453              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
67454      Branch: cfgperl
67455            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
67456 ____________________________________________________________________________
67457 [  6241] By: jhi                                   on 2000/06/27  02:12:42
67458         Log: Do no -warn on \_, only on \alpha.
67459              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
67460              From: David Dyck <dcd@tc.fluke.com>
67461              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
67462              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
67463      Branch: cfgperl
67464            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
67465 ____________________________________________________________________________
67466 [  6240] By: jhi                                   on 2000/06/27  02:00:01
67467         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
67468              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
67469              Date: Mon, 26 Jun 2000 18:40:14 +0100
67470              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
67471      Branch: cfgperl
67472            ! utils/h2xs.PL
67473 ____________________________________________________________________________
67474 [  6239] By: jhi                                   on 2000/06/27  01:53:40
67475         Log: Configure maintenance.  Sever some dependency cycles,
67476              separate gccversion from the cc unit,
67477              address [ID 20000623.006] Configure script patch for using gcc on AIX
67478              (but solve it a little bit differently),
67479              unduplex some accidentally duplicated units,
67480              suggest using gcc if no cc available
67481              (p5p thread: "Solaris configure: counterproposal", 1999-09)
67482      Branch: cfgperl
67483            ! Configure Todo-5.6 config_h.SH
67484      Branch: metaconfig
67485            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
67486            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
67487      Branch: metaconfig/U/perl
67488            + gccvers.U
67489            ! d_getespwnam.U d_getprpwnam.U i_prot.U
67490 ____________________________________________________________________________
67491 [  6238] By: jhi                                   on 2000/06/25  18:04:56
67492         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
67493              From: Dan Sugalski <dan@sidhe.org>
67494              Date: Fri, 23 Jun 2000 17:00:00 -0400
67495              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
67496      Branch: cfgperl
67497            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
67498 ____________________________________________________________________________
67499 [  6237] By: jhi                                   on 2000/06/25  16:36:45
67500         Log: Tweak embed.pl, regen headers.
67501      Branch: cfgperl
67502            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
67503            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
67504            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
67505            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
67506            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
67507 ____________________________________________________________________________
67508 [  6236] By: jhi                                   on 2000/06/25  15:26:42
67509         Log: Regen headers.
67510      Branch: cfgperl
67511            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
67512            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
67513            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
67514            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
67515            ! regnodes.h warnings.h
67516 ____________________________________________________________________________
67517 [  6235] By: jhi                                   on 2000/06/23  19:39:35
67518         Log: The thread begun by
67519              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
67520              From: Kevin.Ruscoe@ubsw.com
67521              Date: Fri, 16 Jun 2000 16:38:51 +0100
67522              Message-Id: <H000019b03c300d6@MHS>
67523      Branch: cfgperl
67524            ! hints/solaris_2.sh
67525 ____________________________________________________________________________
67526 [  6234] By: jhi                                   on 2000/06/23  19:23:36
67527         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
67528              because when run as services (Win32ese for daemons)
67529              no environment variables are set and tmpdir ends up as /tmp,
67530              which is ambiguous.
67531              
67532              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
67533              From: matt@sergeant.org
67534              Date: 16 Jun 2000 16:30:43 -0000
67535              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
67536      Branch: cfgperl
67537            ! lib/File/Spec/Win32.pm
67538 ____________________________________________________________________________
67539 [  6233] By: jhi                                   on 2000/06/23  19:18:58
67540         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
67541              From: Mark-Jason Dominus <mjd@plover.com>
67542              Date: Fri, 16 Jun 2000 20:53:04 -0400
67543              Message-ID: <20000617005304.8008.qmail@plover.com>
67544      Branch: cfgperl
67545            ! op.h
67546 ____________________________________________________________________________
67547 [  6232] By: jhi                                   on 2000/06/23  16:10:02
67548         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
67549              From: simon@brecon.co.uk (Simon Cozens)
67550              Date: 19 Jun 2000 15:18:27 GMT
67551              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
67552              
67553              plus update pod/Makefile and regenerate perltoc
67554      Branch: cfgperl
67555            + pod/perlutil.pod
67556            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
67557 ____________________________________________________________________________
67558 [  6231] By: jhi                                   on 2000/06/23  15:19:18
67559         Log: Subject: [PATCH 5.6.0] cygwin port
67560              From: "Fifer, Eric" <EFifer@sanwaint.com>
67561              Date: Tue, 20 Jun 2000 14:30:58 +0100
67562              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
67563      Branch: cfgperl
67564            ! README.cygwin lib/File/Find.pm
67565 ____________________________________________________________________________
67566 [  6230] By: jhi                                   on 2000/06/23  14:25:21
67567         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
67568      Branch: cfgperl
67569            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
67570            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67571            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67572            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
67573 ____________________________________________________________________________
67574 [  6229] By: jhi                                   on 2000/06/23  14:13:34
67575         Log: Subject: README.hpux version 0.6.1
67576              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
67577              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
67578              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
67579      Branch: cfgperl
67580            ! README.hpux
67581 ____________________________________________________________________________
67582 [  6228] By: jhi                                   on 2000/06/23  14:07:20
67583         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
67584              From: Doug MacEachern <dougm@covalent.net>
67585              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
67586              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
67587      Branch: cfgperl
67588            ! op.c
67589 ____________________________________________________________________________
67590 [  6227] By: jhi                                   on 2000/06/23  14:01:06
67591         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
67592              From: Doug MacEachern <dougm@covalent.net>
67593              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
67594              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
67595      Branch: cfgperl
67596            + lib/lib.pm.PL
67597            - lib/lib.pm
67598            ! MANIFEST Makefile.SH
67599 ____________________________________________________________________________
67600 [  6226] By: jhi                                   on 2000/06/23  13:53:07
67601         Log: Subject: [PATCH] remove forward declarations in Socket.pm
67602              From: Doug MacEachern <dougm@covalent.net>
67603              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
67604              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
67605              
67606              From: Doug MacEachern <dougm@covalent.net>
67607              Subject: Re: [PATCH] remove forward declarations in Socket.pm
67608              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
67609              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
67610      Branch: cfgperl
67611            ! ext/Socket/Socket.pm op.c
67612 ____________________________________________________________________________
67613 [  6225] By: jhi                                   on 2000/06/23  13:41:52
67614         Log: Add source code filenames to apidoc.
67615              From: simon@brecon.co.uk (Simon Cozens)
67616              Subject: [PATCH embed.pl] Source X-ref
67617              Date: 22 Jun 2000 02:18:49 GMT
67618              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
67619      Branch: cfgperl
67620            ! embed.pl
67621 ____________________________________________________________________________
67622 [  6224] By: jhi                                   on 2000/06/23  13:32:33
67623         Log: A way to avoid English.pm performance hit.
67624              From: root <root@jester.slaysys.com>
67625              Subject: [YAPATCH English.pm] My turn to putt again
67626              Date: Thu, 22 Jun 2000 20:33:58 -0400
67627              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
67628      Branch: cfgperl
67629            ! lib/English.pm t/lib/english.t
67630 ____________________________________________________________________________
67631 [  6223] By: jhi                                   on 2000/06/23  13:27:06
67632         Log: Avoid double close().
67633              Subject: [PATCH] avoid double close()
67634              From: Doug MacEachern <dougm@covalent.net>
67635              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
67636              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
67637      Branch: cfgperl
67638            ! doio.c
67639 ____________________________________________________________________________
67640 [  6222] By: jhi                                   on 2000/06/23  13:25:54
67641         Log: doc typo fix
67642              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
67643              From: Ian Phillipps <Ian.Phillipps@iname.com>
67644              Date: Fri, 23 Jun 2000 10:40:58 +0100
67645              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
67646      Branch: cfgperl
67647            ! lib/Pod/Usage.pm
67648 ____________________________________________________________________________
67649 [  6221] By: jhi                                   on 2000/06/23  13:24:15
67650         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
67651              From: simon@brecon.co.uk (Simon Cozens)
67652              Subject: [PATCH] Eliminate tr///[CU][CU]
67653              Date: 23 Jun 2000 11:05:40 GMT
67654              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
67655      Branch: cfgperl
67656            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
67657 ____________________________________________________________________________
67658 [  6220] By: jhi                                   on 2000/06/22  16:07:51
67659         Log: Win32 patches from Benjamin Stuhl.
67660      Branch: cfgperl
67661            ! makedef.pl win32/win32.h
67662 ____________________________________________________________________________
67663 [  6219] By: jhi                                   on 2000/06/22  16:06:34
67664         Log: Bytecode patches from Benjamin Stuhl.
67665      Branch: cfgperl
67666            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67667            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
67668            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67669 ____________________________________________________________________________
67670 [  6218] By: jhi                                   on 2000/06/15  23:54:16
67671         Log: Bytecode patches from Benjamin Stuhl.
67672      Branch: cfgperl
67673            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
67674 ____________________________________________________________________________
67675 [  6217] By: jhi                                   on 2000/06/09  13:38:29
67676         Log: Rename the fdpid locking and integrate with Sarathy.
67677      Branch: cfgperl
67678            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
67679            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
67680            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
67681            ! win32/win32.c
67682           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
67683 ____________________________________________________________________________
67684 [  6216] By: gsar                                  on 2000/06/08  14:54:21
67685         Log: be more optimal about clearing @_
67686      Branch: perl
67687            ! cop.h
67688 ____________________________________________________________________________
67689 [  6215] By: gsar                                  on 2000/06/08  14:33:04
67690         Log: tweak comment about @DB::args
67691      Branch: perl
67692            ! av.h pp_ctl.c
67693 ____________________________________________________________________________
67694 [  6214] By: gsar                                  on 2000/06/08  13:57:54
67695         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
67696              caller() wants to populate @DB::args with it (causes a coredump
67697              in Carp::confess())
67698      Branch: perl
67699            ! cop.h t/op/runlevel.t
67700 ____________________________________________________________________________
67701 [  6213] By: gsar                                  on 2000/06/08  07:06:35
67702         Log: back out change#6106 (seems problematic)
67703      Branch: perl
67704            ! hints/solaris_2.sh
67705 ____________________________________________________________________________
67706 [  6212] By: jhi                                   on 2000/06/07  03:10:36
67707         Log: Continuing mopup for #6204.
67708      Branch: cfgperl
67709            ! ext/B/defsubs_h.PL
67710 ____________________________________________________________________________
67711 [  6211] By: jhi                                   on 2000/06/07  02:41:50
67712         Log: Mopup for #6204.
67713              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
67714              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
67715              This is comes from const() where POK isn't on when expected.
67716      Branch: cfgperl
67717            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
67718            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67719            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
67720            ! perlapi.h pod/perlapi.pod
67721 ____________________________________________________________________________
67722 [  6210] By: jhi                                   on 2000/06/07  01:56:29
67723         Log: Mopup for #6207 and #6209.
67724      Branch: cfgperl
67725            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
67726 ____________________________________________________________________________
67727 [  6209] By: jhi                                   on 2000/06/07  01:33:12
67728         Log: Lock PL_fdpid against race conditions, based on:
67729              Subject: [PATCH 5.6.0]subprocess fixup for threads
67730              From: Dan Sugalski <dan@sidhe.org>
67731              To: perl5-porters@perl.org
67732              Date: Tue, 11 Apr 2000 17:02:32 -0400
67733              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
67734      Branch: cfgperl
67735            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
67736            ! win32/win32.c
67737 ____________________________________________________________________________
67738 [  6208] By: jhi                                   on 2000/06/07  01:05:23
67739         Log: Regen headers for #6207.
67740      Branch: cfgperl
67741            ! embed.h global.sym objXSUB.h proto.h
67742 ____________________________________________________________________________
67743 [  6207] By: jhi                                   on 2000/06/06  23:43:13
67744         Log: Subject: [PATCH 5.6.0] Threadsafe patches
67745              From: Dan Sugalski <dan@sidhe.org>
67746              To: perl5-porters@perl.org
67747              Date: Mon, 08 May 2000 18:08:13 -0400
67748              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
67749      Branch: cfgperl
67750            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
67751            ! proto.h sv.h util.c
67752 ____________________________________________________________________________
67753 [  6206] By: jhi                                   on 2000/06/06  23:21:23
67754         Log: Subject: [PATCH] Eliminate $a/$b in pod
67755              From: David Glasser <me@davidglasser.net>
67756              To: perl5-porters@perl.org
67757              Date: Mon, 29 May 2000 21:15:59 -0400
67758              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
67759      Branch: cfgperl
67760            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
67761            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
67762            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
67763            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
67764            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
67765            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
67766            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
67767            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
67768            ! pod/perlvar.pod pod/perlxs.pod
67769 ____________________________________________________________________________
67770 [  6205] By: jhi                                   on 2000/06/06  23:12:14
67771         Log: Subject: [PATCH] Win32 improvements
67772              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
67773              To: gsar@activestate.com, perl5-porters@perl.org
67774              Date: Mon, 29 May 2000 17:22:24 PDT
67775              Message-ID: <20000530002224.91142.qmail@hotmail.com>
67776              (MUA had mangled many lines by wordwrapping)
67777      Branch: cfgperl
67778            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
67779 ____________________________________________________________________________
67780 [  6204] By: jhi                                   on 2000/06/06  23:01:50
67781         Log: Subject: [PATCH] B::Bytecode patches
67782              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
67783              To: gsar@activestate.com, jhi@iki.fi
67784              Cc: perl5-porters@perl.org
67785              Message-ID: <20000602202526.48694.qmail@hotmail.com>
67786              (MUA had mangled many lines by wordwrapping)
67787      Branch: cfgperl
67788            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
67789            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
67790            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
67791            ! intrpvar.h perl.c
67792 ____________________________________________________________________________
67793 [  6203] By: jhi                                   on 2000/06/06  22:32:43
67794         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
67795              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67796              Date: Tue, 06 Jun 2000 13:07:45 -0700
67797              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
67798      Branch: cfgperl
67799            ! pod/perldiag.pod
67800 ____________________________________________________________________________
67801 [  6202] By: jhi                                   on 2000/06/06  19:38:35
67802         Log: Integrate with Sarathy.
67803      Branch: cfgperl
67804           !> perl.c
67805 ____________________________________________________________________________
67806 [  6201] By: gsar                                  on 2000/06/06  00:42:59
67807         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
67808              does a PUSHMARK that's never ever POPMARKed; in general, only
67809              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
67810              Perl_eval_[sp]v() don't because they don't take any incoming
67811              arguments (this leak has been around since the original version
67812              of perl_eval_pv() in 5.003_97e)
67813      Branch: perl
67814            ! perl.c
67815 ____________________________________________________________________________
67816 [  6200] By: jhi                                   on 2000/06/04  03:44:52
67817         Log: Update to cperl-mode.el 4.31 from
67818              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
67819              Subject: A couple of notes
67820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67821              To: Mailing list Perl5 <perl5-porters@perl.org>
67822              Date: Sat, 3 Jun 2000 23:33:32 -0400
67823              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
67824      Branch: cfgperl
67825            ! emacs/cperl-mode.el
67826 ____________________________________________________________________________
67827 [  6199] By: jhi                                   on 2000/06/03  15:11:05
67828         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
67829              From: Dan Sugalski <dan@sidhe.org>
67830              To: perl5-porters@perl.org, vmsperl@perl.org
67831              Date: Fri, 02 Jun 2000 17:30:51 -0400
67832              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
67833      Branch: cfgperl
67834            ! vms/descrip_mms.template vms/gen_shrfls.pl
67835 ____________________________________________________________________________
67836 [  6198] By: jhi                                   on 2000/06/03  14:59:15
67837         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
67838              From: Dan Sugalski <dan@sidhe.org>
67839              To: vmsperl@perl.org, perl5-porters@perl.org
67840              Date: Fri, 02 Jun 2000 16:00:41 -0400
67841              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
67842              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
67843      Branch: cfgperl
67844            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
67845            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
67846            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
67847 ____________________________________________________________________________
67848 [  6197] By: jhi                                   on 2000/06/03  14:41:30
67849         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
67850              From: John Borwick <jhborwic@unity.ncsu.edu>
67851              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
67852              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
67853      Branch: cfgperl
67854            ! pod/perlsyn.pod
67855 ____________________________________________________________________________
67856 [  6196] By: jhi                                   on 2000/06/03  14:38:09
67857         Log: Integrate with Sarathy.
67858      Branch: cfgperl
67859           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
67860           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
67861           !> vms/perly_c.vms
67862 ____________________________________________________________________________
67863 [  6195] By: gsar                                  on 2000/06/02  22:43:13
67864         Log: fix yet another eval"" leak under USE_ITHREADS
67865      Branch: perl
67866            ! op.c
67867 ____________________________________________________________________________
67868 [  6194] By: gsar                                  on 2000/06/02  18:22:06
67869         Log: fix small eval"" memory leaks under USE_ITHREADS
67870      Branch: perl
67871            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
67872            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
67873            ! vms/perly_c.vms
67874 ____________________________________________________________________________
67875 [  6193] By: jhi                                   on 2000/06/01  13:03:56
67876         Log: Signals-be-gone for microperl.
67877      Branch: cfgperl
67878            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
67879 ____________________________________________________________________________
67880 [  6192] By: jhi                                   on 2000/06/01  12:52:02
67881         Log: Integrate with Sarathy.
67882      Branch: cfgperl
67883           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
67884           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
67885           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
67886           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
67887           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
67888           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
67889           !> t/op/vec.t utils/h2xs.PL
67890 ____________________________________________________________________________
67891 [  6191] By: gsar                                  on 2000/06/01  09:38:21
67892         Log: vec() loses numericalness (modified version of patch suggested
67893              by Robin Barker)
67894      Branch: perl
67895            ! doop.c t/op/vec.t
67896 ____________________________________________________________________________
67897 [  6190] By: gsar                                  on 2000/06/01  09:26:15
67898         Log: submit missing embed.pl change
67899      Branch: perl
67900            ! embed.pl
67901 ____________________________________________________________________________
67902 [  6189] By: gsar                                  on 2000/06/01  09:05:34
67903         Log: counting tr/// corrupts later operation (from M.J.T Guy)
67904      Branch: perl
67905            ! doop.c t/op/tr.t
67906 ____________________________________________________________________________
67907 [  6188] By: gsar                                  on 2000/06/01  08:58:39
67908         Log: h2xs tweaks
67909      Branch: perl
67910            ! utils/h2xs.PL
67911 ____________________________________________________________________________
67912 [  6187] By: gsar                                  on 2000/06/01  08:50:07
67913         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
67914              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
67915      Branch: perl
67916            + lib/Pod/LaTeX.pm
67917            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
67918            ! pod/pod2latex.PL
67919 ____________________________________________________________________________
67920 [  6186] By: gsar                                  on 2000/06/01  08:24:40
67921         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
67922              <wolfgang.laun@alcatel.at>)
67923      Branch: perl
67924            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
67925            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
67926 ____________________________________________________________________________
67927 [  6185] By: gsar                                  on 2000/06/01  08:12:00
67928         Log: remove incorrect documentation about implicit split to @_ in
67929              list context, which never really worked in perl 5 (from
67930              M.J.T. Guy)
67931      Branch: perl
67932            ! pod/perlfunc.pod pod/perltrap.pod
67933 ____________________________________________________________________________
67934 [  6184] By: gsar                                  on 2000/06/01  07:52:27
67935         Log: tweak for change#6127
67936      Branch: perl
67937            ! perl.c
67938 ____________________________________________________________________________
67939 [  6183] By: gsar                                  on 2000/06/01  07:41:02
67940         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
67941              <nick@ccl4.org>)
67942      Branch: perl
67943            + t/lib/selfloader.t
67944            ! MANIFEST lib/SelfLoader.pm
67945 ____________________________________________________________________________
67946 [  6182] By: jhi                                   on 2000/06/01  00:34:42
67947         Log: Be Cleaner Part Deux.
67948      Branch: cfgperl
67949            ! Makefile.SH
67950 ____________________________________________________________________________
67951 [  6181] By: jhi                                   on 2000/06/01  00:32:09
67952         Log: Integrate with Sarathy.
67953      Branch: cfgperl
67954           !> pp.c t/op/arith.t
67955 ____________________________________________________________________________
67956 [  6180] By: jhi                                   on 2000/06/01  00:31:13
67957         Log: microperl nits from Simon Cozens.
67958      Branch: cfgperl
67959            + uconfig.h
67960            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
67961            ! unixish.h
67962 ____________________________________________________________________________
67963 [  6179] By: gsar                                  on 2000/05/31  22:37:51
67964         Log: buggy modulus on UVs introduced by change#3378 (resulted in
67965              4063328477 % 65535 amounting to 27406, instead of 27407)
67966      Branch: perl
67967            ! pp.c t/op/arith.t
67968 ____________________________________________________________________________
67969 [  6178] By: jhi                                   on 2000/05/31  21:52:41
67970         Log: Be cleaner.
67971      Branch: cfgperl
67972            ! Makefile.SH
67973 ____________________________________________________________________________
67974 [  6177] By: jhi                                   on 2000/05/31  21:47:33
67975         Log: Substitution utf8 patch from Simon Cozens.
67976      Branch: cfgperl
67977            ! pp_hot.c
67978 ____________________________________________________________________________
67979 [  6176] By: jhi                                   on 2000/05/31  21:45:34
67980         Log: Single-quoted utf8 patch from Simon Cozens.
67981      Branch: cfgperl
67982            ! toke.c
67983 ____________________________________________________________________________
67984 [  6175] By: jhi                                   on 2000/05/31  21:40:18
67985         Log: Integrate with Sarathy.
67986      Branch: cfgperl
67987           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
67988 ____________________________________________________________________________
67989 [  6174] By: jhi                                   on 2000/05/31  21:37:31
67990         Log: microperl changes from Simon Cozens; Makefile for microperl
67991              written from scratch; few casts added as microperl compilation
67992              doesn't have all prototypes available.
67993      Branch: cfgperl
67994            + Makefile.micro README.micro Todo.micro uconfig.sh
67995            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
67996            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
67997      Branch: metaconfig
67998            + U/modified/Config_h.U
67999 ____________________________________________________________________________
68000 [  6173] By: jhi                                   on 2000/05/31  20:00:24
68001         Log: metaconfig maintenance.
68002      Branch: metaconfig
68003            + U/modified/Inhdr.U U/typedefs/inotype.U
68004      Branch: metaconfig/U/perl
68005            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
68006            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
68007 ____________________________________________________________________________
68008 [  6172] By: gsar                                  on 2000/05/31  05:05:42
68009         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
68010              (from Ilya Zakharevich)
68011      Branch: perl
68012            ! regexec.c t/op/re_tests
68013 ____________________________________________________________________________
68014 [  6171] By: gsar                                  on 2000/05/31  05:01:47
68015         Log: scalar() doesn't force scalar context when used in void context
68016              (from Simon Cozens)
68017      Branch: perl
68018            ! op.c t/op/wantarray.t
68019 ____________________________________________________________________________
68020 [  6170] By: gsar                                  on 2000/05/31  04:41:33
68021         Log: change#6142 needs tweaks to tests to work where there's no symlink()
68022              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
68023      Branch: perl
68024            ! t/lib/filefind.t
68025 ____________________________________________________________________________
68026 [  6169] By: gsar                                  on 2000/05/31  04:29:49
68027         Log: integrate cfgperl contents into mainline
68028      Branch: perl
68029           +> pod/perlmodlib.PL pod/perlnewmod.pod
68030           !> (integrate 42 files)
68031 ____________________________________________________________________________
68032 [  6168] By: jhi                                   on 2000/05/30  22:53:37
68033         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
68034      Branch: cfgperl
68035            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68036            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
68037            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
68038            ! win32/config.bc win32/config.gc win32/config.vc
68039            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68040            ! win32/config_h.PL win32/config_sh.PL
68041      Branch: metaconfig/U/perl
68042            ! perlxv.U
68043 ____________________________________________________________________________
68044 [  6167] By: jhi                                   on 2000/05/30  22:20:21
68045         Log: tweak todo 
68046      Branch: cfgperl
68047            ! Todo-5.6
68048 ____________________________________________________________________________
68049 [  6166] By: jhi                                   on 2000/05/30  22:11:51
68050         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
68051              in case somebody wants to write an extension for more
68052              shadow database interfaces.
68053      Branch: cfgperl
68054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68055            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
68056            ! vos/config.def vos/config.h vos/config_h.SH_orig
68057            ! win32/config.bc win32/config.gc win32/config.vc
68058            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68059      Branch: metaconfig
68060            ! U/modified/Myinit.U
68061      Branch: metaconfig/U/perl
68062            + d_getespwnam.U d_getprpwnam.U i_prot.U
68063 ____________________________________________________________________________
68064 [  6165] By: jhi                                   on 2000/05/30  18:35:34
68065         Log: Integrate with Sarathy.
68066      Branch: cfgperl
68067           !> op.c
68068 ____________________________________________________________________________
68069 [  6164] By: jhi                                   on 2000/05/30  18:30:16
68070         Log: detypo
68071      Branch: cfgperl
68072            ! Configure config_h.SH
68073      Branch: metaconfig/U/perl
68074            ! perlxv.U
68075 ____________________________________________________________________________
68076 [  6163] By: gsar                                  on 2000/05/30  03:24:03
68077         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
68078      Branch: perl
68079            ! op.c
68080 ____________________________________________________________________________
68081 [  6162] By: gsar                                  on 2000/05/30  03:09:38
68082         Log: fix memory leak in method call optimization (change#3768);
68083              made C<eval "$x->foo()"> leak
68084      Branch: perl
68085            ! op.c
68086 ____________________________________________________________________________
68087 [  6161] By: jhi                                   on 2000/05/29  17:56:26
68088         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
68089              both from Simon Cozens.
68090      Branch: cfgperl
68091            + pod/perlmodlib.PL pod/perlnewmod.pod
68092            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
68093            ! pod/perlmodlib.pod pod/perltoc.pod
68094 ____________________________________________________________________________
68095 [  6160] By: jhi                                   on 2000/05/29  17:23:55
68096         Log: Changes for the File::Temp 0.08 (change #6159) test suite
68097              to fit better into the Perl distribution test framework.
68098      Branch: cfgperl
68099            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
68100            ! t/lib/ftmp-tempfile.t
68101 ____________________________________________________________________________
68102 [  6159] By: jhi                                   on 2000/05/29  16:55:36
68103         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
68104      Branch: cfgperl
68105            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68106            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68107 ____________________________________________________________________________
68108 [  6158] By: bailey                                on 2000/05/29  16:22:08
68109         Log: Add fallback to tmpfile for use in cases where user's relying on
68110              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
68111              Lane's patch)
68112      Branch: vmsperl
68113            ! vms/vms.c vms/vmsish.h
68114 ____________________________________________________________________________
68115 [  6157] By: jhi                                   on 2000/05/29  03:10:36
68116         Log: Regen Configure to jive with #6149.
68117      Branch: cfgperl
68118            ! Configure
68119      Branch: metaconfig
68120            ! U/modified/Getfile.U
68121 ____________________________________________________________________________
68122 [  6156] By: jhi                                   on 2000/05/29  03:01:38
68123         Log: Integrate with Sarathy.
68124      Branch: cfgperl
68125           +> ext/DynaLoader/dl_mac.xs
68126           !> (integrate 38 files)
68127 ____________________________________________________________________________
68128 [  6155] By: gsar                                  on 2000/05/28  21:15:58
68129         Log: small bug in change#6144; remove random \xA0 character that snuck
68130              in via change#6145
68131      Branch: perl
68132            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
68133 ____________________________________________________________________________
68134 [  6154] By: gsar                                  on 2000/05/28  21:04:19
68135         Log: avoid type mismatch warning
68136      Branch: perl
68137            ! perl.c
68138 ____________________________________________________________________________
68139 [  6153] By: gsar                                  on 2000/05/28  20:58:31
68140         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
68141              <nick@Bagpuss.uk.boo.com>)
68142      Branch: perl
68143            ! lib/Test/Harness.pm
68144 ____________________________________________________________________________
68145 [  6152] By: gsar                                  on 2000/05/28  20:53:42
68146         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
68147      Branch: perl
68148            ! regexec.c
68149 ____________________________________________________________________________
68150 [  6151] By: gsar                                  on 2000/05/28  20:50:28
68151         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
68152      Branch: perl
68153            ! regexec.c
68154 ____________________________________________________________________________
68155 [  6150] By: gsar                                  on 2000/05/28  20:39:58
68156         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
68157      Branch: perl
68158            ! pod/perlrequick.pod
68159 ____________________________________________________________________________
68160 [  6149] By: gsar                                  on 2000/05/28  20:35:16
68161         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
68162              <troc@netrus.net>)
68163      Branch: perl
68164            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
68165            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
68166            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
68167            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
68168 ____________________________________________________________________________
68169 [  6148] By: gsar                                  on 2000/05/28  20:21:07
68170         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
68171      Branch: perl
68172            ! lib/ExtUtils/MM_Unix.pm
68173 ____________________________________________________________________________
68174 [  6147] By: gsar                                  on 2000/05/28  20:12:41
68175         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
68176              (from Peter Prymmer)
68177      Branch: perl
68178            ! vms/subconfigure.com
68179 ____________________________________________________________________________
68180 [  6146] By: gsar                                  on 2000/05/28  20:06:15
68181         Log: doc typo
68182      Branch: perl
68183            ! lib/warnings.pm warnings.h warnings.pl
68184 ____________________________________________________________________________
68185 [  6145] By: gsar                                  on 2000/05/28  18:44:33
68186         Log: make xsubpp skip embedded pod (from Matthias Neeracher
68187              <neeri@iis.ee.ethz.ch>)
68188      Branch: perl
68189            ! lib/ExtUtils/xsubpp
68190 ____________________________________________________________________________
68191 [  6144] By: gsar                                  on 2000/05/28  18:42:49
68192         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
68193              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
68194              <neeri@iis.ee.ethz.ch>)
68195      Branch: perl
68196            ! lib/AutoSplit.pm
68197 ____________________________________________________________________________
68198 [  6143] By: gsar                                  on 2000/05/28  18:41:12
68199         Log: MacOS support, part 1 (from Matthias Neeracher
68200              <neeri@iis.ee.ethz.ch>)
68201      Branch: perl
68202            + ext/DynaLoader/dl_mac.xs
68203            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
68204            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
68205            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
68206            ! util.h
68207 ____________________________________________________________________________
68208 [  6142] By: gsar                                  on 2000/05/28  18:21:51
68209         Log: File::Find fails to chdir when chasing symlinks (from
68210              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
68211      Branch: perl
68212            ! lib/File/Find.pm t/lib/filefind.t
68213 ____________________________________________________________________________
68214 [  6141] By: jhi                                   on 2000/05/28  14:25:15
68215         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
68216              forwarded by Peter Seebach from the bsdi-users mailing list.
68217              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
68218      Branch: perl
68219            ! hints/bsdos.sh
68220 ____________________________________________________________________________
68221 [  6140] By: jhi                                   on 2000/05/28  14:11:57
68222         Log: Integrate with Sarathy.
68223      Branch: cfgperl
68224           +> (branch 30 files)
68225           !> (integrate 93 files)
68226 ____________________________________________________________________________
68227 [  6139] By: gsar                                  on 2000/05/28  10:01:48
68228         Log: revise mktables.PL for bugs and newness in Unicode 3.0
68229              (from James Bence <jbence@amgen.com>)
68230      Branch: perl
68231            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
68232            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
68233            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
68234            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
68235            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
68236            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
68237            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
68238            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
68239            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
68240            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
68241            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
68242            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
68243            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
68244            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
68245            + lib/unicode/Is/SylWU.pl
68246            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
68247            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
68248            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
68249            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
68250            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
68251            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
68252            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
68253            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
68254            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
68255            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
68256            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
68257            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
68258            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
68259            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
68260            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
68261            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
68262            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
68263            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
68264            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
68265            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
68266            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
68267            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
68268            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
68269            ! lib/unicode/Makefile lib/unicode/mktables.PL
68270 ____________________________________________________________________________
68271 [  6138] By: gsar                                  on 2000/05/28  08:50:32
68272         Log: add note about the handling of negative indices to tied arrays
68273              (from Michael G Schwern <schwern@pobox.com>)
68274      Branch: perl
68275            ! pod/perltie.pod
68276 ____________________________________________________________________________
68277 [  6137] By: gsar                                  on 2000/05/28  08:46:10
68278         Log: fix bogus redeclaration warning for "our" variables in different
68279              scopes
68280      Branch: perl
68281            ! op.c t/pragma/strict-vars
68282 ____________________________________________________________________________
68283 [  6136] By: gsar                                  on 2000/05/28  08:31:20
68284         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
68285      Branch: perl
68286            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
68287 ____________________________________________________________________________
68288 [  6135] By: gsar                                  on 2000/05/28  08:17:50
68289         Log: enable Test::Harness to dynamically determine column width etc.
68290              (from Rob Napier <rnapier@employees.org>)
68291      Branch: perl
68292            ! lib/Test/Harness.pm
68293 ____________________________________________________________________________
68294 [  6134] By: gsar                                  on 2000/05/28  08:13:39
68295         Log: make Test::Harness use wait.h/WCOREDUMP if available
68296              (from Ben Tilly <ben_tilly@hotmail.com>)
68297      Branch: perl
68298            ! lib/Test/Harness.pm
68299 ____________________________________________________________________________
68300 [  6133] By: gsar                                  on 2000/05/28  08:08:05
68301         Log: elide bogus test in change#6132
68302      Branch: perl
68303            ! t/pragma/warn/9enabled
68304 ____________________________________________________________________________
68305 [  6132] By: gsar                                  on 2000/05/28  08:03:14
68306         Log: warnings::enabled() doesn't fall back to looking at $^W if
68307              caller isn't using lexical warnings (from Paul Marquess)
68308      Branch: perl
68309            ! pp_ctl.c t/pragma/warn/9enabled
68310 ____________________________________________________________________________
68311 [  6131] By: gsar                                  on 2000/05/28  07:57:47
68312         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
68313      Branch: perl
68314            ! ext/POSIX/POSIX.pm
68315 ____________________________________________________________________________
68316 [  6130] By: gsar                                  on 2000/05/28  07:29:12
68317         Log: fix places that mean C<"word" character> but say C<alphanumeric
68318              character>
68319      Branch: perl
68320            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
68321 ____________________________________________________________________________
68322 [  6129] By: gsar                                  on 2000/05/28  07:18:41
68323         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
68324      Branch: perl
68325            ! vms/test.com
68326 ____________________________________________________________________________
68327 [  6128] By: gsar                                  on 2000/05/28  07:12:55
68328         Log: new perlxstut example for passing/returning refs to arrays
68329              (from David Lowe <dlowe@pootpoot.com>)
68330      Branch: perl
68331            ! pod/perlxstut.pod
68332 ____________________________________________________________________________
68333 [  6127] By: gsar                                  on 2000/05/28  07:02:50
68334         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
68335              failed (from Gisle Aas)
68336      Branch: perl
68337            ! cop.h perl.c
68338 ____________________________________________________________________________
68339 [  6126] By: gsar                                  on 2000/05/28  06:39:53
68340         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
68341              (reworked variant of patch suggested by Simon Cozens)
68342      Branch: perl
68343            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
68344            ! pp_hot.c proto.h t/op/gv.t
68345 ____________________________________________________________________________
68346 [  6125] By: gsar                                  on 2000/05/28  05:14:55
68347         Log: enable propagating exception objects via Perl_croak() in XS code
68348              (from Gisle Aas)
68349      Branch: perl
68350            ! util.c
68351 ____________________________________________________________________________
68352 [  6124] By: gsar                                  on 2000/05/28  05:07:28
68353         Log: integrate vmsperl contents into mainline
68354      Branch: perl
68355           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
68356           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
68357           !> vms/vmsish.h
68358 ____________________________________________________________________________
68359 [  6123] By: gsar                                  on 2000/05/28  05:03:53
68360         Log: clarify gotcha with #line directives (from Rocco Caputo
68361              <troc@netrus.net>)
68362      Branch: perl
68363            ! pod/perldebug.pod pod/perlsyn.pod
68364 ____________________________________________________________________________
68365 [  6122] By: gsar                                  on 2000/05/28  04:58:29
68366         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
68367              (from Mark-Jason Dominus)
68368      Branch: perl
68369            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
68370            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
68371            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
68372            ! toke.c
68373 ____________________________________________________________________________
68374 [  6121] By: bailey                                on 2000/05/25  04:46:54
68375         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
68376              lists (based on fixes by Craig Berry)
68377      Branch: vmsperl
68378            ! lib/File/Spec/VMS.pm
68379 ____________________________________________________________________________
68380 [  6120] By: bailey                                on 2000/05/25  04:25:38
68381         Log: Add missing escape (Charles Lane)
68382      Branch: vmsperl
68383            ! t/op/lex_assign.t
68384 ____________________________________________________________________________
68385 [  6119] By: bailey                                on 2000/05/25  04:21:25
68386         Log: Quiet error messages in vmsish.t (Charles Lane)
68387      Branch: vmsperl
68388            ! vms/ext/vmsish.t
68389 ____________________________________________________________________________
68390 [  6118] By: bailey                                on 2000/05/25  04:17:57
68391         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
68392              Flatten case labels in switch statements uniformly (Charles Bailey)
68393      Branch: vmsperl
68394            ! vms/vms.c
68395 ____________________________________________________________________________
68396 [  6117] By: bailey                                on 2000/05/25  03:58:09
68397         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
68398      Branch: vmsperl
68399            ! vms/vmsish.h
68400 ____________________________________________________________________________
68401 [  6116] By: bailey                                on 2000/05/25  03:11:15
68402         Log: Miscellaneous cosmetic fixes (Charles Lane)
68403      Branch: vmsperl
68404            ! lib/ExtUtils/MM_VMS.pm
68405 ____________________________________________________________________________
68406 [  6115] By: bailey                                on 2000/05/25  03:10:36
68407         Log: Add bounds checking for several strings (Charles Lane)
68408      Branch: vmsperl
68409            ! vms/vms.c
68410 ____________________________________________________________________________
68411 [  6114] By: bailey                                on 2000/05/25  02:25:34
68412         Log: Urk -- undo previous removal of vmsish 'exit' change
68413      Branch: vmsperl
68414            ! vms/ext/vmsish.pm vms/vmsish.h
68415 ____________________________________________________________________________
68416 [  6113] By: bailey                                on 2000/05/24  02:24:40
68417         Log: Ugly workaround for version-specific RTL error
68418      Branch: vmsperl
68419            ! vms/vms.c
68420 ____________________________________________________________________________
68421 [  6112] By: bailey                                on 2000/05/24  02:19:55
68422         Log: Check for existence of file before trying to delete
68423      Branch: vmsperl
68424            ! vms/test.com
68425 ____________________________________________________________________________
68426 [  6111] By: bailey                                on 2000/05/23  23:35:13
68427         Log: Resync with mainline prior to post-5.6.0 updates
68428      Branch: vmsperl
68429           +> (branch 49 files)
68430            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
68431            ! vms/ext/vmsish.pm
68432           !> (integrate 334 files)
68433 ____________________________________________________________________________
68434 [  6110] By: jhi                                   on 2000/05/23  19:28:32
68435         Log: todo tweak
68436      Branch: cfgperl
68437            ! Todo-5.6
68438 ____________________________________________________________________________
68439 [  6109] By: jhi                                   on 2000/05/18  17:38:54
68440         Log: Integrate with Sarathy.
68441      Branch: cfgperl
68442           !> mg.c perl.h win32/perlhost.h
68443 ____________________________________________________________________________
68444 [  6108] By: gsar                                  on 2000/05/17  02:24:56
68445         Log: reenable fake signal handling on Windows, bugs and all
68446      Branch: perl
68447            ! mg.c perl.h win32/perlhost.h
68448 ____________________________________________________________________________
68449 [  6107] By: jhi                                   on 2000/05/15  18:01:41
68450         Log: Tweak the todo list.
68451      Branch: cfgperl
68452            ! Todo-5.6
68453 ____________________________________________________________________________
68454 [  6106] By: jhi                                   on 2000/05/15  13:41:48
68455         Log: The (Configure) script refuses to go on, after asking for
68456              'You may also choose to try maximal 64-bitness....'.
68457              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
68458              -- Patrick Zima
68459              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
68460      Branch: cfgperl
68461            ! hints/solaris_2.sh
68462 ____________________________________________________________________________
68463 [  6105] By: jhi                                   on 2000/05/11  14:37:43
68464         Log: Integrate with Sarathy.
68465      Branch: cfgperl
68466           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68467           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
68468 ____________________________________________________________________________
68469 [  6104] By: gsar                                  on 2000/05/11  03:39:07
68470         Log: PL_sys_intern was being initialized too late on windows
68471      Branch: perl
68472            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
68473            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
68474 ____________________________________________________________________________
68475 [  6103] By: jhi                                   on 2000/05/09  19:42:20
68476         Log: Test tweaking for Unicos continues.
68477      Branch: cfgperl
68478            ! t/op/64bitint.t
68479 ____________________________________________________________________________
68480 [  6102] By: jhi                                   on 2000/05/09  16:47:27
68481         Log: The test suite tweak in #6101 wasn't quite right.
68482      Branch: cfgperl
68483            ! t/lib/complex.t
68484 ____________________________________________________________________________
68485 [  6101] By: jhi                                   on 2000/05/09  15:35:34
68486         Log: Hints and test tweaks for Unicos.
68487      Branch: cfgperl
68488            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
68489 ____________________________________________________________________________
68490 [  6100] By: jhi                                   on 2000/05/08  21:15:06
68491         Log: More compilation tweakery from Allen Smith.
68492      Branch: cfgperl
68493            ! hints/irix_6.sh
68494 ____________________________________________________________________________
68495 [  6099] By: jhi                                   on 2000/05/08  19:21:18
68496         Log: Tweaks for the cc bugs from Allen Smith.
68497      Branch: cfgperl
68498            ! hints/irix_6.sh
68499 ____________________________________________________________________________
68500 [  6098] By: jhi                                   on 2000/05/08  19:13:37
68501         Log: Add a note about other, yet unsupported, shadow password APIs.
68502      Branch: cfgperl
68503            ! pp_sys.c
68504 ____________________________________________________________________________
68505 [  6097] By: jhi                                   on 2000/05/08  18:46:34
68506         Log: Add a note about possible compilation problems from Allen Smith.
68507      Branch: cfgperl
68508            ! hints/irix_6.sh
68509 ____________________________________________________________________________
68510 [  6096] By: jhi                                   on 2000/05/08  17:33:10
68511         Log: Integrate with Sarathy.
68512      Branch: cfgperl
68513           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
68514           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
68515 ____________________________________________________________________________
68516 [  6095] By: jhi                                   on 2000/05/08  16:21:33
68517         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
68518              might be useful in future.
68519      Branch: cfgperl
68520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68521            ! config_h.SH
68522      Branch: metaconfig
68523            ! U/installdirs/inc_version_list.U
68524      Branch: metaconfig/U/perl
68525            ! perlxv.U
68526 ____________________________________________________________________________
68527 [  6094] By: gsar                                  on 2000/05/08  14:22:22
68528         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
68529      Branch: perl
68530            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
68531            ! hints/cygwin.sh pp_sys.c
68532 ____________________________________________________________________________
68533 [  6093] By: gsar                                  on 2000/05/08  12:52:28
68534         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
68535              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
68536      Branch: perl
68537            ! pp_sys.c sv.c win32/perlhost.h
68538 ____________________________________________________________________________
68539 [  6092] By: jhi                                   on 2000/05/07  22:40:34
68540         Log: Regen perltoc with the fixed buildtoc.
68541      Branch: cfgperl
68542            ! pod/perltoc.pod
68543 ____________________________________________________________________________
68544 [  6091] By: jhi                                   on 2000/05/07  22:24:16
68545         Log: Integrate with Sarathy.
68546      Branch: cfgperl
68547           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
68548           !> t/op/substr.t toke.c
68549 ____________________________________________________________________________
68550 [  6090] By: gsar                                  on 2000/05/07  19:47:07
68551         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
68552              [NI]OK; added tests for both
68553      Branch: perl
68554            ! perl.c pp_hot.c sv.c t/op/substr.t
68555 ____________________________________________________________________________
68556 [  6089] By: gsar                                  on 2000/05/07  18:18:38
68557         Log: buildtoc tweak to fix newline lossage
68558      Branch: perl
68559            ! pod/buildtoc
68560 ____________________________________________________________________________
68561 [  6088] By: jhi                                   on 2000/05/07  16:35:36
68562         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
68563              because we do not use those.  The HAS_GETSPNAM remains,
68564              though, because we still do use that.
68565      Branch: cfgperl
68566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68567            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
68568            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
68569            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
68570            ! win32/config.vc win32/config_H.bc win32/config_H.gc
68571            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
68572 ____________________________________________________________________________
68573 [  6087] By: gsar                                  on 2000/05/07  16:05:16
68574         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
68575      Branch: perl
68576            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
68577 ____________________________________________________________________________
68578 [  6086] By: jhi                                   on 2000/05/07  15:27:07
68579         Log: Integrate with Sarathy.
68580      Branch: cfgperl
68581           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68582           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68583           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
68584           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
68585           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
68586           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
68587 ____________________________________________________________________________
68588 [  6085] By: gsar                                  on 2000/05/07  05:52:02
68589         Log: repeat operator (x) doesn't preserve utf8-ness
68590      Branch: perl
68591            ! pp.c t/op/substr.t
68592 ____________________________________________________________________________
68593 [  6084] By: gsar                                  on 2000/05/07  05:39:55
68594         Log: substr() does not preserve utf8-ness (from Stefan Eissing
68595              <Eissing@medicaldataservice.de>); added tests
68596      Branch: perl
68597            ! pp.c t/op/substr.t
68598 ____________________________________________________________________________
68599 [  6083] By: gsar                                  on 2000/05/07  05:24:46
68600         Log: note about undocumented caller() return value (from M.J.T. Guy);
68601              yet another peek.t tweak
68602      Branch: perl
68603            ! pod/perlfunc.pod t/lib/peek.t
68604 ____________________________________________________________________________
68605 [  6082] By: gsar                                  on 2000/05/07  05:08:40
68606         Log: peek.t non-portable to ithreads
68607      Branch: perl
68608            ! t/lib/peek.t
68609 ____________________________________________________________________________
68610 [  6081] By: gsar                                  on 2000/05/07  04:17:04
68611         Log: better default perlbug categories for ok reports (from Richard Foley)
68612      Branch: perl
68613            ! utils/perlbug.PL
68614 ____________________________________________________________________________
68615 [  6080] By: gsar                                  on 2000/05/07  04:08:07
68616         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
68617              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
68618      Branch: perl
68619            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68620            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68621            ! AUTHORS MAINTAIN MANIFEST
68622 ____________________________________________________________________________
68623 [  6079] By: gsar                                  on 2000/05/07  04:01:38
68624         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
68625      Branch: perl
68626            ! lib/Carp/Heavy.pm
68627 ____________________________________________________________________________
68628 [  6078] By: gsar                                  on 2000/05/07  01:24:19
68629         Log: workaround for CRT bug in chdir() (from Charles Lane, via
68630              Peter Prymmer)
68631      Branch: perl
68632            ! iperlsys.h vms/vms.c vms/vmsish.h
68633 ____________________________________________________________________________
68634 [  6077] By: gsar                                  on 2000/05/07  01:22:23
68635         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
68636              and Tom Phoenix)
68637      Branch: perl
68638            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
68639 ____________________________________________________________________________
68640 [  6076] By: gsar                                  on 2000/05/06  17:36:29
68641         Log: integrate cfgperl contents into mainline
68642      Branch: perl
68643           +> t/lib/peek.t
68644           !> Configure MANIFEST Porting/Glossary Porting/config.sh
68645           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
68646           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
68647           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
68648 ____________________________________________________________________________
68649 [  6075] By: jhi                                   on 2000/05/05  18:56:10
68650         Log: Make the test more portable.
68651      Branch: cfgperl
68652            ! t/lib/peek.t
68653 ____________________________________________________________________________
68654 [  6074] By: jhi                                   on 2000/05/05  18:49:20
68655         Log: Introduce t/lib/peek.t.
68656      Branch: cfgperl
68657            + t/lib/peek.t
68658            ! MANIFEST
68659 ____________________________________________________________________________
68660 [  6073] By: jhi                                   on 2000/05/05  14:30:45
68661         Log: Complex tweaks.
68662      Branch: cfgperl
68663            ! lib/Math/Complex.pm t/lib/complex.t
68664 ____________________________________________________________________________
68665 [  6072] By: jhi                                   on 2000/05/05  12:27:13
68666         Log: Integrate with Sarathy.
68667      Branch: cfgperl
68668           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68669           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
68670           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
68671           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
68672 ____________________________________________________________________________
68673 [  6071] By: gsar                                  on 2000/05/05  02:24:46
68674         Log: misformatted perllocal.pod (from Tim Jenness
68675              <t.jenness@jach.hawaii.edu>)
68676      Branch: perl
68677            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68678 ____________________________________________________________________________
68679 [  6070] By: gsar                                  on 2000/05/05  02:16:52
68680         Log: remove misleading comment (from M.J.T. Guy)
68681      Branch: perl
68682            ! t/lib/anydbm.t
68683 ____________________________________________________________________________
68684 [  6069] By: gsar                                  on 2000/05/05  02:15:13
68685         Log: File::Spec compatibility update (from Barrie Slaymaker
68686              <barries@slaysys.com>)
68687      Branch: perl
68688            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
68689            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
68690 ____________________________________________________________________________
68691 [  6068] By: gsar                                  on 2000/05/05  02:01:50
68692         Log: note about values()
68693      Branch: perl
68694            ! pod/perlfunc.pod
68695 ____________________________________________________________________________
68696 [  6067] By: gsar                                  on 2000/05/05  01:33:09
68697         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
68698      Branch: perl
68699            ! win32/win32.c
68700 ____________________________________________________________________________
68701 [  6066] By: gsar                                  on 2000/05/05  01:23:43
68702         Log: s/END/CHECK/
68703      Branch: perl
68704            ! perl.c
68705 ____________________________________________________________________________
68706 [  6065] By: jhi                                   on 2000/05/04  17:30:22
68707         Log: Integrate with Sarathy.
68708      Branch: cfgperl
68709           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
68710 ____________________________________________________________________________
68711 [  6064] By: gsar                                  on 2000/05/04  17:26:14
68712         Log: change#5905 wasn't quite right--it's intent only applies when arguments
68713              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
68714      Branch: perl
68715            ! pp_sys.c sv.c
68716 ____________________________________________________________________________
68717 [  6063] By: gsar                                  on 2000/05/04  16:52:29
68718         Log: tokeq() could read unallocated field in argument
68719      Branch: perl
68720            ! toke.c
68721 ____________________________________________________________________________
68722 [  6062] By: gsar                                  on 2000/05/04  16:34:51
68723         Log: additional tests for utf8.t
68724      Branch: perl
68725            ! t/pragma/utf8.t
68726 ____________________________________________________________________________
68727 [  6061] By: gsar                                  on 2000/05/04  16:09:28
68728         Log: change#5921 neglected to make eq honor "use bytes"
68729      Branch: perl
68730            ! sv.c
68731 ____________________________________________________________________________
68732 [  6060] By: jhi                                   on 2000/05/04  15:30:16
68733         Log: Integrate with Sarathy.
68734      Branch: cfgperl
68735           !> perl.c regcomp.c t/pragma/utf8.t
68736 ____________________________________________________________________________
68737 [  6059] By: jhi                                   on 2000/05/04  15:26:37
68738         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
68739              in natively 64-bit platforms where a long is a quad (no need
68740              for long longs).  Also added bias for IVs.
68741      Branch: cfgperl
68742            ! toke.c
68743 ____________________________________________________________________________
68744 [  6058] By: gsar                                  on 2000/05/04  00:19:14
68745         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
68746              (spotted by Donald Kinzer <dkinzer@premia.com>)
68747      Branch: perl
68748            ! perl.c
68749 ____________________________________________________________________________
68750 [  6057] By: gsar                                  on 2000/05/03  18:34:01
68751         Log: fix broken parsing of /\x{ab}/
68752      Branch: perl
68753            ! regcomp.c t/pragma/utf8.t
68754 ____________________________________________________________________________
68755 [  6056] By: jhi                                   on 2000/05/03  17:57:16
68756         Log: The search of infinity continues, this time simplified.
68757      Branch: cfgperl
68758            ! lib/Math/Complex.pm
68759 ____________________________________________________________________________
68760 [  6055] By: jhi                                   on 2000/05/03  17:45:30
68761         Log: Detypo.
68762      Branch: cfgperl
68763            ! hints/unicos.sh
68764 ____________________________________________________________________________
68765 [  6054] By: jhi                                   on 2000/05/02  22:28:27
68766         Log: Be more forgiving in POSIX about HUGE_VALL.
68767      Branch: cfgperl
68768            ! ext/POSIX/POSIX.xs
68769 ____________________________________________________________________________
68770 [  6053] By: jhi                                   on 2000/05/02  22:25:05
68771         Log: Integrate with Sarathy.
68772      Branch: cfgperl
68773           !> hints/irix_6.sh pod/perlop.pod
68774 ____________________________________________________________________________
68775 [  6052] By: jhi                                   on 2000/05/02  22:24:31
68776         Log: Unicos hint tweak.
68777      Branch: cfgperl
68778            ! hints/unicos.sh
68779 ____________________________________________________________________________
68780 [  6051] By: jhi                                   on 2000/05/02  22:21:26
68781         Log: Complex tweakery.
68782      Branch: cfgperl
68783            ! lib/Math/Complex.pm t/lib/complex.t
68784 ____________________________________________________________________________
68785 [  6050] By: jhi                                   on 2000/05/02  19:26:22
68786         Log: Use setxxent()/endxxent().
68787      Branch: cfgperl
68788            ! t/op/grent.t t/op/pwent.t
68789 ____________________________________________________________________________
68790 [  6049] By: jhi                                   on 2000/05/02  19:06:02
68791         Log: Test both the scalar and list contexts.
68792      Branch: cfgperl
68793            ! t/op/grent.t t/op/pwent.t
68794 ____________________________________________________________________________
68795 [  6048] By: gsar                                  on 2000/05/02  18:29:10
68796         Log: add note about how $( doesn't interpolate in REs (from
68797              Philip Newton <newton@ficus.frogspace.net>)
68798      Branch: perl
68799            ! pod/perlop.pod
68800 ____________________________________________________________________________
68801 [  6047] By: jhi                                   on 2000/05/02  17:41:24
68802         Log: Call getspnam() only iff needed.
68803      Branch: cfgperl
68804            ! pp_sys.c
68805 ____________________________________________________________________________
68806 [  6046] By: gsar                                  on 2000/05/02  17:07:25
68807         Log: libscheck has insufficient checks for n32 libs (from
68808              Albert Chin-A-Young <china@thewrittenword.com>)
68809      Branch: perl
68810            ! hints/irix_6.sh
68811 ____________________________________________________________________________
68812 [  6045] By: jhi                                   on 2000/05/02  13:57:17
68813         Log: Integrate with Sarathy.
68814      Branch: cfgperl
68815           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
68816           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
68817 ____________________________________________________________________________
68818 [  6044] By: gsar                                  on 2000/05/02  06:48:19
68819         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
68820              such that underscores are only ignored in literal numbers,
68821              "\x{...}", and hex/oct argument
68822      Branch: perl
68823            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
68824 ____________________________________________________________________________
68825 [  6043] By: gsar                                  on 2000/05/02  02:22:29
68826         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
68827      Branch: perl
68828            ! pod/perlretut.pod
68829 ____________________________________________________________________________
68830 [  6042] By: gsar                                  on 2000/05/02  02:17:51
68831         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
68832      Branch: perl
68833            ! pod/perltrap.pod
68834 ____________________________________________________________________________
68835 [  6041] By: gsar                                  on 2000/05/02  01:53:51
68836         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
68837              to compensate
68838      Branch: perl
68839            ! Porting/makerel
68840 ____________________________________________________________________________
68841 [  6040] By: gsar                                  on 2000/05/02  01:51:57
68842         Log: missing files in MANIFEST
68843      Branch: perl
68844            ! MANIFEST
68845 ____________________________________________________________________________
68846 [  6039] By: jhi                                   on 2000/05/02  00:36:46
68847         Log: Infinite problems.
68848      Branch: cfgperl
68849            ! lib/Math/Complex.pm
68850 ____________________________________________________________________________
68851 [  6038] By: jhi                                   on 2000/05/02  00:06:38
68852         Log: pwent/spent #ifdef imbalance.
68853      Branch: cfgperl
68854            ! pp_sys.c
68855 ____________________________________________________________________________
68856 [  6037] By: jhi                                   on 2000/05/01  22:50:11
68857         Log: Use HUGE_VALL if applicable.
68858      Branch: cfgperl
68859            ! ext/POSIX/POSIX.xs util.c
68860 ____________________________________________________________________________
68861 [  6036] By: jhi                                   on 2000/05/01  22:20:53
68862         Log: Correct Freudian slip.
68863      Branch: cfgperl
68864            ! pp_sys.c
68865 ____________________________________________________________________________
68866 [  6035] By: jhi                                   on 2000/05/01  21:07:38
68867         Log: Continue on the pwent/spent case.
68868      Branch: cfgperl
68869            ! pp_sys.c
68870 ____________________________________________________________________________
68871 [  6034] By: jhi                                   on 2000/05/01  17:45:14
68872         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
68873              adjustments in 6032 conflicted badly with this, will have
68874              to revisit them later.
68875      Branch: cfgperl
68876           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
68877           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
68878           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
68879           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
68880           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
68881           !> t/lib/cgi-html.t t/lib/cgi-request.t
68882 ____________________________________________________________________________
68883 [  6033] By: jhi                                   on 2000/05/01  17:40:49
68884         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
68885      Branch: cfgperl
68886            ! pp_sys.c
68887 ____________________________________________________________________________
68888 [  6032] By: gsar                                  on 2000/05/01  15:56:32
68889         Log: whitespace adjustments
68890      Branch: perl
68891            ! pp_sys.c
68892 ____________________________________________________________________________
68893 [  6031] By: gsar                                  on 2000/05/01  15:19:41
68894         Log: small nits in diagnostics.pm (from Robin Barker)
68895      Branch: perl
68896            ! lib/diagnostics.pm pod/perldiag.pod
68897 ____________________________________________________________________________
68898 [  6030] By: gsar                                  on 2000/05/01  08:39:18
68899         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
68900              for @- and @+ (from Johan Vromans)
68901      Branch: perl
68902            ! lib/English.pm pod/perlvar.pod
68903 ____________________________________________________________________________
68904 [  6029] By: gsar                                  on 2000/05/01  08:16:10
68905         Log: add CGI.pm v2.66 (from Lincoln Stein)
68906      Branch: perl
68907            + lib/CGI/Util.pm t/lib/cgi-pretty.t
68908            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
68909            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
68910            ! t/lib/cgi-html.t t/lib/cgi-request.t
68911 ____________________________________________________________________________
68912 [  6028] By: gsar                                  on 2000/05/01  06:34:41
68913         Log: Pod::Man generates groff-incompatible macro definition (from
68914              Tom Christiansen)
68915      Branch: perl
68916            ! lib/Pod/Man.pm
68917 ____________________________________________________________________________
68918 [  6027] By: gsar                                  on 2000/05/01  06:31:36
68919         Log: podlators-1.02 update (from Russ Allbery)
68920      Branch: perl
68921            ! lib/Pod/Man.pm lib/Pod/Text.pm
68922 ____________________________________________________________________________
68923 [  6026] By: jhi                                   on 2000/04/30  23:24:23
68924         Log: Integrate with Sarathy.
68925      Branch: cfgperl
68926           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
68927           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
68928           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
68929           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
68930           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
68931           !> t/lib/syslog.t toke.c win32/win32.h
68932 ____________________________________________________________________________
68933 [  6025] By: gsar                                  on 2000/04/30  18:17:47
68934         Log: Is{Alnum,Alpha,Word} don't match titlecase
68935              
68936              TODO: IsSpace is defined recursively!
68937              
68938              (both spotted by Larry)
68939      Branch: perl
68940            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
68941            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
68942 ____________________________________________________________________________
68943 [  6024] By: gsar                                  on 2000/04/30  17:50:19
68944         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
68945              (from Hugo van der Sanden)
68946      Branch: perl
68947            ! toke.c
68948 ____________________________________________________________________________
68949 [  6023] By: gsar                                  on 2000/04/30  17:14:43
68950         Log: debugger stomps on $. (from M.J.T. Guy)
68951      Branch: perl
68952            ! lib/perl5db.pl
68953 ____________________________________________________________________________
68954 [  6022] By: gsar                                  on 2000/04/30  16:59:22
68955         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
68956      Branch: perl
68957            ! sv.c
68958 ____________________________________________________________________________
68959 [  6021] By: gsar                                  on 2000/04/29  21:00:08
68960         Log: remove Win2K issue in pod (fixed by change#6020)
68961      Branch: perl
68962            ! README.win32 pod/perl56delta.pod
68963 ____________________________________________________________________________
68964 [  6020] By: gsar                                  on 2000/04/29  20:51:49
68965         Log: test tweak
68966      Branch: perl
68967            ! t/lib/open3.t
68968 ____________________________________________________________________________
68969 [  6019] By: gsar                                  on 2000/04/29  20:34:27
68970         Log: windows portability tweaks
68971      Branch: perl
68972            ! t/lib/b.t win32/win32.h
68973 ____________________________________________________________________________
68974 [  6018] By: gsar                                  on 2000/04/29  19:55:24
68975         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
68976              make _PATH_LOG() return "" if unavailable
68977      Branch: perl
68978            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
68979            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
68980 ____________________________________________________________________________
68981 [  6017] By: jhi                                   on 2000/04/28  22:49:46
68982         Log: Integrate with Sarathy.
68983      Branch: cfgperl
68984           !> op.c perl.c pod/perldiag.pod t/lib/b.t
68985 ____________________________________________________________________________
68986 [  6016] By: jhi                                   on 2000/04/28  22:46:14
68987         Log: Do not warn that an infinity does not look like a number.
68988      Branch: cfgperl
68989            ! sv.c
68990 ____________________________________________________________________________
68991 [  6015] By: gsar                                  on 2000/04/28  22:35:49
68992         Log: tweak test for portability
68993      Branch: perl
68994            ! t/lib/b.t
68995 ____________________________________________________________________________
68996 [  6014] By: gsar                                  on 2000/04/28  22:05:31
68997         Log: glob() loading File::Glob behind the scenes may cause syntax errors
68998      Branch: perl
68999            ! op.c
69000 ____________________________________________________________________________
69001 [  6013] By: gsar                                  on 2000/04/28  21:25:22
69002         Log: tweak change#5945 to display correct switch name in diagnostic
69003      Branch: perl
69004            ! perl.c pod/perldiag.pod
69005 ____________________________________________________________________________
69006 [  6012] By: jhi                                   on 2000/04/28  21:08:12
69007         Log: Integrate with Sarathy.
69008      Branch: cfgperl
69009           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
69010           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
69011           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
69012 ____________________________________________________________________________
69013 [  6011] By: jhi                                   on 2000/04/28  21:04:46
69014         Log: &HUGE_VAL is not defined, it exists.
69015      Branch: cfgperl
69016            ! lib/Math/Complex.pm
69017 ____________________________________________________________________________
69018 [  6010] By: gsar                                  on 2000/04/28  21:02:58
69019         Log: clarify note about shadow password support (from
69020              gellyfish@gellyfish.com)
69021      Branch: perl
69022            ! pod/perlfunc.pod
69023 ____________________________________________________________________________
69024 [  6009] By: gsar                                  on 2000/04/28  21:00:00
69025         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
69026      Branch: perl
69027            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
69028 ____________________________________________________________________________
69029 [  6008] By: gsar                                  on 2000/04/28  20:56:33
69030         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
69031      Branch: perl
69032            ! installperl vms/subconfigure.com
69033 ____________________________________________________________________________
69034 [  6007] By: gsar                                  on 2000/04/28  20:51:21
69035         Log: note about compile failures and END blocks (from M.J.T. Guy)
69036      Branch: perl
69037            ! pod/perl56delta.pod pod/perlmod.pod
69038 ____________________________________________________________________________
69039 [  6006] By: jhi                                   on 2000/04/28  20:42:14
69040         Log: Regen Configure.
69041      Branch: cfgperl
69042            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69043            ! config_h.SH
69044 ____________________________________________________________________________
69045 [  6005] By: gsar                                  on 2000/04/28  20:41:16
69046         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
69047      Branch: perl
69048            ! utils/perldoc.PL
69049 ____________________________________________________________________________
69050 [  6004] By: jhi                                   on 2000/04/28  20:28:21
69051         Log: Integrate with Sarathy.
69052      Branch: cfgperl
69053           !> Configure INSTALL Porting/Glossary Porting/config.sh
69054           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
69055           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
69056           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69057           !> win32/config.vc win32/win32.c
69058 ____________________________________________________________________________
69059 [  6003] By: gsar                                  on 2000/04/28  20:11:20
69060         Log: allow REG_EXPAND_SZ keys in Windows registry (from
69061              John Clayton <John.Clayton@barclayscapital.com>)
69062      Branch: perl
69063            ! win32/win32.c
69064 ____________________________________________________________________________
69065 [  6002] By: gsar                                  on 2000/04/28  19:34:16
69066         Log: destructive sv_setsv() can lose UV-ness from source, causing
69067              numeric promotions/comparisons to fail to do the right thing
69068      Branch: perl
69069            ! sv.c
69070 ____________________________________________________________________________
69071 [  6001] By: gsar                                  on 2000/04/28  18:44:15
69072         Log: support additional library locations via $Config{otherlibdirs}
69073              (from Andy Dougherty)
69074      Branch: perl
69075            ! Configure INSTALL Porting/Glossary Porting/config.sh
69076            ! Porting/config_H config_h.SH epoc/config.sh perl.c
69077            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
69078            ! win32/config.bc win32/config.gc win32/config.vc
69079 ____________________________________________________________________________
69080 [  6000] By: gsar                                  on 2000/04/28  18:26:58
69081         Log: reworked otherlibdirs.U (from Andy Dougherty)
69082      Branch: metaconfig
69083            ! U/installdirs/otherlibdirs.U
69084 ____________________________________________________________________________
69085 [  5999] By: gsar                                  on 2000/04/28  18:17:07
69086         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
69087      Branch: perl
69088            ! t/pragma/warn/toke toke.c
69089 ____________________________________________________________________________
69090 [  5998] By: jhi                                   on 2000/04/28  13:32:17
69091         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
69092      Branch: cfgperl
69093            ! lib/Math/Complex.pm
69094 ____________________________________________________________________________
69095 [  5997] By: jhi                                   on 2000/04/28  13:14:04
69096         Log: Preserve $!.
69097      Branch: cfgperl
69098            ! lib/Math/Complex.pm
69099 ____________________________________________________________________________
69100 [  5996] By: jhi                                   on 2000/04/28  12:59:23
69101         Log: Integrate with Sarathy.
69102      Branch: cfgperl
69103           +> pod/perlrequick.pod pod/perlretut.pod
69104           !> (integrate 51 files)
69105 ____________________________________________________________________________
69106 [  5995] By: gsar                                  on 2000/04/28  09:37:36
69107         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
69108      Branch: perl
69109            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
69110 ____________________________________________________________________________
69111 [  5994] By: gsar                                  on 2000/04/28  09:33:26
69112         Log: fix for missed accounting for null byte in pack("Z",...) (from
69113              M.J.T. Guy)
69114      Branch: perl
69115            ! pp.c t/op/pack.t
69116 ____________________________________________________________________________
69117 [  5993] By: gsar                                  on 2000/04/28  09:30:05
69118         Log: various minor tweaks seen on p5p
69119      Branch: perl
69120            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
69121 ____________________________________________________________________________
69122 [  5992] By: gsar                                  on 2000/04/28  09:08:19
69123         Log: pod nit (from Simon Cozens)
69124      Branch: perl
69125            ! pod/perlop.pod
69126 ____________________________________________________________________________
69127 [  5991] By: gsar                                  on 2000/04/28  09:06:36
69128         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
69129      Branch: perl
69130            ! README.posix-bc hints/posix-bc.sh
69131 ____________________________________________________________________________
69132 [  5990] By: gsar                                  on 2000/04/28  08:54:52
69133         Log: use $ENV{LIB} to search for libs under Visual C compiler
69134              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
69135      Branch: perl
69136            ! lib/ExtUtils/Liblist.pm
69137 ____________________________________________________________________________
69138 [  5989] By: gsar                                  on 2000/04/28  08:27:12
69139         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
69140              itself and no other (from Tom Hughes)
69141      Branch: perl
69142            ! t/op/array.t toke.c
69143 ____________________________________________________________________________
69144 [  5988] By: gsar                                  on 2000/04/28  08:01:38
69145         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
69146              <paul@miraclefish.com>)
69147      Branch: perl
69148            ! lib/ExtUtils/MakeMaker.pm
69149 ____________________________________________________________________________
69150 [  5987] By: gsar                                  on 2000/04/28  07:53:09
69151         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
69152      Branch: perl
69153            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
69154 ____________________________________________________________________________
69155 [  5986] By: gsar                                  on 2000/04/28  07:44:17
69156         Log: add regular expressions tutorial and quick-start guide (from
69157              Mark Kvale <kvale@phy.ucsf.edu>)
69158      Branch: perl
69159            + pod/perlrequick.pod pod/perlretut.pod
69160            ! AUTHORS MAINTAIN MANIFEST
69161 ____________________________________________________________________________
69162 [  5985] By: gsar                                  on 2000/04/28  07:30:28
69163         Log: forked child may not exit correctly if it failed to open
69164              /dev/console (from Graham Barr)
69165      Branch: perl
69166            ! ext/Sys/Syslog/Syslog.pm
69167 ____________________________________________________________________________
69168 [  5984] By: gsar                                  on 2000/04/28  07:27:20
69169         Log: attributes::reftype() doesn't work on tied argument
69170      Branch: perl
69171            ! xsutils.c
69172 ____________________________________________________________________________
69173 [  5983] By: gsar                                  on 2000/04/28  07:15:04
69174         Log: numeric conversion of non-number in change#3378 tramples on
69175              OOK offset, causing segfaults
69176      Branch: perl
69177            ! sv.c
69178 ____________________________________________________________________________
69179 [  5982] By: gsar                                  on 2000/04/28  04:48:25
69180         Log: avoid error in IO::Socket::INET when given an unknown service name
69181              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
69182      Branch: perl
69183            ! ext/IO/lib/IO/Socket/INET.pm
69184 ____________________________________________________________________________
69185 [  5981] By: gsar                                  on 2000/04/28  04:31:31
69186         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
69187              prototype mismatch with CORE::glob(); update pod and tests to
69188              suit (File::Glob::glob() is still available for backward
69189              compatibility, but should be considered deprecated)
69190      Branch: perl
69191            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
69192            ! t/lib/glob-taint.t
69193 ____________________________________________________________________________
69194 [  5980] By: gsar                                  on 2000/04/28  03:47:29
69195         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
69196              <ghudson@mit.edu>)
69197      Branch: metaconfig
69198            ! U/modified/Options.U
69199      Branch: perl
69200            ! Configure
69201 ____________________________________________________________________________
69202 [  5979] By: gsar                                  on 2000/04/28  03:07:54
69203         Log: under useithreads, constant pad entries could inadvertently be
69204              shared across threads (from Eric Blood <eblood@xmission.com>);
69205              added Eric's test case to testsuite
69206      Branch: perl
69207            ! op.c t/op/misc.t
69208 ____________________________________________________________________________
69209 [  5978] By: gsar                                  on 2000/04/27  21:13:00
69210         Log: sync version numbers in File::Spec with the ones on CPAN
69211              (from Barrie Slaymaker)
69212      Branch: perl
69213            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
69214            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
69215            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
69216 ____________________________________________________________________________
69217 [  5977] By: gsar                                  on 2000/04/27  21:07:29
69218         Log: autoquote barewords followed by newline and arrow properly
69219              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
69220      Branch: perl
69221            ! t/pragma/warn/toke toke.c
69222 ____________________________________________________________________________
69223 [  5976] By: gsar                                  on 2000/04/27  20:41:20
69224         Log: DB_File v1.73 update (from Paul Marquess)
69225      Branch: perl
69226            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69227            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
69228 ____________________________________________________________________________
69229 [  5975] By: gsar                                  on 2000/04/27  20:34:24
69230         Log: allow sort() reentrancy (variant of patch suggested by
69231              Hugo van der Sanden)
69232      Branch: perl
69233            ! pp_ctl.c t/op/sort.t
69234 ____________________________________________________________________________
69235 [  5974] By: gsar                                  on 2000/04/27  19:46:57
69236         Log: change#4197 somehow missed initializing PL_errors, meaning
69237              sytax error queueing wasn't working outside eval"" at all;
69238              also fixed eval"" to localize PL_error_count, so that compile-time
69239              eval's don't clobber the error state of the outer context
69240      Branch: perl
69241            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
69242            ! t/pragma/warn/toke
69243 ____________________________________________________________________________
69244 [  5973] By: gsar                                  on 2000/04/27  18:29:05
69245         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
69246      Branch: perl
69247            ! regcomp.c regexec.c t/op/re_tests
69248 ____________________________________________________________________________
69249 [  5972] By: jhi                                   on 2000/04/27  18:22:41
69250         Log: Integrate with Sarathy.
69251      Branch: cfgperl
69252           +> t/lib/b.t t/lib/syslog.t
69253           !> (integrate 31 files)
69254 ____________________________________________________________________________
69255 [  5971] By: jhi                                   on 2000/04/27  18:18:46
69256         Log: Unicos tweaks from Mark P. Lutz.
69257      Branch: cfgperl
69258            ! hints/unicos.sh lib/Math/Complex.pm
69259 ____________________________________________________________________________
69260 [  5970] By: gsar                                  on 2000/04/27  18:05:11
69261         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
69262              IV is >32bits
69263      Branch: perl
69264            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
69265 ____________________________________________________________________________
69266 [  5969] By: gsar                                  on 2000/04/27  17:50:56
69267         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
69268      Branch: perl
69269            + t/lib/syslog.t
69270            ! MANIFEST ext/Sys/Syslog/Syslog.pm
69271 ____________________________________________________________________________
69272 [  5968] By: gsar                                  on 2000/04/27  17:44:49
69273         Log: tolerate spaces in group names in test on solaris (from David Boyce
69274              <dsb@boyski.com>)
69275      Branch: perl
69276            ! t/op/groups.t
69277 ____________________________________________________________________________
69278 [  5967] By: gsar                                  on 2000/04/27  17:41:22
69279         Log: improved docs on the warn_uninit diagnostic (from David Glasser
69280              and Simon Cozens)
69281      Branch: perl
69282            ! pod/perldiag.pod
69283 ____________________________________________________________________________
69284 [  5966] By: gsar                                  on 2000/04/27  16:54:58
69285         Log: add testsuite for B backends, fix bug in B::Deparse (from
69286              Simon Cozens <simon@brecon.co.uk>)
69287      Branch: perl
69288            + t/lib/b.t
69289            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
69290 ____________________________________________________________________________
69291 [  5965] By: gsar                                  on 2000/04/27  16:10:37
69292         Log: avoid "will not stay shared" warnings for our variables (from
69293              Robin Barker)
69294      Branch: perl
69295            ! op.c t/pragma/warn/op
69296 ____________________________________________________________________________
69297 [  5964] By: gsar                                  on 2000/04/27  07:05:05
69298         Log: reformat to 72 columns (again)
69299      Branch: perl
69300            ! pod/perldiag.pod
69301 ____________________________________________________________________________
69302 [  5963] By: gsar                                  on 2000/04/27  06:28:31
69303         Log: patch from Larry to make (\&) prototype work; added tests for
69304              the same
69305      Branch: perl
69306            ! op.c t/comp/proto.t
69307 ____________________________________________________________________________
69308 [  5962] By: gsar                                  on 2000/04/27  06:15:47
69309         Log: updated README.hpux (from Jeff Okamoto)
69310      Branch: perl
69311            ! README.hpux
69312 ____________________________________________________________________________
69313 [  5961] By: gsar                                  on 2000/04/27  05:55:03
69314         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
69315      Branch: perl
69316            ! emacs/cperl-mode.el
69317 ____________________________________________________________________________
69318 [  5960] By: gsar                                  on 2000/04/27  05:49:26
69319         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
69320      Branch: perl
69321            ! INSTALL
69322 ____________________________________________________________________________
69323 [  5959] By: gsar                                  on 2000/04/27  05:33:41
69324         Log: doubled words in pods (from Simon Cozens
69325              <simon.p.cozens@jp.pwcglobal.com>)
69326      Branch: perl
69327            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
69328            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
69329            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
69330            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
69331            ! pod/perltootc.pod
69332 ____________________________________________________________________________
69333 [  5958] By: gsar                                  on 2000/04/27  05:11:39
69334         Log: change#3569 deleted some essential code, revert; avoid use of
69335              atexit() to make DynaLoader work properly on AIX under mod_perl
69336              (from Jens-Uwe Mager <jum@helios.de>)
69337      Branch: perl
69338            ! ext/DynaLoader/dl_aix.xs
69339 ____________________________________________________________________________
69340 [  5957] By: gsar                                  on 2000/04/27  04:54:51
69341         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
69342      Branch: perl
69343            ! pod/perlmod.pod
69344 ____________________________________________________________________________
69345 [  5956] By: gsar                                  on 2000/04/27  04:51:47
69346         Log: better diagnostics on failed tests (from Ilya Zakharevich)
69347      Branch: perl
69348            ! t/op/lex_assign.t
69349 ____________________________________________________________________________
69350 [  5955] By: gsar                                  on 2000/04/27  04:26:44
69351         Log: longstanding bug exposed by change#3307: sort arguments weren't
69352              compiled with the right wantarray context (ensuing runtime lookup
69353              via block_gimme() was getting the incidental context of the
69354              sort() itself)
69355      Branch: perl
69356            ! op.c t/op/sort.t
69357 ____________________________________________________________________________
69358 [  5954] By: gsar                                  on 2000/04/26  23:42:12
69359         Log: integrate cfgperl contents into mainline
69360      Branch: perl
69361           !> (integrate 30 files)
69362 ____________________________________________________________________________
69363 [  5953] By: jhi                                   on 2000/04/26  23:06:42
69364         Log: Integrate with Sarathy.
69365      Branch: cfgperl
69366           !> README.win32 ext/B/B/Deparse.pm
69367           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
69368           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
69369           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
69370           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
69371           !> utils/perldoc.PL vms/perlvms.pod
69372 ____________________________________________________________________________
69373 [  5952] By: jhi                                   on 2000/04/26  23:03:46
69374         Log: Undo "use integer" addition from 64bitint as it seems
69375              to break most of the subtests in Digital UNIX;
69376              Unicos needs to find another way.
69377      Branch: cfgperl
69378            ! t/op/64bitint.t
69379 ____________________________________________________________________________
69380 [  5951] By: jhi                                   on 2000/04/26  22:57:53
69381         Log: Be more robust on "extreme" (large absolute value)
69382              arguments.  Originally reported by Daniel Connelly
69383              as a problem with asinh() on large negative arguments,
69384              asinh() used to bail out because an argument to log()
69385              ended up being zero.  Ilya Zakharevich proposed using
69386              Taylor's series in such cases, which for such large
69387              arguments is a very good approximation.
69388      Branch: cfgperl
69389            ! lib/Math/Complex.pm t/lib/complex.t
69390 ____________________________________________________________________________
69391 [  5950] By: gsar                                  on 2000/04/25  19:13:12
69392         Log: reformat perldiag to avoid long lines
69393      Branch: perl
69394            ! pod/perldiag.pod
69395 ____________________________________________________________________________
69396 [  5949] By: gsar                                  on 2000/04/25  18:41:11
69397         Log: make perldoc use the pod2man from the same version (from
69398              M.J.T. Guy)
69399      Branch: perl
69400            ! utils/perldoc.PL
69401 ____________________________________________________________________________
69402 [  5948] By: gsar                                  on 2000/04/25  18:21:57
69403         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
69404              <kompas@kompas.usr.onet.pl>)
69405      Branch: perl
69406            ! lib/vars.pm
69407 ____________________________________________________________________________
69408 [  5947] By: gsar                                  on 2000/04/25  18:11:53
69409         Log: use &dl_error rather than &dl_load_file as the guard for calling
69410              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
69411              statically built perl)
69412      Branch: perl
69413            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
69414 ____________________________________________________________________________
69415 [  5946] By: jhi                                   on 2000/04/25  17:37:54
69416         Log: Document that tr() is not tr(1).
69417      Branch: cfgperl
69418            ! pod/perlop.pod
69419 ____________________________________________________________________________
69420 [  5945] By: gsar                                  on 2000/04/25  16:34:33
69421         Log: make module name mandatory after -M switch; reorder perldiag
69422              alphabetically (from Mark-Jason Dominus)
69423      Branch: perl
69424            ! perl.c pod/perldiag.pod
69425 ____________________________________________________________________________
69426 [  5944] By: jhi                                   on 2000/04/25  01:15:18
69427         Log: On second thoughts frexp() does have two arguments.
69428      Branch: cfgperl
69429            ! perl.h
69430 ____________________________________________________________________________
69431 [  5943] By: jhi                                   on 2000/04/24  22:56:32
69432         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
69433              Now pp_ncmp() returns undef is either operand is a NaN.
69434      Branch: cfgperl
69435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69436            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
69437            ! vms/subconfigure.com vos/config.def vos/config.h
69438            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
69439            ! win32/config.vc win32/config_H.bc win32/config_H.gc
69440            ! win32/config_H.vc
69441      Branch: metaconfig/U/perl
69442            + d_modfl.U
69443 ____________________________________________________________________________
69444 [  5942] By: jhi                                   on 2000/04/24  19:45:17
69445         Log: Regen Configure to match #5937.
69446      Branch: cfgperl
69447            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69448            ! config_h.SH
69449      Branch: metaconfig
69450            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
69451 ____________________________________________________________________________
69452 [  5941] By: jhi                                   on 2000/04/24  19:24:11
69453         Log: Further Unicos fixes for Mark Lutz.
69454      Branch: cfgperl
69455            ! hints/unicos.sh pp_ctl.c
69456 ____________________________________________________________________________
69457 [  5940] By: jhi                                   on 2000/04/24  19:09:06
69458         Log: Various Unicos 10.0.0.6 fixes.
69459              
69460              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
69461              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
69462              Reply-To: tecmpl1@triton.ca.boeing.com 
69463              To: perl5-porters@perl.org 
69464              Date: Fri, 14 Apr 2000 20:21:00 GMT 
69465              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
69466      Branch: cfgperl
69467            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
69468 ____________________________________________________________________________
69469 [  5939] By: gsar                                  on 2000/04/24  19:01:24
69470         Log: more pod nits (from Larry Virden)
69471      Branch: perl
69472            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
69473            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
69474            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
69475 ____________________________________________________________________________
69476 [  5938] By: gsar                                  on 2000/04/24  18:54:01
69477         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
69478      Branch: perl
69479            ! ext/B/B/Deparse.pm
69480 ____________________________________________________________________________
69481 [  5937] By: jhi                                   on 2000/04/24  17:39:00
69482         Log: Integrate with Sarathy.
69483      Branch: cfgperl
69484           +> (branch 31 files)
69485           !> (integrate 73 files)
69486 ____________________________________________________________________________
69487 [  5936] By: gsar                                  on 2000/04/24  17:30:06
69488         Log: additional tests for change#5934 (from Paul Marquess, who also
69489              sent in the same fix)
69490      Branch: perl
69491            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
69492            ! t/pragma/warn/5nolint t/pragma/warn/6default
69493 ____________________________________________________________________________
69494 [  5935] By: jhi                                   on 2000/04/24  17:26:05
69495         Log: Do not assume sign propagation.
69496              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
69497              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
69498              To: payner@ncifcrf.gov, perl5-porters@perl.org 
69499              Date: Tue, 18 Apr 2000 18:24:49 +0100 
69500              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
69501      Branch: cfgperl
69502            ! t/op/bop.t t/op/misc.t
69503 ____________________________________________________________________________
69504 [  5934] By: gsar                                  on 2000/04/24  17:16:54
69505         Log: propagate lexical warnings from surrounding scope correctly
69506              within string eval()
69507      Branch: perl
69508            ! pp_ctl.c t/pragma/warn/pp_ctl
69509 ____________________________________________________________________________
69510 [  5933] By: jhi                                   on 2000/04/24  17:01:07
69511         Log: Flatten the cpp jungle doing the nosuid checking.
69512      Branch: cfgperl
69513            ! perl.c
69514 ____________________________________________________________________________
69515 [  5932] By: gsar                                  on 2000/04/24  09:08:14
69516         Log: add rsignal(), whichsig() and do_join() to public API list
69517              (mod_perl uses them to good advantage)
69518      Branch: perl
69519            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
69520 ____________________________________________________________________________
69521 [  5931] By: gsar                                  on 2000/04/24  09:01:40
69522         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
69523      Branch: perl
69524            ! pp_hot.c regexec.c t/op/pat.t
69525 ____________________________________________________________________________
69526 [  5930] By: gsar                                  on 2000/04/24  08:58:33
69527         Log: small os390 tweaks (from Peter Prymmer)
69528      Branch: perl
69529            ! config_h.SH makedepend.SH
69530 ____________________________________________________________________________
69531 [  5929] By: gsar                                  on 2000/04/24  08:55:25
69532         Log: pod nits
69533      Branch: perl
69534            ! pod/perlguts.pod
69535 ____________________________________________________________________________
69536 [  5928] By: gsar                                  on 2000/04/24  08:50:13
69537         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
69538      Branch: perl
69539            ! ext/IO/lib/IO/Poll.pm
69540 ____________________________________________________________________________
69541 [  5927] By: gsar                                  on 2000/04/24  08:43:24
69542         Log: arrange for next() to resume at the unstack op rather than the
69543              loop conditional, so that scope cleanup happens correctly
69544              (from Stephen McCamant)
69545      Branch: perl
69546            ! op.c pp_ctl.c t/op/misc.t
69547 ____________________________________________________________________________
69548 [  5926] By: gsar                                  on 2000/04/24  08:18:40
69549         Log: on windows, reserve 16M of stack rather than 128M (allows more
69550              threads to run concurrently)
69551      Branch: perl
69552            ! win32/Makefile win32/makefile.mk
69553 ____________________________________________________________________________
69554 [  5925] By: gsar                                  on 2000/04/24  08:13:52
69555         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
69556      Branch: perl
69557            ! toke.c
69558 ____________________________________________________________________________
69559 [  5924] By: gsar                                  on 2000/04/24  08:08:59
69560         Log: avoid using uninitialized memory in require version check
69561      Branch: perl
69562            ! pp_ctl.c universal.c
69563 ____________________________________________________________________________
69564 [  5923] By: gsar                                  on 2000/04/24  07:20:14
69565         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
69566      Branch: perl
69567            ! ext/IO/lib/IO/Poll.pm
69568 ____________________________________________________________________________
69569 [  5922] By: gsar                                  on 2000/04/24  07:08:42
69570         Log: commentary about IoTYPE() (from Nathan Torkington)
69571      Branch: perl
69572            ! sv.h
69573 ____________________________________________________________________________
69574 [  5921] By: gsar                                  on 2000/04/24  06:58:26
69575         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
69576              by fix
69577      Branch: perl
69578            ! sv.c t/lib/charnames.t t/pragma/utf8.t
69579 ____________________________________________________________________________
69580 [  5920] By: gsar                                  on 2000/04/24  06:37:59
69581         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
69582      Branch: perl
69583            ! doop.c t/op/ver.t
69584 ____________________________________________________________________________
69585 [  5919] By: gsar                                  on 2000/04/24  06:21:58
69586         Log: Configure might miss old directories when prefix must be
69587              expanded (from Robin Barker)
69588      Branch: metaconfig
69589            ! U/installdirs/inc_version_list.U
69590      Branch: perl
69591            ! Configure
69592 ____________________________________________________________________________
69593 [  5918] By: gsar                                  on 2000/04/24  06:16:11
69594         Log: VMS nits in glob() test (from Charles Lane)
69595      Branch: perl
69596            ! t/lib/glob-basic.t
69597 ____________________________________________________________________________
69598 [  5917] By: gsar                                  on 2000/04/24  06:11:56
69599         Log: various pod nits (from Larry Virden and others)
69600      Branch: perl
69601            ! README.amiga README.hpux README.machten README.os2
69602            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
69603            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
69604            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
69605            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
69606            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
69607            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
69608            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
69609            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
69610 ____________________________________________________________________________
69611 [  5916] By: gsar                                  on 2000/04/24  05:52:43
69612         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
69613              <wjones@tc.fluke.com>)
69614      Branch: perl
69615            ! t/lib/glob-basic.t
69616 ____________________________________________________________________________
69617 [  5915] By: gsar                                  on 2000/04/24  05:07:01
69618         Log: supported platforms mixed up
69619      Branch: perl
69620            ! pod/perl56delta.pod pod/perlport.pod
69621 ____________________________________________________________________________
69622 [  5914] By: gsar                                  on 2000/04/24  04:56:08
69623         Log: caller() wasn't returning the right number of elements for
69624              eval {...}
69625      Branch: perl
69626            ! pp_ctl.c t/pragma/warn/9enabled
69627 ____________________________________________________________________________
69628 [  5913] By: gsar                                  on 2000/04/24  04:35:41
69629         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
69630              Mark-Jason Dominus)
69631      Branch: perl
69632            ! pod/perlfunc.pod
69633 ____________________________________________________________________________
69634 [  5912] By: gsar                                  on 2000/04/24  04:17:15
69635         Log: fix totally broken caching in UNIVERSAL::isa() (from
69636              Nick Ing-Simmons)
69637      Branch: perl
69638            ! t/op/universal.t universal.c
69639 ____________________________________________________________________________
69640 [  5911] By: gsar                                  on 2000/04/24  03:39:47
69641         Log: add linebreak properties from unicode/LineBrk.txt (from
69642              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
69643      Branch: perl
69644            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
69645            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
69646            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
69647            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
69648            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
69649            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
69650            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
69651            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
69652            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
69653            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
69654            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
69655            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
69656            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
69657            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
69658            + lib/unicode/Is/LbrkZW.pl
69659            ! lib/unicode/mktables.PL
69660 ____________________________________________________________________________
69661 [  5910] By: gsar                                  on 2000/04/24  03:23:10
69662         Log: typo in pod
69663      Branch: perl
69664            ! ext/Thread/Thread.pm
69665 ____________________________________________________________________________
69666 [  5909] By: gsar                                  on 2000/04/24  03:22:03
69667         Log: mode argument to do_binmode() should be file mode, not boolean
69668      Branch: perl
69669            ! pp_sys.c
69670 ____________________________________________________________________________
69671 [  5908] By: gsar                                  on 2000/04/16  16:51:08
69672         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
69673              always returns a valid GV even when the symbol is trapped by strictures
69674              (avoids coredumps)
69675              
69676              TODO: the C<package;> hack needs similar treatment
69677      Branch: perl
69678            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
69679            ! t/pragma/strict-vars
69680 ____________________________________________________________________________
69681 [  5907] By: jhi                                   on 2000/03/31  23:42:56
69682         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
69683              an assumption which #5905 demolished.
69684      Branch: cfgperl
69685            ! pp_sys.c
69686 ____________________________________________________________________________
69687 [  5906] By: jhi                                   on 2000/03/31  18:54:37
69688         Log: Typo in #5905.
69689      Branch: cfgperl
69690            ! t/op/64bitint.t
69691 ____________________________________________________________________________
69692 [  5905] By: jhi                                   on 2000/03/31  18:50:54
69693         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
69694              reported by Joseph N. Hall.  The bug was that even with use64bitint
69695              one had to use the prefixes q, L, or ll with printf/sprintf,
69696              contrary to the documentation and common sense.
69697      Branch: cfgperl
69698            ! sv.c t/op/64bitint.t
69699 ____________________________________________________________________________
69700 [  5904] By: gsar                                  on 2000/03/28  02:31:32
69701         Log: add Changes, perldelta.pod
69702      Branch: perl
69703            + Changes pod/perldelta.pod
69704 ____________________________________________________________________________
69705 [  5903] By: gsar                                  on 2000/03/28  02:03:55
69706         Log: rename Changes and perldelta.pod
69707      Branch: perl
69708           +> Changes5.6 pod/perl56delta.pod
69709            - Changes pod/perldelta.pod
69710            ! MANIFEST
69711 ____________________________________________________________________________
69712 [  5902] By: gsar                                  on 2000/03/28  01:59:14
69713         Log: create maint-5.6 branch
69714      Branch: maint-5.6/perl
69715           +> (branch 1611 files)
69716 ____________________________________________________________________________
69717 [  5901] By: jhi                                   on 2000/03/23  05:48:43
69718         Log: Integrate with Sarathy.
69719      Branch: cfgperl
69720           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
69721 ____________________________________________________________________________
69722 [  5900] By: gsar                                  on 2000/03/23  05:42:43
69723         Log: three guesses on what this is :-)
69724      Branch: perl
69725            ! Changes